1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- <?php
-
- /*
- +-----------------------------------------------------------------------+
- | localization/<lang>/labels.inc |
- | |
- | Localization file of the Roundcube Webmail client |
- | Copyright (C) 2005-2015, 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'] = 'ቀዳም';
- ?>
|