summaryrefslogtreecommitdiff
path: root/program/localization/ti/labels.inc
diff options
context:
space:
mode:
Diffstat (limited to 'program/localization/ti/labels.inc')
-rw-r--r--program/localization/ti/labels.inc62
1 files changed, 62 insertions, 0 deletions
diff --git a/program/localization/ti/labels.inc b/program/localization/ti/labels.inc
new file mode 100644
index 000000000..2919f47c0
--- /dev/null
+++ b/program/localization/ti/labels.inc
@@ -0,0 +1,62 @@
+<?php
+
+/*
+ +-----------------------------------------------------------------------+
+ | localization/<lang>/labels.inc |
+ | |
+ | Localization file of the Roundcube Webmail client |
+ | Copyright (C) 2005-2013, The Roundcube Dev Team |
+ | |
+ | Licensed under the GNU General Public License version 3 or |
+ | any later version with exceptions for skins & plugins. |
+ | See the README file for a full license statement. |
+ | |
+ +-----------------------------------------------------------------------+
+
+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/labels/
+*/
+$labels['welcome'] = 'ሰናይ ምምጻእ ናብ $product';
+$labels['username'] = 'ሽምዓሙና';
+$labels['password'] = 'መሐለፊ ቃል';
+$labels['server'] = 'ውሃቢ ግልጋሎት';
+$labels['login'] = 'ክኣቱ';
+$labels['logout'] = 'ክውጽእ';
+$labels['mail'] = 'ደብዳበ';
+$labels['settings'] = 'ከመንታይ';
+$labels['addressbook'] = 'መጽሓፍ አድራሻ';
+$labels['inbox'] = 'ሳጹን አታዊ';
+$labels['drafts'] = 'ወጡን ጽሑፍ';
+$labels['sent'] = 'ዝተለኣኸ';
+$labels['trash'] = 'እንዳጉሓፍ';
+$labels['junk'] = 'እንዳቅንጠመንጢ';
+$labels['subject'] = 'ዋኒን';
+$labels['from'] = 'ካብ';
+$labels['sender'] = 'ልኣኺ(ት)';
+$labels['to'] = 'ናብ';
+$labels['cc'] = 'ካኮ';
+$labels['bcc'] = 'ሕካኮ';
+$labels['replyto'] = 'ተመላሲ ናብ';
+$labels['followupto'] = 'ናብ...ዝስዓበ';
+$labels['date'] = 'ዕለት';
+$labels['size'] = 'መጠን';
+$labels['priority'] = 'ህጹጽነት';
+$labels['organization'] = 'ውድብ';
+$labels['readstatus'] = 'ምንባቡ';
+$labels['listoptions'] = 'መማርጽታት ዝርዝር';
+$labels['mailboxlist'] = 'ማህዸራት';
+$labels['messagesfromto'] = '$countይ መልእኽቲ ካብ $from ናብ $to ';
+$labels['sun'] = 'ሰንበ';
+$labels['mon'] = 'ሰኑይ';
+$labels['tue'] = 'ሰሉስ';
+$labels['wed'] = 'ረቡዕ';
+$labels['thu'] = 'ሓሙስ';
+$labels['fri'] = 'ዓርቢ';
+$labels['sat'] = 'ቀዳም';
+$labels['sunday'] = 'ሰንበት';
+$labels['monday'] = 'ሰኑይ';
+$labels['tuesday'] = 'ሰሉስ';
+$labels['wednesday'] = 'ረቡዕ';
+$labels['thursday'] = 'ሓሙስ';
+$labels['friday'] = 'ዓርቢ ';
+$labels['saturday'] = 'ቀዳም';
+?>