You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

labels.inc 4.1KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. <?php
  2. /*
  3. +-----------------------------------------------------------------------+
  4. | localization/<lang>/labels.inc |
  5. | |
  6. | Localization file of the Roundcube Webmail client |
  7. | Copyright (C) 2005-2015, The Roundcube Dev Team |
  8. | |
  9. | Licensed under the GNU General Public License version 3 or |
  10. | any later version with exceptions for skins & plugins. |
  11. | See the README file for a full license statement. |
  12. | |
  13. +-----------------------------------------------------------------------+
  14. For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/labels/
  15. */
  16. $labels['welcome'] = 'بەخێربێیت بۆ $product';
  17. $labels['username'] = 'ناوی بەکارهێنەر';
  18. $labels['password'] = 'تێپەڕەوشە';
  19. $labels['login'] = 'چوونەژوورەوە';
  20. $labels['logout'] = 'دەرچوون';
  21. $labels['settings'] = 'ڕێکخستنەکان';
  22. $labels['inbox'] = 'هاتوو';
  23. $labels['sent'] = 'نێردراو';
  24. $labels['subject'] = 'ناونیشان';
  25. $labels['from'] = 'لە';
  26. $labels['to'] = 'بۆ';
  27. $labels['date'] = 'بەروار';
  28. $labels['size'] = 'قەبارە';
  29. $labels['readstatus'] = 'ڕەوشی خوێندنەوە';
  30. $labels['listoptions'] = 'لیستی هەڵبژاردەکان';
  31. $labels['mailboxlist'] = 'بوخچەکان';
  32. $labels['copy'] = 'لەبەرگرتنەوە';
  33. $labels['move'] = 'گواستنەوە';
  34. $labels['moveto'] = 'گواستنەوە بۆ';
  35. $labels['copyto'] = 'گواستنەوە بۆ...';
  36. $labels['download'] = 'داگرتن';
  37. $labels['open'] = 'کردنەوە';
  38. $labels['showattachment'] = 'پیشاندان';
  39. $labels['filename'] = 'ناوی پەڕگە';
  40. $labels['filesize'] = 'قەبارەی پەڕگە';
  41. $labels['reply'] = 'وەڵامدانەوە';
  42. $labels['options'] = 'هەڵبژاردەکان';
  43. $labels['first'] = 'یەکەم';
  44. $labels['last'] = 'کۆتایی';
  45. $labels['previous'] = 'پێشتر';
  46. $labels['next'] = 'دواتر';
  47. $labels['select'] = 'هەڵبژاردن';
  48. $labels['all'] = 'هەمووی';
  49. $labels['none'] = 'هیچ';
  50. $labels['currpage'] = 'پەڕی ئێستا';
  51. $labels['list'] = 'لیست';
  52. $labels['fromto'] = 'لە/بۆ';
  53. $labels['attachment'] = 'هاوپێچ';
  54. $labels['nonesort'] = 'هیچ';
  55. $labels['sentdate'] = 'بەرواری ناردن';
  56. $labels['arrival'] = 'بەرواری گەیشتن';
  57. $labels['empty'] = 'بەتاڵ';
  58. $labels['unknown'] = 'نەناسراو';
  59. $labels['unlimited'] = 'بێ سنوور';
  60. $labels['quotatotal'] = 'سنوور';
  61. $labels['quotaused'] = 'بەکارهاتوو';
  62. $labels['allfolders'] = 'هەموو بوخچەکان';
  63. $labels['send'] = 'ناردن';
  64. $labels['responsename'] = 'ناو';
  65. $labels['attach'] = 'هاوپێچ';
  66. $labels['attachments'] = 'هاوپێچەکان';
  67. $labels['upload'] = 'بارکردن';
  68. $labels['close'] = 'داخستن';
  69. $labels['nickname'] = 'نازناو';
  70. $labels['jobtitle'] = 'ناونیشانی کار';
  71. $labels['department'] = 'بەش';
  72. $labels['gender'] = 'ڕەگەز';
  73. $labels['phone'] = 'تەلەفۆن';
  74. $labels['address'] = 'ناونیشان';
  75. $labels['street'] = 'شەقام';
  76. $labels['locality'] = 'شار';
  77. $labels['country'] = 'وڵات';
  78. $labels['birthday'] = 'ڕۆژی لەدایکبوون';
  79. $labels['website'] = 'ماڵپەڕ';
  80. $labels['notes'] = 'تێبینییەکان';
  81. $labels['male'] = 'نێر';
  82. $labels['female'] = 'مێ';
  83. $labels['manager'] = 'بەڕێوەبەر';
  84. $labels['allfields'] = 'هەموو خانەکان';
  85. $labels['search'] = 'گەڕان';
  86. $labels['searchresult'] = 'ئەنجامی گەڕان';
  87. $labels['advsearch'] = 'گەڕانی پێشکەوتوو';
  88. $labels['advanced'] = 'پێشکەوتوو';
  89. $labels['typehome'] = 'ماڵ';
  90. $labels['typework'] = 'کار';
  91. $labels['typemobile'] = 'مۆبایل';
  92. $labels['typemain'] = 'سەرەکی';
  93. ?>