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.6KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  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['login'] = 'ክኣቱ';
  21. $labels['logout'] = 'ክውጽእ';
  22. $labels['mail'] = 'ደብዳበ';
  23. $labels['settings'] = 'ከመንታይ';
  24. $labels['addressbook'] = 'መጽሓፍ አድራሻ';
  25. $labels['inbox'] = 'ሳጹን አታዊ';
  26. $labels['drafts'] = 'ወጡን ጽሑፍ';
  27. $labels['sent'] = 'ዝተለኣኸ';
  28. $labels['trash'] = 'እንዳጉሓፍ';
  29. $labels['junk'] = 'እንዳቅንጠመንጢ';
  30. $labels['subject'] = 'ዋኒን';
  31. $labels['from'] = 'ካብ';
  32. $labels['sender'] = 'ልኣኺ(ት)';
  33. $labels['to'] = 'ናብ';
  34. $labels['cc'] = 'ካኮ';
  35. $labels['bcc'] = 'ሕካኮ';
  36. $labels['replyto'] = 'ተመላሲ ናብ';
  37. $labels['followupto'] = 'ናብ...ዝስዓበ';
  38. $labels['date'] = 'ዕለት';
  39. $labels['size'] = 'መጠን';
  40. $labels['priority'] = 'ህጹጽነት';
  41. $labels['organization'] = 'ውድብ';
  42. $labels['readstatus'] = 'ምንባቡ';
  43. $labels['listoptions'] = 'መማርጽታት ዝርዝር';
  44. $labels['mailboxlist'] = 'ማህዸራት';
  45. $labels['messagesfromto'] = '$countይ መልእኽቲ ካብ $from ናብ $to ';
  46. $labels['sun'] = 'ሰንበ';
  47. $labels['mon'] = 'ሰኑይ';
  48. $labels['tue'] = 'ሰሉስ';
  49. $labels['wed'] = 'ረቡዕ';
  50. $labels['thu'] = 'ሓሙስ';
  51. $labels['fri'] = 'ዓርቢ';
  52. $labels['sat'] = 'ቀዳም';
  53. $labels['sunday'] = 'ሰንበት';
  54. $labels['monday'] = 'ሰኑይ';
  55. $labels['tuesday'] = 'ሰሉስ';
  56. $labels['wednesday'] = 'ረቡዕ';
  57. $labels['thursday'] = 'ሓሙስ';
  58. $labels['friday'] = 'ዓርቢ ';
  59. $labels['saturday'] = 'ቀዳም';
  60. ?>