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 2.2KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  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['server'] = 'سَروَر';
  20. $labels['logout'] = 'لاگ آؤٹ';
  21. $labels['mail'] = 'میل';
  22. $labels['settings'] = 'ترتیبات';
  23. $labels['addressbook'] = 'ایڈریس بک';
  24. $labels['inbox'] = 'ان باکس';
  25. $labels['drafts'] = 'ڈرافٹ';
  26. $labels['subject'] = 'مضمون';
  27. $labels['from'] = 'از';
  28. $labels['sender'] = 'بھیجنے والا';
  29. $labels['download'] = 'ڈاؤن لوڈ';
  30. $labels['showanyway'] = 'جیسا بھی ہے ظاہر کر دیں';
  31. $labels['markread'] = 'جیسے پڑھ لیا ہو';
  32. $labels['markunread'] = 'جیسے ابھی نہ پڑھا ہو';
  33. $labels['more'] = 'مزید';
  34. $labels['back'] = 'واپس';
  35. $labels['select'] = 'مۃنتخب کریں';
  36. $labels['all'] = 'تمام';
  37. $labels['none'] = 'کوئی نہیں';
  38. $labels['currpage'] = 'موجودہ حفحہ';
  39. $labels['unread'] = 'نہیں پڑھا';
  40. $labels['deleted'] = 'ختم ہو گیا';
  41. $labels['undeleted'] = 'ختم نہیں ہُوا';
  42. $labels['invert'] = 'شکل تبدیل کریں';
  43. $labels['list'] = 'لِسٹ';
  44. $labels['expand-all'] = 'تمام کھولیں';
  45. $labels['attachment'] = 'مُنسلَک شُدہ';
  46. $labels['nonesort'] = 'کوئی نہیں';
  47. ?>