diff options
author | Thomas Bruederli <bruederli@kolabsys.com> | 2014-11-27 19:13:06 (GMT) |
---|---|---|
committer | Thomas Bruederli <bruederli@kolabsys.com> | 2014-11-27 19:13:11 (GMT) |
commit | 47ed73093cffd828df88f25fe510b083ac5060c7 (patch) | |
tree | 8a590dce85fa3f417f628b4cb0434914d19b06a0 /plugins/kolab_folders/localization | |
parent | af8e514fadae7d038567516e8ae4fd7a8a3c6d9f (diff) | |
download | roundcubemail-plugins-kolab-47ed73093cffd828df88f25fe510b083ac5060c7.tar.gz |
Updated translations from Transifex
Diffstat (limited to 'plugins/kolab_folders/localization')
-rw-r--r-- | plugins/kolab_folders/localization/cs_CZ.inc | 18 | ||||
-rw-r--r-- | plugins/kolab_folders/localization/de_DE.inc | 7 | ||||
-rw-r--r-- | plugins/kolab_folders/localization/fi_FI.inc | 3 | ||||
-rw-r--r-- | plugins/kolab_folders/localization/fr_FR.inc | 1 | ||||
-rw-r--r-- | plugins/kolab_folders/localization/hr.inc | 1 | ||||
-rw-r--r-- | plugins/kolab_folders/localization/it_IT.inc | 8 | ||||
-rw-r--r-- | plugins/kolab_folders/localization/nl_NL.inc | 1 | ||||
-rw-r--r-- | plugins/kolab_folders/localization/ru_RU.inc | 1 | ||||
-rw-r--r-- | plugins/kolab_folders/localization/sk.inc | 10 | ||||
-rw-r--r-- | plugins/kolab_folders/localization/sv_SE.inc | 28 | ||||
-rw-r--r-- | plugins/kolab_folders/localization/uk.inc | 13 |
11 files changed, 84 insertions, 7 deletions
diff --git a/plugins/kolab_folders/localization/cs_CZ.inc b/plugins/kolab_folders/localization/cs_CZ.inc index b6eb1bb..0688ca3 100644 --- a/plugins/kolab_folders/localization/cs_CZ.inc +++ b/plugins/kolab_folders/localization/cs_CZ.inc @@ -6,5 +6,23 @@ * * For translation see https://www.transifex.com/projects/p/kolab/resource/kolab_folders/ */ +$labels['folderctype'] = 'Typ obsahu'; +$labels['foldertypemail'] = 'Pošta'; $labels['foldertypeevent'] = 'Kalendář'; +$labels['foldertypejournal'] = 'Deník'; +$labels['foldertypetask'] = 'Úkoly'; +$labels['foldertypenote'] = 'Poznámky'; +$labels['foldertypecontact'] = 'Spojení'; +$labels['foldertypeconfiguration'] = 'Nastavení'; +$labels['foldertypefile'] = 'Soubory'; +$labels['foldertypefreebusy'] = 'Volný/Zaneprázdněný'; +$labels['default'] = 'Výchozí'; +$labels['inbox'] = 'Doručená pošta'; +$labels['drafts'] = 'Návrhy'; +$labels['sentitems'] = 'Posláno'; +$labels['outbox'] = 'Odeslaná pošta'; +$labels['wastebasket'] = 'Koš'; +$labels['junkemail'] = 'Nevyžádaná pošta'; +$labels['confidential'] = 'Důvěrné'; +$messages['defaultfolderexists'] = 'Již je výchozí složka daného typu'; ?> diff --git a/plugins/kolab_folders/localization/de_DE.inc b/plugins/kolab_folders/localization/de_DE.inc index a08d20c..24749ad 100644 --- a/plugins/kolab_folders/localization/de_DE.inc +++ b/plugins/kolab_folders/localization/de_DE.inc @@ -1,5 +1,4 @@ <?php - /** * Localizations for the Kolab Folders plugin * @@ -7,9 +6,6 @@ * * For translation see https://www.transifex.com/projects/p/kolab/resource/kolab_folders/ */ - -$labels = array(); - $labels['folderctype'] = 'Ordnerinhalt'; $labels['foldertypemail'] = 'E-Mail'; $labels['foldertypeevent'] = 'Kalender'; @@ -20,7 +16,6 @@ $labels['foldertypecontact'] = 'Kontakte'; $labels['foldertypeconfiguration'] = 'Konfiguration'; $labels['foldertypefile'] = 'Dateien'; $labels['foldertypefreebusy'] = 'Frei/Belegt'; - $labels['default'] = 'Standard'; $labels['inbox'] = 'Posteingang'; $labels['drafts'] = 'Entwürfe'; @@ -29,7 +24,5 @@ $labels['outbox'] = 'Postausgang'; $labels['wastebasket'] = 'Mülleimer'; $labels['junkemail'] = 'Spam'; $labels['confidential'] = 'Vertraulich'; - $messages['defaultfolderexists'] = 'Es gibt bereits einen Standardordner dieses Typs'; - ?> diff --git a/plugins/kolab_folders/localization/fi_FI.inc b/plugins/kolab_folders/localization/fi_FI.inc index 05bfc24..1ee05d3 100644 --- a/plugins/kolab_folders/localization/fi_FI.inc +++ b/plugins/kolab_folders/localization/fi_FI.inc @@ -15,6 +15,7 @@ $labels['foldertypenote'] = 'Muistiot'; $labels['foldertypecontact'] = 'Yhteystiedot'; $labels['foldertypeconfiguration'] = 'Asetukset'; $labels['foldertypefile'] = 'Tiedostot'; +$labels['foldertypefreebusy'] = 'Vapaa-varattu'; $labels['default'] = 'Oletus'; $labels['inbox'] = 'Saapuneet'; $labels['drafts'] = 'Luonnokset'; @@ -22,4 +23,6 @@ $labels['sentitems'] = 'Lähetetyt'; $labels['outbox'] = 'Lähtevät'; $labels['wastebasket'] = 'Roskakori'; $labels['junkemail'] = 'Roskaposti'; +$labels['confidential'] = 'Luottamuksellinen'; +$messages['defaultfolderexists'] = 'Määritetylle tyypille on jo olemassa oletuskansio'; ?> diff --git a/plugins/kolab_folders/localization/fr_FR.inc b/plugins/kolab_folders/localization/fr_FR.inc index 9db272f..41e506e 100644 --- a/plugins/kolab_folders/localization/fr_FR.inc +++ b/plugins/kolab_folders/localization/fr_FR.inc @@ -23,5 +23,6 @@ $labels['sentitems'] = 'Envoyés'; $labels['outbox'] = 'Courrier sortant'; $labels['wastebasket'] = 'Corbeille'; $labels['junkemail'] = 'Indésirables'; +$labels['confidential'] = 'Confidentiel'; $messages['defaultfolderexists'] = 'Il existe déjà un répertoire par défaut pour le type spécifié'; ?> diff --git a/plugins/kolab_folders/localization/hr.inc b/plugins/kolab_folders/localization/hr.inc index 65cb32a..bb38a3d 100644 --- a/plugins/kolab_folders/localization/hr.inc +++ b/plugins/kolab_folders/localization/hr.inc @@ -6,4 +6,5 @@ * * For translation see https://www.transifex.com/projects/p/kolab/resource/kolab_folders/ */ +$labels['foldertypeevent'] = 'Kalendar'; ?> diff --git a/plugins/kolab_folders/localization/it_IT.inc b/plugins/kolab_folders/localization/it_IT.inc index 7c18e00..3eae72c 100644 --- a/plugins/kolab_folders/localization/it_IT.inc +++ b/plugins/kolab_folders/localization/it_IT.inc @@ -9,6 +9,7 @@ $labels['folderctype'] = 'Tipo di contenuto'; $labels['foldertypemail'] = 'Mail'; $labels['foldertypeevent'] = 'Calendario'; +$labels['foldertypejournal'] = 'Diario'; $labels['foldertypetask'] = 'Attività'; $labels['foldertypenote'] = 'Annotazioni'; $labels['foldertypecontact'] = 'Contatti'; @@ -16,5 +17,12 @@ $labels['foldertypeconfiguration'] = 'Configurazione'; $labels['foldertypefile'] = 'File'; $labels['foldertypefreebusy'] = 'Libero-Occupato'; $labels['default'] = 'Predefinito'; +$labels['inbox'] = 'Posta In arrivo'; +$labels['drafts'] = 'Bozze'; +$labels['sentitems'] = 'Posta inviata'; +$labels['outbox'] = 'In uscita'; $labels['wastebasket'] = 'Cestino'; +$labels['junkemail'] = 'Posta indesiderata'; +$labels['confidential'] = 'Riservato'; +$messages['defaultfolderexists'] = 'Esiste già una cartella predefinita del tipo specificato'; ?> diff --git a/plugins/kolab_folders/localization/nl_NL.inc b/plugins/kolab_folders/localization/nl_NL.inc index 8d249de..a80aca5 100644 --- a/plugins/kolab_folders/localization/nl_NL.inc +++ b/plugins/kolab_folders/localization/nl_NL.inc @@ -23,5 +23,6 @@ $labels['sentitems'] = 'Verzonden'; $labels['outbox'] = 'Te versturen'; $labels['wastebasket'] = 'Prullenbak'; $labels['junkemail'] = 'Ongewenst'; +$labels['confidential'] = 'Vertrouwelijk'; $messages['defaultfolderexists'] = 'Er is reeds een standaard map voor dit type inhoud'; ?> diff --git a/plugins/kolab_folders/localization/ru_RU.inc b/plugins/kolab_folders/localization/ru_RU.inc index 71d6d42..4e50bff 100644 --- a/plugins/kolab_folders/localization/ru_RU.inc +++ b/plugins/kolab_folders/localization/ru_RU.inc @@ -23,5 +23,6 @@ $labels['sentitems'] = 'Отправленные'; $labels['outbox'] = 'Исходящие'; $labels['wastebasket'] = 'Корзина'; $labels['junkemail'] = 'Спам'; +$labels['confidential'] = 'Конфиденциально'; $messages['defaultfolderexists'] = 'Уже назначен ящик по умолчанию для указанного типа'; ?> diff --git a/plugins/kolab_folders/localization/sk.inc b/plugins/kolab_folders/localization/sk.inc new file mode 100644 index 0000000..91d2612 --- /dev/null +++ b/plugins/kolab_folders/localization/sk.inc @@ -0,0 +1,10 @@ +<?php +/** + * Localizations for the Kolab Folders plugin + * + * Copyright (C) 2014, Kolab Systems AG + * + * For translation see https://www.transifex.com/projects/p/kolab/resource/kolab_folders/ + */ +$labels['foldertypeevent'] = 'Kalendár'; +?> diff --git a/plugins/kolab_folders/localization/sv_SE.inc b/plugins/kolab_folders/localization/sv_SE.inc new file mode 100644 index 0000000..311f140 --- /dev/null +++ b/plugins/kolab_folders/localization/sv_SE.inc @@ -0,0 +1,28 @@ +<?php +/** + * Localizations for the Kolab Folders plugin + * + * Copyright (C) 2014, Kolab Systems AG + * + * For translation see https://www.transifex.com/projects/p/kolab/resource/kolab_folders/ + */ +$labels['folderctype'] = 'Innehållstyp'; +$labels['foldertypemail'] = 'E-post'; +$labels['foldertypeevent'] = 'Kalender'; +$labels['foldertypejournal'] = 'Journal'; +$labels['foldertypetask'] = 'Uppgifter'; +$labels['foldertypenote'] = 'Anteckningar'; +$labels['foldertypecontact'] = 'Kontakter'; +$labels['foldertypeconfiguration'] = 'Konfiguration'; +$labels['foldertypefile'] = 'Filer'; +$labels['foldertypefreebusy'] = 'Ledig-upptagen'; +$labels['default'] = 'Standard'; +$labels['inbox'] = 'Inkorg'; +$labels['drafts'] = 'Utkast'; +$labels['sentitems'] = 'Skickat'; +$labels['outbox'] = 'Utkorg'; +$labels['wastebasket'] = 'Papperskorg'; +$labels['junkemail'] = 'Skräp'; +$labels['confidential'] = 'Konfidentiellt'; +$messages['defaultfolderexists'] = 'Det finns redan en standardmapp för specificerad typ'; +?> diff --git a/plugins/kolab_folders/localization/uk.inc b/plugins/kolab_folders/localization/uk.inc new file mode 100644 index 0000000..a8a2e0a --- /dev/null +++ b/plugins/kolab_folders/localization/uk.inc @@ -0,0 +1,13 @@ +<?php +/** + * Localizations for the Kolab Folders plugin + * + * Copyright (C) 2014, Kolab Systems AG + * + * For translation see https://www.transifex.com/projects/p/kolab/resource/kolab_folders/ + */ +$labels['foldertypeevent'] = 'Календар'; +$labels['foldertypetask'] = 'Задачі'; +$labels['foldertypenote'] = 'Нотатки'; +$labels['foldertypefile'] = 'Файли'; +?> |