comparison program/localization/ti/labels.inc @ 0:4681f974d28b

vanilla 1.3.3 distro, I hope
author Charlie Root
date Thu, 04 Jan 2018 15:52:31 -0500
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:4681f974d28b
1 <?php
2
3 /*
4 +-----------------------------------------------------------------------+
5 | localization/<lang>/labels.inc |
6 | |
7 | Localization file of the Roundcube Webmail client |
8 | Copyright (C) 2005-2015, The Roundcube Dev Team |
9 | |
10 | Licensed under the GNU General Public License version 3 or |
11 | any later version with exceptions for skins & plugins. |
12 | See the README file for a full license statement. |
13 | |
14 +-----------------------------------------------------------------------+
15
16 For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/labels/
17 */
18 $labels['welcome'] = 'ሰናይ ምምጻእ ናብ $product';
19 $labels['username'] = 'ሽምዓሙና';
20 $labels['password'] = 'መሐለፊ ቃል';
21 $labels['server'] = 'ውሃቢ ግልጋሎት';
22 $labels['login'] = 'ክኣቱ';
23 $labels['logout'] = 'ክውጽእ';
24 $labels['mail'] = 'ደብዳበ';
25 $labels['settings'] = 'ከመንታይ';
26 $labels['addressbook'] = 'መጽሓፍ አድራሻ';
27 $labels['inbox'] = 'ሳጹን አታዊ';
28 $labels['drafts'] = 'ወጡን ጽሑፍ';
29 $labels['sent'] = 'ዝተለኣኸ';
30 $labels['trash'] = 'እንዳጉሓፍ';
31 $labels['junk'] = 'እንዳቅንጠመንጢ';
32 $labels['subject'] = 'ዋኒን';
33 $labels['from'] = 'ካብ';
34 $labels['sender'] = 'ልኣኺ(ት)';
35 $labels['to'] = 'ናብ';
36 $labels['cc'] = 'ካኮ';
37 $labels['bcc'] = 'ሕካኮ';
38 $labels['replyto'] = 'ተመላሲ ናብ';
39 $labels['followupto'] = 'ናብ...ዝስዓበ';
40 $labels['date'] = 'ዕለት';
41 $labels['size'] = 'መጠን';
42 $labels['priority'] = 'ህጹጽነት';
43 $labels['organization'] = 'ውድብ';
44 $labels['readstatus'] = 'ምንባቡ';
45 $labels['listoptions'] = 'መማርጽታት ዝርዝር';
46 $labels['mailboxlist'] = 'ማህዸራት';
47 $labels['messagesfromto'] = '$countይ መልእኽቲ ካብ $from ናብ $to ';
48 $labels['sun'] = 'ሰንበ';
49 $labels['mon'] = 'ሰኑይ';
50 $labels['tue'] = 'ሰሉስ';
51 $labels['wed'] = 'ረቡዕ';
52 $labels['thu'] = 'ሓሙስ';
53 $labels['fri'] = 'ዓርቢ';
54 $labels['sat'] = 'ቀዳም';
55 $labels['sunday'] = 'ሰንበት';
56 $labels['monday'] = 'ሰኑይ';
57 $labels['tuesday'] = 'ሰሉስ';
58 $labels['wednesday'] = 'ረቡዕ';
59 $labels['thursday'] = 'ሓሙስ';
60 $labels['friday'] = 'ዓርቢ ';
61 $labels['saturday'] = 'ቀዳም';
62 ?>