summaryrefslogtreecommitdiff
path: root/program/localization/ti/labels.inc
blob: da52037b3b6f1907c69cda7db1ad1d442b8203d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<?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']  = 'ቀዳም';
$labels['savelocalstorage'] = "";
$labels['helplistkeyboardnavigation'] = "";
$labels['helplistkeyboardnavmessages'] = "";
$labels['helplistkeyboardnavcontacts'] = "";
?>