|
Last change
on this file was
5732325,
checked in by Thomas Bruederli <thomas@…>, 10 days ago
|
|
Update localizations from Transifex
|
-
Property mode set to
100644
|
|
File size:
1.6 KB
|
| Line | |
|---|
| 1 | <?php |
|---|
| 2 | |
|---|
| 3 | /* |
|---|
| 4 | +-----------------------------------------------------------------------+ |
|---|
| 5 | | plugins/archive/localization/<lang>.inc | |
|---|
| 6 | | | |
|---|
| 7 | | Localization file of the Roundcube Webmail Archive plugin | |
|---|
| 8 | | Copyright (C) 2013, 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/plugin-archive/ |
|---|
| 17 | */ |
|---|
| 18 | |
|---|
| 19 | $labels = array(); |
|---|
| 20 | $labels['buttontext'] = 'Archiv'; |
|---|
| 21 | $labels['buttontitle'] = 'Archivovat zprávu'; |
|---|
| 22 | $labels['archived'] = 'ÃspÄÅ¡nÄ vloÅŸeno do archivu'; |
|---|
| 23 | $labels['archivedreload'] = 'ÃspÄÅ¡nÄ archivovány. Obnovte stránku, abyste uvidÄli nové sloÅŸky v archivu.'; |
|---|
| 24 | $labels['archiveerror'] = 'NÄkteré zprávy nelze archivovat'; |
|---|
| 25 | $labels['archivefolder'] = 'Archiv'; |
|---|
| 26 | $labels['settingstitle'] = 'Archiv'; |
|---|
| 27 | $labels['archivetype'] = 'RozdÄlit archiv podle'; |
|---|
| 28 | $labels['archivetypeyear'] = 'Rok (napÅ. Archiv/2012)'; |
|---|
| 29 | $labels['archivetypemonth'] = 'MÄsÃc (napÅ. Archiv/2012/06)'; |
|---|
| 30 | $labels['archivetypefolder'] = 'Původnà sloşka'; |
|---|
| 31 | $labels['archivetypesender'] = 'E-mail odesÃlatele'; |
|---|
| 32 | $labels['unkownsender'] = 'neznámÜ'; |
|---|
| 33 | |
|---|
| 34 | ?> |
|---|
Note: See
TracBrowser
for help on using the repository browser.