diff --git a/plugins/acl/localization/fi_FI.inc b/plugins/acl/localization/fi_FI.inc index 2f85b4baf..f28acd97f 100644 --- a/plugins/acl/localization/fi_FI.inc +++ b/plugins/acl/localization/fi_FI.inc @@ -18,10 +18,13 @@ $labels['sharing'] = 'Jakaminen'; $labels['myrights'] = 'Käyttöoikeudet'; $labels['username'] = 'Käyttäjä:'; +$labels['advanced'] = 'Edistynyt tila'; $labels['add'] = 'Lisää'; +$labels['newuser'] = 'LIsää kohde'; $labels['editperms'] = 'Muokkaa oikeuksia'; $labels['anyone'] = 'Kaikki käyttäjät (kuka tahansa)'; $labels['anonymous'] = 'Vieraat (anonyymit)'; +$labels['aclr'] = 'Lue viestit'; $labels['aclc'] = 'Luo alikansioita'; $labels['aclk'] = 'Luo alikansioita'; $labels['acld'] = 'Poista viestejä'; @@ -35,10 +38,12 @@ $labels['acldelete'] = 'Poisto'; $labels['shortaclr'] = 'Lue'; $labels['shortacls'] = 'Säilytä'; $labels['shortaclw'] = 'Kirjoitus'; +$labels['shortacli'] = 'Lisää'; $labels['shortaclc'] = 'Luo'; $labels['shortaclk'] = 'Luo'; $labels['shortacld'] = 'Poista'; $labels['shortaclt'] = 'Poista'; +$labels['shortaclx'] = 'Kansion poisto'; $labels['shortaclother'] = 'Muu'; $labels['shortaclread'] = 'Luku'; $labels['shortaclwrite'] = 'Kirjoitus'; @@ -47,6 +52,7 @@ $labels['longaclr'] = 'Kansion voi avata lukua varten'; $labels['longaclx'] = 'Kansio voidaan poistaa tai nimetä uudelleen'; $labels['longacla'] = 'Kansion käyttöoikeuksia voi muuttaa'; $labels['longaclread'] = 'Kansion voi avata lukua varten'; +$labels['arialabelaclactions'] = 'Listatoiminnot'; $messages['deleting'] = 'Poistetaan käyttöoikeuksia...'; $messages['saving'] = 'Tallennetaan käyttöoikeuksia...'; $messages['updatesuccess'] = 'Käyttöoikeuksia muutettiin onnistuneesti'; diff --git a/plugins/acl/localization/fr_FR.inc b/plugins/acl/localization/fr_FR.inc index 5e98eecde..b50dc0240 100644 --- a/plugins/acl/localization/fr_FR.inc +++ b/plugins/acl/localization/fr_FR.inc @@ -93,7 +93,7 @@ $messages['createsuccess'] = 'Les droits d’accès ont été ajoutés avec succ $messages['updateerror'] = 'Impossible de mettre à jour les droits d’accès'; $messages['deleteerror'] = 'Impossible de supprimer les droits d’accès'; $messages['createerror'] = 'Impossible d’ajouter des droits d’accès'; -$messages['deleteconfirm'] = 'Êtes-vous sûr de vouloir retirer les droits d’accès des utilisateurs sélectionnés ?'; -$messages['norights'] = 'Aucun droit n’a été spécifié !'; -$messages['nouser'] = 'Aucun nom d’utilisateur n’a été spécifié !'; +$messages['deleteconfirm'] = 'Êtes-vous certain de vouloir retirer les droits d’accès des utilisateurs sélectionnés ?'; +$messages['norights'] = 'Aucun droit n’a été spécifié !'; +$messages['nouser'] = 'Aucun nom d’utilisateur n’a été spécifié !'; ?> diff --git a/plugins/acl/localization/is_IS.inc b/plugins/acl/localization/is_IS.inc index 50017974c..e36796793 100644 --- a/plugins/acl/localization/is_IS.inc +++ b/plugins/acl/localization/is_IS.inc @@ -25,11 +25,11 @@ $labels['editperms'] = 'Breyta heimildum'; $labels['anyone'] = 'Allir notendur (hver sem er)'; $labels['anonymous'] = 'Gestir (nafnlausir)'; $labels['acll'] = 'Uppfletting'; -$labels['aclr'] = 'Lesa skeyti'; +$labels['aclr'] = 'Lesa skilaboð'; $labels['aclc'] = 'Búa til undirmöppur'; $labels['aclk'] = 'Búa til undirmöppur'; -$labels['acld'] = 'Eyða skeytum'; -$labels['aclt'] = 'Eyða skeytum'; +$labels['acld'] = 'Eyða skilaboðum'; +$labels['aclt'] = 'Eyða skilaboðum'; $labels['aclx'] = 'Eyða möppu'; $labels['acla'] = 'Stjórna'; $labels['aclother'] = 'Annað'; @@ -51,4 +51,6 @@ $labels['shortaclother'] = 'Annað'; $labels['shortaclread'] = 'Lesið'; $labels['shortaclwrite'] = 'Skrifa'; $labels['shortacldelete'] = 'Eyða'; +$labels['longaclc'] = 'Hægt er að útbúa (eða endurnefna) möppur beint inni í þessari möppu'; +$labels['longaclk'] = 'Hægt er að útbúa (eða endurnefna) möppur beint inni í þessari möppu'; ?> diff --git a/plugins/archive/localization/ca_ES.inc b/plugins/archive/localization/ca_ES.inc index 232bf0154..0309580a0 100644 --- a/plugins/archive/localization/ca_ES.inc +++ b/plugins/archive/localization/ca_ES.inc @@ -25,6 +25,7 @@ $labels['settingstitle'] = 'Arxiu'; $labels['archivetype'] = 'Divideix arxiu per'; $labels['archivetypeyear'] = 'Any (p.ex. Arxiu/2012)'; $labels['archivetypemonth'] = 'Mes (p.ex. Arxiu/2012/06)'; +$labels['archivetypetbmonth'] = 'Mes - Compatible amb Thunderbird (ej. Arxiu/2012/2102-06)'; $labels['archivetypefolder'] = 'Carpeta original'; $labels['archivetypesender'] = 'Adreça del remitent'; $labels['unkownsender'] = 'desconegut'; diff --git a/plugins/archive/localization/fi_FI.inc b/plugins/archive/localization/fi_FI.inc index 5c1bc2779..ce25514ad 100644 --- a/plugins/archive/localization/fi_FI.inc +++ b/plugins/archive/localization/fi_FI.inc @@ -25,6 +25,7 @@ $labels['settingstitle'] = 'Arkistoi'; $labels['archivetype'] = 'Jaa arkisto'; $labels['archivetypeyear'] = 'Vuodella (esim. Arkisto/2012)'; $labels['archivetypemonth'] = 'Kuukaudella (esim. Arkisto/2012/06)'; +$labels['archivetypetbmonth'] = 'Kuukausi - Thunderbird-yhteensopiva (esim. Archive/2012/2012-06)'; $labels['archivetypefolder'] = 'Alkuperäinen kansio'; $labels['archivetypesender'] = 'Lähettäjän osoite'; $labels['unkownsender'] = 'tuntematon'; diff --git a/plugins/archive/localization/is_IS.inc b/plugins/archive/localization/is_IS.inc index 972f7acac..ceeb64efb 100644 --- a/plugins/archive/localization/is_IS.inc +++ b/plugins/archive/localization/is_IS.inc @@ -16,10 +16,10 @@ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-archive/ */ $labels['buttontext'] = 'Geymsla'; -$labels['buttontitle'] = 'Setja þetta skeyti í geymslu'; +$labels['buttontitle'] = 'Setja þessi skilaboð í safngeymslu'; $labels['archived'] = 'Tókst að setja í geymslu'; $labels['archivedreload'] = 'Tókst að setja í geymslu. Endurlestu síðuna til að sjá nýju geymslumöppurnar.'; -$labels['archiveerror'] = 'Ekki var hægt að setja öll skeyti í geymslu'; +$labels['archiveerror'] = 'Ekki var hægt að setja öll skilaboð í safngeymslu'; $labels['archivefolder'] = 'Geymsla'; $labels['settingstitle'] = 'Geymsla'; $labels['archivetype'] = 'Skipta geymslu upp eftir'; @@ -29,5 +29,5 @@ $labels['archivetypetbmonth'] = 'mánuði - samhæft við Thunderbird (t.d. Geym $labels['archivetypefolder'] = 'Upprunaleg mappa'; $labels['archivetypesender'] = 'Tölvupóstfang sendanda'; $labels['unkownsender'] = 'óþekkt'; -$labels['readonarchive'] = 'Merkja skeyti sem lesið þegar það er lesið í geymslu'; +$labels['readonarchive'] = 'Merkja skilaboð sem lesin þegar þau eru lesin í safni'; ?> diff --git a/plugins/markasjunk/localization/ka_GE.inc b/plugins/archive/localization/ka_GE.inc similarity index 70% rename from plugins/markasjunk/localization/ka_GE.inc rename to plugins/archive/localization/ka_GE.inc index e711eee8a..57f41035f 100644 --- a/plugins/markasjunk/localization/ka_GE.inc +++ b/plugins/archive/localization/ka_GE.inc @@ -2,10 +2,10 @@ /* +-----------------------------------------------------------------------+ - | plugins/markasjunk/localization/.inc | + | plugins/archive/localization/.inc | | | - | Localization file of the Roundcube Webmail Mark-As-Junk plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | Localization file of the Roundcube Webmail Archive plugin | + | Copyright (C) 2016, The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | @@ -13,7 +13,7 @@ | | +-----------------------------------------------------------------------+ - For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-markasjunk/ + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-archive/ */ -$labels['buttontext'] = 'სპამი'; -?> \ No newline at end of file +$labels['unkownsender'] = 'უცნობი'; +?> diff --git a/plugins/markasjunk/localization/hi_IN.inc b/plugins/archive/localization/nl_BE.inc similarity index 70% rename from plugins/markasjunk/localization/hi_IN.inc rename to plugins/archive/localization/nl_BE.inc index 879f3851e..b17e3d79d 100644 --- a/plugins/markasjunk/localization/hi_IN.inc +++ b/plugins/archive/localization/nl_BE.inc @@ -2,10 +2,10 @@ /* +-----------------------------------------------------------------------+ - | plugins/markasjunk/localization/.inc | + | plugins/archive/localization/.inc | | | - | Localization file of the Roundcube Webmail Mark-As-Junk plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | Localization file of the Roundcube Webmail Archive plugin | + | Copyright (C) 2016, The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | @@ -13,7 +13,7 @@ | | +-----------------------------------------------------------------------+ - For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-markasjunk/ + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-archive/ */ -$labels['buttontext'] = 'स्पैम'; -?> \ No newline at end of file +$labels['unkownsender'] = 'onbekend'; +?> diff --git a/plugins/archive/localization/nl_NL.inc b/plugins/archive/localization/nl_NL.inc index 4703b7682..75ca1c297 100644 --- a/plugins/archive/localization/nl_NL.inc +++ b/plugins/archive/localization/nl_NL.inc @@ -25,6 +25,7 @@ $labels['settingstitle'] = 'Archiveren'; $labels['archivetype'] = 'Archief opdelen in'; $labels['archivetypeyear'] = 'Jaar (bijv. Archief/2012)'; $labels['archivetypemonth'] = 'Maand (bijv. Archief/2012/06)'; +$labels['archivetypetbmonth'] = 'Maand - Thunderbird compatibel (bijv. Archief/2012/06)'; $labels['archivetypefolder'] = 'Originele map'; $labels['archivetypesender'] = 'Afzender e-mail'; $labels['unkownsender'] = 'onbekend'; diff --git a/plugins/archive/localization/sr_CS.inc b/plugins/archive/localization/sr_CS.inc index 729509769..476ee2361 100644 --- a/plugins/archive/localization/sr_CS.inc +++ b/plugins/archive/localization/sr_CS.inc @@ -25,6 +25,7 @@ $labels['settingstitle'] = 'Архивирање'; $labels['archivetype'] = 'Разврстај архиве по'; $labels['archivetypeyear'] = 'години (нпр. Архива/2015)'; $labels['archivetypemonth'] = 'месецу (нпр. Архива/2015/03)'; +$labels['archivetypetbmonth'] = 'месецу - као Тандерберд (нпр. Архива/2012/2012-03)'; $labels['archivetypefolder'] = 'изворној фасцикли'; $labels['archivetypesender'] = 'адреси пошиљаоца'; $labels['unkownsender'] = 'непознато'; diff --git a/plugins/markasjunk/localization/ne_NP.inc b/plugins/archive/localization/th_TH.inc similarity index 70% rename from plugins/markasjunk/localization/ne_NP.inc rename to plugins/archive/localization/th_TH.inc index 02ff5e19c..cff6c2a1c 100644 --- a/plugins/markasjunk/localization/ne_NP.inc +++ b/plugins/archive/localization/th_TH.inc @@ -2,10 +2,10 @@ /* +-----------------------------------------------------------------------+ - | plugins/markasjunk/localization/.inc | + | plugins/archive/localization/.inc | | | - | Localization file of the Roundcube Webmail Mark-As-Junk plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | Localization file of the Roundcube Webmail Archive plugin | + | Copyright (C) 2016, The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | @@ -13,7 +13,7 @@ | | +-----------------------------------------------------------------------+ - For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-markasjunk/ + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-archive/ */ -$labels['buttontext'] = 'स्पाम'; -?> \ No newline at end of file +$labels['unkownsender'] = 'ไม่ทราบ'; +?> diff --git a/plugins/archive/localization/zh_TW.inc b/plugins/archive/localization/zh_TW.inc index 36cb07d85..03da84d6f 100644 --- a/plugins/archive/localization/zh_TW.inc +++ b/plugins/archive/localization/zh_TW.inc @@ -25,6 +25,7 @@ $labels['settingstitle'] = '封存'; $labels['archivetype'] = '封存檔案切割方式:'; $labels['archivetypeyear'] = '年分 (例如: 封存/2012)'; $labels['archivetypemonth'] = '月分 (例如: 封存/2012/06)'; +$labels['archivetypetbmonth'] = '月分 - 相容於 Thunderbird (例如: 封存/2012/2012-06)'; $labels['archivetypefolder'] = '原始資料夾'; $labels['archivetypesender'] = '寄件者電子信箱'; $labels['unkownsender'] = '未知'; diff --git a/plugins/attachment_reminder/localization/ca_ES.inc b/plugins/attachment_reminder/localization/ca_ES.inc index ca22fbd41..8e4ed81a0 100644 --- a/plugins/attachment_reminder/localization/ca_ES.inc +++ b/plugins/attachment_reminder/localization/ca_ES.inc @@ -15,6 +15,7 @@ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-attachment_reminder/ */ +$messages['missingattachment'] = "Hi falta l'adjunt?"; $messages['forgotattachment'] = "Us heu oblidat afegir un fitxer?"; $messages['reminderoption'] = "Recordatori de fitxers adjunts oblidats"; $messages['keywords'] = "adjunt,fitxer,adjuntar,adjuntat,adjuntant,CV,carta"; diff --git a/plugins/attachment_reminder/localization/fi_FI.inc b/plugins/attachment_reminder/localization/fi_FI.inc index a39d8b28d..8b5fb1f11 100644 --- a/plugins/attachment_reminder/localization/fi_FI.inc +++ b/plugins/attachment_reminder/localization/fi_FI.inc @@ -15,6 +15,7 @@ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-attachment_reminder/ */ +$messages['missingattachment'] = "Puuttuva liite?"; $messages['forgotattachment'] = "Unohditko liittää tiedoston?"; $messages['reminderoption'] = "Muistuta mahdollisesti unohtuneista liitteistä"; $messages['keywords'] = "attachment,file,attach,attached,attaching,enclosed,CV,cover letter,liite,tiedosto,liitteenä,liitetiedosto,ansioluettelo"; diff --git a/plugins/attachment_reminder/localization/fr_FR.inc b/plugins/attachment_reminder/localization/fr_FR.inc index 450b59bc1..b15c27b30 100644 --- a/plugins/attachment_reminder/localization/fr_FR.inc +++ b/plugins/attachment_reminder/localization/fr_FR.inc @@ -15,7 +15,7 @@ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-attachment_reminder/ */ -$messages['missingattachment'] = "Pièce jointe manquante ?"; -$messages['forgotattachment'] = "Avez-vous oublié de joindre un fichier ?"; +$messages['missingattachment'] = "Pièce jointe manquante ?"; +$messages['forgotattachment'] = "Avez-vous oublié de joindre un fichier ?"; $messages['reminderoption'] = "Rappel sur les pièces jointes oubliées"; $messages['keywords'] = "pièce jointe,fichier,joindre,joins,joint,attaché,inclus,ci-inclus,CV, lettre d’accompagnement"; diff --git a/plugins/attachment_reminder/localization/nl_NL.inc b/plugins/attachment_reminder/localization/nl_NL.inc index 293ad174f..e1a948bfe 100644 --- a/plugins/attachment_reminder/localization/nl_NL.inc +++ b/plugins/attachment_reminder/localization/nl_NL.inc @@ -15,6 +15,7 @@ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-attachment_reminder/ */ +$messages['missingattachment'] = "Bijlage ontbreekt?"; $messages['forgotattachment'] = "Bent u vergeten het bestand bij te voegen?"; $messages['reminderoption'] = "Herinner mij aan vergeten bijlagen"; $messages['keywords'] = "attachment,bestand,bijgaand,bijgaande,brief,bijgevoegd,bijgesloten,CV,document,bijgesloten"; diff --git a/plugins/attachment_reminder/localization/pt_PT.inc b/plugins/attachment_reminder/localization/pt_PT.inc index 3a56beeca..9a0557642 100644 --- a/plugins/attachment_reminder/localization/pt_PT.inc +++ b/plugins/attachment_reminder/localization/pt_PT.inc @@ -16,6 +16,6 @@ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-attachment_reminder/ */ $messages['missingattachment'] = "Falta anexo?"; -$messages['forgotattachment'] = "Você esqueceu-se de anexar um ficheiro?"; +$messages['forgotattachment'] = "Mencionou ficheiros ou anexos mas não tem anexos na mensagem. Pretende anexar um ficheiro?"; $messages['reminderoption'] = "Lembrar sobre anexos esquecidos"; $messages['keywords'] = "anexo,ficheiro,anexar,anexado,a anexar,em anexo,currículo,carta de apresentação"; diff --git a/plugins/attachment_reminder/localization/zh_TW.inc b/plugins/attachment_reminder/localization/zh_TW.inc index df7d75d0b..4f345a5b8 100644 --- a/plugins/attachment_reminder/localization/zh_TW.inc +++ b/plugins/attachment_reminder/localization/zh_TW.inc @@ -15,6 +15,7 @@ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-attachment_reminder/ */ +$messages['missingattachment'] = "是否遺漏了附件?"; $messages['forgotattachment'] = "似乎忘記加入附件,確定要寄出嗎?"; $messages['reminderoption'] = "提醒加入附件"; $messages['keywords'] = "附件,檔案,附加,附檔,附上,履歷,封面"; diff --git a/plugins/enigma/localization/ar_SA.inc b/plugins/enigma/localization/ar_SA.inc new file mode 100644 index 000000000..d3fa164c9 --- /dev/null +++ b/plugins/enigma/localization/ar_SA.inc @@ -0,0 +1,23 @@ +.inc | + | | + | Localization file of the Roundcube Webmail ACL plugin | + | Copyright (C) 2012-2016, 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/roundcube/roundcube-webmail/plugin-enigma/ +*/ +$labels['keyname'] = 'الاسم'; +$labels['subkeycreated'] = 'أُنشئ في'; +$labels['expiresnever'] = 'أبداً'; +$labels['unknown'] = 'مجهول'; +$labels['newkeypass'] = 'كلمة المرور'; +?> diff --git a/plugins/markasjunk/localization/mk_MK.inc b/plugins/enigma/localization/ast.inc similarity index 59% rename from plugins/markasjunk/localization/mk_MK.inc rename to plugins/enigma/localization/ast.inc index 224908090..c33b669a8 100644 --- a/plugins/markasjunk/localization/mk_MK.inc +++ b/plugins/enigma/localization/ast.inc @@ -1,11 +1,11 @@ .inc | + | plugins/enigma/localization/.inc | | | - | Localization file of the Roundcube Webmail Mark-As-Junk plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | Localization file of the Roundcube Webmail ACL plugin | + | Copyright (C) 2012-2016, The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | @@ -13,9 +13,11 @@ | | +-----------------------------------------------------------------------+ - For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-markasjunk/ + For translation see https://www.transifex.com/roundcube/roundcube-webmail/plugin-enigma/ */ -$labels['buttontext'] = 'Ѓубре '; -$labels['buttontitle'] = 'Обележи како ѓубре '; -$labels['reportedasjunk'] = 'Успешно пријавено како ѓубре '; -?> \ No newline at end of file +$labels['keyname'] = 'Nome'; +$labels['subkeycreated'] = 'Creáu'; +$labels['expiresnever'] = 'nunca'; +$labels['unknown'] = 'desconocíu'; +$labels['newkeypass'] = 'Contraseña'; +?> diff --git a/plugins/enigma/localization/az_AZ.inc b/plugins/enigma/localization/az_AZ.inc new file mode 100644 index 000000000..0fc97fac2 --- /dev/null +++ b/plugins/enigma/localization/az_AZ.inc @@ -0,0 +1,25 @@ +.inc | + | | + | Localization file of the Roundcube Webmail ACL plugin | + | Copyright (C) 2012-2016, 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/roundcube/roundcube-webmail/plugin-enigma/ +*/ +$labels['keyname'] = 'Ad'; +$labels['keyid'] = 'Açar ID'; +$labels['typeencrypt'] = 'Şifrələ'; +$labels['subkeycreated'] = 'Yaradılma tarixi'; +$labels['expiresnever'] = 'heç vaxt'; +$labels['unknown'] = 'naməlum'; +$labels['newkeypass'] = 'Şifrə'; +?> diff --git a/plugins/enigma/localization/be_BE.inc b/plugins/enigma/localization/be_BE.inc new file mode 100644 index 000000000..d60e58228 --- /dev/null +++ b/plugins/enigma/localization/be_BE.inc @@ -0,0 +1,24 @@ +.inc | + | | + | Localization file of the Roundcube Webmail ACL plugin | + | Copyright (C) 2012-2016, 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/roundcube/roundcube-webmail/plugin-enigma/ +*/ +$labels['keyname'] = 'Назва'; +$labels['subkeycreated'] = 'Створаны'; +$labels['expiresnever'] = 'ніколі'; +$labels['unknown'] = 'невядома'; +$labels['keychpass'] = 'Змяніць пароль'; +$labels['newkeypass'] = 'Пароль'; +?> diff --git a/plugins/markasjunk/localization/bs_BA.inc b/plugins/enigma/localization/bs_BA.inc similarity index 55% rename from plugins/markasjunk/localization/bs_BA.inc rename to plugins/enigma/localization/bs_BA.inc index 6a32ee099..41f13b586 100644 --- a/plugins/markasjunk/localization/bs_BA.inc +++ b/plugins/enigma/localization/bs_BA.inc @@ -1,11 +1,11 @@ .inc | + | plugins/enigma/localization/.inc | | | - | Localization file of the Roundcube Webmail Mark-As-Junk plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | Localization file of the Roundcube Webmail ACL plugin | + | Copyright (C) 2012-2016, The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | @@ -13,9 +13,12 @@ | | +-----------------------------------------------------------------------+ - For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-markasjunk/ + For translation see https://www.transifex.com/roundcube/roundcube-webmail/plugin-enigma/ */ -$labels['buttontext'] = 'Spam'; -$labels['buttontitle'] = 'Označi kao spam'; -$labels['reportedasjunk'] = 'Uspješno označeno kao spam'; -?> \ No newline at end of file +$labels['keyname'] = 'Ime'; +$labels['subkeycreated'] = 'Kreirano'; +$labels['expiresnever'] = 'nikad'; +$labels['unknown'] = 'nepoznato'; +$labels['keychpass'] = 'Promijeni šifru'; +$labels['newkeypass'] = 'Šifra'; +?> diff --git a/plugins/markasjunk/localization/ca_ES.inc b/plugins/enigma/localization/ca_ES.inc similarity index 51% rename from plugins/markasjunk/localization/ca_ES.inc rename to plugins/enigma/localization/ca_ES.inc index 1a77aaff2..544c9b0f0 100644 --- a/plugins/markasjunk/localization/ca_ES.inc +++ b/plugins/enigma/localization/ca_ES.inc @@ -1,11 +1,11 @@ .inc | + | plugins/enigma/localization/.inc | | | - | Localization file of the Roundcube Webmail Mark-As-Junk plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | Localization file of the Roundcube Webmail ACL plugin | + | Copyright (C) 2012-2016, The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | @@ -13,9 +13,14 @@ | | +-----------------------------------------------------------------------+ - For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-markasjunk/ + For translation see https://www.transifex.com/roundcube/roundcube-webmail/plugin-enigma/ */ -$labels['buttontext'] = 'Correu brossa'; -$labels['buttontitle'] = 'Marca com a correu brossa'; -$labels['reportedasjunk'] = 'S\'ha reportat correctament com a correu brossa'; -?> \ No newline at end of file +$labels['keyname'] = 'Nom'; +$labels['keyid'] = 'ID de la clau'; +$labels['typeencrypt'] = 'Xifrar'; +$labels['subkeycreated'] = 'Creat'; +$labels['expiresnever'] = 'mai'; +$labels['unknown'] = 'desconegut'; +$labels['keychpass'] = 'Canvia la contrasenya'; +$labels['newkeypass'] = 'Contrasenya'; +?> diff --git a/plugins/enigma/localization/cs_CZ.inc b/plugins/enigma/localization/cs_CZ.inc index 09613e471..95f34f43f 100644 --- a/plugins/enigma/localization/cs_CZ.inc +++ b/plugins/enigma/localization/cs_CZ.inc @@ -30,8 +30,8 @@ $labels['basicinfo'] = 'Základní informace'; $labels['userids'] = 'Další uživatelé'; $labels['typepublickey'] = 'veřejný klíč'; $labels['typekeypair'] = 'pár klíčů'; -$labels['keyattfound'] = 'Tato zpráva má přiložený/é PGP klíč(e).'; -$labels['keyattimport'] = 'Importovat klíč(e)'; +$labels['keyattfound'] = 'Tato zpráva má přiložený/é PGP klíče.'; +$labels['keyattimport'] = 'Importovat klíče'; $labels['typesign'] = 'Podepsat'; $labels['typeencrypt'] = 'Zašifrovat'; $labels['typecert'] = 'Certifikovat'; @@ -56,8 +56,8 @@ $labels['passwordtime'] = 'Uchovat hesla pro privátní klíče pro'; $labels['nminutes'] = '$m minut(a)'; $labels['wholesession'] = 'celá relace'; $labels['createkeys'] = 'Vytvořit nový pár klíčů'; -$labels['importkeys'] = 'Importovat klíč(e)'; -$labels['exportkeys'] = 'Exportovat klíč(e)'; +$labels['importkeys'] = 'Importovat klíče'; +$labels['exportkeys'] = 'Exportovat klíče'; $labels['keyactions'] = 'Akce s klíčem...'; $labels['keyremove'] = 'Smazat'; $labels['keydisable'] = 'Vypnout'; @@ -69,7 +69,7 @@ $labels['newkeypass'] = 'Heslo'; $labels['newkeypassconfirm'] = 'Potvrdit heslo'; $labels['newkeysize'] = 'Velikost klíče'; $labels['key2048'] = '2048 bitů - výchozí'; -$labels['key4096'] = '4093 bítů - více bezpečné'; +$labels['key4096'] = '4096 bitů - více bezpečné'; $labels['keygenerating'] = 'Generuji klíče...'; $labels['encryptionoptions'] = 'Možnosti šifrování...'; $labels['encryptmsg'] = 'Zašifrovat tuto zprávu'; @@ -97,6 +97,7 @@ $messages['sigerror'] = 'Neověřený podpis. Interní chyba.'; $messages['decryptok'] = 'Zpráva byla dešifrována.'; $messages['decrypterror'] = 'Dešifrování selhalo.'; $messages['decryptnokey'] = 'Dešifrování selhalo. Veřejný klíč nebyl nalezen. ID klíče: $keyid.'; +$messages['decryptnomdc'] = 'Dešifrování přeskočeno. Integrita zprávy není chráněna.'; $messages['decryptbadpass'] = 'Dešifrování selhalo. Špatné heslo.'; $messages['decryptnopass'] = 'Dešifrování selhalo. Heslo pro klíč je požadováno.'; $messages['decryptpartial'] = 'Zpráva byla dešifrována, ale část jejího těla nebyla zašifrovaná.'; @@ -110,13 +111,13 @@ $messages['nokeysfound'] = 'Nebyly nalezeny žádné klíče.'; $messages['keynotfound'] = 'Klíč nebyl nalezen!'; $messages['keyopenerror'] = 'Nemohu dostat informace o klíči! Interní chyba.'; $messages['keylisterror'] = 'Nemohu získat seznam klíčů! Interní chyba.'; -$messages['keysimportfailed'] = 'Nemohu importovat klíč(e)! Interní chyba.'; -$messages['keysimportsuccess'] = 'Klíč(e) byl(y) naimportován(y). Importovány: $new, nezměněny: $old.'; -$messages['keyremoving'] = 'Odstraňuji klíč(e)...'; -$messages['keyremoveconfirm'] = 'Opravdu si přejete odstranit vybraný/é klíč(e)?'; -$messages['keyremovesuccess'] = 'Klíč(e) byl(y) odstraněn(y).'; -$messages['keyremoveerror'] = 'Nemohu smazat vybraný/é klíč(e).'; -$messages['keyimporttext'] = 'Můžete naimportovat soukromý/é a veřejný/é klíč(e) nebo podpisy pro revokaci ve formátu ASCII-Armor.'; +$messages['keysimportfailed'] = 'Nemohu importovat klíče! Interní chyba.'; +$messages['keysimportsuccess'] = 'Klíče byly naimportovány. Importovány: $new, nezměněny: $old.'; +$messages['keyremoving'] = 'Odstraňuji klíče...'; +$messages['keyremoveconfirm'] = 'Opravdu si přejete odstranit vybrané klíče?'; +$messages['keyremovesuccess'] = 'Klíče byly odstraněny.'; +$messages['keyremoveerror'] = 'Nemohu smazat vybrané klíče.'; +$messages['keyimporttext'] = 'Můžete naimportovat soukromé a veřejné klíče nebo podpisy pro revokaci ve formátu ASCII-Armor.'; $messages['keyimportsearchtext'] = 'Veřejné klíče můžete vyhledávat podle identifikátoru klíče, uživatele, nebo e-mailové adresy a potom je přímo importovat.'; $messages['formerror'] = 'Prosím vyplňte tento formulář. Všechna pole jsou požadována.'; $messages['passwordsdiffer'] = 'Zadaná hesla se neshodují!'; @@ -124,5 +125,5 @@ $messages['keygenerateerror'] = 'Selhalo generování páru klíčů'; $messages['keygeneratesuccess'] = 'Pár klíčů byl vygenerován a naimportován.'; $messages['keygennosupport'] = 'Váš webový prohlížeč nepodporuje kryptografii. Nemohu vygenerovat pár klíčů.'; $messages['noidentselected'] = 'Pro tento klíč si musíte vybrat alespoň jednu identitu!'; -$messages['nonameident'] = 'Identita musí mít definované uživatelské jméno.'; +$messages['nonameident'] = 'Identita musí mít definované uživatelské jméno!'; ?> diff --git a/plugins/enigma/localization/cy_GB.inc b/plugins/enigma/localization/cy_GB.inc index 5a3ff2a76..93cacd3da 100644 --- a/plugins/enigma/localization/cy_GB.inc +++ b/plugins/enigma/localization/cy_GB.inc @@ -25,6 +25,7 @@ $labels['keyuserid'] = 'ID Defnyddiwr'; $labels['keytype'] = 'Math o allwedd'; $labels['fingerprint'] = 'Olion bys'; $labels['subkeys'] = 'Isallweddi'; +$labels['keyprops'] = 'Nodweddion allwed'; $labels['basicinfo'] = 'Gwybodaeth sylfaenol'; $labels['userids'] = 'Defnyddwyr Ychwanegol'; $labels['typepublickey'] = 'allwedd gyhoeddus'; @@ -63,13 +64,17 @@ $labels['keydisable'] = 'Analluogi'; $labels['keyrevoke'] = 'Dirymu'; $labels['keysend'] = 'Danfon allwedd gyhoeddus mewn neges'; $labels['keychpass'] = 'Newid cyfrinair'; +$labels['newkeyident'] = 'Hunaniaeth'; $labels['newkeypass'] = 'Cyfrinair'; +$labels['newkeypassconfirm'] = 'Cadarnhau cyfrinair'; +$labels['newkeysize'] = 'Maint allwedd'; $labels['key2048'] = '2048 did - diofyn'; $labels['key4096'] = '4096 did - mwy cadarn'; $labels['keygenerating'] = 'Yn creu allweddi...'; $labels['encryptionoptions'] = 'Dewisiadau amgryptio...'; $labels['encryptmsg'] = 'Amgryptio\'r neges hwn'; $labels['signmsg'] = 'Llofnodi\'r neges yma yn ddigidol'; +$labels['sendunencrypted'] = 'Danfon heb amgodi'; $labels['enterkeypasstitle'] = 'Rhowch yr ymadrodd cyfrin'; $labels['enterkeypass'] = 'Mae angen ymadrodd cyfrin i ddatgloi allwedd breifat ($keyid) ar gyfer defnyddiwr: $user:'; $labels['arialabelkeyexportoptions'] = 'Dewisiadau allforio allweddi'; @@ -80,6 +85,9 @@ $labels['withprivkeys'] = 'Allforio Allweddi Cyfrinachol'; $labels['findkey'] = 'Chwilio ar weinydd(wyr) allweddi'; $labels['keyimportlabel'] = 'Mewnforio o ffeil'; $labels['keyimportsearchlabel'] = 'Chwilio ar weinydd(wyr) allweddi'; +$labels['managekeys'] = 'Rheoli allweddi PGP'; +$labels['identitymatchingprivkeys'] = 'Mae gennych $nr allwedd preifat cyfatebol wedi eu storio yn eich cylch allwedd:'; +$labels['identitynoprivkeys'] = 'Nid oes gan y danfonwr hwn allwedd preifat PGP wedi ei storio yn eich estyniad cylch allwedd.'; $messages['sigvalid'] = 'Llofnod wedi ddilysu o $sender.'; $messages['sigvalidpartial'] = 'Llofnod wedi ddilysu o $sender, ond ni arwyddywyd rhan o gorff y neges'; $messages['siginvalid'] = 'Llofnod annilys o $sender.'; @@ -89,6 +97,7 @@ $messages['sigerror'] = 'Llofnod heb ei ddilysu. Gwall mewnol.'; $messages['decryptok'] = 'Neges wedi ei ddadgryptio.'; $messages['decrypterror'] = 'Dadgryptio wedi methu.'; $messages['decryptnokey'] = 'Dadgryptio wedi methu. Allwedd breifat heb ei ganfod: ID Allwedd: $keyid.'; +$messages['decryptnomdc'] = 'Hepgorwyd y dadgryptio. Nid yw cywirdeb y neges wedi ei wirio.'; $messages['decryptbadpass'] = 'Dadgryptio wedi methu. Cyfrinair annilys.'; $messages['decryptnopass'] = 'Dadgryptio wedi methu. Mae angen cyfrinair.'; $messages['decryptpartial'] = 'Dadgryptiwyd y neges, ond roedd darn o gorff y neges heb ei amgryptio'; diff --git a/plugins/markasjunk/localization/en_CA.inc b/plugins/enigma/localization/en_CA.inc similarity index 57% rename from plugins/markasjunk/localization/en_CA.inc rename to plugins/enigma/localization/en_CA.inc index 92c041948..ac3c3abe8 100644 --- a/plugins/markasjunk/localization/en_CA.inc +++ b/plugins/enigma/localization/en_CA.inc @@ -1,11 +1,11 @@ .inc | + | plugins/enigma/localization/.inc | | | - | Localization file of the Roundcube Webmail Mark-As-Junk plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | Localization file of the Roundcube Webmail ACL plugin | + | Copyright (C) 2012-2016, The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | @@ -13,9 +13,11 @@ | | +-----------------------------------------------------------------------+ - For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-markasjunk/ + For translation see https://www.transifex.com/roundcube/roundcube-webmail/plugin-enigma/ */ -$labels['buttontext'] = 'Junk'; -$labels['buttontitle'] = 'Mark as Junk'; -$labels['reportedasjunk'] = 'Successfully reported as Junk'; -?> \ No newline at end of file +$labels['keyname'] = 'Name'; +$labels['subkeycreated'] = 'Created'; +$labels['expiresnever'] = 'never'; +$labels['unknown'] = 'unknown'; +$labels['newkeypass'] = 'Password'; +?> diff --git a/plugins/enigma/localization/en_GB.inc b/plugins/enigma/localization/en_GB.inc index 07295f49b..6e51ca8ad 100644 --- a/plugins/enigma/localization/en_GB.inc +++ b/plugins/enigma/localization/en_GB.inc @@ -85,6 +85,9 @@ $labels['withprivkeys'] = 'Export Secret Keys'; $labels['findkey'] = 'Search on key server(s)'; $labels['keyimportlabel'] = 'Import from file'; $labels['keyimportsearchlabel'] = 'Search on key server(s)'; +$labels['managekeys'] = 'Manage PGP keys'; +$labels['identitymatchingprivkeys'] = 'You have $nr matching PGP private keys stored in your keyring:'; +$labels['identitynoprivkeys'] = 'This sender identity doesn\'t yet have a PGP private key stored in your keyring.'; $messages['sigvalid'] = 'Verified signature from $sender.'; $messages['sigvalidpartial'] = 'Verified signature from $sender, but part of the body was not signed.'; $messages['siginvalid'] = 'Invalid signature from $sender.'; @@ -94,6 +97,7 @@ $messages['sigerror'] = 'Unverified signature. Internal error.'; $messages['decryptok'] = 'Message decrypted.'; $messages['decrypterror'] = 'Decryption failed.'; $messages['decryptnokey'] = 'Decryption failed. Private key not found. Key ID: $keyid.'; +$messages['decryptnomdc'] = 'Decryption skipped. Message is not integrity protected.'; $messages['decryptbadpass'] = 'Decryption failed. Invalid password.'; $messages['decryptnopass'] = 'Decryption failed. Key password required.'; $messages['decryptpartial'] = 'Message decrypted, but part of the body was not encrypted.'; diff --git a/plugins/enigma/localization/eo.inc b/plugins/enigma/localization/eo.inc new file mode 100644 index 000000000..b8221cd3d --- /dev/null +++ b/plugins/enigma/localization/eo.inc @@ -0,0 +1,22 @@ +.inc | + | | + | Localization file of the Roundcube Webmail ACL plugin | + | Copyright (C) 2012-2016, 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/roundcube/roundcube-webmail/plugin-enigma/ +*/ +$labels['subkeycreated'] = 'Kreita'; +$labels['expiresnever'] = 'neniam'; +$labels['unknown'] = 'nekonata'; +$labels['newkeypass'] = 'Pasvorto'; +?> diff --git a/plugins/markasjunk/localization/es_419.inc b/plugins/enigma/localization/es_419.inc similarity index 54% rename from plugins/markasjunk/localization/es_419.inc rename to plugins/enigma/localization/es_419.inc index e9bc14bc4..59d821ac8 100644 --- a/plugins/markasjunk/localization/es_419.inc +++ b/plugins/enigma/localization/es_419.inc @@ -1,11 +1,11 @@ .inc | + | plugins/enigma/localization/.inc | | | - | Localization file of the Roundcube Webmail Mark-As-Junk plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | Localization file of the Roundcube Webmail ACL plugin | + | Copyright (C) 2012-2016, The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | @@ -13,9 +13,12 @@ | | +-----------------------------------------------------------------------+ - For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-markasjunk/ + For translation see https://www.transifex.com/roundcube/roundcube-webmail/plugin-enigma/ */ -$labels['buttontext'] = 'Basura'; -$labels['buttontitle'] = 'Marcar como basura'; -$labels['reportedasjunk'] = 'Reportado como basura exitosamente'; -?> \ No newline at end of file +$labels['keyname'] = 'Nombre'; +$labels['subkeycreated'] = 'Creado'; +$labels['expiresnever'] = 'nunca'; +$labels['unknown'] = 'desconocido'; +$labels['keychpass'] = 'Cambiar contraseña'; +$labels['newkeypass'] = 'Contraseña'; +?> diff --git a/plugins/markasjunk/localization/es_AR.inc b/plugins/enigma/localization/es_AR.inc similarity index 54% rename from plugins/markasjunk/localization/es_AR.inc rename to plugins/enigma/localization/es_AR.inc index b9c452bf1..59d821ac8 100644 --- a/plugins/markasjunk/localization/es_AR.inc +++ b/plugins/enigma/localization/es_AR.inc @@ -1,11 +1,11 @@ .inc | + | plugins/enigma/localization/.inc | | | - | Localization file of the Roundcube Webmail Mark-As-Junk plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | Localization file of the Roundcube Webmail ACL plugin | + | Copyright (C) 2012-2016, The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | @@ -13,9 +13,12 @@ | | +-----------------------------------------------------------------------+ - For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-markasjunk/ + For translation see https://www.transifex.com/roundcube/roundcube-webmail/plugin-enigma/ */ -$labels['buttontext'] = 'Correo no deseado'; -$labels['buttontitle'] = 'Marcar como SPAM'; -$labels['reportedasjunk'] = 'Mensaje reportado como SPAM'; -?> \ No newline at end of file +$labels['keyname'] = 'Nombre'; +$labels['subkeycreated'] = 'Creado'; +$labels['expiresnever'] = 'nunca'; +$labels['unknown'] = 'desconocido'; +$labels['keychpass'] = 'Cambiar contraseña'; +$labels['newkeypass'] = 'Contraseña'; +?> diff --git a/plugins/enigma/localization/et_EE.inc b/plugins/enigma/localization/et_EE.inc index 7a861ee4c..a881a2453 100644 --- a/plugins/enigma/localization/et_EE.inc +++ b/plugins/enigma/localization/et_EE.inc @@ -15,6 +15,7 @@ For translation see https://www.transifex.com/roundcube/roundcube-webmail/plugin-enigma/ */ +$labels['encryption'] = 'Krüpteerimine'; $labels['enigmacerts'] = 'S/MIME sertifikaadid'; $labels['enigmakeys'] = 'PGP võtmed'; $labels['keyname'] = 'Nimi'; diff --git a/plugins/markasjunk/localization/az_AZ.inc b/plugins/enigma/localization/fa_AF.inc similarity index 57% rename from plugins/markasjunk/localization/az_AZ.inc rename to plugins/enigma/localization/fa_AF.inc index 407db71c2..4892173f0 100644 --- a/plugins/markasjunk/localization/az_AZ.inc +++ b/plugins/enigma/localization/fa_AF.inc @@ -1,11 +1,11 @@ .inc | + | plugins/enigma/localization/.inc | | | - | Localization file of the Roundcube Webmail Mark-As-Junk plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | Localization file of the Roundcube Webmail ACL plugin | + | Copyright (C) 2012-2016, The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | @@ -13,9 +13,10 @@ | | +-----------------------------------------------------------------------+ - For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-markasjunk/ + For translation see https://www.transifex.com/roundcube/roundcube-webmail/plugin-enigma/ */ -$labels['buttontext'] = 'Spam'; -$labels['buttontitle'] = 'Spam qovluğuna köçür'; -$labels['reportedasjunk'] = 'Spam qovluğuna köçürüldü'; -?> \ No newline at end of file +$labels['subkeycreated'] = 'ایجاد شد'; +$labels['expiresnever'] = 'هیچگاه'; +$labels['unknown'] = 'نا شناس'; +$labels['newkeypass'] = 'شفر'; +?> diff --git a/plugins/enigma/localization/fa_IR.inc b/plugins/enigma/localization/fa_IR.inc new file mode 100644 index 000000000..68bc0cbb6 --- /dev/null +++ b/plugins/enigma/localization/fa_IR.inc @@ -0,0 +1,28 @@ +.inc | + | | + | Localization file of the Roundcube Webmail ACL plugin | + | Copyright (C) 2012-2016, 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/roundcube/roundcube-webmail/plugin-enigma/ +*/ +$labels['encryption'] = 'رمزگذاری'; +$labels['keyname'] = 'نام'; +$labels['keyid'] = 'کلید شناسه'; +$labels['keyuserid'] = 'شناسه‌ی کاربری'; +$labels['typeencrypt'] = 'رمزگذاری'; +$labels['subkeycreated'] = 'ایجاد شده'; +$labels['expiresnever'] = 'هرگز'; +$labels['unknown'] = 'ناشناخته'; +$labels['keychpass'] = 'تغییر گذرواژه'; +$labels['newkeypass'] = 'گذرواژه'; +?> diff --git a/plugins/enigma/localization/fi_FI.inc b/plugins/enigma/localization/fi_FI.inc index 9aa679ea4..47d3506ca 100644 --- a/plugins/enigma/localization/fi_FI.inc +++ b/plugins/enigma/localization/fi_FI.inc @@ -25,6 +25,7 @@ $labels['keyuserid'] = 'Käyttäjätunniste'; $labels['keytype'] = 'Avaimen tyyppi'; $labels['fingerprint'] = 'Sormenjälki'; $labels['subkeys'] = 'Aliavaimet'; +$labels['keyprops'] = 'Avaimen asetukset'; $labels['basicinfo'] = 'Perustiedot'; $labels['userids'] = 'Lisäkäyttäjät'; $labels['typepublickey'] = 'julkinen avain'; @@ -63,18 +64,24 @@ $labels['keydisable'] = 'Poista käytöstä'; $labels['keyrevoke'] = 'Kumoa'; $labels['keysend'] = 'Lähetä julkinen avain viestissä'; $labels['keychpass'] = 'Vaihda salasana'; +$labels['newkeyident'] = 'Identiteetti'; $labels['newkeypass'] = 'Salasana'; +$labels['newkeypassconfirm'] = 'Vahvista salasana'; +$labels['newkeysize'] = 'Avaimen koko'; $labels['key2048'] = '2048 bittiä - oletus'; $labels['key4096'] = '4096 bittiä - turvallisempi'; $labels['keygenerating'] = 'Luodaan avaimia...'; $labels['encryptionoptions'] = 'Salausvalinnat...'; $labels['encryptmsg'] = 'Salaa tämä viesti'; $labels['signmsg'] = 'Lisää digitaalinen allekirjoitus tähän viestiin'; +$labels['sendunencrypted'] = 'Lähetä salaamaton'; $labels['enterkeypasstitle'] = 'Anna tunnuslause'; $labels['arialabelkeyexportoptions'] = 'Avaimien vientivalinnat'; $labels['attachpubkeymsg'] = 'Liitä julkinen avaimeni'; $labels['findkey'] = 'Etsi avainpalvelimilta'; +$labels['keyimportlabel'] = 'Tuo tiedostosta'; $labels['keyimportsearchlabel'] = 'Etsi avainpalvelimilta'; +$labels['managekeys'] = 'Hallinnoi PGP-avaimia'; $messages['sigvalid'] = 'Vahvistettu allekirjoitus lähettäjältä $sender.'; $messages['siginvalid'] = 'Virheellinen allekirjoitus lähettäjältä $sender.'; $messages['sigunverified'] = 'Vahvistamaton allekirjoitus. Varmennetta ei ole vahvistettu. Varmenteen tunniste: $keyid.'; @@ -94,6 +101,10 @@ $messages['keynotfound'] = 'Avainta ei löytynyt!'; $messages['keyopenerror'] = 'Avaintietojen noutaminen ei onnistu! Sisäinen virhe.'; $messages['keylisterror'] = 'Avainten listaaminen ei onnistu! Sisäinen virhe.'; $messages['keysimportfailed'] = 'Avaimen tuominen epäonnistui! Sisäinen virhe.'; +$messages['keyremoving'] = 'Poistetaan avaimia...'; +$messages['keyremoveconfirm'] = 'Oletko varma että haluat poistaa valitut avaimet?'; +$messages['keyremovesuccess'] = 'Avaimet poistettu onnistuneesti'; +$messages['keyremoveerror'] = 'Avaimien poisto epäonnistui.'; $messages['formerror'] = 'Täytä lomake. Kaikki kentät ovat pakollisia!'; $messages['passwordsdiffer'] = 'Salasanat eivät täsmää!'; $messages['keygenerateerror'] = 'Avainparin luominen epäonnistui'; diff --git a/plugins/enigma/localization/fr_FR.inc b/plugins/enigma/localization/fr_FR.inc index 8810f0353..f0d297bb2 100644 --- a/plugins/enigma/localization/fr_FR.inc +++ b/plugins/enigma/localization/fr_FR.inc @@ -76,10 +76,10 @@ $labels['encryptmsg'] = 'Chiffrer ce courriel'; $labels['signmsg'] = 'Signer numériquement ce courriel'; $labels['sendunencrypted'] = 'Envoyer non chiffré'; $labels['enterkeypasstitle'] = 'Saisir la phrase de passe de la clé'; -$labels['enterkeypass'] = 'Un phrase de passe est nécessaire pour débloquer la clé secrète ($keyid) pour l’utilisateur : $user.'; +$labels['enterkeypass'] = 'Un phrase de passe est nécessaire pour débloquer la clé secrète ($keyid) pour l’utilisateur : $user.'; $labels['arialabelkeyexportoptions'] = 'Options d’exportation des clés'; $labels['attachpubkeymsg'] = 'Joindre ma clé publique'; -$labels['keyexportprompt'] = 'Voulez-vous inclure les clés secrètes dans le fichier des clés OpenPGP enregistrées ?'; +$labels['keyexportprompt'] = 'Voulez-vous inclure les clés secrètes dans le fichier des clés OpenPGP enregistrées ?'; $labels['onlypubkeys'] = 'Exporter seulement les clés publiques'; $labels['withprivkeys'] = 'Exporter les clés secrètes'; $labels['findkey'] = 'Rechercher sur les serveurs de clés'; @@ -91,38 +91,39 @@ $labels['identitynoprivkeys'] = 'Cette identité d’expéditeur n’a pas encor $messages['sigvalid'] = 'Signature vérifiée de $sender.'; $messages['sigvalidpartial'] = 'La signature de $sender a été vérifiée, mais une partie du corps n’était pas signée.'; $messages['siginvalid'] = 'Signature invalide de $sender.'; -$messages['sigunverified'] = 'Signature non vérifiée. Certificat non vérifié. ID de certificat : $keyid.'; -$messages['signokey'] = 'Signature non vérifiée. Clé publique introuvable. ID de clé : $keyid.'; +$messages['sigunverified'] = 'Signature non vérifiée. Certificat non vérifié. ID de certificat : $keyid.'; +$messages['signokey'] = 'Signature non vérifiée. Clé publique introuvable. ID de clé : $keyid.'; $messages['sigerror'] = 'Signature non vérifiée. Erreur interne.'; $messages['decryptok'] = 'Courriel déchiffré.'; -$messages['decrypterror'] = 'Échec lors du déchiffrement.'; -$messages['decryptnokey'] = 'Échec de déchiffrement. Clé privée introuvable. ID de clé : $keyid.'; +$messages['decrypterror'] = 'Échec de déchiffrement.'; +$messages['decryptnokey'] = 'Échec de déchiffrement. Clé privée introuvable. ID de clé : $keyid.'; +$messages['decryptnomdc'] = 'Le déchiffrement a été ignoré. L’intégrité du message n’est pas protégée.'; $messages['decryptbadpass'] = 'Échec de déchiffrement. Le mot de passe est invalide.'; $messages['decryptnopass'] = 'Échec de déchiffrement. Le mot de passe de la clé est exigé.'; $messages['decryptpartial'] = 'Le courriel a été déchiffré, mais une partie du corps n’était pas chiffré.'; -$messages['signerror'] = 'Échec lors de la signature.'; -$messages['signnokey'] = 'Échec lors de la signature. La clé privée est introuvable.'; +$messages['signerror'] = 'Échec de signature.'; +$messages['signnokey'] = 'Échec de signature. La clé privée est introuvable.'; $messages['signbadpass'] = 'Échec de signature. Le mot de passe est invalide.'; $messages['signnopass'] = 'Échec de signature. Le mot de passe de la clé est exigé.'; -$messages['encrypterror'] = 'Échec lors du chiffrement.'; -$messages['encryptnokey'] = 'Échec lors du chiffrement. La clé publique est introuvable pour $email.'; +$messages['encrypterror'] = 'Échec de chiffrement.'; +$messages['encryptnokey'] = 'Échec de chiffrement. La clé publique est introuvable pour $email.'; $messages['nokeysfound'] = 'Aucune clé trouvée'; -$messages['keynotfound'] = 'Clé introuvable !'; -$messages['keyopenerror'] = 'Impossible d’obtenir les informations sur la clé ! Erreur interne.'; -$messages['keylisterror'] = 'Impossible de lister les clés ! Erreur interne.'; -$messages['keysimportfailed'] = 'Impossible d’importer les clés ! Erreur interne.'; -$messages['keysimportsuccess'] = 'Importation de clé réussie. Importées : $new, non modifiée(s) : $old.'; +$messages['keynotfound'] = 'La clé est introuvable !'; +$messages['keyopenerror'] = 'Impossible d’obtenir les informations sur la clé ! Erreur interne.'; +$messages['keylisterror'] = 'Impossible de lister les clés ! Erreur interne.'; +$messages['keysimportfailed'] = 'Impossible d’importer les clés ! Erreur interne.'; +$messages['keysimportsuccess'] = 'Importation de clé réussie. Importées : $new, non modifiées : $old.'; $messages['keyremoving'] = 'Suppression de des clés...'; -$messages['keyremoveconfirm'] = 'Voulez-vous vraiment supprimer les clés sélectionnées ?'; +$messages['keyremoveconfirm'] = 'Voulez-vous vraiment supprimer les clés sélectionnées ?'; $messages['keyremovesuccess'] = 'Clés supprimées avec succès'; $messages['keyremoveerror'] = 'Impossible de supprimer les clés sélectionnées'; $messages['keyimporttext'] = 'Vous pouvez importer des clés privées et publiques ou des signatures de révocation au format ASCII-Armor.'; $messages['keyimportsearchtext'] = 'Vous pouvez chercher des clés publiques par identifiant de clé, nom d’utilisateur ou adresse courriel, et ensuite les importer directement.'; -$messages['formerror'] = 'Veuillez remplir le formulaire. Tous les champs sont requis !'; -$messages['passwordsdiffer'] = 'Les mots de passe ne correspondent pas !'; +$messages['formerror'] = 'Veuillez remplir le formulaire. Tous les champs sont obligatoires !'; +$messages['passwordsdiffer'] = 'Les mots de passe ne correspondent pas !'; $messages['keygenerateerror'] = 'La génération de la biclé a échoué'; $messages['keygeneratesuccess'] = 'Une biclé a été générée et importée avec succès.'; -$messages['keygennosupport'] = 'Votre navigateur ne prend pas en charge le chiffrement. Activez-le pour générer une biclé !'; -$messages['noidentselected'] = 'Vous devez choisir au moins une identité pour la clé !'; -$messages['nonameident'] = 'Un nom d’utilisateur doit être défini pour l’identité !'; +$messages['keygennosupport'] = 'Votre navigateur ne prend pas en charge le chiffrement. Activez-le pour générer une biclé !'; +$messages['noidentselected'] = 'Vous devez choisir au moins une identité pour la clé !'; +$messages['nonameident'] = 'Un nom d’utilisateur doit être défini pour l’identité !'; ?> diff --git a/plugins/markasjunk/localization/fy_NL.inc b/plugins/enigma/localization/fy_NL.inc similarity index 51% rename from plugins/markasjunk/localization/fy_NL.inc rename to plugins/enigma/localization/fy_NL.inc index 07e890ee3..e2b9009fa 100644 --- a/plugins/markasjunk/localization/fy_NL.inc +++ b/plugins/enigma/localization/fy_NL.inc @@ -1,11 +1,11 @@ .inc | + | plugins/enigma/localization/.inc | | | - | Localization file of the Roundcube Webmail Mark-As-Junk plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | Localization file of the Roundcube Webmail ACL plugin | + | Copyright (C) 2012-2016, The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | @@ -13,9 +13,14 @@ | | +-----------------------------------------------------------------------+ - For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-markasjunk/ + For translation see https://www.transifex.com/roundcube/roundcube-webmail/plugin-enigma/ */ -$labels['buttontext'] = 'Spam'; -$labels['buttontitle'] = 'Markearje as Spam'; -$labels['reportedasjunk'] = 'Mei sukses melden as Spam'; -?> \ No newline at end of file +$labels['keyname'] = 'Namme'; +$labels['keyid'] = 'Kaai ID'; +$labels['typeencrypt'] = 'Fersiferje'; +$labels['subkeycreated'] = 'Oanmakke'; +$labels['expiresnever'] = 'nea'; +$labels['unknown'] = 'ûnbekend'; +$labels['keychpass'] = 'Wachtwurd feroarje'; +$labels['newkeypass'] = 'Wachtwurd'; +?> diff --git a/plugins/markasjunk/localization/gl_ES.inc b/plugins/enigma/localization/gl_ES.inc similarity index 54% rename from plugins/markasjunk/localization/gl_ES.inc rename to plugins/enigma/localization/gl_ES.inc index 336c0108f..a09c64c1f 100644 --- a/plugins/markasjunk/localization/gl_ES.inc +++ b/plugins/enigma/localization/gl_ES.inc @@ -1,11 +1,11 @@ .inc | + | plugins/enigma/localization/.inc | | | - | Localization file of the Roundcube Webmail Mark-As-Junk plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | Localization file of the Roundcube Webmail ACL plugin | + | Copyright (C) 2012-2016, The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | @@ -13,9 +13,12 @@ | | +-----------------------------------------------------------------------+ - For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-markasjunk/ + For translation see https://www.transifex.com/roundcube/roundcube-webmail/plugin-enigma/ */ -$labels['buttontext'] = 'Correo lixo'; -$labels['buttontitle'] = 'Marcar como correo lixo'; -$labels['reportedasjunk'] = 'Mensaxe marcada como correo lixo'; -?> \ No newline at end of file +$labels['keyname'] = 'Nome'; +$labels['subkeycreated'] = 'Creado'; +$labels['expiresnever'] = 'nunca'; +$labels['unknown'] = 'descoñecido'; +$labels['keychpass'] = 'Cambiar contrasinal'; +$labels['newkeypass'] = 'Contrasinal'; +?> diff --git a/plugins/enigma/localization/he_IL.inc b/plugins/enigma/localization/he_IL.inc index e73d567b0..b8a6dcee1 100644 --- a/plugins/enigma/localization/he_IL.inc +++ b/plugins/enigma/localization/he_IL.inc @@ -85,6 +85,9 @@ $labels['withprivkeys'] = 'ייצוא מפתחות סודיים'; $labels['findkey'] = 'חיפוש בשרת(י) מפתח'; $labels['keyimportlabel'] = 'ייבוא מקובץ'; $labels['keyimportsearchlabel'] = 'חיפוש בשרת(י) מפתח'; +$labels['managekeys'] = 'ניהול מפתחות הצפנה'; +$labels['identitymatchingprivkeys'] = 'קיימים $nr מפתחות הצפנה פרטיים תואמים בצרור המפתחות שלך'; +$labels['identitynoprivkeys'] = 'לזהות השולחת אין עדיין מפתח הצפנה פרטי בצרור המפתחות שלך'; $messages['sigvalid'] = 'אימות חתימה מ sender$'; $messages['sigvalidpartial'] = 'אומתה חתימה של sender$ אבל חלק מגוף ההודעה לא נחתם'; $messages['siginvalid'] = 'חתימה לא תקינה מ sender$'; @@ -94,6 +97,7 @@ $messages['sigerror'] = 'חתימה לא מאומתת. שגיאה פנימית.' $messages['decryptok'] = 'הודעה פוענחה.'; $messages['decrypterror'] = 'הפיענוח נכשל.'; $messages['decryptnokey'] = 'הפיענוח נכשל. לא נמצא מפתח פרטי. קוד מפתח: keyid$.'; +$messages['decryptnomdc'] = 'לא בוצע הפיענוח. אין להודעה הגנת שלמות.'; $messages['decryptbadpass'] = 'פיענוח נכשל. סיסמה שגויה.'; $messages['decryptnopass'] = 'פענוח נכשל. נדרשת סיסמת מפתח.'; $messages['decryptpartial'] = 'ההודעה פוענחה אבל חלק מגוף ההודעה כלל לא הוצפן'; diff --git a/plugins/enigma/localization/hu_HU.inc b/plugins/enigma/localization/hu_HU.inc index 75d7fa945..b5fa450ef 100644 --- a/plugins/enigma/localization/hu_HU.inc +++ b/plugins/enigma/localization/hu_HU.inc @@ -87,6 +87,7 @@ $labels['keyimportlabel'] = 'Importálás fájlból'; $labels['keyimportsearchlabel'] = 'Keresés a kulcs szerver(ek)en'; $labels['managekeys'] = 'PGP kulcsok kezelése'; $labels['identitymatchingprivkeys'] = '$nr egyező PGP privát kulcs van a kulcskarikádon: '; +$labels['identitynoprivkeys'] = 'Ennek küldőnek még nincs meg a PGP prívát kulcsa a kulcskarikádon.'; $messages['sigvalid'] = 'A $sender feladó aláírása ellenőrízve.'; $messages['sigvalidpartial'] = 'A $sender feladó aláírása ellenőrízve, de részei az üzenetnek nem voltak aláírva.'; $messages['siginvalid'] = 'Érvénytelen aláírás a következő feladótól: $sender'; @@ -96,6 +97,7 @@ $messages['sigerror'] = 'Nem ellenörzött aláírás. Belső hiba.'; $messages['decryptok'] = 'Üzenet ki-tikosítva.'; $messages['decrypterror'] = 'Visszafejtés sikertelen.'; $messages['decryptnokey'] = 'Visszafejtés sikertelen. Nyilvános nem található. Kulcs ID: $keyid.'; +$messages['decryptnomdc'] = 'Visszafejtás átugorva. Az üzenet integritása nincs védve.'; $messages['decryptbadpass'] = 'Visszafejtés sikertelen. Hibás jelszó.'; $messages['decryptnopass'] = 'Visszafejtés sikertelen. A kulcshoz jelszó kell.'; $messages['decryptpartial'] = 'Visszafejtés sikeres, de néhány része az üzenetnek nem volt titkosítva.'; diff --git a/plugins/markasjunk/localization/hy_AM.inc b/plugins/enigma/localization/hy_AM.inc similarity index 52% rename from plugins/markasjunk/localization/hy_AM.inc rename to plugins/enigma/localization/hy_AM.inc index f08421241..bff35b642 100644 --- a/plugins/markasjunk/localization/hy_AM.inc +++ b/plugins/enigma/localization/hy_AM.inc @@ -1,11 +1,11 @@ .inc | + | plugins/enigma/localization/.inc | | | - | Localization file of the Roundcube Webmail Mark-As-Junk plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | Localization file of the Roundcube Webmail ACL plugin | + | Copyright (C) 2012-2016, The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | @@ -13,9 +13,12 @@ | | +-----------------------------------------------------------------------+ - For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-markasjunk/ + For translation see https://www.transifex.com/roundcube/roundcube-webmail/plugin-enigma/ */ -$labels['buttontext'] = 'Թափոն'; -$labels['buttontitle'] = 'Նշել որպես Թափոն'; -$labels['reportedasjunk'] = 'Բարեհաջող հաղորդվեց որպես Թափոն'; -?> \ No newline at end of file +$labels['keyname'] = 'Անվանում'; +$labels['subkeycreated'] = 'Ստեղծված'; +$labels['expiresnever'] = 'երբեք'; +$labels['unknown'] = 'անհայտ'; +$labels['keychpass'] = 'Փոխել գաղտնաբառը'; +$labels['newkeypass'] = 'Գաղտնաբառ'; +?> diff --git a/plugins/enigma/localization/is_IS.inc b/plugins/enigma/localization/is_IS.inc index 194061b60..5af5a6206 100644 --- a/plugins/enigma/localization/is_IS.inc +++ b/plugins/enigma/localization/is_IS.inc @@ -16,13 +16,51 @@ For translation see https://www.transifex.com/roundcube/roundcube-webmail/plugin-enigma/ */ $labels['encryption'] = 'Dulritun'; +$labels['enigmacerts'] = 'S/MIME skilríki'; $labels['enigmakeys'] = 'PGP-lyklar'; +$labels['keysfromto'] = 'Dulritunarlyklar $from til $to af $count'; $labels['keyname'] = 'Heiti'; $labels['keyid'] = 'Auðkenni lykils'; +$labels['keyuserid'] = 'Notandaauðkenni'; +$labels['keytype'] = 'Tegund dulritunarlykils'; +$labels['fingerprint'] = 'Fingrafar'; +$labels['subkeys'] = 'Undirlyklar'; +$labels['keyprops'] = 'Eiginleikar lykils'; +$labels['basicinfo'] = 'Grunnupplýsingar'; +$labels['userids'] = 'Viðbótarnotendur'; +$labels['typepublickey'] = 'dreyfilykill'; +$labels['typekeypair'] = 'lyklapar'; +$labels['keyattimport'] = 'Flytja inn lykil/lykla'; +$labels['typesign'] = 'Undirrita'; $labels['typeencrypt'] = 'Dulrita'; +$labels['typecert'] = 'Votta'; +$labels['typeauth'] = 'Auðkenning'; +$labels['subkeyid'] = 'Auðkenni'; +$labels['subkeyalgo'] = 'Reiknirit'; $labels['subkeycreated'] = 'Búið til'; +$labels['subkeyexpires'] = 'Rennur út'; +$labels['subkeyusage'] = 'Notkun'; $labels['expiresnever'] = 'aldrei'; $labels['unknown'] = 'óþekkt'; +$labels['uservalid'] = 'Gilt'; +$labels['userid'] = 'Auðkenni'; +$labels['valid'] = 'gilt'; +$labels['nminutes'] = '$m mínútur'; +$labels['createkeys'] = 'Búa til nýtt lyklapar'; +$labels['importkeys'] = 'Flytja inn lykil/lykla'; +$labels['exportkeys'] = 'Flytja út lykil/lykla'; +$labels['keyremove'] = 'Fjarlægja'; +$labels['keydisable'] = 'Gera óvirkt'; +$labels['keyrevoke'] = 'Afturkalla'; $labels['keychpass'] = 'Breyta lykilorði'; +$labels['newkeyident'] = 'Auðkenni'; $labels['newkeypass'] = 'Lykilorð'; +$labels['newkeypassconfirm'] = 'Staðfestu lykilorð'; +$labels['newkeysize'] = 'Stærð lykils'; +$labels['key2048'] = '2048 bita - sjálfgefið'; +$labels['key4096'] = '4096 bita - öruggara'; +$labels['keygenerating'] = 'Útbý dulritunarlykla...'; +$labels['encryptmsg'] = 'Dulrita þessi skilaboð'; +$labels['keyimportlabel'] = 'Flytja inn úr skrá'; +$messages['signerror'] = 'Undirritun mistókst.'; ?> diff --git a/plugins/enigma/localization/ja_JP.inc b/plugins/enigma/localization/ja_JP.inc index 29ddc8bc6..8b6c66b20 100644 --- a/plugins/enigma/localization/ja_JP.inc +++ b/plugins/enigma/localization/ja_JP.inc @@ -25,6 +25,7 @@ $labels['keyuserid'] = 'ユーザーID'; $labels['keytype'] = 'キーの種類'; $labels['fingerprint'] = 'フィンガープリント'; $labels['subkeys'] = '副キー'; +$labels['keyprops'] = 'キーの属性'; $labels['basicinfo'] = '基本情報'; $labels['userids'] = '追加のユーザー'; $labels['typepublickey'] = '公開鍵'; @@ -52,7 +53,7 @@ $labels['signdefault'] = 'すべてのメッセージを初期設定で署名'; $labels['encryptdefault'] = 'すべてのメッセージを初期設定で暗号化'; $labels['attachpubkeydefault'] = '初期設定で自分の公開鍵を添付'; $labels['passwordtime'] = 'プライベートキーのパスワードを以下の間保持: '; -$labels['nminutes'] = '$m 分'; +$labels['nminutes'] = '$m分'; $labels['wholesession'] = 'セッションの間中'; $labels['createkeys'] = '新しい鍵ペアを作成'; $labels['importkeys'] = 'キーをインポート'; @@ -63,7 +64,10 @@ $labels['keydisable'] = '無効化'; $labels['keyrevoke'] = '廃止'; $labels['keysend'] = 'メッセージ中に公開鍵を送信'; $labels['keychpass'] = 'パスワードを変更'; +$labels['newkeyident'] = '識別情報'; $labels['newkeypass'] = 'パスワード'; +$labels['newkeypassconfirm'] = 'パスワードの確認'; +$labels['newkeysize'] = '鍵の大きさ'; $labels['key2048'] = '2048ビット(初期設定)'; $labels['key4096'] = '4096ビット(より安全)'; $labels['keygenerating'] = 'キーを精製中...'; @@ -81,6 +85,8 @@ $labels['withprivkeys'] = '秘密鍵をエクスポート'; $labels['findkey'] = 'キーサーバーで検索'; $labels['keyimportlabel'] = 'ファイルからインポート'; $labels['keyimportsearchlabel'] = 'キーサーバーで検索'; +$labels['managekeys'] = 'PGPの鍵を管理'; +$labels['identitymatchingprivkeys'] = 'キーリングに$nr個の合致するPGPのプライベートキー:'; $messages['sigvalid'] = '$senderからの署名を検証しました。'; $messages['sigvalidpartial'] = '$senderからの署名を検証しましたが、本文の一部は署名されていません。'; $messages['siginvalid'] = '$senderからの署名は正しくありません。'; diff --git a/plugins/markasjunk/localization/bg_BG.inc b/plugins/enigma/localization/km_KH.inc similarity index 54% rename from plugins/markasjunk/localization/bg_BG.inc rename to plugins/enigma/localization/km_KH.inc index c49bafaab..5d8efab45 100644 --- a/plugins/markasjunk/localization/bg_BG.inc +++ b/plugins/enigma/localization/km_KH.inc @@ -1,11 +1,11 @@ .inc | + | plugins/enigma/localization/.inc | | | - | Localization file of the Roundcube Webmail Mark-As-Junk plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | Localization file of the Roundcube Webmail ACL plugin | + | Copyright (C) 2012-2016, The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | @@ -13,9 +13,10 @@ | | +-----------------------------------------------------------------------+ - For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-markasjunk/ + For translation see https://www.transifex.com/roundcube/roundcube-webmail/plugin-enigma/ */ -$labels['buttontext'] = 'Спам'; -$labels['buttontitle'] = 'Маркирай като спам'; -$labels['reportedasjunk'] = 'Писмото е маркирано като спам успешно'; -?> \ No newline at end of file +$labels['subkeycreated'] = 'បាន​បង្កើត'; +$labels['expiresnever'] = 'មិនដែល'; +$labels['unknown'] = 'មិន​ស្គាល់'; +$labels['newkeypass'] = 'ពាក្យសំងាត់'; +?> diff --git a/plugins/markasjunk/localization/ku.inc b/plugins/enigma/localization/ku.inc similarity index 54% rename from plugins/markasjunk/localization/ku.inc rename to plugins/enigma/localization/ku.inc index 2e7e3288f..157d737f0 100644 --- a/plugins/markasjunk/localization/ku.inc +++ b/plugins/enigma/localization/ku.inc @@ -1,11 +1,11 @@ .inc | + | plugins/enigma/localization/.inc | | | - | Localization file of the Roundcube Webmail Mark-As-Junk plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | Localization file of the Roundcube Webmail ACL plugin | + | Copyright (C) 2012-2016, The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | @@ -13,9 +13,12 @@ | | +-----------------------------------------------------------------------+ - For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-markasjunk/ + For translation see https://www.transifex.com/roundcube/roundcube-webmail/plugin-enigma/ */ -$labels['buttontext'] = 'Gemar'; -$labels['buttontitle'] = 'Wekî Gemar nîşan bike'; -$labels['reportedasjunk'] = 'Bi serkeftin wekî Gemar hat nirxandi'; -?> \ No newline at end of file +$labels['keyname'] = 'Nav'; +$labels['subkeycreated'] = 'Hat afirandin'; +$labels['expiresnever'] = 'qet'; +$labels['unknown'] = 'nenas'; +$labels['keychpass'] = 'Şîfreyê biguherîne'; +$labels['newkeypass'] = 'Nasnav'; +?> diff --git a/plugins/markasjunk/localization/lb_LU.inc b/plugins/enigma/localization/lb_LU.inc similarity index 57% rename from plugins/markasjunk/localization/lb_LU.inc rename to plugins/enigma/localization/lb_LU.inc index c6f1081e2..2307fe015 100644 --- a/plugins/markasjunk/localization/lb_LU.inc +++ b/plugins/enigma/localization/lb_LU.inc @@ -1,11 +1,11 @@ .inc | + | plugins/enigma/localization/.inc | | | - | Localization file of the Roundcube Webmail Mark-As-Junk plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | Localization file of the Roundcube Webmail ACL plugin | + | Copyright (C) 2012-2016, The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | @@ -13,9 +13,11 @@ | | +-----------------------------------------------------------------------+ - For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-markasjunk/ + For translation see https://www.transifex.com/roundcube/roundcube-webmail/plugin-enigma/ */ -$labels['buttontext'] = 'Spam'; -$labels['buttontitle'] = 'Als Spam markéieren'; -$labels['reportedasjunk'] = 'Erfollegräich als Spam gemellt'; -?> \ No newline at end of file +$labels['keyname'] = 'Numm'; +$labels['subkeycreated'] = 'Erstallt'; +$labels['expiresnever'] = 'ni'; +$labels['unknown'] = 'onbekannt'; +$labels['newkeypass'] = 'Passwuert'; +?> diff --git a/plugins/enigma/localization/lt_LT.inc b/plugins/enigma/localization/lt_LT.inc index 905f462ea..bae3516de 100644 --- a/plugins/enigma/localization/lt_LT.inc +++ b/plugins/enigma/localization/lt_LT.inc @@ -97,6 +97,7 @@ $messages['sigerror'] = 'Parašo galiojimas nepatikrintas. Įvyko vidinė klaida $messages['decryptok'] = 'Laiškas iššifruotas.'; $messages['decrypterror'] = 'Iššifruoti nepavyko.'; $messages['decryptnokey'] = 'Iššifruoti nepavyko. Nerastas privatusis raktas. Rakto ID: $keyid.'; +$messages['decryptnomdc'] = 'Iššifravimas praleistas. Laiškas nėra apsaugotas vientisumu.'; $messages['decryptbadpass'] = 'Iššifravimas nepavyko. Neteisingas slaptažodis.'; $messages['decryptnopass'] = 'Nepavyko iššifruoti, reikalingas rakto slaptažodis.'; $messages['decryptpartial'] = 'Laiškas iššifruotas, nors dalis laiško ir nebuvo užšifruota.'; diff --git a/plugins/enigma/localization/mk_MK.inc b/plugins/enigma/localization/mk_MK.inc new file mode 100644 index 000000000..9e9520351 --- /dev/null +++ b/plugins/enigma/localization/mk_MK.inc @@ -0,0 +1,26 @@ +.inc | + | | + | Localization file of the Roundcube Webmail ACL plugin | + | Copyright (C) 2012-2016, 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/roundcube/roundcube-webmail/plugin-enigma/ +*/ +$labels['keyname'] = 'Име '; +$labels['keyid'] = 'Клуч ID'; +$labels['typeencrypt'] = 'Енкриптирај '; +$labels['subkeycreated'] = 'Создадени '; +$labels['expiresnever'] = 'никогаш'; +$labels['unknown'] = 'Непознато '; +$labels['keychpass'] = 'Променете лозинка'; +$labels['newkeypass'] = 'Лозинка'; +?> diff --git a/plugins/markasjunk/localization/ml_IN.inc b/plugins/enigma/localization/ml_IN.inc similarity index 50% rename from plugins/markasjunk/localization/ml_IN.inc rename to plugins/enigma/localization/ml_IN.inc index d08a04363..69ce28940 100644 --- a/plugins/markasjunk/localization/ml_IN.inc +++ b/plugins/enigma/localization/ml_IN.inc @@ -1,11 +1,11 @@ .inc | + | plugins/enigma/localization/.inc | | | - | Localization file of the Roundcube Webmail Mark-As-Junk plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | Localization file of the Roundcube Webmail ACL plugin | + | Copyright (C) 2012-2016, The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | @@ -13,9 +13,11 @@ | | +-----------------------------------------------------------------------+ - For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-markasjunk/ + For translation see https://www.transifex.com/roundcube/roundcube-webmail/plugin-enigma/ */ -$labels['buttontext'] = 'ചവർ'; -$labels['buttontitle'] = 'ചവർ ആയി അടയാളപ്പെടുത്തുക'; -$labels['reportedasjunk'] = 'ചവർ ആയി അടയാളപ്പെടുത്തി'; -?> \ No newline at end of file +$labels['subkeycreated'] = 'നിര്‍മ്മിച്ചു'; +$labels['expiresnever'] = 'ഒരിക്കലുമില്ല'; +$labels['unknown'] = 'അറിയാത്ത'; +$labels['keychpass'] = 'രഹസ്യവാക്ക് മാറ്റുക'; +$labels['newkeypass'] = 'രഹസ്യവാക്ക്'; +?> diff --git a/plugins/markasjunk/localization/be_BE.inc b/plugins/enigma/localization/mn_MN.inc similarity index 56% rename from plugins/markasjunk/localization/be_BE.inc rename to plugins/enigma/localization/mn_MN.inc index 3f4a5f9a6..5563c6a81 100644 --- a/plugins/markasjunk/localization/be_BE.inc +++ b/plugins/enigma/localization/mn_MN.inc @@ -1,11 +1,11 @@ .inc | + | plugins/enigma/localization/.inc | | | - | Localization file of the Roundcube Webmail Mark-As-Junk plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | Localization file of the Roundcube Webmail ACL plugin | + | Copyright (C) 2012-2016, The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | @@ -13,9 +13,10 @@ | | +-----------------------------------------------------------------------+ - For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-markasjunk/ + For translation see https://www.transifex.com/roundcube/roundcube-webmail/plugin-enigma/ */ -$labels['buttontext'] = 'Спам'; -$labels['buttontitle'] = 'Пазначыць як спам'; -$labels['reportedasjunk'] = 'Пазначаны як спам'; -?> \ No newline at end of file +$labels['subkeycreated'] = 'Үүссэн'; +$labels['unknown'] = 'мэдэгдэхгүй'; +$labels['keychpass'] = 'Нууц үг солих'; +$labels['newkeypass'] = 'Нууц үг'; +?> diff --git a/plugins/enigma/localization/mr_IN.inc b/plugins/enigma/localization/mr_IN.inc new file mode 100644 index 000000000..ad1a52c83 --- /dev/null +++ b/plugins/enigma/localization/mr_IN.inc @@ -0,0 +1,22 @@ +.inc | + | | + | Localization file of the Roundcube Webmail ACL plugin | + | Copyright (C) 2012-2016, 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/roundcube/roundcube-webmail/plugin-enigma/ +*/ +$labels['subkeycreated'] = 'निर्माण केलेले'; +$labels['expiresnever'] = 'कधीच नाही'; +$labels['unknown'] = 'माहित नसलेला'; +$labels['newkeypass'] = 'परवलीचा शब्द'; +?> diff --git a/plugins/enigma/localization/nb_NO.inc b/plugins/enigma/localization/nb_NO.inc new file mode 100644 index 000000000..bea7c90ad --- /dev/null +++ b/plugins/enigma/localization/nb_NO.inc @@ -0,0 +1,23 @@ +.inc | + | | + | Localization file of the Roundcube Webmail ACL plugin | + | Copyright (C) 2012-2016, 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/roundcube/roundcube-webmail/plugin-enigma/ +*/ +$labels['keyname'] = 'Navn'; +$labels['subkeycreated'] = 'Opprettet'; +$labels['expiresnever'] = 'Aldri'; +$labels['unknown'] = 'ukjent'; +$labels['newkeypass'] = 'Passord'; +?> diff --git a/plugins/enigma/localization/nl_NL.inc b/plugins/enigma/localization/nl_NL.inc index 0194c04ae..29dcf9fd1 100644 --- a/plugins/enigma/localization/nl_NL.inc +++ b/plugins/enigma/localization/nl_NL.inc @@ -25,6 +25,7 @@ $labels['keyuserid'] = 'Gebruiker-ID'; $labels['keytype'] = 'Sleuteltype'; $labels['fingerprint'] = 'Vingerafdruk'; $labels['subkeys'] = 'Subsleutels'; +$labels['keyprops'] = 'Sleutel eigenschappen'; $labels['basicinfo'] = 'Algemene informatie'; $labels['userids'] = 'Extra gebruikers'; $labels['typepublickey'] = 'publieke sleutel'; @@ -63,13 +64,17 @@ $labels['keydisable'] = 'Uitschakelen'; $labels['keyrevoke'] = 'Intrekken'; $labels['keysend'] = 'Verstuur publieke sleutel in een bericht'; $labels['keychpass'] = 'Wijzig wachtwoord'; +$labels['newkeyident'] = 'identiteit'; $labels['newkeypass'] = 'Wachtwoord'; +$labels['newkeypassconfirm'] = 'Wachtwoord bevestigen'; +$labels['newkeysize'] = 'Sleutel grootte'; $labels['key2048'] = '2048 bits - standaard'; $labels['key4096'] = '4096 bits - veiliger'; $labels['keygenerating'] = 'Sleutels genereren...'; $labels['encryptionoptions'] = 'Versleutelingsopties...'; $labels['encryptmsg'] = 'Versleutel dit bericht'; $labels['signmsg'] = 'Onderteken dit bericht digitaal'; +$labels['sendunencrypted'] = 'Niet versleuteld versturen'; $labels['enterkeypasstitle'] = 'Voer sleutelwachtwoord in'; $labels['enterkeypass'] = 'Een wachtwoord is vereist om de geheime sleutel ($keyid) te openen voor gebruiker: $user.'; $labels['arialabelkeyexportoptions'] = 'Opties voor sleutels exporteren'; @@ -79,7 +84,10 @@ $labels['onlypubkeys'] = 'Alleen publieke sleutels exporteren'; $labels['withprivkeys'] = 'Geheime sleutels exporteren'; $labels['findkey'] = 'Zoek op keyserver(s)'; $labels['keyimportlabel'] = 'Importeer van bestand'; -$labels['keyimportsearchlabel'] = 'Zoek op keyserver(s)'; +$labels['keyimportsearchlabel'] = 'Zoek op sleutel server(s)'; +$labels['managekeys'] = 'PGP sleutels beheren'; +$labels['identitymatchingprivkeys'] = 'U heeft $nr overeenkomende PGP privé sleutels opgeslagen.'; +$labels['identitynoprivkeys'] = 'De afzender heeft (nog) geen PGP privé sleutel opgeslagen.'; $messages['sigvalid'] = 'Ondertekening van $sender geverifieerd.'; $messages['sigvalidpartial'] = 'Ondertekening van $sender geverifieerd, maar een deel van de inhoud was niet ondertekend.'; $messages['siginvalid'] = 'Ongeldige ondertekening van $sender.'; diff --git a/plugins/markasjunk/localization/fo_FO.inc b/plugins/enigma/localization/nn_NO.inc similarity index 59% rename from plugins/markasjunk/localization/fo_FO.inc rename to plugins/enigma/localization/nn_NO.inc index 0ef6a761c..6972259fc 100644 --- a/plugins/markasjunk/localization/fo_FO.inc +++ b/plugins/enigma/localization/nn_NO.inc @@ -1,11 +1,11 @@ .inc | + | plugins/enigma/localization/.inc | | | - | Localization file of the Roundcube Webmail Mark-As-Junk plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | Localization file of the Roundcube Webmail ACL plugin | + | Copyright (C) 2012-2016, The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | @@ -13,9 +13,10 @@ | | +-----------------------------------------------------------------------+ - For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-markasjunk/ + For translation see https://www.transifex.com/roundcube/roundcube-webmail/plugin-enigma/ */ -$labels['buttontext'] = 'Møsn'; -$labels['buttontitle'] = 'Merk sum møsn'; -$labels['reportedasjunk'] = 'Melda sum møsn.'; -?> \ No newline at end of file +$labels['subkeycreated'] = 'Laga'; +$labels['expiresnever'] = 'aldri'; +$labels['unknown'] = 'ukjent'; +$labels['newkeypass'] = 'Passord'; +?> diff --git a/plugins/enigma/localization/pl_PL.inc b/plugins/enigma/localization/pl_PL.inc index 75561601a..ad4388d7d 100644 --- a/plugins/enigma/localization/pl_PL.inc +++ b/plugins/enigma/localization/pl_PL.inc @@ -85,6 +85,9 @@ $labels['withprivkeys'] = 'Eksportuj klucze prywatne'; $labels['findkey'] = 'Wyszukaj na serwerach kluczy'; $labels['keyimportlabel'] = 'Import z pliku'; $labels['keyimportsearchlabel'] = 'Wyszukiwanie na serwerach kluczy'; +$labels['managekeys'] = 'Zarządzaj kluczami PGP'; +$labels['identitymatchingprivkeys'] = 'Masz $nr pasujących kluczy prywatnych PGP w bazie kluczy.'; +$labels['identitynoprivkeys'] = 'Brak klucza prywatnego PGP dla wybranej tożsamości nadawcy.'; $messages['sigvalid'] = 'Zweryfikowany podpis nadawcy $sender.'; $messages['sigvalidpartial'] = 'Zweryfikowany podpis od $sender, ale część wiadomości nie została podpisana.'; $messages['siginvalid'] = 'Błędny podpis nadawcy $sender.'; @@ -94,6 +97,7 @@ $messages['sigerror'] = 'Podpis niezweryfikowany. Błąd wewnętrzny.'; $messages['decryptok'] = 'Wiadomość odszyfrowana.'; $messages['decrypterror'] = 'Nie udało się odszyfrować wiadomości.'; $messages['decryptnokey'] = 'Odszyfrowanie nie powiodło się. Brak klucza prywatnego. ID klucza: $keyid.'; +$messages['decryptnomdc'] = 'Pominięto szyfrowanie. Wiadomość nie posiada ochrony integralności.'; $messages['decryptbadpass'] = 'Odszyfrowanie nie powiodło się. Hasło jest nieprawidłowe.'; $messages['decryptnopass'] = 'Odszyfrowanie nie powiodło się. Hasło jest wymagane.'; $messages['decryptpartial'] = 'Wiadomość odszyfrowana, ale jej część nie była zaszyfrowana.'; diff --git a/plugins/enigma/localization/pt_BR.inc b/plugins/enigma/localization/pt_BR.inc index f0e689ebc..23783d052 100644 --- a/plugins/enigma/localization/pt_BR.inc +++ b/plugins/enigma/localization/pt_BR.inc @@ -85,6 +85,8 @@ $labels['withprivkeys'] = 'Exportar Chaves Secretas'; $labels['findkey'] = 'Procurar no(s) servidor(es) de chaves'; $labels['keyimportlabel'] = 'Importar do arquivo'; $labels['keyimportsearchlabel'] = 'Procurar no(s) servidor(es) de chaves'; +$labels['managekeys'] = 'Gerenciar chaves PGP'; +$labels['identitymatchingprivkeys'] = 'Você tem $nr chaves PGP guardadas no chaveiro correspondente:'; $messages['sigvalid'] = 'Verificar assinatura de $sender.'; $messages['sigvalidpartial'] = 'Verificar assinatura de $sender, mas parte do corpo não foi assinada.'; $messages['siginvalid'] = 'Assinatura inválida de $sender.'; diff --git a/plugins/enigma/localization/pt_PT.inc b/plugins/enigma/localization/pt_PT.inc index 63ef5bcd7..3e3942e1a 100644 --- a/plugins/enigma/localization/pt_PT.inc +++ b/plugins/enigma/localization/pt_PT.inc @@ -97,6 +97,7 @@ $messages['sigerror'] = 'Assinatura não verificada. Erro interno.'; $messages['decryptok'] = 'Mensagem desencriptada.'; $messages['decrypterror'] = 'A desencriptação falhou.'; $messages['decryptnokey'] = 'A desencriptação falhou. Chave privada não encontrada. ID da chave: $keyid.'; +$messages['decryptnomdc'] = 'Desencriptação ignorada. A mensagem não está protegida na sua integridade.'; $messages['decryptbadpass'] = 'A desencriptação falhou. Palavra-passe inválida.'; $messages['decryptnopass'] = 'A desencriptação falhou. Chave necessária.'; $messages['decryptpartial'] = 'Mensagem desencriptada, mas parte do corpo não foi encriptado.'; diff --git a/plugins/enigma/localization/ru_RU.inc b/plugins/enigma/localization/ru_RU.inc index d7676ba50..bd5e09b52 100644 --- a/plugins/enigma/localization/ru_RU.inc +++ b/plugins/enigma/localization/ru_RU.inc @@ -85,6 +85,9 @@ $labels['withprivkeys'] = 'Экспортировать закрытые клю $labels['findkey'] = 'Поиск на сервере(-ах) ключей'; $labels['keyimportlabel'] = 'Импортировать из файла'; $labels['keyimportsearchlabel'] = 'Поиск на сервере(-ах) ключей'; +$labels['managekeys'] = 'Управление ключами PGP'; +$labels['identitymatchingprivkeys'] = 'У вас есть $nr подходящих закрытых PGP ключей, хранящиеся на вашей связке ключей:'; +$labels['identitynoprivkeys'] = 'У этого идентификатора отправителя еще нет закрытого ключа PGP, хранящегося в вашей связке ключей.'; $messages['sigvalid'] = 'Проверенная подпись $sender.'; $messages['sigvalidpartial'] = 'Проверенная подпись $sender, но часть сообщения не подписана.'; $messages['siginvalid'] = 'Недействительная подпись $sender.'; @@ -94,6 +97,7 @@ $messages['sigerror'] = 'Непроверенная подпись. Внутре $messages['decryptok'] = 'Сообщение расшифровано.'; $messages['decrypterror'] = 'Сбой расшифровки.'; $messages['decryptnokey'] = 'Сбой расшифровки. Закрытый ключ не найден. ID ключа: $keyid.'; +$messages['decryptnomdc'] = 'Сообщение не расшифровано. Нарушена целостность сообщения.'; $messages['decryptbadpass'] = 'Сбой расшифровки. Неверный пароль.'; $messages['decryptnopass'] = 'Сбой расшифровки. Требуется ключ пароля.'; $messages['decryptpartial'] = 'Сообщение расшифровано, но часть сообщения не была зашифрована.'; diff --git a/plugins/markasjunk/localization/br.inc b/plugins/enigma/localization/si_LK.inc similarity index 57% rename from plugins/markasjunk/localization/br.inc rename to plugins/enigma/localization/si_LK.inc index 3980bc2e3..3c151a061 100644 --- a/plugins/markasjunk/localization/br.inc +++ b/plugins/enigma/localization/si_LK.inc @@ -1,11 +1,11 @@ .inc | + | plugins/enigma/localization/.inc | | | - | Localization file of the Roundcube Webmail Mark-As-Junk plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | Localization file of the Roundcube Webmail ACL plugin | + | Copyright (C) 2012-2016, The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | @@ -13,9 +13,9 @@ | | +-----------------------------------------------------------------------+ - For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-markasjunk/ + For translation see https://www.transifex.com/roundcube/roundcube-webmail/plugin-enigma/ */ -$labels['buttontext'] = 'Lastez'; -$labels['buttontitle'] = 'Merkañ evel lastez'; -$labels['reportedasjunk'] = 'Danevellet evel lastez gant berzh'; -?> \ No newline at end of file +$labels['expiresnever'] = 'කිසි විටෙකත් නැති'; +$labels['unknown'] = 'නොදනී'; +$labels['newkeypass'] = 'මුරපදය'; +?> diff --git a/plugins/enigma/localization/sk_SK.inc b/plugins/enigma/localization/sk_SK.inc index 8d8080986..590cc3d3a 100644 --- a/plugins/enigma/localization/sk_SK.inc +++ b/plugins/enigma/localization/sk_SK.inc @@ -97,6 +97,7 @@ $messages['sigerror'] = 'Neoverený podpis. Interná chyba.'; $messages['decryptok'] = 'Správa bola dešifrovaná.'; $messages['decrypterror'] = 'Dešifrovanie nebolo úspešné.'; $messages['decryptnokey'] = 'Dešifrovanie nebolo úspešné. Súkromný kľúč sa nenašiel. ID kľúča: $keyid.'; +$messages['decryptnomdc'] = 'Dešifrovanie bolo preskočené. Integrita správy nie je chránená.'; $messages['decryptbadpass'] = 'Dešifrovanie bolo neúspešné. Neplatné heslo.'; $messages['decryptnopass'] = 'Dešifrovanie nebolo úspešné. Vyžaduje sa kľúčové heslo.'; $messages['decryptpartial'] = 'Správa bola dešifrovaná, ale časť jej tela nebola zašifrovaná.'; diff --git a/plugins/enigma/localization/sq_AL.inc b/plugins/enigma/localization/sq_AL.inc index 31719959d..b1c061ed4 100644 --- a/plugins/enigma/localization/sq_AL.inc +++ b/plugins/enigma/localization/sq_AL.inc @@ -97,6 +97,7 @@ $messages['sigerror'] = 'Nënshkrim i paverifikuar. Gabim i brendshëm.'; $messages['decryptok'] = 'Mesazhi u shfshehtëzua.'; $messages['decrypterror'] = 'Shfshehtëzimi dështoi.'; $messages['decryptnokey'] = 'Shfshehtëzimi dështoi. S’u gjet kyç privat. ID Kyçi: $keyid.'; +$messages['decryptnomdc'] = 'Shfshehtëzimi u anashkalua. Mesazhi është pa mbrojtje integriteti.'; $messages['decryptbadpass'] = 'Shfshehtëzimi dështoi. Fjalëkalim i pavlefshëm.'; $messages['decryptnopass'] = 'Shfshehtëzimi dështoi. Lypset fjalëkalim kyçi.'; $messages['decryptpartial'] = 'Mesazhi u shfshehtëzua, por një pjesë e lëndë s’u shfshehtëzua.'; diff --git a/plugins/enigma/localization/sr_CS.inc b/plugins/enigma/localization/sr_CS.inc new file mode 100644 index 000000000..51a2274d1 --- /dev/null +++ b/plugins/enigma/localization/sr_CS.inc @@ -0,0 +1,26 @@ +.inc | + | | + | Localization file of the Roundcube Webmail ACL plugin | + | Copyright (C) 2012-2016, 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/roundcube/roundcube-webmail/plugin-enigma/ +*/ +$labels['keyname'] = 'Име'; +$labels['keyid'] = 'ИД кључа'; +$labels['typeencrypt'] = 'Шифруј'; +$labels['subkeycreated'] = 'Направљено'; +$labels['expiresnever'] = 'никад'; +$labels['unknown'] = 'непознато'; +$labels['keychpass'] = 'Измени лозинку'; +$labels['newkeypass'] = 'Лозинка'; +?> diff --git a/plugins/enigma/localization/sv_SE.inc b/plugins/enigma/localization/sv_SE.inc index d099247b8..8d00c0e78 100644 --- a/plugins/enigma/localization/sv_SE.inc +++ b/plugins/enigma/localization/sv_SE.inc @@ -97,6 +97,7 @@ $messages['sigerror'] = 'Overifierad signatur. Internt fel.'; $messages['decryptok'] = 'Meddelandet är dekrypterat.'; $messages['decrypterror'] = 'Dekrypteringen misslyckades.'; $messages['decryptnokey'] = 'Dekrypteringen misslyckades. Privat nyckel otillgänglig. Nyckel-ID: $keyid.'; +$messages['decryptnomdc'] = 'Dekryptering behövs inte. Meddelandet är inte skyddat.'; $messages['decryptbadpass'] = 'Dekrypteringen misslyckades. Fel lösenord.'; $messages['decryptnopass'] = 'Dekrypteringen misslyckades. Ange nyckelns lösenord.'; $messages['decryptpartial'] = 'Meddelandet är dekrypterat, men meddelandet var delvis okrypterat.'; diff --git a/plugins/enigma/localization/th_TH.inc b/plugins/enigma/localization/th_TH.inc new file mode 100644 index 000000000..d74f35628 --- /dev/null +++ b/plugins/enigma/localization/th_TH.inc @@ -0,0 +1,26 @@ +.inc | + | | + | Localization file of the Roundcube Webmail ACL plugin | + | Copyright (C) 2012-2016, 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/roundcube/roundcube-webmail/plugin-enigma/ +*/ +$labels['keyname'] = 'ชื่อ'; +$labels['keyid'] = 'คีย์ไอดี'; +$labels['typeencrypt'] = 'เข้ารหัส'; +$labels['subkeycreated'] = 'สร้าง'; +$labels['expiresnever'] = 'ไม่ใช้'; +$labels['unknown'] = 'ไม่ทราบ'; +$labels['keychpass'] = 'เปลี่ยนรหัสผ่าน'; +$labels['newkeypass'] = 'รหัสผ่าน'; +?> diff --git a/plugins/enigma/localization/tr_TR.inc b/plugins/enigma/localization/tr_TR.inc index e848c0f05..d27c4f340 100644 --- a/plugins/enigma/localization/tr_TR.inc +++ b/plugins/enigma/localization/tr_TR.inc @@ -97,6 +97,7 @@ $messages['sigerror'] = 'Sorun var! İmza doğrulanmamış.'; $messages['decryptok'] = 'İleti şifresi çözüldü.'; $messages['decrypterror'] = 'Şifre çözülemedi.'; $messages['decryptnokey'] = 'Şifre çözülemedi. Özel anahtar bulunamadı. Anahtar Kodu: $keyid.'; +$messages['decryptnomdc'] = 'Şifre çözme işlemi atlandı. İleti bütünleşik olarak korunmuyor.'; $messages['decryptbadpass'] = 'Şifre çözülemedi. Parola geçersiz.'; $messages['decryptnopass'] = 'Şifre çözülemedi. Anahtar parola gerekli.'; $messages['decryptpartial'] = 'İletinin şifresi çözüldü, fakat metnin tümü şifrelenmemiş.'; diff --git a/plugins/markasjunk/localization/bn_BD.inc b/plugins/enigma/localization/tzl.inc similarity index 61% rename from plugins/markasjunk/localization/bn_BD.inc rename to plugins/enigma/localization/tzl.inc index 19a35bef1..265aae9ec 100644 --- a/plugins/markasjunk/localization/bn_BD.inc +++ b/plugins/enigma/localization/tzl.inc @@ -1,11 +1,11 @@ .inc | + | plugins/enigma/localization/.inc | | | - | Localization file of the Roundcube Webmail Mark-As-Junk plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | Localization file of the Roundcube Webmail ACL plugin | + | Copyright (C) 2012-2016, The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | @@ -13,7 +13,9 @@ | | +-----------------------------------------------------------------------+ - For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-markasjunk/ + For translation see https://www.transifex.com/roundcube/roundcube-webmail/plugin-enigma/ */ -$labels['buttontext'] = 'আজেবাজে মেইল'; -?> \ No newline at end of file +$labels['keyname'] = 'Nómina'; +$labels['unknown'] = 'inschì'; +$labels['newkeypass'] = 'Teßera'; +?> diff --git a/plugins/enigma/localization/uz.inc b/plugins/enigma/localization/uz.inc new file mode 100644 index 000000000..7198c27ef --- /dev/null +++ b/plugins/enigma/localization/uz.inc @@ -0,0 +1,26 @@ +.inc | + | | + | Localization file of the Roundcube Webmail ACL plugin | + | Copyright (C) 2012-2016, 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/roundcube/roundcube-webmail/plugin-enigma/ +*/ +$labels['keyname'] = 'Nomlanishi'; +$labels['keyid'] = 'Kalit ID si'; +$labels['typeencrypt'] = 'Shiffrlash'; +$labels['subkeycreated'] = 'Yaratildi'; +$labels['expiresnever'] = 'hech qachon'; +$labels['unknown'] = 'noma’lum'; +$labels['keychpass'] = 'Parolni almashtirish'; +$labels['newkeypass'] = 'Parol'; +?> diff --git a/plugins/enigma/localization/vi_VN.inc b/plugins/enigma/localization/vi_VN.inc new file mode 100644 index 000000000..08ca04c62 --- /dev/null +++ b/plugins/enigma/localization/vi_VN.inc @@ -0,0 +1,23 @@ +.inc | + | | + | Localization file of the Roundcube Webmail ACL plugin | + | Copyright (C) 2012-2016, 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/roundcube/roundcube-webmail/plugin-enigma/ +*/ +$labels['keyname'] = 'Tên'; +$labels['subkeycreated'] = 'Được tạo'; +$labels['expiresnever'] = 'không bao giờ'; +$labels['unknown'] = 'Không rõ'; +$labels['newkeypass'] = 'Mật khẩu'; +?> diff --git a/plugins/enigma/localization/zh_CN.inc b/plugins/enigma/localization/zh_CN.inc index e4c4c417b..bc5e367b7 100644 --- a/plugins/enigma/localization/zh_CN.inc +++ b/plugins/enigma/localization/zh_CN.inc @@ -85,6 +85,9 @@ $labels['withprivkeys'] = '导出私钥'; $labels['findkey'] = '搜索密钥服务器'; $labels['keyimportlabel'] = '从文件导入'; $labels['keyimportsearchlabel'] = '在密钥服务器上搜索'; +$labels['managekeys'] = '管理 PGP 密钥'; +$labels['identitymatchingprivkeys'] = '你的钥匙环中有 $nr 项符合条件的 PGP 私钥:'; +$labels['identitynoprivkeys'] = '你的钥匙环中没有符合此发件人身份的 PGP 私钥'; $messages['sigvalid'] = '已验证来自 $sender 的签名。'; $messages['sigvalidpartial'] = '已验证来自 $sender 的签名,但主体部分未被签名。'; $messages['siginvalid'] = '无效的来自 $sender 的签名。'; diff --git a/plugins/enigma/localization/zh_TW.inc b/plugins/enigma/localization/zh_TW.inc index 738fb0d45..08a0a0470 100644 --- a/plugins/enigma/localization/zh_TW.inc +++ b/plugins/enigma/localization/zh_TW.inc @@ -25,6 +25,7 @@ $labels['keyuserid'] = '使用者 ID'; $labels['keytype'] = '金鑰類型'; $labels['fingerprint'] = '指紋'; $labels['subkeys'] = '子金鑰'; +$labels['keyprops'] = '金鑰屬性'; $labels['basicinfo'] = '基本資訊'; $labels['userids'] = '額外使用者'; $labels['typepublickey'] = '公鑰'; @@ -63,13 +64,17 @@ $labels['keydisable'] = '停用'; $labels['keyrevoke'] = '撤銷'; $labels['keysend'] = '在郵件傳送公開金鑰'; $labels['keychpass'] = '更改密碼'; +$labels['newkeyident'] = '身分'; $labels['newkeypass'] = '使用者密碼'; +$labels['newkeypassconfirm'] = '確認密碼'; +$labels['newkeysize'] = '金鑰大小'; $labels['key2048'] = '2048 位元 - 預設'; $labels['key4096'] = '4096 位元 - 較安全'; $labels['keygenerating'] = '正在製作金鑰...'; $labels['encryptionoptions'] = '加密選項...'; $labels['encryptmsg'] = '加密本郵件'; $labels['signmsg'] = '數位簽署本郵件'; +$labels['sendunencrypted'] = '以不加密方式傳送'; $labels['enterkeypasstitle'] = '輸入金鑰密語'; $labels['enterkeypass'] = '需要密語才能為使用者 $user 解鎖密鑰 ($keyid)'; $labels['arialabelkeyexportoptions'] = '金鑰匯出選項'; @@ -80,6 +85,9 @@ $labels['withprivkeys'] = '匯出密鑰'; $labels['findkey'] = '在金鑰伺服器搜尋'; $labels['keyimportlabel'] = '從檔案匯入'; $labels['keyimportsearchlabel'] = '在金鑰伺服器搜尋'; +$labels['managekeys'] = '管理 PGP 金鑰'; +$labels['identitymatchingprivkeys'] = '您的鑰匙圈有 $nr 個符合的 PGP 私鑰:'; +$labels['identitynoprivkeys'] = '傳送者的身分不符合您鑰匙圈中 PGP 私鑰的任何一個。'; $messages['sigvalid'] = '來自 $sender 的已驗證簽名'; $messages['sigvalidpartial'] = '來自 $sender 的已驗證簽名,但內文部分並未簽署'; $messages['siginvalid'] = '來自 $sender 的無效簽名'; diff --git a/plugins/markasjunk/localization/uz.inc b/plugins/hide_blockquote/localization/ur_PK.inc similarity index 77% rename from plugins/markasjunk/localization/uz.inc rename to plugins/hide_blockquote/localization/ur_PK.inc index 8dfb0d0ce..b770aad7c 100644 --- a/plugins/markasjunk/localization/uz.inc +++ b/plugins/hide_blockquote/localization/ur_PK.inc @@ -2,9 +2,9 @@ /* +-----------------------------------------------------------------------+ - | plugins/markasjunk/localization/.inc | + | plugins/hide_blockquote/localization/.inc | | | - | Localization file of the Roundcube Webmail Mark-As-Junk plugin | + | Localization file of the Roundcube Webmail Hide-Blockquote plugin | | Copyright (C) 2012-2013, The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | @@ -13,7 +13,7 @@ | | +-----------------------------------------------------------------------+ - For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-markasjunk/ + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-hide_blockquote/ */ -$labels['buttontext'] = 'SPAM'; -?> \ No newline at end of file +$labels['show'] = 'دیکھایں'; +?> diff --git a/plugins/managesieve/localization/ar_SA.inc b/plugins/managesieve/localization/ar_SA.inc index 6c75d52ca..8148697d2 100644 --- a/plugins/managesieve/localization/ar_SA.inc +++ b/plugins/managesieve/localization/ar_SA.inc @@ -144,7 +144,6 @@ $labels['detail'] = 'تفاصيل'; $labels['default'] = 'افتراضي'; $labels['index'] = 'الوارد:'; $labels['indexlast'] = 'تراجع'; -$labels['vacation'] = 'اجازة '; $labels['vacation.advanced'] = 'اعدادات متقدمة'; $labels['vacation.subject'] = 'موضوع'; $labels['vacation.body'] = 'محتوى '; @@ -189,5 +188,4 @@ $messages['setexist'] = 'المجموعة موجودة مسبقا.'; $messages['nodata'] = 'يجب تحديد موضع واحد على الأقل!'; $messages['invaliddateformat'] = 'تاريخ غير صحيح او يوجد خطا في تنسق اجزاء التاريخ'; $messages['saveerror'] = 'لا يمكن حفظ البيانات. خطا في الخادم.'; -$messages['vacationsaved'] = 'تم حفظ تاريخ الاجازة بنجاح.'; ?> diff --git a/plugins/managesieve/localization/bg_BG.inc b/plugins/managesieve/localization/bg_BG.inc index 5396d63d7..49f5a5cef 100644 --- a/plugins/managesieve/localization/bg_BG.inc +++ b/plugins/managesieve/localization/bg_BG.inc @@ -163,20 +163,16 @@ $labels['asciicasemap'] = 'без значение малки/големи бу $labels['asciinumeric'] = 'цифрово'; $labels['index'] = 'индекс:'; $labels['indexlast'] = 'наобратно'; -$labels['vacation'] = 'Отпуск'; $labels['vacation.reply'] = 'Писмо отговор'; $labels['vacation.advanced'] = 'Разширени настройки'; $labels['vacation.from'] = 'Адрес за отговор на подателя:'; $labels['vacation.subject'] = 'Относно'; $labels['vacation.body'] = 'Съдържание'; -$labels['vacation.start'] = 'Начало на отпуск'; -$labels['vacation.end'] = 'Край на отпуск'; $labels['vacation.status'] = 'Статус'; $labels['vacation.on'] = 'Вкл.'; $labels['vacation.off'] = 'Изкл.'; $labels['vacation.addresses'] = 'Мои адреси на ел. поща'; $labels['vacation.interval'] = 'Интервал на отговор'; -$labels['vacation.after'] = 'Постави правило за отпуск след'; $labels['vacation.saving'] = 'Запис на данни...'; $labels['vacation.action'] = 'Действие при получаване на писмо'; $labels['vacation.keep'] = 'Задръж'; @@ -239,7 +235,6 @@ $messages['setexist'] = 'Вече има такъв набор филтри.'; $messages['nodata'] = 'Поне една позиция трябва да е избрана!'; $messages['invaliddateformat'] = 'невалидна дата или формат на част от дата'; $messages['saveerror'] = 'Невъзможен запис на данни. Грешка при достъп до сървър.'; -$messages['vacationsaved'] = 'Данните за отпуск са записани успешно.'; $messages['emptyvacationbody'] = 'Липсва текст на писмо при отпуск!'; $messages['duplicate.conflict.err'] = 'Не е позволено едновременното използване на заглавен блок и уникален идентификатор.'; ?> diff --git a/plugins/managesieve/localization/br.inc b/plugins/managesieve/localization/br.inc index b6221c64f..77376ea54 100644 --- a/plugins/managesieve/localization/br.inc +++ b/plugins/managesieve/localization/br.inc @@ -161,20 +161,16 @@ $labels['asciicasemap'] = 'chom hep teurel evezh ouzh an direnneg (ascii-casemap $labels['asciinumeric'] = 'niverel (ascii-numeric)'; $labels['index'] = 'ibil:'; $labels['indexlast'] = 'war-gil'; -$labels['vacation'] = 'Ezvezañs'; $labels['vacation.reply'] = 'Kemennadenn respont'; $labels['vacation.advanced'] = 'Arventennoù kempleshoc\'h'; $labels['vacation.from'] = 'Chomlec\'h kaser ar respont'; $labels['vacation.subject'] = 'Danvez'; $labels['vacation.body'] = 'Korf'; -$labels['vacation.start'] = 'Deroù an ezvezañs'; -$labels['vacation.end'] = 'Dibenn an ezvezañs'; $labels['vacation.status'] = 'Stad'; $labels['vacation.on'] = 'Ya'; $labels['vacation.off'] = 'Ket'; $labels['vacation.addresses'] = 'Ma chomlec\'hioù postel'; $labels['vacation.interval'] = 'Etremez respont'; -$labels['vacation.after'] = 'Lakaat ar reolenn ezvezañs goude'; $labels['vacation.saving'] = 'Oc\'h enrollañ ar roadennoù'; $labels['vacation.action'] = 'Gwered kemennadenn o tont-tre'; $labels['vacation.keep'] = 'Mirout'; @@ -236,7 +232,6 @@ $messages['setexist'] = 'Ar strollad a zo anezhañ endeo.'; $messages['nodata'] = 'Ul lec\'hiadur a rank bezañ diuzet d\'an nebeutañ!'; $messages['invaliddateformat'] = 'Mentrezh deiziad pe lodenn deiziad didalvoudek'; $messages['saveerror'] = 'N\'haller ket enrollañ ar roadennoù. Ur fazi dafariad a zo c\'hoarvezet.'; -$messages['vacationsaved'] = 'Roadennoù ezvezañs enrollet gant berzh.'; $messages['emptyvacationbody'] = 'Dleet eo korf ar gemennadenn ezvezañs!'; $messages['duplicate.conflict.err'] = 'Un talbenn hag un naoudi unel n\'int ket aotreet.'; ?> diff --git a/plugins/managesieve/localization/bs_BA.inc b/plugins/managesieve/localization/bs_BA.inc index 870c51458..2d4095374 100644 --- a/plugins/managesieve/localization/bs_BA.inc +++ b/plugins/managesieve/localization/bs_BA.inc @@ -160,19 +160,15 @@ $labels['asciicasemap'] = 'osjetljivo na velika/mala slova (ascii-casemap)'; $labels['asciinumeric'] = 'numerički (ascii-numeric)'; $labels['index'] = 'indeks:'; $labels['indexlast'] = 'unazad'; -$labels['vacation'] = 'Odmor'; $labels['vacation.reply'] = 'Poruka sa odgovorom'; $labels['vacation.advanced'] = 'Napredmen postavke'; $labels['vacation.subject'] = 'Naslov'; $labels['vacation.body'] = 'Tijelo'; -$labels['vacation.start'] = 'Početak odmora'; -$labels['vacation.end'] = 'Kraj odmora'; $labels['vacation.status'] = 'Status'; $labels['vacation.on'] = 'Uključeno'; $labels['vacation.off'] = 'Isključeno'; $labels['vacation.addresses'] = 'Moje email adrese'; $labels['vacation.interval'] = 'Interval odgovora'; -$labels['vacation.after'] = 'Pravilo za odmor stavi nakon'; $labels['vacation.saving'] = 'Snimam podatke...'; $labels['vacation.action'] = 'Akcija za dolazne poruke'; $labels['vacation.keep'] = 'Zadrži'; @@ -226,6 +222,5 @@ $messages['setexist'] = 'Set već postoji.'; $messages['nodata'] = 'Morate označiti barem jednu poziciju!'; $messages['invaliddateformat'] = 'Netačan datum ili dio formata datuma'; $messages['saveerror'] = 'Nije moguće snimiti podatke. Desila se serverska greška.'; -$messages['vacationsaved'] = 'Podaci o odmoru su uspješno snimljeni.'; $messages['emptyvacationbody'] = 'Tijelo poruke za odmor je neophodno!'; ?> diff --git a/plugins/managesieve/localization/ca_ES.inc b/plugins/managesieve/localization/ca_ES.inc index b20e44bb7..74918e810 100644 --- a/plugins/managesieve/localization/ca_ES.inc +++ b/plugins/managesieve/localization/ca_ES.inc @@ -21,6 +21,8 @@ $labels['filtername'] = 'Nom del filtre'; $labels['newfilter'] = 'Filtre Nou'; $labels['filteradd'] = 'Afegeix un filtre'; $labels['filterdel'] = 'Suprimeix el filtre'; +$labels['rules'] = 'Regles'; +$labels['actions'] = 'Accions'; $labels['scope'] = 'Abast'; $labels['moveup'] = 'Mou amunt'; $labels['movedown'] = 'Mou avall'; @@ -39,6 +41,14 @@ $labels['filterregex'] = 'coincideix amb l\'expressió regular'; $labels['filternotregex'] = 'no coincideix amb l\'expressió regular'; $labels['filterunder'] = 'sota'; $labels['filterover'] = 'sobre'; +$labels['mime'] = 'MIME:'; +$labels['mimepart'] = 'Part MIME:'; +$labels['mime-message'] = 'missatge'; +$labels['mime-anychild'] = 'qualsevol'; +$labels['mime-type'] = 'tipus'; +$labels['mime-subtype'] = 'subtipus'; +$labels['mime-contenttype'] = 'tipus de contingut'; +$labels['mime-param'] = 'paràmetre'; $labels['addrule'] = 'Afegeix una regla'; $labels['delrule'] = 'Suprimeix una regla'; $labels['messagemoveto'] = 'Mou el missatge a'; @@ -68,9 +78,11 @@ $labels['enable'] = 'Habilita/Deshabilita'; $labels['filterset'] = 'Conjunt de filtres'; $labels['filtersets'] = 'Conjunts de filtres'; $labels['filtersetadd'] = 'Afegeix un conjunt de filtres'; +$labels['filtersetdel'] = 'Suprimeix els filtres definits'; $labels['filtersetact'] = 'Activa el conjunt de filtres actual'; $labels['filtersetdeact'] = 'Desactiva el conjunt de filtres actual'; $labels['filterseteditraw'] = 'Edita el conjunt de filtres'; +$labels['filtersetswitch'] = 'Activa/desactiva els filtres definits'; $labels['filterdef'] = 'Definició del filtre'; $labels['filtersetname'] = 'Nom del conjunt de filtres'; $labels['newfilterset'] = 'Nou conjunt de filtres'; @@ -99,6 +111,18 @@ $labels['flagdeleted'] = 'Suprimit'; $labels['flaganswered'] = 'Respost'; $labels['flagflagged'] = 'Marcat'; $labels['flagdraft'] = 'Esborrany'; +$labels['addheader'] = 'Afegeix una capçalera al missatge'; +$labels['deleteheader'] = 'Suprimeix una capçalera del missatge'; +$labels['headername'] = 'Nom de la capçalera'; +$labels['headervalue'] = 'Valor de la capçalera'; +$labels['headerpos'] = 'Posició de la capçalera'; +$labels['headeratstart'] = 'al començament'; +$labels['headeratend'] = 'al final'; +$labels['headeroccurrence'] = 'Ocurrència/posició de l\'encapçalament'; +$labels['headerfromstart'] = 'des de l\'inici'; +$labels['headerfromend'] = 'des del final'; +$labels['headerpatterns'] = 'Patrons de valor de capçalera'; +$labels['headermatchtype'] = 'tipus de concordança'; $labels['setvariable'] = 'Ajusta la variable'; $labels['setvarname'] = 'Nom de la variable:'; $labels['setvarvalue'] = 'Valor de la variable:'; @@ -163,30 +187,33 @@ $labels['asciicasemap'] = 'No distingeix entre majúscules i minúscules (ascii $labels['asciinumeric'] = 'numèric (ascii-numèric)'; $labels['index'] = 'índex:'; $labels['indexlast'] = 'cap enrere'; -$labels['vacation'] = 'Vacances'; +$labels['vacation'] = 'Fora de l\'oficina'; $labels['vacation.reply'] = 'Missatge de resposta'; $labels['vacation.advanced'] = 'Paràmetres avançats'; $labels['vacation.from'] = 'Respon a l\'adreça del remitent'; $labels['vacation.subject'] = 'Assumpte'; $labels['vacation.body'] = 'Cos'; -$labels['vacation.start'] = 'Inici de vacances'; -$labels['vacation.end'] = 'Finalització de vacances'; +$labels['vacation.start'] = 'Hora d\'inici'; +$labels['vacation.end'] = 'Hora final'; $labels['vacation.status'] = 'Estat'; $labels['vacation.on'] = 'Activat'; $labels['vacation.off'] = 'Desactivat'; $labels['vacation.addresses'] = 'Les meves adreces de correu electrònic'; $labels['vacation.interval'] = 'Interval de resposta'; -$labels['vacation.after'] = 'Posa la regla de vacances després'; +$labels['vacation.after'] = 'Col·loca la regla de \'fora de l\'oficina\' darrera'; $labels['vacation.saving'] = 'S\'estan desant les dades...'; $labels['vacation.action'] = 'Acció pel missatge entrant'; $labels['vacation.keep'] = 'Conserva'; $labels['vacation.discard'] = 'Descarta'; $labels['vacation.redirect'] = 'Redirigeix cap a'; $labels['vacation.copy'] = 'Envia còpia a'; +$labels['forward'] = 'Reenviament'; $labels['forward.redirect'] = 'Redirigeix cap a'; $labels['forward.copy'] = 'Envia còpia a'; $labels['forward.on'] = 'Activat'; $labels['forward.off'] = 'Desactivat'; +$labels['forward.status'] = 'Estat:'; +$labels['forward.action'] = 'Per als missatges d\'entrada executa la següent acció:'; $labels['forward.saving'] = 'S\'estan desant les dades...'; $labels['filladdresses'] = 'Emplena-ho amb totes les meves adreces de correu electrònic'; $labels['arialabelfiltersetactions'] = 'Accions pel conjunt de filtres'; @@ -196,9 +223,11 @@ $labels['ariasummaryfilterslist'] = 'Llistat de filtres'; $labels['ariasummaryfiltersetslist'] = 'Llistat de conjunts de filtres'; $labels['filterstitle'] = 'Edita els filtres pels missatges entrants'; $labels['vacationtitle'] = 'Edita la norma "fora de l\'oficina"'; +$labels['forwardtitle'] = 'Edita la regla de reenviament de correu'; $labels['message'] = 'Missatge'; $labels['duplicate'] = 'està duplicat'; $labels['notduplicate'] = 'no està duplicat'; +$labels['duplicate.handle'] = 'gestor:'; $labels['duplicate.header'] = 'capçalera:'; $labels['duplicate.uniqueid'] = 'Identificador:'; $labels['duplicate.seconds'] = 'temps d\'espera (en segons):'; @@ -238,6 +267,10 @@ $messages['setexist'] = 'El conjunt ja existeix.'; $messages['nodata'] = 'S\'ha de seleccionar com a mínim una posició!'; $messages['invaliddateformat'] = 'data no vàlida o format no vàlid'; $messages['saveerror'] = 'No s\'han pogut desar les dades. Hi ha hagut un error al servidor.'; -$messages['vacationsaved'] = 'Les dades de les vacances s\'han desat correctament.'; +$messages['vacationsaved'] = 'Dades de \'fora de l\'oficina\' desades correctament.'; +$messages['forwardsaved'] = 'Dades de reenviament desades correctament.'; $messages['emptyvacationbody'] = 'És obligatori definir el cos del missatge de vacances'; +$messages['duplicate.conflict.err'] = 'L\'encapçalament i l\'identificador únic a la vegada no estan permesos.'; +$messages['disabledaction'] = 'Acció no permesa.'; +$messages['lastindexempty'] = 'És necessari l\'índex quan es compta des del final'; ?> diff --git a/plugins/managesieve/localization/cs_CZ.inc b/plugins/managesieve/localization/cs_CZ.inc index a2ee54adb..f92f3395f 100644 --- a/plugins/managesieve/localization/cs_CZ.inc +++ b/plugins/managesieve/localization/cs_CZ.inc @@ -111,6 +111,18 @@ $labels['flagdeleted'] = 'Smazáno'; $labels['flaganswered'] = 'Odpovězené'; $labels['flagflagged'] = 'Označeno'; $labels['flagdraft'] = 'Koncept'; +$labels['addheader'] = 'Přidat hlavičku do zprávy'; +$labels['deleteheader'] = 'Odebrat hlavičku ze zprávy'; +$labels['headername'] = 'Název hlavičky'; +$labels['headervalue'] = 'Hodnota hlavičky'; +$labels['headerpos'] = 'Umístění hlavičky'; +$labels['headeratstart'] = 'na začátku'; +$labels['headeratend'] = 'na konci'; +$labels['headeroccurrence'] = 'Výskyt/Umístění hlavičky'; +$labels['headerfromstart'] = 'od začátku'; +$labels['headerfromend'] = 'od konce'; +$labels['headerpatterns'] = 'Vzory hodnot hlavičky'; +$labels['headermatchtype'] = 'odpovídající typ:'; $labels['setvariable'] = 'Nastavit proměnnou'; $labels['setvarname'] = 'Název proměnné:'; $labels['setvarvalue'] = 'Hodnota proměnné:'; @@ -175,20 +187,20 @@ $labels['asciicasemap'] = 'nerozlišuje velikost písmen (ascii-casemap)'; $labels['asciinumeric'] = 'číslené (ascii-numeric)'; $labels['index'] = 'index:'; $labels['indexlast'] = 'pozpátku'; -$labels['vacation'] = 'Dovolená'; +$labels['vacation'] = 'Mimo-kancelář'; $labels['vacation.reply'] = 'Odpověd'; $labels['vacation.advanced'] = 'Pokročilá nastavení'; $labels['vacation.from'] = 'Adresa odesílatele odpovědi'; $labels['vacation.subject'] = 'Předmět'; $labels['vacation.body'] = 'Tělo'; -$labels['vacation.start'] = 'Začátek dovolené'; -$labels['vacation.end'] = 'Konec dovolené'; +$labels['vacation.start'] = 'Začátek'; +$labels['vacation.end'] = 'Konec'; $labels['vacation.status'] = 'Stav'; $labels['vacation.on'] = 'Zapnuto'; $labels['vacation.off'] = 'Vypnuto'; $labels['vacation.addresses'] = 'Mé e-mailové adresy'; $labels['vacation.interval'] = 'Doba mezi odpověďmi'; -$labels['vacation.after'] = 'Uložit pravidlo o dovolené za'; +$labels['vacation.after'] = 'Přidat pravidlo mimo-kancelář za'; $labels['vacation.saving'] = 'Ukládám data...'; $labels['vacation.action'] = 'Akce pro příchozí zprávu'; $labels['vacation.keep'] = 'Zachovat'; @@ -218,20 +230,20 @@ $labels['notduplicate'] = 'není duplicitní'; $labels['duplicate.handle'] = 'popisovač:'; $labels['duplicate.header'] = 'hlavička:'; $labels['duplicate.uniqueid'] = 'Identifikátor:'; -$labels['duplicate.seconds'] = 'prodleva (sekundy)'; +$labels['duplicate.seconds'] = 'prodleva (sekundy):'; $labels['duplicate.last'] = 'relativní k poslednímu vykonání'; -$messages['filterunknownerror'] = 'Neznámá chyba serveru'; +$messages['filterunknownerror'] = 'Neznámá chyba serveru.'; $messages['filterconnerror'] = 'Nebylo možné se připojit k sieve serveru'; $messages['filterdeleteerror'] = 'Nebylo možné smazat filtr. Došlo k chybě serveru.'; -$messages['filterdeleted'] = 'Filtr byl smazán'; -$messages['filtersaved'] = 'Filtr byl uložen'; +$messages['filterdeleted'] = 'Filtr byl smazán.'; +$messages['filtersaved'] = 'Filtr byl uložen.'; $messages['filtersaveerror'] = 'Nebylo možné uložit filtr. Došlo k chybě serveru.'; -$messages['filterformerror'] = 'Formulář filtru obsahuje chyby'; +$messages['filterformerror'] = 'Formulář filtru obsahuje chyby.'; $messages['filterdeleteconfirm'] = 'Opravdu chcete smazat vybraný filtr?'; $messages['ruledeleteconfirm'] = 'Jste si jisti, že chcete smazat vybrané pravidlo?'; $messages['actiondeleteconfirm'] = 'Jste si jisti, že chcete smazat vybranou akci?'; -$messages['forbiddenchars'] = 'Zakázané znaky v poli'; -$messages['cannotbeempty'] = 'Pole nemůže být prázdné'; +$messages['forbiddenchars'] = 'Zakázané znaky v poli.'; +$messages['cannotbeempty'] = 'Pole nemůže být prázdné.'; $messages['ruleexist'] = 'Filtr s uvedeným názvem již existuje.'; $messages['setactivateerror'] = 'Nelze zapnout vybranou sadu filtrů. Došlo k chybě serveru.'; $messages['setdeactivateerror'] = 'Nelze vypnout vybranou sadu filtrů. Došlo k chybě serveru.'; @@ -239,14 +251,14 @@ $messages['setdeleteerror'] = 'Nelze odstranit vybranou sadu filtrů. Došlo k c $messages['setactivated'] = 'Sada filtrů zapnuta.'; $messages['setdeactivated'] = 'Sada filtrů vypnuta.'; $messages['setdeleted'] = 'Sada filtrů odstraněna.'; -$messages['setupdated'] = 'Sada pravidel byla úspúěšně upravena'; -$messages['setdeleteconfirm'] = 'Opravdu si přejete odebrat vybranou sadu filtrů.'; +$messages['setupdated'] = 'Sada pravidel byla upravena.'; +$messages['setdeleteconfirm'] = 'Opravdu si přejete odebrat vybranou sadu filtrů?'; $messages['setcreateerror'] = 'Nelze vytvořit sadu filtrů. Došlo k chybě serveru.'; $messages['setcreated'] = 'Sada filtrů vytvořena.'; -$messages['activateerror'] = 'Nelze zapnout vybrané filtr/y. Došlo k chybě serveru.'; -$messages['deactivateerror'] = 'Nelze vypnout vybrané filtr/y. Došlo k chybě serveru.'; +$messages['activateerror'] = 'Nelze zapnout vybrané filtry. Došlo k chybě serveru.'; +$messages['deactivateerror'] = 'Nelze vypnout vybrané filtry. Došlo k chybě serveru.'; $messages['deactivated'] = 'Filtry vypnuty.'; -$messages['activated'] = 'Filtr zapnuty.'; +$messages['activated'] = 'Filtry zapnuty.'; $messages['moved'] = 'Filtr byl přesunut.'; $messages['moveerror'] = 'Nelze přesunout vybraný filtr. Došlo k chybě serveru.'; $messages['nametoolong'] = 'Příliš dlouhý název.'; @@ -255,9 +267,10 @@ $messages['setexist'] = 'Sada již existuje.'; $messages['nodata'] = 'Musí být vybrána minimálně jedna pozice!'; $messages['invaliddateformat'] = 'Neplatné datum nebo část data'; $messages['saveerror'] = 'Nebylo možné uložit data. Došlo k chybě serveru.'; -$messages['vacationsaved'] = 'Data o dovolené byla uložena.'; +$messages['vacationsaved'] = 'Data mimo-kancelář byla uložena.'; $messages['forwardsaved'] = 'Data pro přeposlání byla uložena.'; $messages['emptyvacationbody'] = 'Tělo zprávy'; $messages['duplicate.conflict.err'] = 'Hlavička a jedinečný identifikátor zároveň nejsou povoleny.'; $messages['disabledaction'] = 'Akce není povolena'; +$messages['lastindexempty'] = 'Při počítání od zadu je vyžadován index.'; ?> diff --git a/plugins/managesieve/localization/cy_GB.inc b/plugins/managesieve/localization/cy_GB.inc index 472eac33c..70531e2e0 100644 --- a/plugins/managesieve/localization/cy_GB.inc +++ b/plugins/managesieve/localization/cy_GB.inc @@ -21,6 +21,7 @@ $labels['filtername'] = 'Enw hidlydd'; $labels['newfilter'] = 'Hidlydd newydd'; $labels['filteradd'] = 'Ychwanegu hidlydd'; $labels['filterdel'] = 'Dileu hidlydd'; +$labels['rules'] = 'Rheolau'; $labels['actions'] = 'Gweithredoedd'; $labels['scope'] = 'Amrediad'; $labels['moveup'] = 'Symud i fyny'; @@ -40,6 +41,14 @@ $labels['filterregex'] = 'yn cyfateb i\'r mynegiant rheolaidd'; $labels['filternotregex'] = 'ddim yn cyfateb i\'r mynegiant rheolaidd'; $labels['filterunder'] = 'o dan'; $labels['filterover'] = 'dros'; +$labels['mime'] = 'MIME:'; +$labels['mimepart'] = 'Rhan MIME:'; +$labels['mime-message'] = 'neges'; +$labels['mime-anychild'] = 'unrhywun'; +$labels['mime-type'] = 'math'; +$labels['mime-subtype'] = 'is-fath'; +$labels['mime-contenttype'] = 'content-type'; +$labels['mime-param'] = 'parameter'; $labels['addrule'] = 'Ychwanegu rheol'; $labels['delrule'] = 'Dileu rheol'; $labels['messagemoveto'] = 'Symud neges i'; @@ -69,9 +78,11 @@ $labels['enable'] = 'Galluogi/Analluogi'; $labels['filterset'] = 'Set hidlyddion'; $labels['filtersets'] = 'Setiau hidlyddion'; $labels['filtersetadd'] = 'Ychwanegu set hidlyddion'; +$labels['filtersetdel'] = 'Dileu hidlyddion osodwyd'; $labels['filtersetact'] = 'Dileu set hidlyddion gweithredol'; $labels['filtersetdeact'] = 'Analluogi set hidlyddion cyfredol'; $labels['filterseteditraw'] = 'Golygu set hidlo'; +$labels['filtersetswitch'] = 'Galluogi/analluogi hidlyddion osodwyd'; $labels['filterdef'] = 'Diffiniad hidlydd'; $labels['filtersetname'] = 'Enw set hidlyddion'; $labels['newfilterset'] = 'Set hidlyddion newydd'; @@ -100,6 +111,18 @@ $labels['flagdeleted'] = 'Dilewyd'; $labels['flaganswered'] = 'Atebwyd'; $labels['flagflagged'] = 'Nodwyd'; $labels['flagdraft'] = 'Drafft'; +$labels['addheader'] = 'Ychwanegu pennawd i\'r neges'; +$labels['deleteheader'] = 'Tynnu pennawd o\'r neges'; +$labels['headername'] = 'Enw pennawd'; +$labels['headervalue'] = 'Gwerth y pennawd'; +$labels['headerpos'] = 'Safle\'r pennawd'; +$labels['headeratstart'] = 'ar y dechrau'; +$labels['headeratend'] = 'ar y diwedd'; +$labels['headeroccurrence'] = 'Safle\'r pennawd'; +$labels['headerfromstart'] = 'o\'r dechrau'; +$labels['headerfromend'] = 'o\'r diwedd'; +$labels['headerpatterns'] = 'Patrwm gwerth pennawd'; +$labels['headermatchtype'] = 'cymharu math:'; $labels['setvariable'] = 'Gosod newidyn'; $labels['setvarname'] = 'Enw newidyn:'; $labels['setvarvalue'] = 'Gwerth newidyn:'; @@ -164,30 +187,33 @@ $labels['asciicasemap'] = 'maint llythrennau (ascii-casemap)'; $labels['asciinumeric'] = 'rhifau (ascii-numeric)'; $labels['index'] = 'mynegai:'; $labels['indexlast'] = 'o chwith'; -$labels['vacation'] = 'Gwyliau'; +$labels['vacation'] = 'Allan o\'r Swyddfa'; $labels['vacation.reply'] = 'Neges ymateb'; $labels['vacation.advanced'] = 'Gosodiadau uwch'; $labels['vacation.from'] = 'Cyfeiriad ymateb anfonwr'; $labels['vacation.subject'] = 'Pwnc'; $labels['vacation.body'] = 'Corff'; -$labels['vacation.start'] = 'Dechrau gwyliau'; -$labels['vacation.end'] = 'Diwedd gwyliau'; +$labels['vacation.start'] = 'Amser cychwyn'; +$labels['vacation.end'] = 'Amser gorffen'; $labels['vacation.status'] = 'Statws'; $labels['vacation.on'] = 'Ymlaen'; $labels['vacation.off'] = 'I ffwrdd'; $labels['vacation.addresses'] = 'Fy nghyfeiriadau ebost:'; $labels['vacation.interval'] = 'Cyfnod ymateb'; -$labels['vacation.after'] = 'Rhoi rheol gwyliau ar ôl'; +$labels['vacation.after'] = 'Rhoi\'r rheol allan-o\'r-swyddfa wedyn'; $labels['vacation.saving'] = 'Yn cadw\'r data...'; $labels['vacation.action'] = 'Gweithred neges i fewn'; $labels['vacation.keep'] = 'Cadw'; $labels['vacation.discard'] = 'Gwaredu'; $labels['vacation.redirect'] = 'Ailgyfeirio i'; $labels['vacation.copy'] = 'Danfon copi i'; +$labels['forward'] = 'Danfon ymlaen'; $labels['forward.redirect'] = 'Ailgyfeirio i'; $labels['forward.copy'] = 'Danfon copi i'; $labels['forward.on'] = 'Ymlaen'; $labels['forward.off'] = 'I ffwrdd'; +$labels['forward.status'] = 'Statws:'; +$labels['forward.action'] = 'Am negeseuon sy\'n dod i fewn, gwneud y weithred ganlynol:'; $labels['forward.saving'] = 'Yn cadw\'r data...'; $labels['filladdresses'] = 'Llenwi gyda fy nghyfeiriadau ychwanegol'; $labels['arialabelfiltersetactions'] = 'Gweithrediadau set hidlydd'; @@ -197,6 +223,7 @@ $labels['ariasummaryfilterslist'] = 'Rhestr o hidlyddion'; $labels['ariasummaryfiltersetslist'] = 'Rhestr o setiau hidlyddion'; $labels['filterstitle'] = 'Golygu hidlyddion ebost i fewn'; $labels['vacationtitle'] = 'Golygu rheol allan-o\'r-swyddfa'; +$labels['forwardtitle'] = 'Golygu rheol danfon negeseuon ymlaen'; $labels['message'] = 'Neges'; $labels['duplicate'] = 'wedi dyblygu'; $labels['notduplicate'] = 'ddim wedi dyblygu'; @@ -240,7 +267,10 @@ $messages['setexist'] = 'Mae\'r set yn bodoli\'n barod.'; $messages['nodata'] = 'Rhaid dewis o leia un safle!'; $messages['invaliddateformat'] = 'Dyddiad neu fformat dyddiad annilys'; $messages['saveerror'] = 'Methwyd cadw\'r data. Cafwyd gwall gweinydd.'; -$messages['vacationsaved'] = 'Cadwyd y data gwyliau yn llwyddiannus.'; +$messages['vacationsaved'] = 'Cadwyd y data allan-o\'r-swyddfa yn llwyddiannus.'; +$messages['forwardsaved'] = 'Cadwyd y data danfon yn llwyddiannus.'; $messages['emptyvacationbody'] = 'Mae angen rhoi corff y neges wyliau!'; $messages['duplicate.conflict.err'] = 'Ni ganiateir defnyddio pennawd a dynodwr unigryw.'; +$messages['disabledaction'] = 'Ni ganiateir y weithred.'; +$messages['lastindexempty'] = 'Mae angen mynegai wrth gyfri o\'r diwedd'; ?> diff --git a/plugins/managesieve/localization/da_DK.inc b/plugins/managesieve/localization/da_DK.inc index c43c920f5..27bfcfcf8 100644 --- a/plugins/managesieve/localization/da_DK.inc +++ b/plugins/managesieve/localization/da_DK.inc @@ -156,13 +156,10 @@ $labels['asciicasemap'] = 'store og små bogstaver (ascii-bogstaver)'; $labels['asciinumeric'] = 'numerisk (ascii-numerisk)'; $labels['index'] = 'indeks:'; $labels['indexlast'] = 'baglends'; -$labels['vacation'] = 'Ferie'; $labels['vacation.reply'] = 'Svar besked'; $labels['vacation.advanced'] = 'Avanceret indstillinger '; $labels['vacation.subject'] = 'Emne'; $labels['vacation.body'] = 'Body'; -$labels['vacation.start'] = 'Ferie star'; -$labels['vacation.end'] = 'Ferie slut'; $labels['vacation.status'] = 'Status'; $labels['vacation.saving'] = 'Gemmer data...'; $labels['vacation.keep'] = 'Behold'; @@ -206,5 +203,4 @@ $messages['setexist'] = 'Filterv sæt eksisterer allerede'; $messages['nodata'] = 'Mindst en position skal vælges!'; $messages['invaliddateformat'] = 'Ugyldigt dato- eller tidsformat'; $messages['saveerror'] = 'Kunne ikke gemme data. Server fejl'; -$messages['vacationsaved'] = 'Ferie data gemt'; ?> diff --git a/plugins/managesieve/localization/el_GR.inc b/plugins/managesieve/localization/el_GR.inc index cd57a59f8..ed76acffd 100644 --- a/plugins/managesieve/localization/el_GR.inc +++ b/plugins/managesieve/localization/el_GR.inc @@ -161,20 +161,16 @@ $labels['asciicasemap'] = 'πεζά ή κεφαλαία (ascii-casemap)'; $labels['asciinumeric'] = 'αριθμητικό (ascii-αριθμητικο)'; $labels['index'] = 'ευρετήριο:'; $labels['indexlast'] = 'προς τα πίσω'; -$labels['vacation'] = 'Διακοπές'; $labels['vacation.reply'] = 'Μήνυμα απάντησης'; $labels['vacation.advanced'] = 'Προηγμένες ρυθμίσεις'; $labels['vacation.from'] = 'Διεύθυνση απάντησης αποστολέα'; $labels['vacation.subject'] = 'Θέμα'; $labels['vacation.body'] = 'Σώμα'; -$labels['vacation.start'] = 'Έναρξη διακοπών'; -$labels['vacation.end'] = 'Λήξη διακοπών'; $labels['vacation.status'] = 'Κατάσταση'; $labels['vacation.on'] = 'Ενεργό'; $labels['vacation.off'] = 'Ανενεργό'; $labels['vacation.addresses'] = 'Οι e-mail διευθύνσεις μου'; $labels['vacation.interval'] = 'Διάστημα απάντησης'; -$labels['vacation.after'] = 'Εισαγωγή κανόνα διακοπών μετά από'; $labels['vacation.saving'] = 'Αποθήκευση δεδομένων...'; $labels['vacation.action'] = 'Ενέργεια εισερχόμενου μηνύματος'; $labels['vacation.keep'] = 'Διατήρηση'; @@ -236,7 +232,6 @@ $messages['setexist'] = 'Η ομάδα υπάρχει ήδη. '; $messages['nodata'] = 'Πρέπει να επιλεγεί τουλάχιστον μία θέση!'; $messages['invaliddateformat'] = 'Μη έγκυρη ημερομηνία ή η ημερομηνία μορφής τμήμα'; $messages['saveerror'] = 'Αδύνατη η αποθήκευση δεδομένων. Προέκυψε σφάλμα στον διακομιστή'; -$messages['vacationsaved'] = 'Τα δεδομένα διακοπών αποθηκεύτηκαν επιτυχώς.'; $messages['emptyvacationbody'] = 'Απαιτείται κείμενο για το μήνυμα διακοπών!'; $messages['duplicate.conflict.err'] = 'Το μοναδικό αναγνωριστικό και το αναγνωριστικό κεφαλίδας δεν επιτρέπονται.'; ?> diff --git a/plugins/managesieve/localization/en_CA.inc b/plugins/managesieve/localization/en_CA.inc index b17ac7a47..af395af23 100644 --- a/plugins/managesieve/localization/en_CA.inc +++ b/plugins/managesieve/localization/en_CA.inc @@ -159,7 +159,6 @@ $labels['asciicasemap'] = 'case insensitive (ascii-casemap)'; $labels['asciinumeric'] = 'numeric (ascii-numeric)'; $labels['index'] = 'index:'; $labels['indexlast'] = 'backwards'; -$labels['vacation'] = 'Vacation'; $labels['vacation.reply'] = 'Reply message'; $labels['vacation.advanced'] = 'Advanced settings'; $labels['vacation.subject'] = 'Subject'; @@ -168,7 +167,6 @@ $labels['vacation.status'] = 'Status'; $labels['vacation.on'] = 'On'; $labels['vacation.off'] = 'Off'; $labels['vacation.interval'] = 'Reply interval'; -$labels['vacation.after'] = 'Put vacation rule after'; $labels['vacation.saving'] = 'Saving data...'; $labels['vacation.keep'] = 'Keep'; $labels['forward.on'] = 'On'; @@ -208,5 +206,4 @@ $messages['setexist'] = 'Set already exists.'; $messages['nodata'] = 'At least one position must be selected!'; $messages['invaliddateformat'] = 'Invalid date or date part format'; $messages['saveerror'] = 'Unable to save data. Server error occurred.'; -$messages['vacationsaved'] = 'Vacation data saved successfully.'; ?> diff --git a/plugins/managesieve/localization/en_GB.inc b/plugins/managesieve/localization/en_GB.inc index 92205b142..0cb45525f 100644 --- a/plugins/managesieve/localization/en_GB.inc +++ b/plugins/managesieve/localization/en_GB.inc @@ -111,6 +111,18 @@ $labels['flagdeleted'] = 'Deleted'; $labels['flaganswered'] = 'Answered'; $labels['flagflagged'] = 'Flagged'; $labels['flagdraft'] = 'Draft'; +$labels['addheader'] = 'Add header to the message'; +$labels['deleteheader'] = 'Remove header from the message'; +$labels['headername'] = 'Header name'; +$labels['headervalue'] = 'Header value'; +$labels['headerpos'] = 'Header position'; +$labels['headeratstart'] = 'at the beginning'; +$labels['headeratend'] = 'at the end'; +$labels['headeroccurrence'] = 'Header occurrence/position'; +$labels['headerfromstart'] = 'from start'; +$labels['headerfromend'] = 'from end'; +$labels['headerpatterns'] = 'Header value patterns'; +$labels['headermatchtype'] = 'match type:'; $labels['setvariable'] = 'Set variable'; $labels['setvarname'] = 'Variable name:'; $labels['setvarvalue'] = 'Variable value:'; @@ -175,20 +187,20 @@ $labels['asciicasemap'] = 'case insensitive (ascii-casemap)'; $labels['asciinumeric'] = 'numeric (ascii-numeric)'; $labels['index'] = 'index:'; $labels['indexlast'] = 'backwards'; -$labels['vacation'] = 'Vacation'; +$labels['vacation'] = 'Out of Office'; $labels['vacation.reply'] = 'Reply message'; $labels['vacation.advanced'] = 'Advanced settings'; $labels['vacation.from'] = 'Reply sender address'; $labels['vacation.subject'] = 'Subject'; $labels['vacation.body'] = 'Body'; -$labels['vacation.start'] = 'Vacation start'; -$labels['vacation.end'] = 'Vacation end'; +$labels['vacation.start'] = 'Start time'; +$labels['vacation.end'] = 'End time'; $labels['vacation.status'] = 'Status'; $labels['vacation.on'] = 'On'; $labels['vacation.off'] = 'Off'; $labels['vacation.addresses'] = 'My e-mail addresses'; $labels['vacation.interval'] = 'Reply interval'; -$labels['vacation.after'] = 'Put vacation rule after'; +$labels['vacation.after'] = 'Put the out-of-office rule after'; $labels['vacation.saving'] = 'Saving data...'; $labels['vacation.action'] = 'Incoming message action'; $labels['vacation.keep'] = 'Keep'; @@ -255,9 +267,10 @@ $messages['setexist'] = 'Set already exists.'; $messages['nodata'] = 'At least one position must be selected!'; $messages['invaliddateformat'] = 'Invalid date or date part format'; $messages['saveerror'] = 'Unable to save data. Server error occurred.'; -$messages['vacationsaved'] = 'Vacation data saved successfully.'; +$messages['vacationsaved'] = 'Out-of-office data saved successfully.'; $messages['forwardsaved'] = 'Forward data saved successfully.'; $messages['emptyvacationbody'] = 'Body of vacation message is required!'; $messages['duplicate.conflict.err'] = 'Both header and unique identifier are not allowed.'; $messages['disabledaction'] = 'Action not permitted.'; +$messages['lastindexempty'] = 'Index is required when counting from end'; ?> diff --git a/plugins/managesieve/localization/es_419.inc b/plugins/managesieve/localization/es_419.inc index f1032ba07..06781d62d 100644 --- a/plugins/managesieve/localization/es_419.inc +++ b/plugins/managesieve/localization/es_419.inc @@ -159,18 +159,14 @@ $labels['asciicasemap'] = 'no sensible a mayúsculas y minúsculas (mapero-ascii $labels['asciinumeric'] = 'numérico (ascii-numérico)'; $labels['index'] = 'índice:'; $labels['indexlast'] = 'hacia atrás'; -$labels['vacation'] = 'Vacaciones'; $labels['vacation.reply'] = 'Responder mensaje'; $labels['vacation.advanced'] = 'Opciones avanzadas'; $labels['vacation.subject'] = 'Asunto'; $labels['vacation.body'] = 'Cuerpo'; -$labels['vacation.start'] = 'Inicio de vacaciones'; -$labels['vacation.end'] = 'Final de vacaciones'; $labels['vacation.status'] = 'Estado'; $labels['vacation.on'] = 'Encendido'; $labels['vacation.off'] = 'Apagado'; $labels['vacation.interval'] = 'Intervalo de respuesta'; -$labels['vacation.after'] = 'Colocar regla de vacaciones luego'; $labels['vacation.saving'] = 'Guardando información...'; $labels['vacation.action'] = 'Acción para mensaje entrante'; $labels['vacation.keep'] = 'Mantener'; @@ -223,6 +219,5 @@ $messages['setexist'] = 'Set ya existe.'; $messages['nodata'] = 'Debes seleccionar al menos una posición.'; $messages['invaliddateformat'] = 'Fecha o parte del formato no válido'; $messages['saveerror'] = 'No es posible guardar la información. Ha ocurrido un error de servidor.'; -$messages['vacationsaved'] = 'Información de vacaciones guardada exitosamente.'; $messages['emptyvacationbody'] = 'Cuerpo del mensaje de vacaciones es requerido!'; ?> diff --git a/plugins/managesieve/localization/es_AR.inc b/plugins/managesieve/localization/es_AR.inc index b24c52b44..770d8e60d 100644 --- a/plugins/managesieve/localization/es_AR.inc +++ b/plugins/managesieve/localization/es_AR.inc @@ -159,18 +159,14 @@ $labels['asciicasemap'] = 'no sensible a minúsculas o mayúsculas (ascii-casema $labels['asciinumeric'] = 'numérico (ascii-numeric)'; $labels['index'] = 'índice:'; $labels['indexlast'] = 'hacia atrás'; -$labels['vacation'] = 'Vacaciones'; $labels['vacation.reply'] = 'Responder mensaje'; $labels['vacation.advanced'] = 'Opciones avanzdas'; $labels['vacation.subject'] = 'Asunto'; $labels['vacation.body'] = 'Cuerpo'; -$labels['vacation.start'] = 'Inicio de vacaciones'; -$labels['vacation.end'] = 'Final de vacaciones'; $labels['vacation.status'] = 'Estado'; $labels['vacation.on'] = 'On'; $labels['vacation.off'] = 'Off'; $labels['vacation.interval'] = 'Intervalo de respuesta'; -$labels['vacation.after'] = 'Colocar luego regla de vacaciones '; $labels['vacation.saving'] = 'Guardando información...'; $labels['vacation.action'] = 'Acción para mensaje entrante'; $labels['vacation.keep'] = 'Mantener'; @@ -223,6 +219,5 @@ $messages['setexist'] = 'Conjunto ya existe.'; $messages['nodata'] = 'Al menos una posición debe ser seleccionada!'; $messages['invaliddateformat'] = 'Fecha o formato de fecha inválido'; $messages['saveerror'] = 'Imposible guardar la información. Ha ocurrido un error con el servidor.'; -$messages['vacationsaved'] = 'Información de vacaciones guardada satisfactoriamente.'; $messages['emptyvacationbody'] = '¡Se requiere un cuerpo para el mensaje por vacaciones!'; ?> diff --git a/plugins/managesieve/localization/es_ES.inc b/plugins/managesieve/localization/es_ES.inc index 923df6d6b..d0fb483cd 100644 --- a/plugins/managesieve/localization/es_ES.inc +++ b/plugins/managesieve/localization/es_ES.inc @@ -163,20 +163,16 @@ $labels['asciicasemap'] = 'no sensible a mayúsculas (ascii-casemap)'; $labels['asciinumeric'] = 'numerico (ascii-numeric)'; $labels['index'] = 'índice:'; $labels['indexlast'] = 'hacia atrás'; -$labels['vacation'] = 'Vacaciones'; $labels['vacation.reply'] = 'Mensaje de respuesta'; $labels['vacation.advanced'] = 'Configuración avanzada'; $labels['vacation.from'] = 'Responder a la dirección del remitente'; $labels['vacation.subject'] = 'Asunto'; $labels['vacation.body'] = 'Cuerpo'; -$labels['vacation.start'] = 'Comienzo de las vacaciones'; -$labels['vacation.end'] = 'Final de las vacaciones'; $labels['vacation.status'] = 'Estado'; $labels['vacation.on'] = 'Activado'; $labels['vacation.off'] = 'Desactivado'; $labels['vacation.addresses'] = 'Mis direcciones de email'; $labels['vacation.interval'] = 'Intervalo de respuesta'; -$labels['vacation.after'] = 'Poner regla de vacaciones después de'; $labels['vacation.saving'] = 'Guardando datos...'; $labels['vacation.action'] = 'Acción de mensaje entrante'; $labels['vacation.keep'] = 'Mantener'; @@ -239,7 +235,6 @@ $messages['setexist'] = 'El conjunto ya existe.'; $messages['nodata'] = '¡Al menos una posición debe ser seleccionada!'; $messages['invaliddateformat'] = 'Fecha o formato de parte de la fecha no válido'; $messages['saveerror'] = 'No se pudo guardar los datos. Ha ocurrido un error en el servidor.'; -$messages['vacationsaved'] = 'Datos de vacaciones guardados correctamente.'; $messages['emptyvacationbody'] = '¡Hace falta un texto en el mensaje de vacaciones!'; $messages['duplicate.conflict.err'] = 'Tanto el encabezameinto, como el identificador único no están permitidos.'; ?> diff --git a/plugins/managesieve/localization/et_EE.inc b/plugins/managesieve/localization/et_EE.inc index 820325efb..a201d2e07 100644 --- a/plugins/managesieve/localization/et_EE.inc +++ b/plugins/managesieve/localization/et_EE.inc @@ -21,6 +21,8 @@ $labels['filtername'] = 'Filtri nimi'; $labels['newfilter'] = 'Uus filter'; $labels['filteradd'] = 'Lisa filter'; $labels['filterdel'] = 'Kustuta filter'; +$labels['rules'] = 'Reeglid'; +$labels['actions'] = 'Tegevused'; $labels['scope'] = 'Skoop'; $labels['moveup'] = 'Liiguta üles'; $labels['movedown'] = 'Liiguta alla'; @@ -39,6 +41,7 @@ $labels['filterregex'] = 'vastab regulaaravaldisele'; $labels['filternotregex'] = 'ei vasta regulaaravaldisele'; $labels['filterunder'] = 'alt'; $labels['filterover'] = 'üle'; +$labels['mime-message'] = 'sõnum'; $labels['addrule'] = 'Lisa reegel'; $labels['delrule'] = 'Kustuta reegel'; $labels['messagemoveto'] = 'Liiguta kiri'; @@ -112,6 +115,7 @@ $labels['notifyimportancenormal'] = 'tavaline'; $labels['notifyimportancehigh'] = 'kõrge'; $labels['notifymethodmailto'] = 'E-post'; $labels['notifymethodtel'] = 'Telefon'; +$labels['notifymethodsms'] = 'SMS'; $labels['filtercreate'] = 'Loo filter'; $labels['usedata'] = 'Kasuta filtris järgmisi andmeid:'; $labels['nextstep'] = 'Järgmine samm'; diff --git a/plugins/managesieve/localization/eu_ES.inc b/plugins/managesieve/localization/eu_ES.inc index 146915785..c37cdc95a 100644 --- a/plugins/managesieve/localization/eu_ES.inc +++ b/plugins/managesieve/localization/eu_ES.inc @@ -163,20 +163,16 @@ $labels['asciicasemap'] = 'minuskulak eta maiuskulak (ascii-casemap)'; $labels['asciinumeric'] = 'numerikoa (ascii-numeric)'; $labels['index'] = 'indexatu:'; $labels['indexlast'] = 'atzeraka'; -$labels['vacation'] = 'Oporraldia'; $labels['vacation.reply'] = 'Erantzun mezua'; $labels['vacation.advanced'] = 'Ezarpen aurreratuak'; $labels['vacation.from'] = 'Erantzun bidaltzailearen helbidera'; $labels['vacation.subject'] = 'Gaia'; $labels['vacation.body'] = 'Gorputza'; -$labels['vacation.start'] = 'Oporraldiaren hasiera'; -$labels['vacation.end'] = 'Oporraldiaren bukaera'; $labels['vacation.status'] = 'Egoera'; $labels['vacation.on'] = 'Piztuta'; $labels['vacation.off'] = 'Itzalita'; $labels['vacation.addresses'] = 'Nire e-posta helbideak'; $labels['vacation.interval'] = 'Erantzun tartea'; -$labels['vacation.after'] = 'Jarri oporren erregela honen ondoren'; $labels['vacation.saving'] = 'Datuak gordetzen...'; $labels['vacation.action'] = 'Sarrerako mezuaren ekintza'; $labels['vacation.keep'] = 'Mantendu'; @@ -239,7 +235,6 @@ $messages['setexist'] = 'Lehendik badago pakete hori.'; $messages['nodata'] = 'Gutxienez posizio bat hautatu behar da!'; $messages['invaliddateformat'] = 'Dataren edo dataren zati baten formatua ez da baliozkoa '; $messages['saveerror'] = 'Ezin dira datuak gorde. Errorea gertatu da zerbitzarian.'; -$messages['vacationsaved'] = 'Oporren data ongi gorde da.'; $messages['emptyvacationbody'] = 'Beharrezkoa da oporraldiko mezua jartzea!'; $messages['duplicate.conflict.err'] = 'Goiburua eta identifikatzaile bakarra ez dira onartzen.'; ?> diff --git a/plugins/managesieve/localization/fa_AF.inc b/plugins/managesieve/localization/fa_AF.inc index b78f44776..4a778d60f 100644 --- a/plugins/managesieve/localization/fa_AF.inc +++ b/plugins/managesieve/localization/fa_AF.inc @@ -69,7 +69,6 @@ $labels['detail'] = 'جزئیات'; $labels['comparator'] = 'مقایسه کننده:'; $labels['default'] = 'پیش فرض'; $labels['index'] = 'اندیس'; -$labels['vacation'] = 'تعطیلات'; $labels['vacation.reply'] = 'پیام پاسخ'; $labels['vacation.advanced'] = 'تنظیمات پیشرفته'; $labels['vacation.subject'] = 'موضوع'; diff --git a/plugins/managesieve/localization/fa_IR.inc b/plugins/managesieve/localization/fa_IR.inc index f29d49704..a6830f460 100644 --- a/plugins/managesieve/localization/fa_IR.inc +++ b/plugins/managesieve/localization/fa_IR.inc @@ -159,18 +159,14 @@ $labels['asciicasemap'] = 'حساس به حروه کوچک و بزرگ (ascii-ca $labels['asciinumeric'] = 'عددی (ascii-numeric)'; $labels['index'] = 'فهرست:'; $labels['indexlast'] = 'به عقب'; -$labels['vacation'] = 'مسافرت'; $labels['vacation.reply'] = 'پاسخ به یغام'; $labels['vacation.advanced'] = 'تنظیمات پیشرفته'; $labels['vacation.subject'] = 'موضوع'; $labels['vacation.body'] = 'بدنه'; -$labels['vacation.start'] = 'شروع تعطیلی'; -$labels['vacation.end'] = 'پایان تعطیلی'; $labels['vacation.status'] = 'وضعیت'; $labels['vacation.on'] = 'روشن'; $labels['vacation.off'] = 'خاموش'; $labels['vacation.interval'] = 'فاصله پاسخ'; -$labels['vacation.after'] = 'قرار دادن قانون مسافرت بعد از'; $labels['vacation.saving'] = 'ذخیره داده‌ها...'; $labels['vacation.action'] = 'کنش عملکرد ورودی'; $labels['vacation.keep'] = 'نگه داشتن'; @@ -223,6 +219,5 @@ $messages['setexist'] = 'مجموعه در حال حاضر موجود است.'; $messages['nodata'] = 'حداقل باید یک موقعیت باید انتخاب شود.'; $messages['invaliddateformat'] = 'قالب تاریخ اشتباه'; $messages['saveerror'] = 'ناتوانی در ذخیره اطلاعات. خطای سرور رخ داد.'; -$messages['vacationsaved'] = 'اطلاعات مسافرت با کام‌یابی ذخیره شد.'; $messages['emptyvacationbody'] = 'متن پیام تعطیلی لازم است!'; ?> diff --git a/plugins/managesieve/localization/fi_FI.inc b/plugins/managesieve/localization/fi_FI.inc index 854d5f5fe..63ad35051 100644 --- a/plugins/managesieve/localization/fi_FI.inc +++ b/plugins/managesieve/localization/fi_FI.inc @@ -21,6 +21,8 @@ $labels['filtername'] = 'Suodattimen nimi'; $labels['newfilter'] = 'Uusi suodatin'; $labels['filteradd'] = 'Lisää suodatin'; $labels['filterdel'] = 'Poista suodatin'; +$labels['rules'] = 'Säännöt'; +$labels['actions'] = 'Toiminnot'; $labels['scope'] = 'Rajaus'; $labels['moveup'] = 'Siirrä ylös'; $labels['movedown'] = 'Siirrä alas'; @@ -39,6 +41,11 @@ $labels['filterregex'] = 'vastaa säännöllistä lauseketta'; $labels['filternotregex'] = 'ei vastaa säännöllistä lauseketta'; $labels['filterunder'] = 'alle'; $labels['filterover'] = 'yli'; +$labels['mime'] = 'MIME:'; +$labels['mime-message'] = 'viesti'; +$labels['mime-type'] = 'tyyppi'; +$labels['mime-subtype'] = 'alatyyppi'; +$labels['mime-contenttype'] = 'sisällön tyyppi'; $labels['addrule'] = 'Lisää sääntö'; $labels['delrule'] = 'Poista sääntö'; $labels['messagemoveto'] = 'Siirrä viesti'; @@ -162,37 +169,38 @@ $labels['octet'] = 'tarkka (tavuina)'; $labels['asciicasemap'] = 'kirjainkoosta riippumaton (ascii-merkistö)'; $labels['asciinumeric'] = 'numeerinen (ascii-numerot)'; $labels['indexlast'] = 'taaksepäin'; -$labels['vacation'] = 'Loma'; $labels['vacation.reply'] = 'Vastausviesti'; $labels['vacation.advanced'] = 'Lisäasetukset'; $labels['vacation.from'] = 'Vastauksen lähetysosoite'; $labels['vacation.subject'] = 'Aihe'; $labels['vacation.body'] = 'Sisältö'; -$labels['vacation.start'] = 'Loman alku'; -$labels['vacation.end'] = 'Loman loppu'; $labels['vacation.status'] = 'Tila'; $labels['vacation.on'] = 'Päällä'; $labels['vacation.off'] = 'Pois'; $labels['vacation.addresses'] = 'Omat osoitteeni'; $labels['vacation.interval'] = 'Vastausväli'; -$labels['vacation.after'] = 'Lisää lomavastaaja tämän säännön jälkeen'; $labels['vacation.saving'] = 'Tallennetaan tietoja...'; $labels['vacation.action'] = 'Toiminto saapuvalle viestille'; $labels['vacation.keep'] = 'Säilytä'; $labels['vacation.discard'] = 'Hylkää'; $labels['vacation.redirect'] = 'Ohjaa uudelleen osoitteeseen'; $labels['vacation.copy'] = 'Lähetä kopio osoitteeseen'; +$labels['forward'] = 'Välitetään'; $labels['forward.redirect'] = 'Ohjaa uudelleen osoitteeseen'; $labels['forward.copy'] = 'Lähetä kopio osoitteeseen'; $labels['forward.on'] = 'Päällä'; $labels['forward.off'] = 'Pois'; +$labels['forward.status'] = 'Tila:'; $labels['forward.saving'] = 'Tallennetaan tietoja...'; $labels['filladdresses'] = 'Lisää kaikki osoitteeni'; $labels['arialabelfiltersetactions'] = 'Suodatinasetuksen toiminnot'; +$labels['arialabelfilteractions'] = 'Suodattimen toiminnot'; +$labels['arialabelfilterform'] = 'Suodattimen asetukset'; $labels['ariasummaryfilterslist'] = 'Suodatinlista'; $labels['ariasummaryfiltersetslist'] = 'Suodatinasetuslista'; $labels['filterstitle'] = 'Muokkaa saapuvan postin suodattimia'; $labels['vacationtitle'] = 'Muokkaa poissaolosääntöä'; +$labels['forwardtitle'] = 'Muokkaa viestien vältyssääntöä'; $labels['message'] = 'Viesti'; $labels['duplicate'] = 'on kopio'; $labels['notduplicate'] = 'ei ole kopio'; @@ -231,6 +239,6 @@ $messages['nametoolong'] = 'Nimi on liian pitkä.'; $messages['namereserved'] = 'Varattu nimi.'; $messages['setexist'] = 'Suodatinasetus on jo olemassa.'; $messages['saveerror'] = 'Tietojen tallennus epäonnistui palvelinvirheen vuoksi.'; -$messages['vacationsaved'] = 'Lomatiedot tallennettu onnistuneesti.'; $messages['emptyvacationbody'] = 'Lomaviestin sisältö vaaditaan!'; +$messages['disabledaction'] = 'Toiminto ei ole sallittu.'; ?> diff --git a/plugins/managesieve/localization/fo_FO.inc b/plugins/managesieve/localization/fo_FO.inc index 499ad2f65..bb95a933d 100644 --- a/plugins/managesieve/localization/fo_FO.inc +++ b/plugins/managesieve/localization/fo_FO.inc @@ -161,20 +161,16 @@ $labels['asciicasemap'] = 'stavbundin (asciii-casemap)'; $labels['asciinumeric'] = 'tøl (ascii-numeric)'; $labels['index'] = 'skrá:'; $labels['indexlast'] = 'aftureftir'; -$labels['vacation'] = 'Feriu'; $labels['vacation.reply'] = 'Svar innihald'; $labels['vacation.advanced'] = 'Víðkaðir valmøguleikar'; $labels['vacation.from'] = 'Svara sendara bústaði'; $labels['vacation.subject'] = 'Evni'; $labels['vacation.body'] = 'Innihald'; -$labels['vacation.start'] = 'Feriu byrjan'; -$labels['vacation.end'] = 'Feriu endi'; $labels['vacation.status'] = 'Støða'; $labels['vacation.on'] = 'Tendra'; $labels['vacation.off'] = 'Sløkt'; $labels['vacation.addresses'] = 'Mín teldupost bústaður'; $labels['vacation.interval'] = 'Svar millumbil'; -$labels['vacation.after'] = 'Tendra feriu reglar eftir'; $labels['vacation.saving'] = 'Goymur dáta...'; $labels['vacation.action'] = 'Ger fyri móttikin boð'; $labels['vacation.keep'] = 'Goym'; @@ -228,6 +224,5 @@ $messages['setexist'] = 'Sett er longu til'; $messages['nodata'] = 'Minst eitt stað má verða valt!'; $messages['invaliddateformat'] = 'Ógildugt dato ella formulering av dato'; $messages['saveerror'] = 'Tað bar ikki til at goyma dáta. Ambætara feilur kom fyri.'; -$messages['vacationsaved'] = 'Feriu dáta goymd.'; $messages['emptyvacationbody'] = 'Innihaldi í feriu boðinum er kraft!'; ?> diff --git a/plugins/managesieve/localization/fr_FR.inc b/plugins/managesieve/localization/fr_FR.inc index 02dc27524..ef76ce00e 100644 --- a/plugins/managesieve/localization/fr_FR.inc +++ b/plugins/managesieve/localization/fr_FR.inc @@ -59,18 +59,18 @@ $labels['messagereply'] = 'Répondre avec le courriel'; $labels['messagedelete'] = 'Supprimer le courriel'; $labels['messagediscard'] = 'Rejeter avec le courriel'; $labels['messagekeep'] = 'Conserver le courriel dans la boîte de réception'; -$labels['messagesrules'] = 'Pour les courriels entrants :'; -$labels['messagesactions'] = '...exécuter les actions suivantes :'; +$labels['messagesrules'] = 'Pour les courriels entrants :'; +$labels['messagesactions'] = '...exécuter les actions suivantes :'; $labels['add'] = 'Ajouter'; $labels['del'] = 'Supprimer'; $labels['sender'] = 'Expéditeur'; $labels['recipient'] = 'Destinataire'; -$labels['vacationaddr'] = 'Mes adresses courriel :'; -$labels['vacationdays'] = 'Fréquence d’envoi des courriels (en jours) :'; -$labels['vacationinterval'] = 'Fréquence d’envoi des courriels :'; -$labels['vacationreason'] = 'Corps du courriel (raison de l’absence) :'; -$labels['vacationfrom'] = 'Adresse de réponse de l’expéditeur :'; -$labels['vacationsubject'] = 'Objet du courriel :'; +$labels['vacationaddr'] = 'Mes adresses courriel :'; +$labels['vacationdays'] = 'Fréquence d’envoi des courriels (en jours) :'; +$labels['vacationinterval'] = 'Fréquence d’envoi des courriels :'; +$labels['vacationreason'] = 'Corps du courriel (raison de l’absence) :'; +$labels['vacationfrom'] = 'Adresse de réponse de l’expéditeur :'; +$labels['vacationsubject'] = 'Objet du courriel :'; $labels['days'] = 'jours'; $labels['seconds'] = 'secondes'; $labels['rulestop'] = 'Arrêter l’évaluation des règles'; @@ -111,10 +111,22 @@ $labels['flagdeleted'] = 'Supprimé'; $labels['flaganswered'] = 'Réponse envoyée'; $labels['flagflagged'] = 'Signalé'; $labels['flagdraft'] = 'Brouillon'; +$labels['addheader'] = 'Ajouter un en-tête au courriel'; +$labels['deleteheader'] = 'Supprimer l’en-tête du courriel'; +$labels['headername'] = 'Nom de l’en-tête'; +$labels['headervalue'] = 'Valeur de l’en-tête'; +$labels['headerpos'] = 'Position de l’en-tête'; +$labels['headeratstart'] = 'au début'; +$labels['headeratend'] = 'à la fin'; +$labels['headeroccurrence'] = 'Occurrence/position de l’en-tête'; +$labels['headerfromstart'] = 'du début'; +$labels['headerfromend'] = 'de la fin'; +$labels['headerpatterns'] = 'Schémas de valeur d’en-tête'; +$labels['headermatchtype'] = 'type de concordance :'; $labels['setvariable'] = 'Définir une variable'; -$labels['setvarname'] = 'Nom de la variable :'; -$labels['setvarvalue'] = 'Valeur de la variable :'; -$labels['setvarmodifiers'] = 'Modificateurs :'; +$labels['setvarname'] = 'Nom de la variable :'; +$labels['setvarvalue'] = 'Valeur de la variable :'; +$labels['setvarmodifiers'] = 'Modificateurs :'; $labels['varlower'] = 'minuscule'; $labels['varupper'] = 'majuscule'; $labels['varlowerfirst'] = 'premier caractère en minuscule'; @@ -122,11 +134,11 @@ $labels['varupperfirst'] = 'premier caractère en majuscule'; $labels['varquotewildcard'] = 'citer les caractères spéciaux'; $labels['varlength'] = 'longueur'; $labels['notify'] = 'Envoyer la notification'; -$labels['notifytarget'] = 'Cible de la notification :'; -$labels['notifymessage'] = 'Courriel de notification (optionnel) :'; -$labels['notifyoptions'] = 'Options de notification (optionnel) :'; -$labels['notifyfrom'] = 'Expéditeur de la notification (optionnel) :'; -$labels['notifyimportance'] = 'Importance :'; +$labels['notifytarget'] = 'Cible de la notification :'; +$labels['notifymessage'] = 'Courriel de notification (facultatif) :'; +$labels['notifyoptions'] = 'Options de notification (facultatif) :'; +$labels['notifyfrom'] = 'Expéditeur de la notification (facultatif) :'; +$labels['notifyimportance'] = 'Importance :'; $labels['notifyimportancelow'] = 'faible'; $labels['notifyimportancenormal'] = 'normale'; $labels['notifyimportancehigh'] = 'haute'; @@ -134,13 +146,13 @@ $labels['notifymethodmailto'] = 'Courriel'; $labels['notifymethodtel'] = 'Téléphone'; $labels['notifymethodsms'] = 'Texto'; $labels['filtercreate'] = 'Créer un filtre'; -$labels['usedata'] = 'Utiliser les données suivantes dans le filtre :'; +$labels['usedata'] = 'Utiliser les données suivantes dans le filtre :'; $labels['nextstep'] = 'Étape suivante'; $labels['...'] = '...'; $labels['string'] = 'Chaîne'; $labels['currdate'] = 'Date actuelle'; $labels['datetest'] = 'Date'; -$labels['dateheader'] = 'en-tête :'; +$labels['dateheader'] = 'en-tête :'; $labels['year'] = 'année'; $labels['month'] = 'mois'; $labels['day'] = 'jour'; @@ -158,37 +170,37 @@ $labels['advancedopts'] = 'Options avancées'; $labels['body'] = 'Corps'; $labels['address'] = 'adresse'; $labels['envelope'] = 'enveloppe'; -$labels['modifier'] = 'modificateur :'; +$labels['modifier'] = 'modificateur :'; $labels['text'] = 'texte'; $labels['undecoded'] = 'non décodé (brut)'; $labels['contenttype'] = 'type de contenu'; -$labels['modtype'] = 'type :'; +$labels['modtype'] = 'type :'; $labels['allparts'] = 'tout'; $labels['domain'] = 'domaine'; $labels['localpart'] = 'partie locale'; $labels['user'] = 'utilisateur'; $labels['detail'] = 'détail'; -$labels['comparator'] = 'comparateur :'; +$labels['comparator'] = 'comparateur :'; $labels['default'] = 'par défaut'; $labels['octet'] = 'strict (octet)'; $labels['asciicasemap'] = 'insensible à la casse (ascii-casemap)'; $labels['asciinumeric'] = 'numérique (ascii-numeric)'; -$labels['index'] = 'index :'; +$labels['index'] = 'index :'; $labels['indexlast'] = 'à l’envers'; -$labels['vacation'] = 'Vacances'; +$labels['vacation'] = 'Avis d’absence'; $labels['vacation.reply'] = 'Courriel de réponse'; $labels['vacation.advanced'] = 'Paramètres avancés'; $labels['vacation.from'] = 'Adresse de réponse de l’expéditeur'; $labels['vacation.subject'] = 'Objet'; $labels['vacation.body'] = 'Corps'; -$labels['vacation.start'] = 'Début de vacances'; -$labels['vacation.end'] = 'Fin de vacances'; +$labels['vacation.start'] = 'Début'; +$labels['vacation.end'] = 'Fin'; $labels['vacation.status'] = 'État'; $labels['vacation.on'] = 'Marche'; $labels['vacation.off'] = 'Arrêt'; $labels['vacation.addresses'] = 'Mes adresses courriel'; $labels['vacation.interval'] = 'Plage de réponse'; -$labels['vacation.after'] = 'Mettre en place la règle de vacances après'; +$labels['vacation.after'] = 'Mettre la règle d’avis d’absence après'; $labels['vacation.saving'] = 'Enregistrement des données...'; $labels['vacation.action'] = 'Action pour courriel entrant'; $labels['vacation.keep'] = 'Garder'; @@ -215,10 +227,10 @@ $labels['forwardtitle'] = 'Modifier la règle de transfert des courriels'; $labels['message'] = 'Message'; $labels['duplicate'] = 'est un doublon'; $labels['notduplicate'] = 'n’est pas un doublon'; -$labels['duplicate.handle'] = 'descripteur :'; -$labels['duplicate.header'] = 'en-tête :'; -$labels['duplicate.uniqueid'] = 'identifiant :'; -$labels['duplicate.seconds'] = 'temporisation (secondes) :'; +$labels['duplicate.handle'] = 'descripteur :'; +$labels['duplicate.header'] = 'en-tête :'; +$labels['duplicate.uniqueid'] = 'identifiant :'; +$labels['duplicate.seconds'] = 'temporisation (secondes) :'; $labels['duplicate.last'] = 'par rapport à la dernière exécution'; $messages['filterunknownerror'] = 'Erreur de serveur inconnue'; $messages['filterconnerror'] = 'Connexion au serveur impossible.'; @@ -227,9 +239,9 @@ $messages['filterdeleted'] = 'Le filtre a été supprimé avec succès.'; $messages['filtersaved'] = 'Le filtre a été enregistré avec succès.'; $messages['filtersaveerror'] = 'Impossible d’enregistrer le filtre. Une erreur de serveur est survenue.'; $messages['filterformerror'] = 'Le formulaire de filtrage contient des erreurs.'; -$messages['filterdeleteconfirm'] = 'Voulez-vous vraiment supprimer le filtre sélectionné ?'; -$messages['ruledeleteconfirm'] = 'Voulez-vous vraiment supprimer la règle sélectionnée ?'; -$messages['actiondeleteconfirm'] = 'Voulez-vous vraiment supprimer l’action sélectionnée ?'; +$messages['filterdeleteconfirm'] = 'Voulez-vous vraiment supprimer le filtre sélectionné ?'; +$messages['ruledeleteconfirm'] = 'Voulez-vous vraiment supprimer la règle sélectionnée ?'; +$messages['actiondeleteconfirm'] = 'Voulez-vous vraiment supprimer l’action sélectionnée ?'; $messages['forbiddenchars'] = 'Caractères interdits dans le champ'; $messages['cannotbeempty'] = 'Le champ ne peut pas être vide'; $messages['ruleexist'] = 'Un filtre existe déjà avec ce nom.'; @@ -240,7 +252,7 @@ $messages['setactivated'] = 'Le jeu de filtres a été activé avec succès.'; $messages['setdeactivated'] = 'Le jeu de filtres a été désactivé avec succès.'; $messages['setdeleted'] = 'Le jeu de filtres a été supprimé avec succès.'; $messages['setupdated'] = 'Le jeu de filtres a été mis à jour avec succès.'; -$messages['setdeleteconfirm'] = 'Voulez vous vraiment supprimer le jeu de filtres sélectionné ?'; +$messages['setdeleteconfirm'] = 'Voulez vous vraiment supprimer le jeu de filtres sélectionné ?'; $messages['setcreateerror'] = 'Impossible de créer un jeu de filtres. Une erreur de serveur est survenue.'; $messages['setcreated'] = 'Le jeu de filtres a été créé avec succès.'; $messages['activateerror'] = 'Impossible d’activer le/les filtre(s) sélectionné(s). Une erreur de serveur est survenue.'; @@ -252,12 +264,13 @@ $messages['moveerror'] = 'Impossible de déplacer le filtre sélectionné. Une e $messages['nametoolong'] = 'Nom trop long.'; $messages['namereserved'] = 'Nom réservé.'; $messages['setexist'] = 'Le jeu existe déjà.'; -$messages['nodata'] = 'Au moins un élément doit être sélectionné !'; +$messages['nodata'] = 'Au moins un élément doit être sélectionné !'; $messages['invaliddateformat'] = 'Format de date ou d’une partie de la date invalide'; $messages['saveerror'] = 'Impossible d’enregistrer les données. Une erreur du serveur est survenue.'; -$messages['vacationsaved'] = 'Les données de vacances ont été enregistrées avec succès.'; +$messages['vacationsaved'] = 'Les données d’avis d’absence ont été enregistrées avec succès.'; $messages['forwardsaved'] = 'Les données de transfert ont été enregistrées avec succès.'; -$messages['emptyvacationbody'] = 'Le corps du courriel de vacances est exigé !'; +$messages['emptyvacationbody'] = 'Le corps du courriel de vacances est exigé !'; $messages['duplicate.conflict.err'] = 'L’en-tête et l’identifiant unique ne sont pas permis.'; $messages['disabledaction'] = 'L’action n’est pas permise.'; +$messages['lastindexempty'] = 'L’index est exigé en comptant de la fin'; ?> diff --git a/plugins/managesieve/localization/ga_IE.inc b/plugins/managesieve/localization/ga_IE.inc index 431b05e9d..fc10aec7e 100644 --- a/plugins/managesieve/localization/ga_IE.inc +++ b/plugins/managesieve/localization/ga_IE.inc @@ -21,6 +21,7 @@ $labels['filtername'] = 'Ainm an scagaire'; $labels['newfilter'] = 'Scagaire nua'; $labels['filteradd'] = 'Cuir scagaire leis'; $labels['filterdel'] = 'Scrios an scagaire'; +$labels['actions'] = 'Gníomhartha'; $labels['scope'] = 'Cuimse'; $labels['moveup'] = 'Bog suas'; $labels['movedown'] = 'Bog síos'; @@ -121,7 +122,6 @@ $labels['detail'] = 'mionsonra'; $labels['default'] = 'réamhshocrú'; $labels['index'] = 'Treorán:'; $labels['indexlast'] = 'siar'; -$labels['vacation'] = 'Saoire'; $labels['vacation.reply'] = 'Freagair an teachtaireacht'; $labels['vacation.advanced'] = 'Ardsocruithe'; $labels['vacation.subject'] = 'Ábhar'; diff --git a/plugins/managesieve/localization/he_IL.inc b/plugins/managesieve/localization/he_IL.inc index ede91a51b..17cafe831 100644 --- a/plugins/managesieve/localization/he_IL.inc +++ b/plugins/managesieve/localization/he_IL.inc @@ -111,6 +111,18 @@ $labels['flagdeleted'] = 'נמחק'; $labels['flaganswered'] = 'נענה'; $labels['flagflagged'] = 'סומן בדגל'; $labels['flagdraft'] = 'טיוטה'; +$labels['addheader'] = 'הוספת כותרת להודעה'; +$labels['deleteheader'] = 'הסרת כותרת מההודעה'; +$labels['headername'] = 'שם הכותרת'; +$labels['headervalue'] = 'תוכן הכותרת'; +$labels['headerpos'] = 'מיקום הכותרת'; +$labels['headeratstart'] = 'בהתחלה'; +$labels['headeratend'] = 'בסוף'; +$labels['headeroccurrence'] = 'מופע הכותרת/מיקומה'; +$labels['headerfromstart'] = 'מההתחלה'; +$labels['headerfromend'] = 'מהסוף'; +$labels['headerpatterns'] = 'תבנית תוכנה של הכותרת'; +$labels['headermatchtype'] = 'סוג ההתאמה:'; $labels['setvariable'] = 'הגדרת משתנה'; $labels['setvarname'] = 'שם המשתנה:'; $labels['setvarvalue'] = 'ערך המשתנה:'; @@ -175,20 +187,20 @@ $labels['asciicasemap'] = 'case insensitive (ascii-casemap)'; $labels['asciinumeric'] = 'numeric (ascii-numeric)'; $labels['index'] = 'אינדקס:'; $labels['indexlast'] = 'בחזרה'; -$labels['vacation'] = 'חופשה'; +$labels['vacation'] = 'מחוץ למשרד'; $labels['vacation.reply'] = 'הודעת תשובה'; $labels['vacation.advanced'] = 'הגדרות מתקדמות'; $labels['vacation.from'] = 'כתובת שולח התשובה'; $labels['vacation.subject'] = 'נושא'; $labels['vacation.body'] = 'גוף ההודעה'; -$labels['vacation.start'] = 'תאריך התחלה'; -$labels['vacation.end'] = 'תאריך סיום'; +$labels['vacation.start'] = 'מועד התחלה'; +$labels['vacation.end'] = 'מועד סיום'; $labels['vacation.status'] = 'מצב'; $labels['vacation.on'] = 'מופעל'; $labels['vacation.off'] = 'כבוי'; $labels['vacation.addresses'] = 'כתובות הדוא"ל שלי'; $labels['vacation.interval'] = 'מרווח בין תשובות'; -$labels['vacation.after'] = 'העתקת סרגל החופשה אחרי'; +$labels['vacation.after'] = 'הצגת הודעה בדבר היעדרות מהמשרד אחרי '; $labels['vacation.saving'] = 'שמירת מידע...'; $labels['vacation.action'] = 'פעולה על הודעה נכנסת'; $labels['vacation.keep'] = 'להשאיר'; @@ -255,9 +267,10 @@ $messages['setexist'] = 'הערכה כבר קיימת.'; $messages['nodata'] = 'חובה לבחור במיקום אחד לפחות!'; $messages['invaliddateformat'] = 'תאריך לא חוקי אן פורמט לא תקין'; $messages['saveerror'] = 'לא ניתן לשמור המידע בשל שגיאה של השרת'; -$messages['vacationsaved'] = 'הודעת החופשה נשמרה בהצלחה'; +$messages['vacationsaved'] = 'הגדרת המועד להפעלת ההודעה על היעדרות מהמשרד נשמרה'; $messages['forwardsaved'] = 'מידע להעברה נשמר בהצלחה'; $messages['emptyvacationbody'] = 'גוף של הודעת חופשה נדרש!'; $messages['duplicate.conflict.err'] = 'לא ניתן להוסיף כותרת עם מזהה יחודי'; $messages['disabledaction'] = 'פעולה אסורה'; +$messages['lastindexempty'] = 'נחוץ מצביע כאשר סופרים מהסוף'; ?> diff --git a/plugins/managesieve/localization/hu_HU.inc b/plugins/managesieve/localization/hu_HU.inc index 4ac9d265e..cbcc1b57c 100644 --- a/plugins/managesieve/localization/hu_HU.inc +++ b/plugins/managesieve/localization/hu_HU.inc @@ -175,20 +175,20 @@ $labels['asciicasemap'] = 'kis-nagybetüre nem érzékeny (ascii-casemap)'; $labels['asciinumeric'] = 'számszerü (ascii-numeric)'; $labels['index'] = 'index:'; $labels['indexlast'] = 'visszafelé'; -$labels['vacation'] = 'Vakáció'; +$labels['vacation'] = 'Irodán kívűl'; $labels['vacation.reply'] = 'Válasz az üzenetre'; $labels['vacation.advanced'] = 'Haladó beállítások'; $labels['vacation.from'] = 'Reply sender address'; $labels['vacation.subject'] = 'Tárgy'; $labels['vacation.body'] = 'Törzs'; -$labels['vacation.start'] = 'Szünidő kezdete'; -$labels['vacation.end'] = 'Szünidő vége'; +$labels['vacation.start'] = 'Kezdő időpontja'; +$labels['vacation.end'] = 'Befejezés időpontja'; $labels['vacation.status'] = 'Állapot'; $labels['vacation.on'] = 'Be'; $labels['vacation.off'] = 'Ki'; $labels['vacation.addresses'] = 'Saját e-mail címeim'; $labels['vacation.interval'] = 'Válasz intervallum'; -$labels['vacation.after'] = 'Rakd a szabadság szabályt ez után '; +$labels['vacation.after'] = 'Tedd az irodán-kívűl szabályt ez után'; $labels['vacation.saving'] = 'Adatok mentése...'; $labels['vacation.action'] = 'Beérkező üzenet akció'; $labels['vacation.keep'] = 'Megtartás'; @@ -255,7 +255,7 @@ $messages['setexist'] = 'A készlet már létezik.'; $messages['nodata'] = 'Legalább egyet ki kell választani.'; $messages['invaliddateformat'] = 'hibás dátum formátum'; $messages['saveerror'] = 'Az adat mentése sikertelen. Szerverhiba történt'; -$messages['vacationsaved'] = 'Vakáció adatai sikeresen elmentve.'; +$messages['vacationsaved'] = 'Irodán-kívűl adatai sikeresen elmentve.'; $messages['forwardsaved'] = 'A továbbítási adatok sikeresen elmentve.'; $messages['emptyvacationbody'] = 'A vakácíó üzenet szövegtörzse kötelező!'; $messages['duplicate.conflict.err'] = 'Egyszerre fejléc és egyedi azonosító nem engedélyezett.'; diff --git a/plugins/managesieve/localization/ia.inc b/plugins/managesieve/localization/ia.inc index 7c0969d26..0376dfaff 100644 --- a/plugins/managesieve/localization/ia.inc +++ b/plugins/managesieve/localization/ia.inc @@ -163,20 +163,16 @@ $labels['asciicasemap'] = 'non sensibile al differentia inter majusculas e minus $labels['asciinumeric'] = 'numeric (ascii-numeric)'; $labels['index'] = 'indice:'; $labels['indexlast'] = 'a retro'; -$labels['vacation'] = 'Vacantias'; $labels['vacation.reply'] = 'Message de responsa'; $labels['vacation.advanced'] = 'Configuration avantiate'; $labels['vacation.from'] = 'Adresse del expeditor pro responder'; $labels['vacation.subject'] = 'Subjecto'; $labels['vacation.body'] = 'Texto'; -$labels['vacation.start'] = 'Initio del vacantias'; -$labels['vacation.end'] = 'Fin del vacantias'; $labels['vacation.status'] = 'Stato'; $labels['vacation.on'] = 'Active'; $labels['vacation.off'] = 'Non active'; $labels['vacation.addresses'] = 'Mi adresses de e-mail'; $labels['vacation.interval'] = 'Intervallo de responsa'; -$labels['vacation.after'] = 'Mitter le regula de vacantias post'; $labels['vacation.saving'] = 'Salveguarda datos...'; $labels['vacation.action'] = 'Action pro message entrante'; $labels['vacation.keep'] = 'Conservar'; @@ -239,7 +235,6 @@ $messages['setexist'] = 'Le gruppo jam existe.'; $messages['nodata'] = 'Al minus un position debe esser seligite.'; $messages['invaliddateformat'] = 'Le formato del data o del parte de data non es valide'; $messages['saveerror'] = 'Impossibile salveguardar le datos. Un error de servitor ha occurrite.'; -$messages['vacationsaved'] = 'Le datos del vacantias ha essite salveguardate.'; $messages['emptyvacationbody'] = 'Le texto del message de vacantias es obligatori.'; $messages['duplicate.conflict.err'] = 'Ambe le capite e le identificator unic non es permittite.'; ?> diff --git a/plugins/managesieve/localization/id_ID.inc b/plugins/managesieve/localization/id_ID.inc index c27896530..d544bf2b7 100644 --- a/plugins/managesieve/localization/id_ID.inc +++ b/plugins/managesieve/localization/id_ID.inc @@ -175,20 +175,16 @@ $labels['asciicasemap'] = 'case insensitive (ascii-casemap)'; $labels['asciinumeric'] = 'numeric (ascii-numeric)'; $labels['index'] = 'indeks:'; $labels['indexlast'] = 'mundur:'; -$labels['vacation'] = 'Liburan'; $labels['vacation.reply'] = 'Balas pesan'; $labels['vacation.advanced'] = 'Pengaturan Lanjutan'; $labels['vacation.from'] = 'Alamat pengirim balasan'; $labels['vacation.subject'] = 'Judul'; $labels['vacation.body'] = 'Isi'; -$labels['vacation.start'] = 'Mulai libur'; -$labels['vacation.end'] = 'Akhir libur'; $labels['vacation.status'] = 'Status'; $labels['vacation.on'] = 'Nyala'; $labels['vacation.off'] = 'Mati'; $labels['vacation.addresses'] = 'Alamat email saya'; $labels['vacation.interval'] = 'Balas secara interval'; -$labels['vacation.after'] = 'Atur untuk pengaturan cuti setelah'; $labels['vacation.saving'] = 'Menyimpan data...'; $labels['vacation.action'] = 'Tindakan untuk pesan masuk'; $labels['vacation.keep'] = 'Simpan'; @@ -255,7 +251,6 @@ $messages['setexist'] = 'Kumpulan sudah ada.'; $messages['nodata'] = 'Setidaknya satu posisi harus dipilih!'; $messages['invaliddateformat'] = 'Format tanggal atau bagian dari tanggal salah'; $messages['saveerror'] = 'Tidak dapat menyimpan data. Terjadi kesalahan pada server.'; -$messages['vacationsaved'] = 'Data untuk cuti berhasil disimpan.'; $messages['forwardsaved'] = 'Meneruskan data sukses tersimpan'; $messages['emptyvacationbody'] = 'Tubuh pesan liburan diperlukan!'; $messages['duplicate.conflict.err'] = 'Header dan identifier unik keduanya tidak diijinkan.'; diff --git a/plugins/managesieve/localization/is_IS.inc b/plugins/managesieve/localization/is_IS.inc index fc2457192..2aceb65f1 100644 --- a/plugins/managesieve/localization/is_IS.inc +++ b/plugins/managesieve/localization/is_IS.inc @@ -17,11 +17,21 @@ */ $labels['filters'] = 'Síur'; $labels['filtername'] = 'Heiti síu'; +$labels['newfilter'] = 'Ný sía'; +$labels['filteradd'] = 'Bæta við síu'; +$labels['filterdel'] = 'Eyða síu'; +$labels['actions'] = 'Aðgerðir'; $labels['scope'] = 'Umfang'; $labels['moveup'] = 'Færa upp'; $labels['movedown'] = 'Færa niður'; -$labels['filterany'] = 'öll skeyti'; -$labels['messagedelete'] = 'Eyða skeyti'; +$labels['filterany'] = 'öll skilaboð'; +$labels['filtercontains'] = 'inniheldur'; +$labels['filternotcontains'] = 'inniheldur ekki'; +$labels['mime'] = 'MIME:'; +$labels['mimepart'] = 'MIME part:'; +$labels['mime-message'] = 'skilaboð'; +$labels['messagecopyto'] = 'Afrita skilaboð í'; +$labels['messagedelete'] = 'Eyða skilaboðum'; $labels['add'] = 'Bæta við'; $labels['del'] = 'Eyða'; $labels['sender'] = 'Sendandi'; @@ -36,6 +46,7 @@ $labels['flagdraft'] = 'Drög'; $labels['notifymethodmailto'] = 'Tölvupóstfang'; $labels['notifymethodtel'] = 'Sími'; $labels['notifymethodsms'] = 'SMS'; +$labels['filtercreate'] = 'Búa til síu'; $labels['nextstep'] = 'Næsta skref'; $labels['...'] = '...'; $labels['currdate'] = 'Dagsetning núna'; @@ -63,13 +74,10 @@ $labels['domain'] = 'lén'; $labels['user'] = 'notandi'; $labels['detail'] = 'nánar'; $labels['indexlast'] = 'afturábak'; -$labels['vacation'] = 'Leyfi'; -$labels['vacation.reply'] = 'Svarskeyti'; +$labels['vacation.reply'] = 'Svarskilaboð'; $labels['vacation.advanced'] = 'Flóknari stillingar'; $labels['vacation.subject'] = 'Viðfangsefni'; $labels['vacation.body'] = 'Meginmál'; -$labels['vacation.start'] = 'Leyfi hefst'; -$labels['vacation.end'] = 'Leyfi endar'; $labels['vacation.status'] = 'Staða'; $labels['vacation.on'] = 'Kveikt'; $labels['vacation.off'] = 'Slökkt'; @@ -84,5 +92,7 @@ $labels['forward.on'] = 'Kveikt'; $labels['forward.off'] = 'Slökkt'; $labels['forward.saving'] = 'Vista gögn...'; $labels['message'] = 'Skilaboð'; +$messages['setcreateerror'] = 'Tókst ekki að útbúa sett af síum. Villa kom upp á þjóninum.'; +$messages['setcreated'] = 'Tókst að búa til síusett.'; $messages['namereserved'] = 'Nafn er frátekið.'; ?> diff --git a/plugins/managesieve/localization/it_IT.inc b/plugins/managesieve/localization/it_IT.inc index d54e2f170..7543ef00c 100644 --- a/plugins/managesieve/localization/it_IT.inc +++ b/plugins/managesieve/localization/it_IT.inc @@ -175,20 +175,16 @@ $labels['asciicasemap'] = 'non differenziare maiuscole/minuscole (ascii-casemap) $labels['asciinumeric'] = 'numerico (ascii-numeric)'; $labels['index'] = 'indice:'; $labels['indexlast'] = 'indietro'; -$labels['vacation'] = 'Vacanza'; $labels['vacation.reply'] = 'Messaggio di risposta'; $labels['vacation.advanced'] = 'Impostazioni avanzate'; $labels['vacation.from'] = 'Indirizzo di risposta del mittente:'; $labels['vacation.subject'] = 'Oggetto'; $labels['vacation.body'] = 'Testo'; -$labels['vacation.start'] = 'Inizio vacanza'; -$labels['vacation.end'] = 'Fine vacanza'; $labels['vacation.status'] = 'Stato'; $labels['vacation.on'] = 'Attivato'; $labels['vacation.off'] = 'Disattivato'; $labels['vacation.addresses'] = 'I miei indirizzi di posta'; $labels['vacation.interval'] = 'Intervallo di risposta'; -$labels['vacation.after'] = 'Imposta regola di vacanza dopo'; $labels['vacation.saving'] = 'Salvataggio...'; $labels['vacation.action'] = 'Azione messaggio in arrivo'; $labels['vacation.keep'] = 'Mantieni'; @@ -255,7 +251,6 @@ $messages['setexist'] = 'Il gruppo esiste già.'; $messages['nodata'] = 'Selezionare almeno una posizione.'; $messages['invaliddateformat'] = 'Formato della data non valido'; $messages['saveerror'] = 'Impossibile salvare i dati. Errore del server.'; -$messages['vacationsaved'] = 'Dati di vacanza salvati correttamente.'; $messages['forwardsaved'] = 'Dati di inoltro salvati correttamente.'; $messages['emptyvacationbody'] = 'Il testo del messaggio non puo\' essere vuoto!'; $messages['duplicate.conflict.err'] = 'Non sono consentiti intestazione e identificatore univoci.'; diff --git a/plugins/managesieve/localization/ja_JP.inc b/plugins/managesieve/localization/ja_JP.inc index 9faf69ccc..ae4556f04 100644 --- a/plugins/managesieve/localization/ja_JP.inc +++ b/plugins/managesieve/localization/ja_JP.inc @@ -103,6 +103,13 @@ $labels['flagdeleted'] = '削除済み'; $labels['flaganswered'] = '返信済み'; $labels['flagflagged'] = 'フラグ付き'; $labels['flagdraft'] = '下書き'; +$labels['addheader'] = 'メッセージにヘッダーを追加'; +$labels['deleteheader'] = 'メッセージからヘッダーを削除'; +$labels['headername'] = 'ヘッダーの名前'; +$labels['headervalue'] = 'ヘッダーの値'; +$labels['headerpos'] = 'ヘッダーの位置'; +$labels['headeratstart'] = '最初'; +$labels['headeratend'] = '最後'; $labels['setvariable'] = '変数を設定'; $labels['setvarname'] = '変数の名前:'; $labels['setvarvalue'] = '変数の値:'; @@ -167,20 +174,16 @@ $labels['asciicasemap'] = '大文字小文字を区別しない(ascii-casemap)'; $labels['asciinumeric'] = '数値(ascii-numeric)'; $labels['index'] = 'インデックス:'; $labels['indexlast'] = '後方'; -$labels['vacation'] = '休暇'; $labels['vacation.reply'] = '返信のメッセージ'; $labels['vacation.advanced'] = '詳細な設定'; $labels['vacation.from'] = '送信者のアドレスに返信'; $labels['vacation.subject'] = '件名'; $labels['vacation.body'] = '本文'; -$labels['vacation.start'] = '休暇の開始'; -$labels['vacation.end'] = '休暇の終了'; $labels['vacation.status'] = '状態'; $labels['vacation.on'] = 'オン'; $labels['vacation.off'] = 'オフ'; $labels['vacation.addresses'] = '私の電子メールアドレス'; $labels['vacation.interval'] = '返信の間隔'; -$labels['vacation.after'] = '後に休暇の規則を記入'; $labels['vacation.saving'] = 'データを保存中...'; $labels['vacation.action'] = '届いたメッセージの操作'; $labels['vacation.keep'] = '保持'; @@ -247,7 +250,6 @@ $messages['setexist'] = 'フィルターセットが既に存在します。'; $messages['nodata'] = '少なくとも1つの場所を選択しなければなりません!'; $messages['invaliddateformat'] = '無効な日付または日付部分の書式'; $messages['saveerror'] = 'フィルターの保存できません。サーバーでエラーが発生しました。'; -$messages['vacationsaved'] = '休暇のデータを保存しました。'; $messages['forwardsaved'] = '転送のデータを保存しました。'; $messages['emptyvacationbody'] = '休暇のメッセージの本文が必要です!'; $messages['duplicate.conflict.err'] = 'ヘッダーと一意な識別子の両方は同時に使用できません。'; diff --git a/plugins/managesieve/localization/ko_KR.inc b/plugins/managesieve/localization/ko_KR.inc index aa73d5988..b45ebf03a 100644 --- a/plugins/managesieve/localization/ko_KR.inc +++ b/plugins/managesieve/localization/ko_KR.inc @@ -163,20 +163,16 @@ $labels['asciicasemap'] = '대/소문자 구분 (ascii-casemap)'; $labels['asciinumeric'] = '숫자 (ascii-numeric)'; $labels['index'] = '색인:'; $labels['indexlast'] = '역방향'; -$labels['vacation'] = '휴가'; $labels['vacation.reply'] = '메시지 회신'; $labels['vacation.advanced'] = '고급 설정'; $labels['vacation.from'] = '회신 시 보내는 사람 주소'; $labels['vacation.subject'] = '제목'; $labels['vacation.body'] = '본문'; -$labels['vacation.start'] = '휴가 시작'; -$labels['vacation.end'] = '휴가 끝'; $labels['vacation.status'] = '상태'; $labels['vacation.on'] = '켬'; $labels['vacation.off'] = '끔'; $labels['vacation.addresses'] = '내 이메일 주소'; $labels['vacation.interval'] = '회신 주기'; -$labels['vacation.after'] = '다음 이후에 휴가 규칙을 위치함'; $labels['vacation.saving'] = '데이터를 저장하는 중...'; $labels['vacation.action'] = '수신 메시지 동작'; $labels['vacation.keep'] = '보관'; @@ -239,7 +235,6 @@ $messages['setexist'] = '세트가 이미 존재합니다.'; $messages['nodata'] = '최소 하나의 위치가 선택되어야 합니다!'; $messages['invaliddateformat'] = '유효하지 않은 날짜 또는 날짜 일부 형식'; $messages['saveerror'] = '데이터를 저장할 수 없습니다.. 서버 오류가 발생했습니다.'; -$messages['vacationsaved'] = '휴가 데이터가 성공적으로 저장되었습니다.'; $messages['emptyvacationbody'] = '휴가 메시지의 본문이 필요합니다!'; $messages['duplicate.conflict.err'] = '머리글 및 유일 식별자가 허용되지 않음.'; ?> diff --git a/plugins/managesieve/localization/lt_LT.inc b/plugins/managesieve/localization/lt_LT.inc index beed11ca8..c656ff16e 100644 --- a/plugins/managesieve/localization/lt_LT.inc +++ b/plugins/managesieve/localization/lt_LT.inc @@ -111,6 +111,18 @@ $labels['flagdeleted'] = 'Pašalintas'; $labels['flaganswered'] = 'Atsakytas'; $labels['flagflagged'] = 'Pažymėtas gairele'; $labels['flagdraft'] = 'Juodraštis'; +$labels['addheader'] = 'Pridėti antraštę į laišką'; +$labels['deleteheader'] = 'Šalinti antraštę iš laiško'; +$labels['headername'] = 'Antraštės pavadinimas'; +$labels['headervalue'] = 'Antraštės reikšmė'; +$labels['headerpos'] = 'Antraštės vieta'; +$labels['headeratstart'] = 'pradžioje'; +$labels['headeratend'] = 'pabaigoje'; +$labels['headeroccurrence'] = 'Antraštės atsiradimas/vieta'; +$labels['headerfromstart'] = 'nuo pradžios'; +$labels['headerfromend'] = 'nuo pabaigos'; +$labels['headerpatterns'] = 'Antraštės reikšmės šablonai'; +$labels['headermatchtype'] = 'atitikimo tipas:'; $labels['setvariable'] = 'Nustatyti kintamąjį'; $labels['setvarname'] = 'Kintamojo vardas:'; $labels['setvarvalue'] = 'Kintamojo vertė:'; @@ -175,20 +187,20 @@ $labels['asciicasemap'] = 'nepaisantis raidžių registro („ascii-casemap“)' $labels['asciinumeric'] = 'skaitinis („ascii-numeric“)'; $labels['index'] = 'turinys:'; $labels['indexlast'] = 'atbulai'; -$labels['vacation'] = 'Atostogos'; +$labels['vacation'] = 'Ne biure'; $labels['vacation.reply'] = 'Atsakyti laišku'; $labels['vacation.advanced'] = 'Papildomos nuostatos'; $labels['vacation.from'] = 'Atsakymo siuntėjo adresas'; $labels['vacation.subject'] = 'Tema'; $labels['vacation.body'] = 'Laiško tekstas'; -$labels['vacation.start'] = 'Atostogų pradžia'; -$labels['vacation.end'] = 'Atostogų pabaiga'; +$labels['vacation.start'] = 'Pradžios laikas'; +$labels['vacation.end'] = 'Pabaigos laikas'; $labels['vacation.status'] = 'Būsena'; $labels['vacation.on'] = 'Įjungta'; $labels['vacation.off'] = 'Išjungta'; $labels['vacation.addresses'] = 'Mano el. pašto adresai'; $labels['vacation.interval'] = 'Atsakymo intervalas'; -$labels['vacation.after'] = 'Atostogų taisyklę pastatyti po'; +$labels['vacation.after'] = 'Išdėstyti ne-biure taisyklę po'; $labels['vacation.saving'] = 'Išsaugomi duomenys...'; $labels['vacation.action'] = 'Veiksmas su gaunamais laiškais'; $labels['vacation.keep'] = 'Palikti'; @@ -255,9 +267,10 @@ $messages['setexist'] = 'Rinkinys jau yra sukurtas.'; $messages['nodata'] = 'Būtina pasirinkti bent vieną poziciją!'; $messages['invaliddateformat'] = 'Neteisingas datos ar jos dalies formatas'; $messages['saveerror'] = 'Nepavyksta išsaugoti duomenų. Įvyko serverio klaida.'; -$messages['vacationsaved'] = 'Sėkmingai išsaugoti atostogų duomenys.'; +$messages['vacationsaved'] = 'Ne-biure duomenys sėkmingai įrašyti.'; $messages['forwardsaved'] = 'Persiuntimo duomenys sėkmingai įrašyti.'; $messages['emptyvacationbody'] = 'Atostogų pranešimui turinys būtinas!'; $messages['duplicate.conflict.err'] = 'Naudojimas antraštės ir identifikatoriaus kartu yra draudžiamas, negalimas.'; $messages['disabledaction'] = 'Veiksmas neleistinas.'; +$messages['lastindexempty'] = 'Skaičiuojant nuo pabaigos yra reikalingas turinys'; ?> diff --git a/plugins/managesieve/localization/lv_LV.inc b/plugins/managesieve/localization/lv_LV.inc index 7062e6236..ac57879ad 100644 --- a/plugins/managesieve/localization/lv_LV.inc +++ b/plugins/managesieve/localization/lv_LV.inc @@ -175,20 +175,16 @@ $labels['asciicasemap'] = 'reģistrnejutīgs (ascii tabula)'; $labels['asciinumeric'] = 'skaitļu (ascii skaitļu)'; $labels['index'] = 'indekss:'; $labels['indexlast'] = 'atpakaļ'; -$labels['vacation'] = 'Brīvdienas'; $labels['vacation.reply'] = 'Atbildes e-pasts'; $labels['vacation.advanced'] = 'Paplašinātie iestatījumi'; $labels['vacation.from'] = 'Atbildes sūtītāja e-pasta adrese'; $labels['vacation.subject'] = 'Tēma'; $labels['vacation.body'] = 'Saturs'; -$labels['vacation.start'] = 'Brīvdienu sākuma datums'; -$labels['vacation.end'] = 'Brīvdienu beigu datums'; $labels['vacation.status'] = 'Statuss'; $labels['vacation.on'] = 'Ieslēgts'; $labels['vacation.off'] = 'Izslēgts'; $labels['vacation.addresses'] = 'Manas e-pasta adreses'; $labels['vacation.interval'] = 'Atbildēšanas intervāls'; -$labels['vacation.after'] = 'Atvaļinājuma noteikumu ievietot pēc'; $labels['vacation.saving'] = 'Dati tiek saglabāti...'; $labels['vacation.action'] = 'Darbības, kuras jāveic, kad tiek atsūtīta jauna vēstule'; $labels['vacation.keep'] = 'Saglabāt'; @@ -255,7 +251,6 @@ $messages['setexist'] = 'Kopa jau eksistē.'; $messages['nodata'] = 'Ir jābūt atzīmētai vismaz vienai pozīcijai!'; $messages['invaliddateformat'] = 'Nederīgs datums vai datuma formāts'; $messages['saveerror'] = 'Nav iespējams saglabāt datus. Servera kļūda.'; -$messages['vacationsaved'] = 'Brīvdienu iestatījumi veiksmīgi saglabāti.'; $messages['forwardsaved'] = 'Pārsūtīšanas dati veiksmīgi saglabāti.'; $messages['emptyvacationbody'] = 'Brīvdienu e-pastam obligāti jānorāda vēstules teksts!'; $messages['duplicate.conflict.err'] = 'Gan galvenes, gan unikālais identifikators nav atļauts.'; diff --git a/plugins/managesieve/localization/mk_MK.inc b/plugins/managesieve/localization/mk_MK.inc index 723af3576..3bd6ad485 100644 --- a/plugins/managesieve/localization/mk_MK.inc +++ b/plugins/managesieve/localization/mk_MK.inc @@ -163,20 +163,16 @@ $labels['asciicasemap'] = 'Нечуствителен за големи и ма $labels['asciinumeric'] = 'Нумерички (ascii-numeric)'; $labels['index'] = 'Индекс:'; $labels['indexlast'] = 'наназад'; -$labels['vacation'] = 'Одмор'; $labels['vacation.reply'] = 'Порака за одговор '; $labels['vacation.advanced'] = 'Напредни подесувања'; $labels['vacation.from'] = 'Одговори на адресата на испраќачот'; $labels['vacation.subject'] = 'Предмет'; $labels['vacation.body'] = 'Тело'; -$labels['vacation.start'] = 'Почеток на одмор'; -$labels['vacation.end'] = 'Крај на одмор'; $labels['vacation.status'] = 'Статус '; $labels['vacation.on'] = 'Вклучи'; $labels['vacation.off'] = 'Исклучи'; $labels['vacation.addresses'] = 'Моите електронски пошти'; $labels['vacation.interval'] = 'Интервал на враќање '; -$labels['vacation.after'] = 'Стави правило за одмор по'; $labels['vacation.saving'] = 'Зачувување на податок...'; $labels['vacation.action'] = 'Акција за дојдовна порака'; $labels['vacation.keep'] = 'Задржи'; @@ -239,7 +235,6 @@ $messages['setexist'] = 'Сетот веќе постои.'; $messages['nodata'] = 'Мора барем една позиција да биде селектирана!'; $messages['invaliddateformat'] = 'Невалиден датум или дел од форматот за датум'; $messages['saveerror'] = 'Податокот не може да се зачува. Настана грешка со серверот.'; -$messages['vacationsaved'] = 'Датата за одмор е успешно зачивана.'; $messages['emptyvacationbody'] = 'Потребно е тело на пораката за одмор!'; $messages['duplicate.conflict.err'] = 'Заглавје и единствен идентификатор не се дозволени.'; ?> diff --git a/plugins/managesieve/localization/nl_NL.inc b/plugins/managesieve/localization/nl_NL.inc index 23eda602c..9c09f0453 100644 --- a/plugins/managesieve/localization/nl_NL.inc +++ b/plugins/managesieve/localization/nl_NL.inc @@ -21,6 +21,8 @@ $labels['filtername'] = 'Filternaam'; $labels['newfilter'] = 'Nieuw filter'; $labels['filteradd'] = 'Filter toevoegen'; $labels['filterdel'] = 'Verwijder filter'; +$labels['rules'] = 'Regels'; +$labels['actions'] = 'Acties'; $labels['scope'] = 'Zoekbereik'; $labels['moveup'] = 'Verplaats omhoog'; $labels['movedown'] = 'Verplaats omlaag'; @@ -39,6 +41,14 @@ $labels['filterregex'] = 'komt overeen met de reguliere expressie'; $labels['filternotregex'] = 'komt niet overeen met de reguliere expressie'; $labels['filterunder'] = 'onder'; $labels['filterover'] = 'over'; +$labels['mime'] = 'MIME:'; +$labels['mimepart'] = 'MIME gedeelte:'; +$labels['mime-message'] = 'bericht'; +$labels['mime-anychild'] = 'elke'; +$labels['mime-type'] = 'type'; +$labels['mime-subtype'] = 'subtype'; +$labels['mime-contenttype'] = 'inhoudstype'; +$labels['mime-param'] = 'parameter'; $labels['addrule'] = 'Regel toevoegen'; $labels['delrule'] = 'Regel verwijderen'; $labels['messagemoveto'] = 'Verplaats bericht naar'; @@ -68,9 +78,11 @@ $labels['enable'] = 'In-/uitschakelen'; $labels['filterset'] = 'Filterset'; $labels['filtersets'] = 'Filtersets'; $labels['filtersetadd'] = 'Nieuwe filterset'; +$labels['filtersetdel'] = 'Filter-set verwijderen'; $labels['filtersetact'] = 'Huidige filterset activeren'; $labels['filtersetdeact'] = 'Huidige filterset uitschakelen'; -$labels['filterseteditraw'] = 'Filterset bewerken'; +$labels['filterseteditraw'] = 'Filter-set bewerken'; +$labels['filtersetswitch'] = 'Filter-set in/uitschakelen'; $labels['filterdef'] = 'Filterdefinitie'; $labels['filtersetname'] = 'Filtersetnaam'; $labels['newfilterset'] = 'Nieuwe filterset'; @@ -163,30 +175,29 @@ $labels['asciicasemap'] = 'hoofdletterongevoelig (ascii-casemap)'; $labels['asciinumeric'] = 'numeriek (ascii-numeriek)'; $labels['index'] = 'index:'; $labels['indexlast'] = 'terugwaarts'; -$labels['vacation'] = 'Vakantie'; $labels['vacation.reply'] = 'Antwoordbericht'; $labels['vacation.advanced'] = 'Geavanceerde instellingen'; $labels['vacation.from'] = 'Antwoord-afzender adres'; $labels['vacation.subject'] = 'Onderwerp'; $labels['vacation.body'] = 'Inhoud'; -$labels['vacation.start'] = 'Begin van vakantie'; -$labels['vacation.end'] = 'Einde van vakantie'; $labels['vacation.status'] = 'Status'; $labels['vacation.on'] = 'Aan'; $labels['vacation.off'] = 'Uit'; $labels['vacation.addresses'] = 'Mijn e-mailadressen'; $labels['vacation.interval'] = 'Antwoordinterval'; -$labels['vacation.after'] = 'Voeg een vakantieregel toe na'; $labels['vacation.saving'] = 'Gegevens worden opgeslagen...'; $labels['vacation.action'] = 'Actie voor inkomend bericht'; $labels['vacation.keep'] = 'Bewaren'; $labels['vacation.discard'] = 'Weggooien'; $labels['vacation.redirect'] = 'Doorsturen naar'; $labels['vacation.copy'] = 'Kopie sturen naar'; +$labels['forward'] = 'Doorsturen'; $labels['forward.redirect'] = 'Doorsturen naar'; $labels['forward.copy'] = 'Kopie sturen naar'; $labels['forward.on'] = 'Aan'; $labels['forward.off'] = 'Uit'; +$labels['forward.status'] = 'Status:'; +$labels['forward.action'] = 'Voer de volgende actie uit voor binnenkomende berichten:'; $labels['forward.saving'] = 'Gegevens worden opgeslagen...'; $labels['filladdresses'] = 'Vullen met al mijn adressen'; $labels['arialabelfiltersetactions'] = 'Filtersetacties'; @@ -196,6 +207,7 @@ $labels['ariasummaryfilterslist'] = 'Filterlijst'; $labels['ariasummaryfiltersetslist'] = 'Lijst met filtersets'; $labels['filterstitle'] = 'Bewerk filters voor inkomende berichten'; $labels['vacationtitle'] = 'Bewerk vakantieregel'; +$labels['forwardtitle'] = 'Bewerk regel voor doorsturen van mail'; $labels['message'] = 'Bericht'; $labels['duplicate'] = 'is duplicaat'; $labels['notduplicate'] = 'is geen duplicaat'; @@ -223,7 +235,7 @@ $messages['setdeleteerror'] = 'Filterset kon niet verwijderd worden. Er trad een $messages['setactivated'] = 'Filterset succesvol geactiveerd.'; $messages['setdeactivated'] = 'Filterset succesvol gedeactiveerd.'; $messages['setdeleted'] = 'Filterset succesvol verwijderd.'; -$messages['setupdated'] = 'Filterset succesvol bijgewerkt.'; +$messages['setupdated'] = 'Filter-set succesvol bijgewerkt.'; $messages['setdeleteconfirm'] = 'Weet u zeker dat u de geselecteerde filterset wilt verwijderen?'; $messages['setcreateerror'] = 'Filterset kon niet aangemaakt worden. Er trad een serverfout op.'; $messages['setcreated'] = 'Filterset succesvol aangemaakt.'; @@ -239,7 +251,8 @@ $messages['setexist'] = 'Filterset bestaat al.'; $messages['nodata'] = 'Tenminste één positie moet geselecteerd worden!'; $messages['invaliddateformat'] = 'Ongeldige datum of datumformaat'; $messages['saveerror'] = 'Opslaan van de gegevens is mislukt. Er trad een serverfout op.'; -$messages['vacationsaved'] = 'Vakantiegegevens succesvol opgeslagen.'; +$messages['forwardsaved'] = 'Doorstuur data succesvol opgeslagen.'; $messages['emptyvacationbody'] = 'Inhoud van vakantiebericht is verplicht!'; $messages['duplicate.conflict.err'] = 'Zowel header en unieke identificatie opgeven is niet toegestaan.'; +$messages['disabledaction'] = 'Actie is niet toegestaan.'; ?> diff --git a/plugins/managesieve/localization/pl_PL.inc b/plugins/managesieve/localization/pl_PL.inc index 2c33c3457..2aaba683c 100644 --- a/plugins/managesieve/localization/pl_PL.inc +++ b/plugins/managesieve/localization/pl_PL.inc @@ -41,6 +41,14 @@ $labels['filterregex'] = 'pasuje do wyrażenia regularnego'; $labels['filternotregex'] = 'nie pasuje do wyrażenia regularnego'; $labels['filterunder'] = 'poniżej'; $labels['filterover'] = 'ponad'; +$labels['mime'] = 'MIME:'; +$labels['mimepart'] = 'Część MIME:'; +$labels['mime-message'] = 'wiadomość'; +$labels['mime-anychild'] = 'dowolne'; +$labels['mime-type'] = 'typ'; +$labels['mime-subtype'] = 'podtyp'; +$labels['mime-contenttype'] = 'typ treści'; +$labels['mime-param'] = 'parametr'; $labels['addrule'] = 'Dodaj regułę'; $labels['delrule'] = 'Usuń regułę'; $labels['messagemoveto'] = 'Przenieś wiadomość do'; @@ -103,6 +111,18 @@ $labels['flagdeleted'] = 'Usunięta'; $labels['flaganswered'] = 'Z odpowiedzią'; $labels['flagflagged'] = 'Oflagowana'; $labels['flagdraft'] = 'Szkic'; +$labels['addheader'] = 'Dodaj nagłówek do wiadomości'; +$labels['deleteheader'] = 'Usuń nagłówek z wiadomości'; +$labels['headername'] = 'Nazwa nagłówka'; +$labels['headervalue'] = 'Treść nagłówka'; +$labels['headerpos'] = 'Pozycja nagłówka'; +$labels['headeratstart'] = 'na początku'; +$labels['headeratend'] = 'na końcu'; +$labels['headeroccurrence'] = 'Wystąpienie/pozycja nagłówka'; +$labels['headerfromstart'] = 'od początku'; +$labels['headerfromend'] = 'od końca'; +$labels['headerpatterns'] = 'Wzorce treści nagłówka'; +$labels['headermatchtype'] = 'typ dopasowania:'; $labels['setvariable'] = 'Ustaw zmienną'; $labels['setvarname'] = 'Nazwa zmiennej:'; $labels['setvarvalue'] = 'Wartość zmiennej:'; @@ -187,10 +207,13 @@ $labels['vacation.keep'] = 'Zachowaj'; $labels['vacation.discard'] = 'Odrzuć'; $labels['vacation.redirect'] = 'Przekaż do'; $labels['vacation.copy'] = 'Wyślij kopię do'; +$labels['forward'] = 'Przekierowania'; $labels['forward.redirect'] = 'Przekaż do'; $labels['forward.copy'] = 'Wyślij kopię do'; $labels['forward.on'] = 'włączone'; $labels['forward.off'] = 'wyłączone'; +$labels['forward.status'] = 'Status:'; +$labels['forward.action'] = 'Dla wiadomości przychodzących wykonaj następującą akcję:'; $labels['forward.saving'] = 'Zapisywanie danych...'; $labels['filladdresses'] = 'Wypełnij wszystkimi moimi adresami'; $labels['arialabelfiltersetactions'] = 'Zbiór filtrów akcji'; @@ -200,6 +223,7 @@ $labels['ariasummaryfilterslist'] = 'Spis filtrów'; $labels['ariasummaryfiltersetslist'] = 'Lista zbiorów filtrów'; $labels['filterstitle'] = 'Zarządzaj filtrami wiadomości przychodzących'; $labels['vacationtitle'] = 'Zarządzaj asystentem nieobecności'; +$labels['forwardtitle'] = 'Edycja reguł przekierowań poczty'; $labels['message'] = 'Wiadomość'; $labels['duplicate'] = 'jest duplikatem'; $labels['notduplicate'] = 'nie jest duplikatem'; @@ -244,7 +268,9 @@ $messages['nodata'] = 'Należy wybrać co najmniej jedną pozycję!'; $messages['invaliddateformat'] = 'Nieprawidłowy format daty lub fragmentu daty'; $messages['saveerror'] = 'Nie można zapisać danych. Wystąpił błąd serwera.'; $messages['vacationsaved'] = 'Dane nieobecności zapisano pomyślnie.'; +$messages['forwardsaved'] = 'Dane przekierowania zostały zapisane pomyślnie.'; $messages['emptyvacationbody'] = 'Treść wiadomości jest wymagana!'; $messages['duplicate.conflict.err'] = 'Nagłówek i identyfikator nie mogą być używane równocześnie.'; $messages['disabledaction'] = 'Niedozwolona akcja'; +$messages['lastindexempty'] = 'Number pozycji jest wymagany przy odliczaniu od końca'; ?> diff --git a/plugins/managesieve/localization/pt_BR.inc b/plugins/managesieve/localization/pt_BR.inc index f4e437218..d0d7c4830 100644 --- a/plugins/managesieve/localization/pt_BR.inc +++ b/plugins/managesieve/localization/pt_BR.inc @@ -175,20 +175,16 @@ $labels['asciicasemap'] = 'caso insensível (mapa de caracteres ascii)'; $labels['asciinumeric'] = 'numérico (ascii-numeric)'; $labels['index'] = 'índice:'; $labels['indexlast'] = 'retroceder'; -$labels['vacation'] = 'Férias'; $labels['vacation.reply'] = 'Responder mensagem'; $labels['vacation.advanced'] = 'Opções avançadas'; $labels['vacation.from'] = 'Responder endereço do remetente'; $labels['vacation.subject'] = 'Assunto'; $labels['vacation.body'] = 'Conteúdo'; -$labels['vacation.start'] = 'Início das férias'; -$labels['vacation.end'] = 'Término das férias'; $labels['vacation.status'] = 'Estado'; $labels['vacation.on'] = 'Ligado'; $labels['vacation.off'] = 'Desligado'; $labels['vacation.addresses'] = 'Meus endereços de e-mail'; $labels['vacation.interval'] = 'Intervalo de resposta'; -$labels['vacation.after'] = 'Colocar regra de férias após'; $labels['vacation.saving'] = 'Salvando dados...'; $labels['vacation.action'] = 'Ações para mensagens recebidas'; $labels['vacation.keep'] = 'Manter'; @@ -255,7 +251,7 @@ $messages['setexist'] = 'Conjunto já existe.'; $messages['nodata'] = 'Pelo menos uma posição precisa ser selecionada!'; $messages['invaliddateformat'] = 'Data inválida'; $messages['saveerror'] = 'Impossível salvar dados. Ocorreu um erro no servidor.'; -$messages['vacationsaved'] = 'Dados de férias salvos com sucesso.'; +$messages['vacationsaved'] = 'Configurações "fora do escritório" salvas com sucesso.'; $messages['forwardsaved'] = 'Dados de encaminhamento salvo com sucesso.'; $messages['emptyvacationbody'] = 'Conteúdo da mensagem de férias necessário!'; $messages['duplicate.conflict.err'] = 'Ambos cabeçalho e identificador único não são permitidos.'; diff --git a/plugins/managesieve/localization/pt_PT.inc b/plugins/managesieve/localization/pt_PT.inc index 03f56c201..7ee2fc19a 100644 --- a/plugins/managesieve/localization/pt_PT.inc +++ b/plugins/managesieve/localization/pt_PT.inc @@ -111,6 +111,18 @@ $labels['flagdeleted'] = 'Eliminada'; $labels['flaganswered'] = 'Respondida'; $labels['flagflagged'] = 'Marcada'; $labels['flagdraft'] = 'Rascunho'; +$labels['addheader'] = 'Adicionar cabeçalho à mensagem'; +$labels['deleteheader'] = 'Remover cabeçalho da mensagem'; +$labels['headername'] = 'Nome do cabeçalho'; +$labels['headervalue'] = 'Valor do cabeçalho'; +$labels['headerpos'] = 'Posição do cabeçalho'; +$labels['headeratstart'] = 'no início'; +$labels['headeratend'] = 'no fim'; +$labels['headeroccurrence'] = 'Ocorrência/posição do cabeçalho'; +$labels['headerfromstart'] = 'do início'; +$labels['headerfromend'] = 'do fim'; +$labels['headerpatterns'] = 'Padrões de valor de cabeçalho'; +$labels['headermatchtype'] = 'tipo de correspondência:'; $labels['setvariable'] = 'Definir variável'; $labels['setvarname'] = 'Nome da Variável:'; $labels['setvarvalue'] = 'Valor da Variável:'; @@ -175,20 +187,20 @@ $labels['asciicasemap'] = 'não sensível a maiúsculas/minúsculas (caracteres $labels['asciinumeric'] = 'numérico (numérico ascii)'; $labels['index'] = 'índice:'; $labels['indexlast'] = 'retroceder'; -$labels['vacation'] = 'Férias'; +$labels['vacation'] = 'Ausente do Escritório'; $labels['vacation.reply'] = 'Mensagem de resposta'; $labels['vacation.advanced'] = 'Definições avançadas'; $labels['vacation.from'] = 'Endereço de resposta do remetente'; $labels['vacation.subject'] = 'Assunto'; $labels['vacation.body'] = 'Corpo da mensagem'; -$labels['vacation.start'] = 'Início de férias'; -$labels['vacation.end'] = 'Fim de férias'; +$labels['vacation.start'] = 'Hora de início'; +$labels['vacation.end'] = 'Hora de fim'; $labels['vacation.status'] = 'Estado'; $labels['vacation.on'] = 'Ligar'; $labels['vacation.off'] = 'Desligar'; $labels['vacation.addresses'] = 'Os meus endereços de e-mail'; $labels['vacation.interval'] = 'Intervalo de resposta'; -$labels['vacation.after'] = 'Coloque regra de férias depois'; +$labels['vacation.after'] = 'Colocar a regra Ausente-do-Escritório depois'; $labels['vacation.saving'] = 'A guardar dados...'; $labels['vacation.action'] = 'Acção para mensagem recebida'; $labels['vacation.keep'] = 'Manter'; @@ -255,9 +267,10 @@ $messages['setexist'] = 'O conjunto já existe.'; $messages['nodata'] = 'Deve selecionar pelo menos uma posição.'; $messages['invaliddateformat'] = 'Data ou formato de data inválido.'; $messages['saveerror'] = 'Não foi possível guardar os dados. Ocorreu um erro no servidor.'; -$messages['vacationsaved'] = 'Dados de férias guardados com sucesso.'; +$messages['vacationsaved'] = 'Regra Ausente-do-Escritório guardada com sucesso.'; $messages['forwardsaved'] = 'Dados de reencaminhamento guardados com sucesso.'; $messages['emptyvacationbody'] = 'É necessário o corpo da mensagem de férias!'; $messages['duplicate.conflict.err'] = 'Ambos, cabeçalho e identificador único, não são permitidos.'; $messages['disabledaction'] = 'Ação não permitida.'; +$messages['lastindexempty'] = 'É necessário o índice quando se conta a partir do fim'; ?> diff --git a/plugins/managesieve/localization/ro_RO.inc b/plugins/managesieve/localization/ro_RO.inc index cf407770e..02d7f1be4 100644 --- a/plugins/managesieve/localization/ro_RO.inc +++ b/plugins/managesieve/localization/ro_RO.inc @@ -162,20 +162,16 @@ $labels['asciicasemap'] = 'ignoră majusculele (ascii-casemap)'; $labels['asciinumeric'] = 'numeric (ascii-numeric)'; $labels['index'] = 'index:'; $labels['indexlast'] = 'invers'; -$labels['vacation'] = 'Vacanta'; $labels['vacation.reply'] = 'Raspunde mesajului'; $labels['vacation.advanced'] = 'Setari avansate'; $labels['vacation.from'] = 'Adresa expeditorului răspunsului'; $labels['vacation.subject'] = 'Subiect'; $labels['vacation.body'] = 'Corp'; -$labels['vacation.start'] = 'Începere vacanță'; -$labels['vacation.end'] = 'Sfârșit vacanță'; $labels['vacation.status'] = 'Statut'; $labels['vacation.on'] = 'Pe'; $labels['vacation.off'] = 'De pe'; $labels['vacation.addresses'] = 'Adresele mele de e-mail'; $labels['vacation.interval'] = 'Interval de raspundere'; -$labels['vacation.after'] = 'Pune regula de vacanta dupa'; $labels['vacation.saving'] = 'Salvez datele...'; $labels['vacation.action'] = 'Acțiune mesaj primit'; $labels['vacation.keep'] = 'Păstrează'; @@ -237,7 +233,6 @@ $messages['setexist'] = 'Setul există deja.'; $messages['nodata'] = 'Trebuie selectată cel putin o poziţie!'; $messages['invaliddateformat'] = 'Data sau parte din data in format invalid'; $messages['saveerror'] = 'Nu am putut salva datele. A aparut o eroare de server.'; -$messages['vacationsaved'] = 'Data de vacanta salvata cu succes'; $messages['emptyvacationbody'] = 'Corpul mesajului de vacanță este obligatoriu!'; $messages['duplicate.conflict.err'] = 'Atât antetul, cât și identificatorul unic nu sunt permise.'; ?> diff --git a/plugins/managesieve/localization/ru_RU.inc b/plugins/managesieve/localization/ru_RU.inc index dfebc7a18..b819b03d8 100644 --- a/plugins/managesieve/localization/ru_RU.inc +++ b/plugins/managesieve/localization/ru_RU.inc @@ -41,8 +41,12 @@ $labels['filterregex'] = 'совпадает с регулярным выраж $labels['filternotregex'] = 'не совпадает с регулярным выражением'; $labels['filterunder'] = 'меньше'; $labels['filterover'] = 'больше'; +$labels['mime'] = 'MIME:'; +$labels['mimepart'] = 'MIME часть:'; $labels['mime-message'] = 'сообщение'; +$labels['mime-anychild'] = 'любой'; $labels['mime-type'] = 'тип'; +$labels['mime-subtype'] = 'подтип'; $labels['mime-contenttype'] = 'тип содержимого'; $labels['mime-param'] = 'параметр'; $labels['addrule'] = 'Добавить правило'; @@ -107,6 +111,18 @@ $labels['flagdeleted'] = 'Удалено'; $labels['flaganswered'] = 'Отвечено'; $labels['flagflagged'] = 'Помечено'; $labels['flagdraft'] = 'Черновик'; +$labels['addheader'] = 'Добавить заголовок к сообщению'; +$labels['deleteheader'] = 'Удалить заголовок из сообщения'; +$labels['headername'] = 'Название заголовка'; +$labels['headervalue'] = 'Значение заголовка'; +$labels['headerpos'] = 'Положение заголовка'; +$labels['headeratstart'] = 'в начале'; +$labels['headeratend'] = 'в конце'; +$labels['headeroccurrence'] = 'Появление/положение заголовка'; +$labels['headerfromstart'] = 'с конца'; +$labels['headerfromend'] = 'с начала'; +$labels['headerpatterns'] = 'Шаблоны значений заголовков'; +$labels['headermatchtype'] = 'тип соответствия:'; $labels['setvariable'] = 'Задать переменную'; $labels['setvarname'] = 'Имя переменной:'; $labels['setvarvalue'] = 'Значение переменной:'; @@ -171,20 +187,20 @@ $labels['asciicasemap'] = 'Регистронезависимый (ascii-casemap $labels['asciinumeric'] = 'Числовой (ascii-numeric)'; $labels['index'] = 'индекс:'; $labels['indexlast'] = 'наоборот'; -$labels['vacation'] = 'Отпуск'; +$labels['vacation'] = 'Вне офиса'; $labels['vacation.reply'] = 'Ответное сообщение'; $labels['vacation.advanced'] = 'Дополнительные настройки'; $labels['vacation.from'] = 'Обратный адрес отправителя'; $labels['vacation.subject'] = 'Тема'; $labels['vacation.body'] = 'Тело письма'; -$labels['vacation.start'] = 'Начало отпуска'; -$labels['vacation.end'] = 'Конец отпуска'; +$labels['vacation.start'] = 'Время начала'; +$labels['vacation.end'] = 'Время окончания'; $labels['vacation.status'] = 'Состояние'; $labels['vacation.on'] = 'Вкл.'; $labels['vacation.off'] = 'Выкл.'; $labels['vacation.addresses'] = 'Мои адреса эл. почты'; $labels['vacation.interval'] = 'Интервал ответа'; -$labels['vacation.after'] = 'Поместить правило отпуска после'; +$labels['vacation.after'] = 'Поместить правило отсутствия в офисе после'; $labels['vacation.saving'] = 'Сохранение данных...'; $labels['vacation.action'] = 'Действия с входящим сообщением'; $labels['vacation.keep'] = 'Оставить'; @@ -251,9 +267,10 @@ $messages['setexist'] = 'Набор уже существует.'; $messages['nodata'] = 'Нужно выбрать хотя бы одну позицию!'; $messages['invaliddateformat'] = 'Неверная дата или формат части даты'; $messages['saveerror'] = 'Невозможно сохранить данные. Ошибка сервера.'; -$messages['vacationsaved'] = 'Данные об отпуске успешно сохранены.'; +$messages['vacationsaved'] = 'Данные об отсутствии успешно сохранены.'; $messages['forwardsaved'] = 'Данные о пересылке успешно сохранены.'; $messages['emptyvacationbody'] = 'Сообщение о причине отсутствия не может быть пустым!'; $messages['duplicate.conflict.err'] = 'Не разрешено использовать заголовок и уникальный идентификатор вместе.'; $messages['disabledaction'] = 'Действие не разрешено.'; +$messages['lastindexempty'] = 'Индекс необходим при подсчете с конца'; ?> diff --git a/plugins/managesieve/localization/sk_SK.inc b/plugins/managesieve/localization/sk_SK.inc index c8398a941..aecb115df 100644 --- a/plugins/managesieve/localization/sk_SK.inc +++ b/plugins/managesieve/localization/sk_SK.inc @@ -111,6 +111,18 @@ $labels['flagdeleted'] = 'Vymazané'; $labels['flaganswered'] = 'Odpovedané'; $labels['flagflagged'] = 'Označené príznakom'; $labels['flagdraft'] = 'Koncept'; +$labels['addheader'] = 'Pridať hlavičku do správy'; +$labels['deleteheader'] = 'Odstrániť hlavičku zo správy'; +$labels['headername'] = 'Názov hlavičky'; +$labels['headervalue'] = 'Hodnota hlavičky'; +$labels['headerpos'] = 'Pozícia hlavičky'; +$labels['headeratstart'] = 'na začiatku'; +$labels['headeratend'] = 'na konci'; +$labels['headeroccurrence'] = 'Výskyt/pozícia hlavičky'; +$labels['headerfromstart'] = 'od začiatku'; +$labels['headerfromend'] = 'od konca'; +$labels['headerpatterns'] = 'Vzory pre hodnotu hlavičky'; +$labels['headermatchtype'] = 'typ zhody:'; $labels['setvariable'] = 'Nastaviť premennú'; $labels['setvarname'] = 'Názov premennej:'; $labels['setvarvalue'] = 'Hodnota premennej:'; @@ -175,20 +187,20 @@ $labels['asciicasemap'] = 'nerozlišuje veľké a malé písmená (ascii tabuľk $labels['asciinumeric'] = 'numerické (ascii čísla)'; $labels['index'] = 'index:'; $labels['indexlast'] = 'dozadu'; -$labels['vacation'] = 'Dovolenka'; +$labels['vacation'] = 'Mimo kancelárie'; $labels['vacation.reply'] = 'Odpoveď na správu'; $labels['vacation.advanced'] = 'Pokročilé nastavenia'; $labels['vacation.from'] = 'Adresa odosielateľa pre odpoveď'; $labels['vacation.subject'] = 'Predmet'; $labels['vacation.body'] = 'Telo'; -$labels['vacation.start'] = 'Začiatok dovolenky'; -$labels['vacation.end'] = 'Koniec dovolenky'; +$labels['vacation.start'] = 'Čas začiatku'; +$labels['vacation.end'] = 'Čas ukončenia'; $labels['vacation.status'] = 'Stav'; $labels['vacation.on'] = 'Zap.'; $labels['vacation.off'] = 'Vyp.'; $labels['vacation.addresses'] = 'Moje e-mailové adresy'; $labels['vacation.interval'] = 'Interval odpovedania'; -$labels['vacation.after'] = 'Nastaviť pravidlo pre dovolenku po'; +$labels['vacation.after'] = 'Aplikovať pravidlo "mimo kancelárie" po'; $labels['vacation.saving'] = 'Ukladanie údajov...'; $labels['vacation.action'] = 'Akcia pre prichádzajúcu správu'; $labels['vacation.keep'] = 'Zachovať'; @@ -255,9 +267,10 @@ $messages['setexist'] = 'Súprava už existuje.'; $messages['nodata'] = 'Aspoň jedna pozícia musí byť zvolená!'; $messages['invaliddateformat'] = 'Neplatný formát dátumu alebo časti dátumu'; $messages['saveerror'] = 'Údaje nemožno uložiť. Nastala chyba servera.'; -$messages['vacationsaved'] = 'Údaje o dovolenke boli úspešne uložené.'; +$messages['vacationsaved'] = 'Údaje pre čas mimo kancelárie boli úspešne uložené.'; $messages['forwardsaved'] = 'Údaje o preposlaní boli úspešne uložené.'; $messages['emptyvacationbody'] = 'Musíte zadať telo správy, zobrazovanej v čase neprítomnosti!'; $messages['duplicate.conflict.err'] = 'Hlavička a aj unikátny identifikátor nie sú povolené.'; $messages['disabledaction'] = 'Akcia nie je povolená.'; +$messages['lastindexempty'] = 'Index sa vyžaduje pri počítaní od konca'; ?> diff --git a/plugins/managesieve/localization/sl_SI.inc b/plugins/managesieve/localization/sl_SI.inc index 50709dad0..1bded62ea 100644 --- a/plugins/managesieve/localization/sl_SI.inc +++ b/plugins/managesieve/localization/sl_SI.inc @@ -163,20 +163,16 @@ $labels['asciicasemap'] = 'ni občutljiv na velike/male črke (ascii-casemap)'; $labels['asciinumeric'] = 'numerično (ascii-numeric)'; $labels['index'] = 'indeks:'; $labels['indexlast'] = 'obraten vrstni red'; -$labels['vacation'] = 'Odsotnost'; $labels['vacation.reply'] = 'Sporočilo za odgovor'; $labels['vacation.advanced'] = 'Napredne nastavitve'; $labels['vacation.from'] = 'Naslov za odgovor'; $labels['vacation.subject'] = 'Zadeva'; $labels['vacation.body'] = 'Vsebina'; -$labels['vacation.start'] = 'Začetek odsotnosti'; -$labels['vacation.end'] = 'Konec odsotnosti'; $labels['vacation.status'] = 'Status'; $labels['vacation.on'] = 'Vključeno'; $labels['vacation.off'] = 'Izključeno'; $labels['vacation.addresses'] = 'Moji elektronski naslovi'; $labels['vacation.interval'] = 'Interval za odgovor'; -$labels['vacation.after'] = 'Nastavi obvestilo o odsotnost po'; $labels['vacation.saving'] = 'Shranjevanje podatkov...'; $labels['vacation.action'] = 'Operacije za dohodna sporočila'; $labels['vacation.keep'] = 'Ohrani'; @@ -239,7 +235,6 @@ $messages['setexist'] = 'Nastavitev filtra že obstaja.'; $messages['nodata'] = 'Izbrana mora biti vsaj ena nastavitev!'; $messages['invaliddateformat'] = 'Neveljaven datum ali oblika zapisa datuma'; $messages['saveerror'] = 'Podatkov ni bilo mogoče shraniti. Prišlo je do napake na strežniku.'; -$messages['vacationsaved'] = 'Podatki o odsotnosti so bili uspešno shranjeni.'; $messages['emptyvacationbody'] = 'Zahtevana je vsebina sporočila o odsotnosti'; $messages['duplicate.conflict.err'] = 'Tako glava sporočila kot enoličen označevalnik nista dovoljena.'; ?> diff --git a/plugins/managesieve/localization/sq_AL.inc b/plugins/managesieve/localization/sq_AL.inc index 90f49c86f..0935c41b1 100644 --- a/plugins/managesieve/localization/sq_AL.inc +++ b/plugins/managesieve/localization/sq_AL.inc @@ -111,6 +111,18 @@ $labels['flagdeleted'] = 'I fshirë'; $labels['flaganswered'] = 'Me përgjigje'; $labels['flagflagged'] = 'Me shenjë'; $labels['flagdraft'] = 'Skicë'; +$labels['addheader'] = 'Shto krye te mesazhi'; +$labels['deleteheader'] = 'Hiq kryet nga mesazhi'; +$labels['headername'] = 'Emër kryesh'; +$labels['headervalue'] = 'Vlerë kryesh'; +$labels['headerpos'] = 'Pozicion kryesh'; +$labels['headeratstart'] = 'në fillim'; +$labels['headeratend'] = 'në fund'; +$labels['headeroccurrence'] = 'Hasje/pozicion kryeje'; +$labels['headerfromstart'] = 'nga fillimi'; +$labels['headerfromend'] = 'nga fundi'; +$labels['headerpatterns'] = 'Rregullsi vlere kryesh'; +$labels['headermatchtype'] = 'lloj përputhjeje:'; $labels['setvariable'] = 'Caktoni ndryshore'; $labels['setvarname'] = 'Emër ndryshoreje:'; $labels['setvarvalue'] = 'Vlerë ndryshoreje:'; @@ -175,20 +187,20 @@ $labels['asciicasemap'] = 'i pavarur nga shkrimi me të mëdha apo të vogla (as $labels['asciinumeric'] = 'numerike (ascii-numeric)'; $labels['index'] = 'tregues:'; $labels['indexlast'] = 'mbrapsht'; -$labels['vacation'] = 'Pushime'; +$labels['vacation'] = 'Jo Në Zyrë'; $labels['vacation.reply'] = 'Mesazh përgjigjeje'; $labels['vacation.advanced'] = 'Rregullime të mëtejshme'; $labels['vacation.from'] = 'Adresë dërguesi për përgjigje'; $labels['vacation.subject'] = 'Subjekt'; $labels['vacation.body'] = 'Lëndë'; -$labels['vacation.start'] = 'Pushimet fillojnë'; -$labels['vacation.end'] = 'Pushimet mbarojnë'; +$labels['vacation.start'] = 'Kohë fillimi'; +$labels['vacation.end'] = 'Kohë përfundimi'; $labels['vacation.status'] = 'Gjendje'; $labels['vacation.on'] = 'On'; $labels['vacation.off'] = 'Off'; $labels['vacation.addresses'] = 'Adresat e mia email'; $labels['vacation.interval'] = 'Interval përgjigjeje'; -$labels['vacation.after'] = 'Vendose rregullin për pushimet pas'; +$labels['vacation.after'] = 'Vendose rregullin "jashtë zyre" pas'; $labels['vacation.saving'] = 'Po ruhen të dhënat…'; $labels['vacation.action'] = 'Veprim për mesazh ardhës'; $labels['vacation.keep'] = 'Mbaje'; @@ -254,9 +266,10 @@ $messages['setexist'] = 'Ka tashmë një grup të tillë.'; $messages['nodata'] = 'Duhet përzgjedhur të paktën një pozicion!'; $messages['invaliddateformat'] = 'Format i pavlefshëm date ose pjese date'; $messages['saveerror'] = 'S’arrihet të ruhen të dhëna. Ndodhi një gabim shërbyesi.'; -$messages['vacationsaved'] = 'Data e pushimeve u ruajt me sukses.'; +$messages['vacationsaved'] = 'Të dhënat "jashtë zyre" u ruajtën me sukses.'; $messages['forwardsaved'] = 'Të dhënat e përcjelljes u ruajtën me sukses.'; $messages['emptyvacationbody'] = 'Lënda e mesazhit të pushimeve është e domosdoshme!'; $messages['duplicate.conflict.err'] = 'S’lejohet përdorimi i njëkohshëm i kryes dhe identifikuesit unik.'; $messages['disabledaction'] = 'Veprim jo i lejuar.'; +$messages['lastindexempty'] = 'Treguesi është i domosdoshëm kur numërohet nga fundi'; ?> diff --git a/plugins/managesieve/localization/sv_SE.inc b/plugins/managesieve/localization/sv_SE.inc index 72b31c7ec..8f93877b5 100644 --- a/plugins/managesieve/localization/sv_SE.inc +++ b/plugins/managesieve/localization/sv_SE.inc @@ -111,6 +111,18 @@ $labels['flagdeleted'] = 'Borttaget'; $labels['flaganswered'] = 'Besvarat'; $labels['flagflagged'] = 'Flaggat'; $labels['flagdraft'] = 'Utkast'; +$labels['addheader'] = 'Lägg till meddelandeinformation'; +$labels['deleteheader'] = 'Ta bort meddelandeinformation'; +$labels['headername'] = 'Meddelandeinformation namn'; +$labels['headervalue'] = 'Meddelandeinformation värde'; +$labels['headerpos'] = 'Meddelandeinformation position'; +$labels['headeratstart'] = 'i början'; +$labels['headeratend'] = 'i slutet'; +$labels['headeroccurrence'] = ' Meddelandeinformation förekomst/position'; +$labels['headerfromstart'] = 'från början'; +$labels['headerfromend'] = 'från slutet'; +$labels['headerpatterns'] = 'Meddelandeinformation sökmönster'; +$labels['headermatchtype'] = 'resultattyp:'; $labels['setvariable'] = 'Sätt variabel'; $labels['setvarname'] = 'Variabelnamn:'; $labels['setvarvalue'] = 'Variabelvärde:'; @@ -260,4 +272,5 @@ $messages['forwardsaved'] = 'Information för skicka vidare har sparats.'; $messages['emptyvacationbody'] = 'Text för frånvaromeddelande saknas!'; $messages['duplicate.conflict.err'] = 'Både huvud och unik identifikation är inte tillåtet.'; $messages['disabledaction'] = 'Otillåten åtgärd.'; +$messages['lastindexempty'] = 'Index är nödvändigt för att räkna från slutet'; ?> diff --git a/plugins/managesieve/localization/tr_TR.inc b/plugins/managesieve/localization/tr_TR.inc index e2401645b..8cfaf4558 100644 --- a/plugins/managesieve/localization/tr_TR.inc +++ b/plugins/managesieve/localization/tr_TR.inc @@ -111,6 +111,18 @@ $labels['flagdeleted'] = 'Silindi'; $labels['flaganswered'] = 'Yanıtlanmış'; $labels['flagflagged'] = 'İşaretli'; $labels['flagdraft'] = 'Taslak'; +$labels['addheader'] = 'İletiye üst bilgi ekle'; +$labels['deleteheader'] = 'İletideki üst bilgiyi kaldır'; +$labels['headername'] = 'Üst bilgi adı'; +$labels['headervalue'] = 'Üst bilgi değeri'; +$labels['headerpos'] = 'Üst bilgi konumu'; +$labels['headeratstart'] = 'üstte'; +$labels['headeratend'] = 'altta'; +$labels['headeroccurrence'] = 'Üst bilgi görüntülenmesi/konumu'; +$labels['headerfromstart'] = 'üstten'; +$labels['headerfromend'] = 'alttan'; +$labels['headerpatterns'] = 'Üst bilgi değeri düzenleri'; +$labels['headermatchtype'] = 'eşleşme türü:'; $labels['setvariable'] = 'Değişken tanımla'; $labels['setvarname'] = 'Değişken adı:'; $labels['setvarvalue'] = 'Değişken değeri:'; @@ -175,20 +187,20 @@ $labels['asciicasemap'] = 'büyük küçük harfe duyarsız (ascii-casemap)'; $labels['asciinumeric'] = 'sayı (ascii-numeric)'; $labels['index'] = 'Dizin:'; $labels['indexlast'] = 'geriye yönelik'; -$labels['vacation'] = 'Tatil'; +$labels['vacation'] = 'Ofis Dışında'; $labels['vacation.reply'] = 'İletiyi yanıtla'; $labels['vacation.advanced'] = 'Gelişmiş ayarlar'; $labels['vacation.from'] = 'Yanıt Adresi'; $labels['vacation.subject'] = 'Konu'; $labels['vacation.body'] = 'Metin'; -$labels['vacation.start'] = 'Tatil başlangıcı'; -$labels['vacation.end'] = 'Tatil bitişi'; +$labels['vacation.start'] = 'Başlangıç saati'; +$labels['vacation.end'] = 'Bitiş saati'; $labels['vacation.status'] = 'Durum'; $labels['vacation.on'] = 'Etkin'; $labels['vacation.off'] = 'Devre dışı'; $labels['vacation.addresses'] = 'E-Posta adreslerim'; $labels['vacation.interval'] = 'Yanıt aralığı'; -$labels['vacation.after'] = 'Şundan sonra tatil kuralı koy'; +$labels['vacation.after'] = 'Ofis dışında kuralını şunun arkasına koy'; $labels['vacation.saving'] = 'Veriler kaydediliyor...'; $labels['vacation.action'] = 'Gelen ileti işlemi'; $labels['vacation.keep'] = 'Koru'; @@ -255,9 +267,10 @@ $messages['setexist'] = 'Küme zaten var.'; $messages['nodata'] = 'En az bir konum seçilmelidir!'; $messages['invaliddateformat'] = 'Tarih ya da tarih biçimi geçersiz'; $messages['saveerror'] = 'Veri kaydedilemedi. Sunucuda bir sorun çıktı.'; -$messages['vacationsaved'] = 'Tatil verisi kaydedildi.'; +$messages['vacationsaved'] = 'Ofis dışında verileri kaydedildi.'; $messages['forwardsaved'] = 'İletim verileri kaydedildi.'; $messages['emptyvacationbody'] = 'Tatil iletisi metnini yazmalısınız!'; $messages['duplicate.conflict.err'] = 'Üst bilgi ve tekil belirteç aynı anda kullanılamaz.'; $messages['disabledaction'] = 'İşleme izin verilmiyor!'; +$messages['lastindexempty'] = 'Sondan sayılırken dizin gereklidir'; ?> diff --git a/plugins/managesieve/localization/uk_UA.inc b/plugins/managesieve/localization/uk_UA.inc index 04e440a1c..d57a0edce 100644 --- a/plugins/managesieve/localization/uk_UA.inc +++ b/plugins/managesieve/localization/uk_UA.inc @@ -162,20 +162,16 @@ $labels['asciicasemap'] = 'чутливий до регістру (ascii-casemap $labels['asciinumeric'] = 'числовий (ascii-numeric)'; $labels['index'] = 'індекс:'; $labels['indexlast'] = 'назад'; -$labels['vacation'] = 'Відпустка'; $labels['vacation.reply'] = 'Повідомлення-відповідь'; $labels['vacation.advanced'] = 'Розширені налаштування'; $labels['vacation.from'] = 'Адреса відправника відповіді'; $labels['vacation.subject'] = 'Тема'; $labels['vacation.body'] = 'Тіло '; -$labels['vacation.start'] = 'Початок відпустки'; -$labels['vacation.end'] = 'Кінець відпустки'; $labels['vacation.status'] = 'Статус'; $labels['vacation.on'] = 'Увімкнено'; $labels['vacation.off'] = 'Вимкнено'; $labels['vacation.addresses'] = 'Мої електронні адреси'; $labels['vacation.interval'] = 'Інтервал відповіді'; -$labels['vacation.after'] = 'Застосувати правило відпустки після '; $labels['vacation.saving'] = 'Збереження даних…'; $labels['vacation.action'] = 'Дія щодо вхідного повідомлення'; $labels['vacation.keep'] = 'Залишити'; @@ -237,7 +233,6 @@ $messages['setexist'] = 'Набір уже існує.'; $messages['nodata'] = 'Має бути обрано хоча б один варіант!'; $messages['invaliddateformat'] = 'Недійсний формат дати або частини дати'; $messages['saveerror'] = 'Неможливо зберегти дані. Сталася помилка сервера.'; -$messages['vacationsaved'] = 'Дані про відпустку успішно збережено.'; $messages['emptyvacationbody'] = 'Тіло повідомлення про відпустку обов\'язкове!'; $messages['duplicate.conflict.err'] = 'Заголовок та унікальний ідентифікатор не допускаються разом.'; ?> diff --git a/plugins/managesieve/localization/ur_PK.inc b/plugins/managesieve/localization/ur_PK.inc index 0ff9b8af6..b13f3d17b 100644 --- a/plugins/managesieve/localization/ur_PK.inc +++ b/plugins/managesieve/localization/ur_PK.inc @@ -17,5 +17,6 @@ */ $labels['sender'] = 'بھیجنے والا'; $labels['flagdeleted'] = 'ختم ہو گیا'; +$labels['datetest'] = 'تاریخ'; $labels['vacation.subject'] = 'مضمون'; ?> diff --git a/plugins/managesieve/localization/vi_VN.inc b/plugins/managesieve/localization/vi_VN.inc index 60d28f06c..759fe6c4c 100644 --- a/plugins/managesieve/localization/vi_VN.inc +++ b/plugins/managesieve/localization/vi_VN.inc @@ -159,7 +159,6 @@ $labels['asciicasemap'] = 'Không phân biệt chữ hoa chữ thường'; $labels['asciinumeric'] = 'Bảng mã ASCII'; $labels['index'] = 'chỉ mục:'; $labels['indexlast'] = 'ngược'; -$labels['vacation'] = 'Thiết lập tự động trả lời trong kỳ nghỉ'; $labels['vacation.reply'] = 'Trả lời thư'; $labels['vacation.advanced'] = 'Tùy chọn tính năng cao hơn'; $labels['vacation.subject'] = 'Tiêu đề'; @@ -168,7 +167,6 @@ $labels['vacation.status'] = 'Trạng thái'; $labels['vacation.on'] = 'Bật'; $labels['vacation.off'] = 'Tắt'; $labels['vacation.interval'] = 'Khoảng thời gian trả lời'; -$labels['vacation.after'] = 'Đặt quy định kỳ nghỉ sau'; $labels['vacation.saving'] = 'Lưu lại dữ liệu...'; $labels['vacation.keep'] = 'Giữ'; $labels['forward.on'] = 'Bật'; @@ -208,5 +206,4 @@ $messages['setexist'] = 'Thiết lập đã tồn tại'; $messages['nodata'] = 'Ít nhất một vị trí phải được chọn'; $messages['invaliddateformat'] = 'Lỗi không đúng cú pháp ngày hoặc nhập ngày sai'; $messages['saveerror'] = 'Không thể lưu trữ dữ liệu. Xuất hiện lỗi ở máy chủ.'; -$messages['vacationsaved'] = 'Thiết lập kỳ nghỉ đã được lưu lại thành công.'; ?> diff --git a/plugins/managesieve/localization/zh_CN.inc b/plugins/managesieve/localization/zh_CN.inc index 73308058f..748e8d8c9 100644 --- a/plugins/managesieve/localization/zh_CN.inc +++ b/plugins/managesieve/localization/zh_CN.inc @@ -175,20 +175,16 @@ $labels['asciicasemap'] = '不区分大小写(ascii 字符)'; $labels['asciinumeric'] = '数字类型(ascii 数字)'; $labels['index'] = '索引:'; $labels['indexlast'] = '向后'; -$labels['vacation'] = '假期'; $labels['vacation.reply'] = '回复消息'; $labels['vacation.advanced'] = '高级设置'; $labels['vacation.from'] = '回复发件人地址'; $labels['vacation.subject'] = '主题'; $labels['vacation.body'] = '正文'; -$labels['vacation.start'] = '假期开始'; -$labels['vacation.end'] = '假期结束'; $labels['vacation.status'] = '状态'; $labels['vacation.on'] = '开'; $labels['vacation.off'] = '关'; $labels['vacation.addresses'] = '我的电子邮件地址'; $labels['vacation.interval'] = '回复间隔'; -$labels['vacation.after'] = '将假期规则放在...之后'; $labels['vacation.saving'] = '正在保存数据...'; $labels['vacation.action'] = '传入邮件操作'; $labels['vacation.keep'] = '保留'; @@ -255,7 +251,6 @@ $messages['setexist'] = '设置已存在。'; $messages['nodata'] = '至少选择一个位置!'; $messages['invaliddateformat'] = '无效的日期或日期格式'; $messages['saveerror'] = '无法保存数据。发生服务器错误。'; -$messages['vacationsaved'] = '假期数据保存成功。'; $messages['forwardsaved'] = '转发数据保存成功'; $messages['emptyvacationbody'] = '假期消息必须有正文!'; $messages['duplicate.conflict.err'] = '不允许头和唯一标识符。'; diff --git a/plugins/managesieve/localization/zh_TW.inc b/plugins/managesieve/localization/zh_TW.inc index c2a35e6ed..874594add 100644 --- a/plugins/managesieve/localization/zh_TW.inc +++ b/plugins/managesieve/localization/zh_TW.inc @@ -21,6 +21,8 @@ $labels['filtername'] = '篩選名稱'; $labels['newfilter'] = '建立新篩選'; $labels['filteradd'] = '加入篩選'; $labels['filterdel'] = '刪除篩選'; +$labels['rules'] = '規則'; +$labels['actions'] = '動作'; $labels['scope'] = '範圍'; $labels['moveup'] = '上移'; $labels['movedown'] = '下移'; @@ -39,6 +41,14 @@ $labels['filterregex'] = '符合正規表達式'; $labels['filternotregex'] = '不符合正規表達式'; $labels['filterunder'] = '小於'; $labels['filterover'] = '大於'; +$labels['mime'] = 'MIME:'; +$labels['mimepart'] = 'MIME 部分:'; +$labels['mime-message'] = '郵件'; +$labels['mime-anychild'] = '任何'; +$labels['mime-type'] = '類型'; +$labels['mime-subtype'] = '子類型'; +$labels['mime-contenttype'] = '內容類型'; +$labels['mime-param'] = '參數'; $labels['addrule'] = '加入規則'; $labels['delrule'] = '刪除規則'; $labels['messagemoveto'] = '將郵件移至'; @@ -58,7 +68,7 @@ $labels['recipient'] = '收件者'; $labels['vacationaddr'] = '我的電郵位址:'; $labels['vacationdays'] = '多久回覆一次(單位:天):'; $labels['vacationinterval'] = '多久回覆一次:'; -$labels['vacationreason'] = '郵件內容(休假原因):'; +$labels['vacationreason'] = '郵件內容 (休假原因):'; $labels['vacationfrom'] = '回覆寄件者位址:'; $labels['vacationsubject'] = '郵件主旨:'; $labels['days'] = '天'; @@ -68,9 +78,11 @@ $labels['enable'] = '啟用/停用'; $labels['filterset'] = '篩選集合'; $labels['filtersets'] = '篩選集合'; $labels['filtersetadd'] = '加入篩選集合'; +$labels['filtersetdel'] = '刪除篩選集合'; $labels['filtersetact'] = '啟用目前的篩選集合'; $labels['filtersetdeact'] = '停用目前的篩選集合'; $labels['filterseteditraw'] = '編輯篩選集合'; +$labels['filtersetswitch'] = '啟用/停用篩選集合'; $labels['filterdef'] = '篩選定義'; $labels['filtersetname'] = '篩選集合名稱'; $labels['newfilterset'] = '建立篩選集合'; @@ -120,7 +132,7 @@ $labels['notifyimportancenormal'] = '一般'; $labels['notifyimportancehigh'] = '高'; $labels['notifymethodmailto'] = '電郵'; $labels['notifymethodtel'] = '電話'; -$labels['notifymethodsms'] = 'SMS'; +$labels['notifymethodsms'] = 'SMS短訊'; $labels['filtercreate'] = '建立篩選'; $labels['usedata'] = '於篩選使用以下資料:'; $labels['nextstep'] = '下一步'; @@ -133,7 +145,7 @@ $labels['year'] = '年'; $labels['month'] = '月'; $labels['day'] = '日'; $labels['date'] = '日期 (yyyy-mm-dd)'; -$labels['julian'] = '日期 (儒略曆)'; +$labels['julian'] = '日期 (公曆)'; $labels['hour'] = '小時'; $labels['minute'] = '分鐘'; $labels['second'] = '秒'; @@ -146,7 +158,7 @@ $labels['advancedopts'] = '進階選項'; $labels['body'] = '內文'; $labels['address'] = '郵件位址'; $labels['envelope'] = '信封'; -$labels['modifier'] = '修改:'; +$labels['modifier'] = '修改:'; $labels['text'] = '文字'; $labels['undecoded'] = '未解碼 (原始)'; $labels['contenttype'] = '內容類型'; @@ -156,37 +168,38 @@ $labels['domain'] = '網域'; $labels['localpart'] = '本機部分'; $labels['user'] = '使用者'; $labels['detail'] = '細節'; -$labels['comparator'] = '比較:'; +$labels['comparator'] = '比較:'; $labels['default'] = '預設'; -$labels['octet'] = '嚴謹模式(八位元組)'; -$labels['asciicasemap'] = '不區分大小寫(採用ASCII-Casemap)'; -$labels['asciinumeric'] = '數字類型(ascii-numeric)'; -$labels['index'] = '索引:'; +$labels['octet'] = '嚴謹模式 (八位元組)'; +$labels['asciicasemap'] = '不區分大小寫 (採用 ASCII-casemap)'; +$labels['asciinumeric'] = '數字類型 (ASCII-numeric)'; +$labels['index'] = '索引:'; $labels['indexlast'] = '向後'; -$labels['vacation'] = '休假'; $labels['vacation.reply'] = '回覆郵件'; $labels['vacation.advanced'] = '進階設定'; $labels['vacation.from'] = '回覆寄件者位址'; $labels['vacation.subject'] = '主旨'; $labels['vacation.body'] = '內文'; -$labels['vacation.start'] = '休假開始'; -$labels['vacation.end'] = '休假結束'; +$labels['vacation.start'] = '開始時間'; +$labels['vacation.end'] = '結束時間'; $labels['vacation.status'] = '狀態'; $labels['vacation.on'] = '開'; $labels['vacation.off'] = '關'; $labels['vacation.addresses'] = '我的電子郵件位址'; $labels['vacation.interval'] = '回覆間隔'; -$labels['vacation.after'] = '將休假規則置於此項目之後:'; $labels['vacation.saving'] = '正在儲存資料...'; $labels['vacation.action'] = '對收到的郵件的動作'; $labels['vacation.keep'] = '保留'; $labels['vacation.discard'] = '丟棄'; $labels['vacation.redirect'] = '重定向至'; $labels['vacation.copy'] = '傳送複本至'; +$labels['forward'] = '轉寄'; $labels['forward.redirect'] = '重定向至'; $labels['forward.copy'] = '傳送複本至'; $labels['forward.on'] = '開'; $labels['forward.off'] = '關'; +$labels['forward.status'] = '狀態:'; +$labels['forward.action'] = '對於收到的郵件,執行以下動作:'; $labels['forward.saving'] = '正在儲存資料...'; $labels['filladdresses'] = '填入我所有的位址'; $labels['arialabelfiltersetactions'] = '篩選集合動作'; @@ -196,13 +209,14 @@ $labels['ariasummaryfilterslist'] = '篩選清單'; $labels['ariasummaryfiltersetslist'] = '篩選集合清單'; $labels['filterstitle'] = '編輯「收到郵件的篩選」'; $labels['vacationtitle'] = '編輯「不在辦公室」規則'; +$labels['forwardtitle'] = '編輯郵件轉寄規則'; $labels['message'] = '郵件'; $labels['duplicate'] = '重覆'; $labels['notduplicate'] = '不是重覆'; -$labels['duplicate.handle'] = '處理常式:'; -$labels['duplicate.header'] = '標頭:'; -$labels['duplicate.uniqueid'] = '識別碼:'; -$labels['duplicate.seconds'] = '逾時 (秒):'; +$labels['duplicate.handle'] = '處理常式:'; +$labels['duplicate.header'] = '標頭:'; +$labels['duplicate.uniqueid'] = '識別碼:'; +$labels['duplicate.seconds'] = '逾時 (秒):'; $labels['duplicate.last'] = '相對於上次執行'; $messages['filterunknownerror'] = '未知的伺服器錯誤'; $messages['filterconnerror'] = '無法與伺服器連線'; @@ -234,12 +248,13 @@ $messages['activated'] = '篩選器已啟用'; $messages['moved'] = '篩選器已移動'; $messages['moveerror'] = '無法移動所選的篩選。伺服器出錯'; $messages['nametoolong'] = '名稱太長。'; -$messages['namereserved'] = '保留名稱.'; +$messages['namereserved'] = '保留名稱。'; $messages['setexist'] = '集合已存在'; $messages['nodata'] = '至少要選擇一個位置'; $messages['invaliddateformat'] = '日期或時間部分格式無效'; $messages['saveerror'] = '無法儲存資料。伺服器出錯'; -$messages['vacationsaved'] = '成功儲存休假資料。'; +$messages['forwardsaved'] = '成功儲存轉寄資料。'; $messages['emptyvacationbody'] = '休假郵件要有內容!'; $messages['duplicate.conflict.err'] = '不允許標頭和識別碼都是獨一無二的'; +$messages['disabledaction'] = '不允許的動作。'; ?> diff --git a/plugins/markasjunk/localization/ar.inc b/plugins/markasjunk/localization/ar.inc index 5b09dfb8e..00ac977ac 100644 --- a/plugins/markasjunk/localization/ar.inc +++ b/plugins/markasjunk/localization/ar.inc @@ -5,7 +5,7 @@ | plugins/markasjunk/localization/.inc | | | | Localization file of the Roundcube Webmail Mark-As-Junk plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | Copyright (C) 2012-2018, The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | @@ -15,7 +15,4 @@ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-markasjunk/ */ -$labels['buttontext'] = 'غير المرغوب'; -$labels['buttontitle'] = 'حدد كغير مرغوب'; -$labels['reportedasjunk'] = 'تم الإبلاغ عنه كبريد غير مرغوب فيه بنجاح'; -?> \ No newline at end of file +$messages['reportedasjunk'] = 'تم الإبلاغ عنه كبريد غير مرغوب فيه بنجاح'; diff --git a/plugins/markasjunk/localization/ar_SA.inc b/plugins/markasjunk/localization/ar_SA.inc index f6c405ea2..13c44e48d 100644 --- a/plugins/markasjunk/localization/ar_SA.inc +++ b/plugins/markasjunk/localization/ar_SA.inc @@ -5,7 +5,7 @@ | plugins/markasjunk/localization/.inc | | | | Localization file of the Roundcube Webmail Mark-As-Junk plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | Copyright (C) 2012-2018, The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | @@ -15,7 +15,4 @@ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-markasjunk/ */ -$labels['buttontext'] = 'غير المرغوب'; -$labels['buttontitle'] = 'وضع علامة كـ غير المرغوب فيه'; -$labels['reportedasjunk'] = 'تمت الافادة كـ غير مرغوب فية بنجاح'; -?> \ No newline at end of file +$messages['reportedasjunk'] = 'تمت الافادة كـ غير مرغوب فية بنجاح'; diff --git a/plugins/markasjunk/localization/ast.inc b/plugins/markasjunk/localization/ast.inc deleted file mode 100644 index b55fa363a..000000000 --- a/plugins/markasjunk/localization/ast.inc +++ /dev/null @@ -1,21 +0,0 @@ -.inc | - | | - | Localization file of the Roundcube Webmail Mark-As-Junk plugin | - | Copyright (C) 2012-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/plugin-markasjunk/ -*/ -$labels['buttontext'] = 'Puxarra'; -$labels['buttontitle'] = 'Conseñar como puxarra'; -$labels['reportedasjunk'] = 'Reportáu con ésitu como Puxarra'; -?> \ No newline at end of file diff --git a/plugins/markasjunk/localization/cs_CZ.inc b/plugins/markasjunk/localization/cs_CZ.inc index 11de04895..0cfa75815 100644 --- a/plugins/markasjunk/localization/cs_CZ.inc +++ b/plugins/markasjunk/localization/cs_CZ.inc @@ -5,7 +5,7 @@ | plugins/markasjunk/localization/.inc | | | | Localization file of the Roundcube Webmail Mark-As-Junk plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | Copyright (C) 2012-2018, The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | @@ -15,7 +15,12 @@ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-markasjunk/ */ -$labels['buttontext'] = 'Spam'; -$labels['buttontitle'] = 'Označit jako Spam'; -$labels['reportedasjunk'] = 'Nahlášeno jako Spam'; -?> \ No newline at end of file +$labels['buttonjunk'] = 'Tato zpráva je nevyžádaná'; +$labels['asjunk'] = 'Jako nevyžádanou poštu'; +$labels['markasjunk'] = 'Označit jako nevyžádanou poštu'; +$labels['buttonnotjunk'] = 'Tato zpráva není nevyžádaná'; +$labels['asnotjunk'] = 'Jako vyžádanou poštu'; +$labels['markasnotjunk'] = 'Označit jako vyžádanou poštu'; +$labels['notjunk'] = 'Vyžádaná pošta'; +$messages['reportedasjunk'] = 'Nahlášeno jako nevyžádaná pošta'; +$messages['reportedasnotjunk'] = 'Nahlášeno jako vyžádaná pošta'; diff --git a/plugins/markasjunk/localization/cy_GB.inc b/plugins/markasjunk/localization/cy_GB.inc deleted file mode 100644 index 9ea2c9d21..000000000 --- a/plugins/markasjunk/localization/cy_GB.inc +++ /dev/null @@ -1,21 +0,0 @@ -.inc | - | | - | Localization file of the Roundcube Webmail Mark-As-Junk plugin | - | Copyright (C) 2012-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/plugin-markasjunk/ -*/ -$labels['buttontext'] = 'Sothach'; -$labels['buttontitle'] = 'Nodi fel Sbwriel'; -$labels['reportedasjunk'] = 'Adroddwyd yn llwyddiannus fel Sbwriel'; -?> \ No newline at end of file diff --git a/plugins/markasjunk/localization/da_DK.inc b/plugins/markasjunk/localization/da_DK.inc deleted file mode 100644 index ac2a4c85c..000000000 --- a/plugins/markasjunk/localization/da_DK.inc +++ /dev/null @@ -1,21 +0,0 @@ -.inc | - | | - | Localization file of the Roundcube Webmail Mark-As-Junk plugin | - | Copyright (C) 2012-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/plugin-markasjunk/ -*/ -$labels['buttontext'] = 'Spam'; -$labels['buttontitle'] = 'Marker som spam mail'; -$labels['reportedasjunk'] = 'Successfuldt rapporteret som spam mail'; -?> \ No newline at end of file diff --git a/plugins/markasjunk/localization/de_CH.inc b/plugins/markasjunk/localization/de_CH.inc deleted file mode 100644 index c61028510..000000000 --- a/plugins/markasjunk/localization/de_CH.inc +++ /dev/null @@ -1,21 +0,0 @@ -.inc | - | | - | Localization file of the Roundcube Webmail Mark-As-Junk plugin | - | Copyright (C) 2012-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/plugin-markasjunk/ -*/ -$labels['buttontext'] = 'Spam'; -$labels['buttontitle'] = 'Als SPAM markieren'; -$labels['reportedasjunk'] = 'Erfolgreich als SPAM gemeldet'; -?> \ No newline at end of file diff --git a/plugins/markasjunk/localization/de_DE.inc b/plugins/markasjunk/localization/de_DE.inc deleted file mode 100644 index 28abacf63..000000000 --- a/plugins/markasjunk/localization/de_DE.inc +++ /dev/null @@ -1,21 +0,0 @@ -.inc | - | | - | Localization file of the Roundcube Webmail Mark-As-Junk plugin | - | Copyright (C) 2012-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/plugin-markasjunk/ -*/ -$labels['buttontext'] = 'Spam'; -$labels['buttontitle'] = 'als SPAM markieren'; -$labels['reportedasjunk'] = 'Erfolgreich als SPAM gemeldet'; -?> \ No newline at end of file diff --git a/plugins/markasjunk/localization/el_GR.inc b/plugins/markasjunk/localization/el_GR.inc deleted file mode 100644 index d63ecd57d..000000000 --- a/plugins/markasjunk/localization/el_GR.inc +++ /dev/null @@ -1,21 +0,0 @@ -.inc | - | | - | Localization file of the Roundcube Webmail Mark-As-Junk plugin | - | Copyright (C) 2012-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/plugin-markasjunk/ -*/ -$labels['buttontext'] = 'Ανεπιθύμητα'; -$labels['buttontitle'] = 'Σήμανση ως Ανεπιθύμητου'; -$labels['reportedasjunk'] = 'Αναφέρθηκε ως Ανεπιθήμητο'; -?> \ No newline at end of file diff --git a/plugins/markasjunk/localization/en_GB.inc b/plugins/markasjunk/localization/en_GB.inc index 92c041948..f0205b82a 100644 --- a/plugins/markasjunk/localization/en_GB.inc +++ b/plugins/markasjunk/localization/en_GB.inc @@ -5,7 +5,7 @@ | plugins/markasjunk/localization/.inc | | | | Localization file of the Roundcube Webmail Mark-As-Junk plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | Copyright (C) 2012-2018, The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | @@ -15,7 +15,12 @@ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-markasjunk/ */ -$labels['buttontext'] = 'Junk'; -$labels['buttontitle'] = 'Mark as Junk'; -$labels['reportedasjunk'] = 'Successfully reported as Junk'; -?> \ No newline at end of file +$labels['buttonjunk'] = 'This message is spam'; +$labels['asjunk'] = 'As spam'; +$labels['markasjunk'] = 'Mark as spam'; +$labels['buttonnotjunk'] = 'This message is not spam'; +$labels['asnotjunk'] = 'As not spam'; +$labels['markasnotjunk'] = 'Mark as not spam'; +$labels['notjunk'] = 'Not spam'; +$messages['reportedasjunk'] = 'Successfully reported as spam'; +$messages['reportedasnotjunk'] = 'Successfully reported as not spam'; diff --git a/plugins/markasjunk/localization/eo.inc b/plugins/markasjunk/localization/eo.inc deleted file mode 100644 index d92e48952..000000000 --- a/plugins/markasjunk/localization/eo.inc +++ /dev/null @@ -1,21 +0,0 @@ -.inc | - | | - | Localization file of the Roundcube Webmail Mark-As-Junk plugin | - | Copyright (C) 2012-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/plugin-markasjunk/ -*/ -$labels['buttontext'] = 'Rubaĵo'; -$labels['buttontitle'] = 'Marki kiel rubaĵo'; -$labels['reportedasjunk'] = 'Sukcese raportita kiel rubaĵo'; -?> \ No newline at end of file diff --git a/plugins/markasjunk/localization/es_ES.inc b/plugins/markasjunk/localization/es_ES.inc deleted file mode 100644 index eb7b2740e..000000000 --- a/plugins/markasjunk/localization/es_ES.inc +++ /dev/null @@ -1,21 +0,0 @@ -.inc | - | | - | Localization file of the Roundcube Webmail Mark-As-Junk plugin | - | Copyright (C) 2012-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/plugin-markasjunk/ -*/ -$labels['buttontext'] = 'SPAM'; -$labels['buttontitle'] = 'Marcar como SPAM'; -$labels['reportedasjunk'] = 'Reportado como SPAM, correctamente'; -?> \ No newline at end of file diff --git a/plugins/markasjunk/localization/et_EE.inc b/plugins/markasjunk/localization/et_EE.inc deleted file mode 100644 index 2b1d1f8e7..000000000 --- a/plugins/markasjunk/localization/et_EE.inc +++ /dev/null @@ -1,21 +0,0 @@ -.inc | - | | - | Localization file of the Roundcube Webmail Mark-As-Junk plugin | - | Copyright (C) 2012-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/plugin-markasjunk/ -*/ -$labels['buttontext'] = 'Rämps'; -$labels['buttontitle'] = 'Märgista Rämpsuks'; -$labels['reportedasjunk'] = 'Edukalt Rämpsuks märgitud'; -?> \ No newline at end of file diff --git a/plugins/markasjunk/localization/eu_ES.inc b/plugins/markasjunk/localization/eu_ES.inc deleted file mode 100644 index ade169b70..000000000 --- a/plugins/markasjunk/localization/eu_ES.inc +++ /dev/null @@ -1,21 +0,0 @@ -.inc | - | | - | Localization file of the Roundcube Webmail Mark-As-Junk plugin | - | Copyright (C) 2012-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/plugin-markasjunk/ -*/ -$labels['buttontext'] = 'Zabor-mezua'; -$labels['buttontitle'] = 'Markatu zabor-mezu bezala'; -$labels['reportedasjunk'] = 'Zabor bezala markatu da'; -?> \ No newline at end of file diff --git a/plugins/markasjunk/localization/fa_AF.inc b/plugins/markasjunk/localization/fa_AF.inc deleted file mode 100644 index 04eaec61c..000000000 --- a/plugins/markasjunk/localization/fa_AF.inc +++ /dev/null @@ -1,21 +0,0 @@ -.inc | - | | - | Localization file of the Roundcube Webmail Mark-As-Junk plugin | - | Copyright (C) 2012-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/plugin-markasjunk/ -*/ -$labels['buttontext'] = 'هرزنامه'; -$labels['buttontitle'] = 'نشانه گذاری به عنوان هرزنامه'; -$labels['reportedasjunk'] = 'با موفقبت به عنوان هرزنامه گزارش شد'; -?> \ No newline at end of file diff --git a/plugins/markasjunk/localization/fa_IR.inc b/plugins/markasjunk/localization/fa_IR.inc deleted file mode 100644 index 589f17dde..000000000 --- a/plugins/markasjunk/localization/fa_IR.inc +++ /dev/null @@ -1,21 +0,0 @@ -.inc | - | | - | Localization file of the Roundcube Webmail Mark-As-Junk plugin | - | Copyright (C) 2012-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/plugin-markasjunk/ -*/ -$labels['buttontext'] = 'بنجل'; -$labels['buttontitle'] = 'علامت گذاری به عنوان بنجل'; -$labels['reportedasjunk'] = 'با کام‌یابی به عنوان بنجل گزارش شد'; -?> \ No newline at end of file diff --git a/plugins/markasjunk/localization/fi_FI.inc b/plugins/markasjunk/localization/fi_FI.inc deleted file mode 100644 index adf71ea92..000000000 --- a/plugins/markasjunk/localization/fi_FI.inc +++ /dev/null @@ -1,21 +0,0 @@ -.inc | - | | - | Localization file of the Roundcube Webmail Mark-As-Junk plugin | - | Copyright (C) 2012-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/plugin-markasjunk/ -*/ -$labels['buttontext'] = 'Roskaposti'; -$labels['buttontitle'] = 'Merkitse roskapostiksi'; -$labels['reportedasjunk'] = 'Roskapostista on ilmoitettu onnistuneesti'; -?> \ No newline at end of file diff --git a/plugins/markasjunk/localization/fr_FR.inc b/plugins/markasjunk/localization/fr_FR.inc index 7a7cf3495..40d59a901 100644 --- a/plugins/markasjunk/localization/fr_FR.inc +++ b/plugins/markasjunk/localization/fr_FR.inc @@ -5,7 +5,7 @@ | plugins/markasjunk/localization/.inc | | | | Localization file of the Roundcube Webmail Mark-As-Junk plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | Copyright (C) 2012-2018, The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | @@ -15,7 +15,12 @@ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-markasjunk/ */ -$labels['buttontext'] = 'Pourriels'; -$labels['buttontitle'] = 'Marqué comme pourriel'; -$labels['reportedasjunk'] = 'Signalé comme pourriel avec succès'; -?> \ No newline at end of file +$labels['buttonjunk'] = 'Ce courriel est indésirable'; +$labels['asjunk'] = 'Comme indésirable'; +$labels['markasjunk'] = 'Marquer comme indésirable'; +$labels['buttonnotjunk'] = 'Ce courriel est acceptable'; +$labels['asnotjunk'] = 'Comme acceptable'; +$labels['markasnotjunk'] = 'Marquer comme acceptable'; +$labels['notjunk'] = 'Acceptable'; +$messages['reportedasjunk'] = 'Signalé avec succès comme indésirable'; +$messages['reportedasnotjunk'] = 'Signalé avec succès comme acceptable'; diff --git a/plugins/markasjunk/localization/ga_IE.inc b/plugins/markasjunk/localization/ga_IE.inc deleted file mode 100644 index 6b9224bf9..000000000 --- a/plugins/markasjunk/localization/ga_IE.inc +++ /dev/null @@ -1,20 +0,0 @@ -.inc | - | | - | Localization file of the Roundcube Webmail Mark-As-Junk plugin | - | Copyright (C) 2012-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/plugin-markasjunk/ -*/ -$labels['buttontext'] = 'Bruscar'; -$labels['buttontitle'] = 'Rianaigh mar bhruscar é'; -?> \ No newline at end of file diff --git a/plugins/markasjunk/localization/he_IL.inc b/plugins/markasjunk/localization/he_IL.inc deleted file mode 100644 index d672e4bb7..000000000 --- a/plugins/markasjunk/localization/he_IL.inc +++ /dev/null @@ -1,21 +0,0 @@ -.inc | - | | - | Localization file of the Roundcube Webmail Mark-As-Junk plugin | - | Copyright (C) 2012-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/plugin-markasjunk/ -*/ -$labels['buttontext'] = 'זבל'; -$labels['buttontitle'] = 'סמן כדואר זבל'; -$labels['reportedasjunk'] = 'דואר הזבל דווח בהצלחה'; -?> \ No newline at end of file diff --git a/plugins/markasjunk/localization/hr_HR.inc b/plugins/markasjunk/localization/hr_HR.inc deleted file mode 100644 index 6e69889bf..000000000 --- a/plugins/markasjunk/localization/hr_HR.inc +++ /dev/null @@ -1,21 +0,0 @@ -.inc | - | | - | Localization file of the Roundcube Webmail Mark-As-Junk plugin | - | Copyright (C) 2012-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/plugin-markasjunk/ -*/ -$labels['buttontext'] = 'Smeće (spam)'; -$labels['buttontitle'] = 'Označi kao smeće (spam)'; -$labels['reportedasjunk'] = 'Uspješno prijavljeno kao smeće (spam)'; -?> \ No newline at end of file diff --git a/plugins/markasjunk/localization/hu_HU.inc b/plugins/markasjunk/localization/hu_HU.inc deleted file mode 100644 index aaccbd461..000000000 --- a/plugins/markasjunk/localization/hu_HU.inc +++ /dev/null @@ -1,21 +0,0 @@ -.inc | - | | - | Localization file of the Roundcube Webmail Mark-As-Junk plugin | - | Copyright (C) 2012-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/plugin-markasjunk/ -*/ -$labels['buttontext'] = 'Levélszemét'; -$labels['buttontitle'] = 'Szemétnek jelölés'; -$labels['reportedasjunk'] = 'Sikeresen szemétnek jelentve'; -?> \ No newline at end of file diff --git a/plugins/markasjunk/localization/ia.inc b/plugins/markasjunk/localization/ia.inc deleted file mode 100644 index d6f1c021d..000000000 --- a/plugins/markasjunk/localization/ia.inc +++ /dev/null @@ -1,21 +0,0 @@ -.inc | - | | - | Localization file of the Roundcube Webmail Mark-As-Junk plugin | - | Copyright (C) 2012-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/plugin-markasjunk/ -*/ -$labels['buttontext'] = 'Messages indesirate'; -$labels['buttontitle'] = 'Marcar como indesirate'; -$labels['reportedasjunk'] = 'Reportate como indesirate con successo'; -?> \ No newline at end of file diff --git a/plugins/markasjunk/localization/id_ID.inc b/plugins/markasjunk/localization/id_ID.inc deleted file mode 100644 index e2988fb96..000000000 --- a/plugins/markasjunk/localization/id_ID.inc +++ /dev/null @@ -1,21 +0,0 @@ -.inc | - | | - | Localization file of the Roundcube Webmail Mark-As-Junk plugin | - | Copyright (C) 2012-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/plugin-markasjunk/ -*/ -$labels['buttontext'] = 'Sampah'; -$labels['buttontitle'] = 'Tandai sebagai sampah'; -$labels['reportedasjunk'] = 'Berhasil dilaporkan sebagai sampah'; -?> \ No newline at end of file diff --git a/plugins/markasjunk/localization/is_IS.inc b/plugins/markasjunk/localization/is_IS.inc deleted file mode 100644 index 40e5b468a..000000000 --- a/plugins/markasjunk/localization/is_IS.inc +++ /dev/null @@ -1,21 +0,0 @@ -.inc | - | | - | Localization file of the Roundcube Webmail Mark-As-Junk plugin | - | Copyright (C) 2012-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/plugin-markasjunk/ -*/ -$labels['buttontext'] = 'Ruslpóstur'; -$labels['buttontitle'] = 'Merkja sem ruslpóst'; -$labels['reportedasjunk'] = 'Tókst að tilkynna sem ruslpóst'; -?> \ No newline at end of file diff --git a/plugins/markasjunk/localization/it_IT.inc b/plugins/markasjunk/localization/it_IT.inc deleted file mode 100644 index 86db382a1..000000000 --- a/plugins/markasjunk/localization/it_IT.inc +++ /dev/null @@ -1,21 +0,0 @@ -.inc | - | | - | Localization file of the Roundcube Webmail Mark-As-Junk plugin | - | Copyright (C) 2012-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/plugin-markasjunk/ -*/ -$labels['buttontext'] = 'Spam'; -$labels['buttontitle'] = 'Marca come Spam'; -$labels['reportedasjunk'] = 'Messaggio marcato come Spam'; -?> \ No newline at end of file diff --git a/plugins/markasjunk/localization/ja_JP.inc b/plugins/markasjunk/localization/ja_JP.inc deleted file mode 100644 index a90e6be99..000000000 --- a/plugins/markasjunk/localization/ja_JP.inc +++ /dev/null @@ -1,21 +0,0 @@ -.inc | - | | - | Localization file of the Roundcube Webmail Mark-As-Junk plugin | - | Copyright (C) 2012-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/plugin-markasjunk/ -*/ -$labels['buttontext'] = '迷惑メール'; -$labels['buttontitle'] = '迷惑メールとして設定'; -$labels['reportedasjunk'] = '迷惑メールとして報告しました。'; -?> \ No newline at end of file diff --git a/plugins/markasjunk/localization/km_KH.inc b/plugins/markasjunk/localization/km_KH.inc deleted file mode 100644 index 92ba883c6..000000000 --- a/plugins/markasjunk/localization/km_KH.inc +++ /dev/null @@ -1,21 +0,0 @@ -.inc | - | | - | Localization file of the Roundcube Webmail Mark-As-Junk plugin | - | Copyright (C) 2012-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/plugin-markasjunk/ -*/ -$labels['buttontext'] = 'សារ​ឥត​បានការ'; -$labels['buttontitle'] = 'សម្គាល់​ជា​សារ​ឥត​បានការ'; -$labels['reportedasjunk'] = 'បាន​រាយការណ៍​ជា​សារ​ឥត​បាន​ការ​ដោយ​ជោគជ័យ'; -?> \ No newline at end of file diff --git a/plugins/markasjunk/localization/ko_KR.inc b/plugins/markasjunk/localization/ko_KR.inc deleted file mode 100644 index 485af3187..000000000 --- a/plugins/markasjunk/localization/ko_KR.inc +++ /dev/null @@ -1,21 +0,0 @@ -.inc | - | | - | Localization file of the Roundcube Webmail Mark-As-Junk plugin | - | Copyright (C) 2012-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/plugin-markasjunk/ -*/ -$labels['buttontext'] = '스팸'; -$labels['buttontitle'] = '스팸으로 표시'; -$labels['reportedasjunk'] = '스팸으로 성공적으로 보고함'; -?> \ No newline at end of file diff --git a/plugins/markasjunk/localization/lt_LT.inc b/plugins/markasjunk/localization/lt_LT.inc index b93e85d0f..9a0a25106 100644 --- a/plugins/markasjunk/localization/lt_LT.inc +++ b/plugins/markasjunk/localization/lt_LT.inc @@ -5,7 +5,7 @@ | plugins/markasjunk/localization/.inc | | | | Localization file of the Roundcube Webmail Mark-As-Junk plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | Copyright (C) 2012-2018, The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | @@ -15,7 +15,12 @@ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-markasjunk/ */ -$labels['buttontext'] = 'Brukalas'; -$labels['buttontitle'] = 'Žymėti kaip brukalą'; -$labels['reportedasjunk'] = 'Sėkmingai pranešta, jog laiškas yra brukalas'; -?> \ No newline at end of file +$labels['buttonjunk'] = 'Šis laiškas yra brukalas'; +$labels['asjunk'] = 'Kaip brukalą'; +$labels['markasjunk'] = 'Žymėti kaip brukalą'; +$labels['buttonnotjunk'] = 'Šis laiškas nėra brukalas'; +$labels['asnotjunk'] = 'Kaip ne brukalą'; +$labels['markasnotjunk'] = 'Žymėti kaip ne brukalą'; +$labels['notjunk'] = 'Ne brukalas'; +$messages['reportedasjunk'] = 'Sėkmingai pranešta, jog laiškas yra brukalas'; +$messages['reportedasnotjunk'] = 'Sėkmingai pranešta, jog laiškas nėra brukalas'; diff --git a/plugins/markasjunk/localization/lv_LV.inc b/plugins/markasjunk/localization/lv_LV.inc deleted file mode 100644 index 6c56c54ed..000000000 --- a/plugins/markasjunk/localization/lv_LV.inc +++ /dev/null @@ -1,21 +0,0 @@ -.inc | - | | - | Localization file of the Roundcube Webmail Mark-As-Junk plugin | - | Copyright (C) 2012-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/plugin-markasjunk/ -*/ -$labels['buttontext'] = 'Mēstules'; -$labels['buttontitle'] = 'Atzīmēt kā mēstuli'; -$labels['reportedasjunk'] = 'Sekmīgi iatzīmēta kā mēstule'; -?> \ No newline at end of file diff --git a/plugins/markasjunk/localization/mn_MN.inc b/plugins/markasjunk/localization/mn_MN.inc deleted file mode 100644 index e6d984336..000000000 --- a/plugins/markasjunk/localization/mn_MN.inc +++ /dev/null @@ -1,21 +0,0 @@ -.inc | - | | - | Localization file of the Roundcube Webmail Mark-As-Junk plugin | - | Copyright (C) 2012-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/plugin-markasjunk/ -*/ -$labels['buttontext'] = 'Спам'; -$labels['buttontitle'] = 'Спамаар тэмдэглэх'; -$labels['reportedasjunk'] = 'Амжилттай спам гэж мэдэгдлээ'; -?> \ No newline at end of file diff --git a/plugins/markasjunk/localization/mr_IN.inc b/plugins/markasjunk/localization/mr_IN.inc deleted file mode 100644 index 441c0c114..000000000 --- a/plugins/markasjunk/localization/mr_IN.inc +++ /dev/null @@ -1,21 +0,0 @@ -.inc | - | | - | Localization file of the Roundcube Webmail Mark-As-Junk plugin | - | Copyright (C) 2012-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/plugin-markasjunk/ -*/ -$labels['buttontext'] = 'नको असलेले कचरा संदेश'; -$labels['buttontitle'] = 'नको असलेला अशी खूण करा'; -$labels['reportedasjunk'] = 'नको आहे असे यशस्वीरीत्या नक्की केले'; -?> \ No newline at end of file diff --git a/plugins/markasjunk/localization/nb_NO.inc b/plugins/markasjunk/localization/nb_NO.inc deleted file mode 100644 index af1b2cbf9..000000000 --- a/plugins/markasjunk/localization/nb_NO.inc +++ /dev/null @@ -1,21 +0,0 @@ -.inc | - | | - | Localization file of the Roundcube Webmail Mark-As-Junk plugin | - | Copyright (C) 2012-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/plugin-markasjunk/ -*/ -$labels['buttontext'] = 'Useriøs e-post'; -$labels['buttontitle'] = 'Marker som useriøs e-post'; -$labels['reportedasjunk'] = 'Rapportering av useriøs e-post var vellykket'; -?> \ No newline at end of file diff --git a/plugins/markasjunk/localization/nl_BE.inc b/plugins/markasjunk/localization/nl_BE.inc deleted file mode 100644 index 05849fc39..000000000 --- a/plugins/markasjunk/localization/nl_BE.inc +++ /dev/null @@ -1,21 +0,0 @@ -.inc | - | | - | Localization file of the Roundcube Webmail Mark-As-Junk plugin | - | Copyright (C) 2012-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/plugin-markasjunk/ -*/ -$labels['buttontext'] = 'Ongewenste e-mail'; -$labels['buttontitle'] = 'Markeer als ongewenst'; -$labels['reportedasjunk'] = 'Succesvol als ongewenst gemarkeerd.'; -?> \ No newline at end of file diff --git a/plugins/markasjunk/localization/nl_NL.inc b/plugins/markasjunk/localization/nl_NL.inc deleted file mode 100644 index e1ed11568..000000000 --- a/plugins/markasjunk/localization/nl_NL.inc +++ /dev/null @@ -1,21 +0,0 @@ -.inc | - | | - | Localization file of the Roundcube Webmail Mark-As-Junk plugin | - | Copyright (C) 2012-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/plugin-markasjunk/ -*/ -$labels['buttontext'] = 'Spam'; -$labels['buttontitle'] = 'Markeer als spam'; -$labels['reportedasjunk'] = 'Succesvol gemarkeerd als spam'; -?> \ No newline at end of file diff --git a/plugins/markasjunk/localization/nn_NO.inc b/plugins/markasjunk/localization/nn_NO.inc deleted file mode 100644 index f198c5633..000000000 --- a/plugins/markasjunk/localization/nn_NO.inc +++ /dev/null @@ -1,21 +0,0 @@ -.inc | - | | - | Localization file of the Roundcube Webmail Mark-As-Junk plugin | - | Copyright (C) 2012-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/plugin-markasjunk/ -*/ -$labels['buttontext'] = 'Useriøs e-post'; -$labels['buttontitle'] = 'Marker som useriøs e-post'; -$labels['reportedasjunk'] = 'Rapportering av useriøs e-post var vellykka'; -?> \ No newline at end of file diff --git a/plugins/markasjunk/localization/pl_PL.inc b/plugins/markasjunk/localization/pl_PL.inc index a23a8de2f..20bbfd0f5 100644 --- a/plugins/markasjunk/localization/pl_PL.inc +++ b/plugins/markasjunk/localization/pl_PL.inc @@ -5,7 +5,7 @@ | plugins/markasjunk/localization/.inc | | | | Localization file of the Roundcube Webmail Mark-As-Junk plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | Copyright (C) 2012-2018, The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | @@ -15,7 +15,12 @@ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-markasjunk/ */ -$labels['buttontext'] = 'Spam'; -$labels['buttontitle'] = 'Oznacz jako SPAM'; -$labels['reportedasjunk'] = 'Pomyślnie oznaczono jako SPAM'; -?> \ No newline at end of file +$labels['buttonjunk'] = 'Wiadomość jest spamem.'; +$labels['asjunk'] = 'Jako spam'; +$labels['markasjunk'] = 'Oznacz jako spam'; +$labels['buttonnotjunk'] = 'Wiadomość nie jest spamem'; +$labels['asnotjunk'] = 'Jako nie-spam'; +$labels['markasnotjunk'] = 'Oznacz jako nie-spam'; +$labels['notjunk'] = 'Nie-spam'; +$messages['reportedasjunk'] = 'Pomyślnie oznaczono jako spam'; +$messages['reportedasnotjunk'] = 'Pomyślnie oznaczono jako nie spam'; diff --git a/plugins/markasjunk/localization/pt_BR.inc b/plugins/markasjunk/localization/pt_BR.inc deleted file mode 100644 index 001d4639c..000000000 --- a/plugins/markasjunk/localization/pt_BR.inc +++ /dev/null @@ -1,21 +0,0 @@ -.inc | - | | - | Localization file of the Roundcube Webmail Mark-As-Junk plugin | - | Copyright (C) 2012-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/plugin-markasjunk/ -*/ -$labels['buttontext'] = 'Spam'; -$labels['buttontitle'] = 'Marcar como Spam'; -$labels['reportedasjunk'] = 'Marcado como Spam com sucesso'; -?> \ No newline at end of file diff --git a/plugins/markasjunk/localization/pt_PT.inc b/plugins/markasjunk/localization/pt_PT.inc index fd26a38da..a71781f09 100644 --- a/plugins/markasjunk/localization/pt_PT.inc +++ b/plugins/markasjunk/localization/pt_PT.inc @@ -5,7 +5,7 @@ | plugins/markasjunk/localization/.inc | | | | Localization file of the Roundcube Webmail Mark-As-Junk plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | Copyright (C) 2012-2018, The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | @@ -15,7 +15,12 @@ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-markasjunk/ */ -$labels['buttontext'] = 'Lixo'; -$labels['buttontitle'] = 'Marcar como Lixo'; -$labels['reportedasjunk'] = 'Reportado como Lixo com sucesso'; -?> \ No newline at end of file +$labels['buttonjunk'] = 'Esta mensagem é lixo'; +$labels['asjunk'] = 'Como lixo'; +$labels['markasjunk'] = 'Marcar como lixo'; +$labels['buttonnotjunk'] = 'Esta mensagem não é lixo'; +$labels['asnotjunk'] = 'Como não lixo'; +$labels['markasnotjunk'] = 'Marcar como não sendo lixo'; +$labels['notjunk'] = 'Não é lixo'; +$messages['reportedasjunk'] = 'Reportada com sucesso como lixo'; +$messages['reportedasnotjunk'] = 'Reportada com sucesso como não sendo lixo'; diff --git a/plugins/markasjunk/localization/ro_RO.inc b/plugins/markasjunk/localization/ro_RO.inc deleted file mode 100644 index b843fa590..000000000 --- a/plugins/markasjunk/localization/ro_RO.inc +++ /dev/null @@ -1,21 +0,0 @@ -.inc | - | | - | Localization file of the Roundcube Webmail Mark-As-Junk plugin | - | Copyright (C) 2012-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/plugin-markasjunk/ -*/ -$labels['buttontext'] = 'Spam'; -$labels['buttontitle'] = 'Marchează ca Spam'; -$labels['reportedasjunk'] = 'Raportat cu succes ca Spam'; -?> \ No newline at end of file diff --git a/plugins/markasjunk/localization/ru_RU.inc b/plugins/markasjunk/localization/ru_RU.inc deleted file mode 100644 index 78e269543..000000000 --- a/plugins/markasjunk/localization/ru_RU.inc +++ /dev/null @@ -1,21 +0,0 @@ -.inc | - | | - | Localization file of the Roundcube Webmail Mark-As-Junk plugin | - | Copyright (C) 2012-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/plugin-markasjunk/ -*/ -$labels['buttontext'] = 'СПАМ'; -$labels['buttontitle'] = 'Переместить в СПАМ'; -$labels['reportedasjunk'] = 'Перемещено в СПАМ'; -?> \ No newline at end of file diff --git a/plugins/markasjunk/localization/si_LK.inc b/plugins/markasjunk/localization/si_LK.inc deleted file mode 100644 index 4bb46c4e4..000000000 --- a/plugins/markasjunk/localization/si_LK.inc +++ /dev/null @@ -1,21 +0,0 @@ -.inc | - | | - | Localization file of the Roundcube Webmail Mark-As-Junk plugin | - | Copyright (C) 2012-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/plugin-markasjunk/ -*/ -$labels['buttontext'] = 'සුන්බුන්'; -$labels['buttontitle'] = 'සුන්බුන් ලෙස සලකුණු කරන්න'; -$labels['reportedasjunk'] = 'සුන්බුන් ලෙස වාර්තා කිරීම සාර්ථකයි'; -?> \ No newline at end of file diff --git a/plugins/markasjunk/localization/sk_SK.inc b/plugins/markasjunk/localization/sk_SK.inc index 25afe6cf2..4545ad894 100644 --- a/plugins/markasjunk/localization/sk_SK.inc +++ b/plugins/markasjunk/localization/sk_SK.inc @@ -5,7 +5,7 @@ | plugins/markasjunk/localization/.inc | | | | Localization file of the Roundcube Webmail Mark-As-Junk plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | Copyright (C) 2012-2018, The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | @@ -15,7 +15,12 @@ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-markasjunk/ */ -$labels['buttontext'] = 'Nevyžiadaná pošta'; -$labels['buttontitle'] = 'Označiť ako nevyžiadané'; -$labels['reportedasjunk'] = 'Úspešne nahlásené ako nevyžiadaná pošta'; -?> \ No newline at end of file +$labels['buttonjunk'] = 'Táto správa je nevyžiadaná'; +$labels['asjunk'] = 'Ako nevyžiadané'; +$labels['markasjunk'] = 'Označiť ako nevyžiadané'; +$labels['buttonnotjunk'] = 'Táto správa nie je nevyžiadaná'; +$labels['asnotjunk'] = 'Ako užitočné/vyžiadané'; +$labels['markasnotjunk'] = 'Označiť ako užitočné/vyžiadané'; +$labels['notjunk'] = 'Nie je nevyžiadané'; +$messages['reportedasjunk'] = 'Úspešné nahlásené ako nevyžiadané'; +$messages['reportedasnotjunk'] = 'Úspešne nahlásené ako užitočné/vyžiadané'; diff --git a/plugins/markasjunk/localization/sl_SI.inc b/plugins/markasjunk/localization/sl_SI.inc deleted file mode 100644 index 538bb7f23..000000000 --- a/plugins/markasjunk/localization/sl_SI.inc +++ /dev/null @@ -1,21 +0,0 @@ -.inc | - | | - | Localization file of the Roundcube Webmail Mark-As-Junk plugin | - | Copyright (C) 2012-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/plugin-markasjunk/ -*/ -$labels['buttontext'] = 'Nezaželena sporočila'; -$labels['buttontitle'] = 'Označi kot spam'; -$labels['reportedasjunk'] = 'Uspešno označeno kot spam'; -?> \ No newline at end of file diff --git a/plugins/markasjunk/localization/sq_AL.inc b/plugins/markasjunk/localization/sq_AL.inc index e7ac15184..a57a6fb7e 100644 --- a/plugins/markasjunk/localization/sq_AL.inc +++ b/plugins/markasjunk/localization/sq_AL.inc @@ -5,7 +5,7 @@ | plugins/markasjunk/localization/.inc | | | | Localization file of the Roundcube Webmail Mark-As-Junk plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | Copyright (C) 2012-2018, The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | @@ -15,7 +15,12 @@ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-markasjunk/ */ -$labels['buttontext'] = 'I pavlerë'; -$labels['buttontitle'] = 'Vëri shenjë si I pavlerë'; -$labels['reportedasjunk'] = 'U raportua me sukses si I pavlerë'; -?> \ No newline at end of file +$labels['buttonjunk'] = 'Ky mesazh është hedhurinë'; +$labels['asjunk'] = 'Si hedhurinë'; +$labels['markasjunk'] = 'Vëri shenjë si hedhurinë'; +$labels['buttonnotjunk'] = 'Ky mesazh s’është hedhurinë'; +$labels['asnotjunk'] = 'Si jo hedhurinë'; +$labels['markasnotjunk'] = 'Vëri shenjë si jo hedhurinë'; +$labels['notjunk'] = 'Jo hedhurinë'; +$messages['reportedasjunk'] = 'U raportua me sukses si hedhurinë'; +$messages['reportedasnotjunk'] = 'U raportua me sukses si jo hedhurinë'; diff --git a/plugins/markasjunk/localization/sr_CS.inc b/plugins/markasjunk/localization/sr_CS.inc deleted file mode 100644 index 05e8a0675..000000000 --- a/plugins/markasjunk/localization/sr_CS.inc +++ /dev/null @@ -1,21 +0,0 @@ -.inc | - | | - | Localization file of the Roundcube Webmail Mark-As-Junk plugin | - | Copyright (C) 2012-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/plugin-markasjunk/ -*/ -$labels['buttontext'] = 'Отпад'; -$labels['buttontitle'] = 'Означи као отпад'; -$labels['reportedasjunk'] = 'Успешно пријављено као отпад'; -?> \ No newline at end of file diff --git a/plugins/markasjunk/localization/sv_SE.inc b/plugins/markasjunk/localization/sv_SE.inc index 369821e1d..e3c38b6e8 100644 --- a/plugins/markasjunk/localization/sv_SE.inc +++ b/plugins/markasjunk/localization/sv_SE.inc @@ -5,7 +5,7 @@ | plugins/markasjunk/localization/.inc | | | | Localization file of the Roundcube Webmail Mark-As-Junk plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | Copyright (C) 2012-2018, The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | @@ -15,7 +15,12 @@ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-markasjunk/ */ -$labels['buttontext'] = 'Skräp'; -$labels['buttontitle'] = 'Märk som skräp'; -$labels['reportedasjunk'] = 'Framgångsrikt rapporterat som skräp'; -?> \ No newline at end of file +$labels['buttonjunk'] = 'Meddelandet är skräp'; +$labels['asjunk'] = 'Skräp'; +$labels['markasjunk'] = 'Märk som skräp'; +$labels['buttonnotjunk'] = 'Meddelandet är inte skräp'; +$labels['asnotjunk'] = 'Inte skräp'; +$labels['markasnotjunk'] = 'Märk som inte skräp'; +$labels['notjunk'] = 'Inte skräp'; +$messages['reportedasjunk'] = 'Framgångsrikt rapporterat som skräp'; +$messages['reportedasnotjunk'] = 'Framgångsrikt rapporterat som inte skräp'; diff --git a/plugins/markasjunk/localization/ta_IN.inc b/plugins/markasjunk/localization/ta_IN.inc deleted file mode 100644 index 97b57b1c1..000000000 --- a/plugins/markasjunk/localization/ta_IN.inc +++ /dev/null @@ -1,19 +0,0 @@ -.inc | - | | - | Localization file of the Roundcube Webmail Mark-As-Junk plugin | - | Copyright (C) 2012-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/plugin-markasjunk/ -*/ -$labels['buttontext'] = 'எரிதம்'; -?> \ No newline at end of file diff --git a/plugins/markasjunk/localization/th_TH.inc b/plugins/markasjunk/localization/th_TH.inc deleted file mode 100644 index 8fb10c3ff..000000000 --- a/plugins/markasjunk/localization/th_TH.inc +++ /dev/null @@ -1,21 +0,0 @@ -.inc | - | | - | Localization file of the Roundcube Webmail Mark-As-Junk plugin | - | Copyright (C) 2012-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/plugin-markasjunk/ -*/ -$labels['buttontext'] = 'จดหมายขยะ'; -$labels['buttontitle'] = 'มาร์คเป็นจดหมายขยะ'; -$labels['reportedasjunk'] = 'รายงานสำเร็จแล้วว่าเป็นขยะ'; -?> \ No newline at end of file diff --git a/plugins/markasjunk/localization/ti.inc b/plugins/markasjunk/localization/ti.inc deleted file mode 100644 index 52ac609fc..000000000 --- a/plugins/markasjunk/localization/ti.inc +++ /dev/null @@ -1,19 +0,0 @@ -.inc | - | | - | Localization file of the Roundcube Webmail Mark-As-Junk plugin | - | Copyright (C) 2012-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/plugin-markasjunk/ -*/ -$labels['buttontext'] = 'እንዳቅንጠመንጢ'; -?> \ No newline at end of file diff --git a/plugins/markasjunk/localization/tr_TR.inc b/plugins/markasjunk/localization/tr_TR.inc index c00830e76..2b501e399 100644 --- a/plugins/markasjunk/localization/tr_TR.inc +++ b/plugins/markasjunk/localization/tr_TR.inc @@ -5,7 +5,7 @@ | plugins/markasjunk/localization/.inc | | | | Localization file of the Roundcube Webmail Mark-As-Junk plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | Copyright (C) 2012-2018, The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | @@ -15,7 +15,12 @@ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-markasjunk/ */ -$labels['buttontext'] = 'İstenmeyen'; -$labels['buttontitle'] = 'İstenmeyen olarak işaretle'; -$labels['reportedasjunk'] = 'Spam olarak bildirildi'; -?> \ No newline at end of file +$labels['buttonjunk'] = 'Bu istenmeyen bir ileti'; +$labels['asjunk'] = 'İstenmeyen olarak'; +$labels['markasjunk'] = 'İstenmeyen olarak işaretle'; +$labels['buttonnotjunk'] = 'Bu istenmeyen bir ileti değil'; +$labels['asnotjunk'] = 'İstenmeyen değil olarak'; +$labels['markasnotjunk'] = 'İstenmeyen değil olarak işaretle'; +$labels['notjunk'] = 'İstenmeyen e-posta değil'; +$messages['reportedasjunk'] = 'İstenmeyen e-posta olduğu bildirildi'; +$messages['reportedasnotjunk'] = 'İstenmeyen e-posta olmadığı bildirildi'; diff --git a/plugins/markasjunk/localization/uk_UA.inc b/plugins/markasjunk/localization/uk_UA.inc deleted file mode 100644 index 9ad5942fd..000000000 --- a/plugins/markasjunk/localization/uk_UA.inc +++ /dev/null @@ -1,21 +0,0 @@ -.inc | - | | - | Localization file of the Roundcube Webmail Mark-As-Junk plugin | - | Copyright (C) 2012-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/plugin-markasjunk/ -*/ -$labels['buttontext'] = 'Спам'; -$labels['buttontitle'] = 'Перемістити в Спам'; -$labels['reportedasjunk'] = 'Переміщено до "Спаму'; -?> \ No newline at end of file diff --git a/plugins/markasjunk/localization/vi_VN.inc b/plugins/markasjunk/localization/vi_VN.inc deleted file mode 100644 index cd0909820..000000000 --- a/plugins/markasjunk/localization/vi_VN.inc +++ /dev/null @@ -1,21 +0,0 @@ -.inc | - | | - | Localization file of the Roundcube Webmail Mark-As-Junk plugin | - | Copyright (C) 2012-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/plugin-markasjunk/ -*/ -$labels['buttontext'] = 'Thư rác'; -$labels['buttontitle'] = 'Đánh dấu để được xem là thư rác'; -$labels['reportedasjunk'] = 'Đánh dấu để được xem là thư rác thành công'; -?> \ No newline at end of file diff --git a/plugins/markasjunk/localization/zh_CN.inc b/plugins/markasjunk/localization/zh_CN.inc deleted file mode 100644 index 1f2250e2b..000000000 --- a/plugins/markasjunk/localization/zh_CN.inc +++ /dev/null @@ -1,21 +0,0 @@ -.inc | - | | - | Localization file of the Roundcube Webmail Mark-As-Junk plugin | - | Copyright (C) 2012-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/plugin-markasjunk/ -*/ -$labels['buttontext'] = '垃圾邮件'; -$labels['buttontitle'] = '标记为垃圾邮件'; -$labels['reportedasjunk'] = '成功报告该邮件为垃圾邮件'; -?> \ No newline at end of file diff --git a/plugins/markasjunk/localization/zh_TW.inc b/plugins/markasjunk/localization/zh_TW.inc deleted file mode 100644 index a42fd119d..000000000 --- a/plugins/markasjunk/localization/zh_TW.inc +++ /dev/null @@ -1,21 +0,0 @@ -.inc | - | | - | Localization file of the Roundcube Webmail Mark-As-Junk plugin | - | Copyright (C) 2012-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/plugin-markasjunk/ -*/ -$labels['buttontext'] = '垃圾郵件'; -$labels['buttontitle'] = '標示為垃圾信'; -$labels['reportedasjunk'] = '成功回報垃圾信'; -?> \ No newline at end of file diff --git a/plugins/new_user_dialog/localization/ga_IE.inc b/plugins/new_user_dialog/localization/ga_IE.inc index 500bf4bee..c4025e7b9 100644 --- a/plugins/new_user_dialog/localization/ga_IE.inc +++ b/plugins/new_user_dialog/localization/ga_IE.inc @@ -16,4 +16,5 @@ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-new_user_dialog/ */ $labels['identitydialogtitle'] = 'Críochnaigh do chéannacht seoltóra'; +$labels['identitydialoghint'] = 'Ní fheictear an bosca seo ach uair amháin nuair a cheanglaítear anseo den chéad uair.'; ?> \ No newline at end of file diff --git a/plugins/newmail_notifier/localization/is_IS.inc b/plugins/newmail_notifier/localization/is_IS.inc index 7d49b1b96..62cdd251e 100644 --- a/plugins/newmail_notifier/localization/is_IS.inc +++ b/plugins/newmail_notifier/localization/is_IS.inc @@ -15,12 +15,12 @@ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-newmail_notifier/ */ -$labels['basic'] = 'Birta tilkynningu í vafra þegar ný skeyti berast'; -$labels['desktop'] = 'Birta tilkynningu á skjáborði þegar ný skeyti berast'; -$labels['sound'] = 'Spila hljóðið þegar ný skeyti berast'; +$labels['basic'] = 'Birta tilkynningu í vafra þegar ný skilaboð berast'; +$labels['desktop'] = 'Birta tilkynningu á skjáborði þegar ný skilaboð berast'; +$labels['sound'] = 'Spila hljóðið þegar ný skilaboð berast'; $labels['test'] = 'Prófa'; $labels['title'] = 'Nýr tölvupóstur!'; -$labels['body'] = 'Þú hefur fengið nýtt skeyti.'; +$labels['body'] = 'Þú hefur fengið ný skilaboð.'; $labels['testbody'] = 'Þetta er prufutilkynning.'; $labels['desktopdisabled'] = 'Tilkynningar á skjáborði eru ekki virkar í vafranum þínum.'; $labels['desktopunsupported'] = 'Vafrinn þinn styður ekki tilkynningar á skjáborði.'; diff --git a/plugins/password/localization/ar.inc b/plugins/password/localization/ar.inc index 0f1d67b29..1f9f24a91 100644 --- a/plugins/password/localization/ar.inc +++ b/plugins/password/localization/ar.inc @@ -34,3 +34,4 @@ $messages['passwinhistory'] = 'لقد قُمت باستخدام هذه الكل $messages['samepasswd'] = 'يجب أن تكون كلمة السر الجديدة لا تُشابِه الكلمة القديمة.'; $messages['passwdexpirewarning'] = 'تنبيه ! إنّ مدة صلاحية كلمتك السرية سوف تنقضي قريبا، يُرجى تغييرها قبل $expirationdatetime.'; $messages['passwdexpired'] = 'لقد إنتهت مدة صلاحية كلمتك السرية، يجب عليك تغييرها الآن !'; +$messages['passwdconstraintviolation'] = 'تحتوي كلمة المرور على خروقات. ربما كلمة المرور ضعيفة جدا.'; diff --git a/plugins/password/localization/cs_CZ.inc b/plugins/password/localization/cs_CZ.inc index 5d2e439ee..2a2c873a8 100644 --- a/plugins/password/localization/cs_CZ.inc +++ b/plugins/password/localization/cs_CZ.inc @@ -28,6 +28,9 @@ $messages['connecterror'] = 'Heslo se nepodařilo uložit. Problém s připojen $messages['internalerror'] = 'Heslo se nepodařilo uložit.'; $messages['passwordshort'] = 'Heslo musí mít alespoň $length znaků.'; $messages['passwordweak'] = 'Heslo musí obsahovat alespoň jedno číslo a jedno interpunkční znaménko.'; +$messages['passwordtooweak'] = 'Heslo je příliš slabé.'; +$messages['passwordnoseq'] = 'Heslo by nemělo být tvořeno posloupností znaků typu 123456 nebo QWERTY. '; +$messages['passwordnocommon'] = 'Heslo by nemělo být tvořeno běžným slovem či jménem.'; $messages['passwordforbidden'] = 'Heslo obsahuje nepovolené znaky.'; $messages['firstloginchange'] = 'Vaše první přihlášení, změňte si prosím heslo.'; $messages['disablednotice'] = 'Z důvodu údržby systému není momentálně možné změnit heslo. Za chvíli by mělo být vše v pořádku, omlouváme se za tuto nepříjemnost.'; diff --git a/plugins/password/localization/en_GB.inc b/plugins/password/localization/en_GB.inc index d1f63b931..86799d53e 100644 --- a/plugins/password/localization/en_GB.inc +++ b/plugins/password/localization/en_GB.inc @@ -28,6 +28,9 @@ $messages['connecterror'] = 'New password could not be saved. There is a connec $messages['internalerror'] = 'New password could not be saved.'; $messages['passwordshort'] = 'Password must be at least $length characters long.'; $messages['passwordweak'] = 'Password must include at least one number and one symbol.'; +$messages['passwordtooweak'] = 'Password too weak.'; +$messages['passwordnoseq'] = 'Password should not be a sequence like 123456 or QWERTY.'; +$messages['passwordnocommon'] = 'Password should not be a common word or name.'; $messages['passwordforbidden'] = 'Password contains forbidden characters.'; $messages['firstloginchange'] = 'This is your first login. Please change your password.'; $messages['disablednotice'] = 'The system is currently under maintenance and password change is not possible at the moment. Everything should be back to normal soon. We apologise for any inconvenience.'; diff --git a/plugins/password/localization/es_ES.inc b/plugins/password/localization/es_ES.inc index 180e989ee..97bc3edcf 100644 --- a/plugins/password/localization/es_ES.inc +++ b/plugins/password/localization/es_ES.inc @@ -35,3 +35,4 @@ $messages['passwinhistory'] = 'Esta contraseña ya se ha usado previamente.'; $messages['samepasswd'] = 'La nueva contraseña tiene que ser diferente a la antigua.'; $messages['passwdexpirewarning'] = '¡ Atención! Su nueva contraseña expirará pronto, cámbiela antes de $expirationdatetime.'; $messages['passwdexpired'] = 'Su contraseña ha expirado, tiene que cambiarla ahora.'; +$messages['passwdconstraintviolation'] = 'Violación de restricción de contraseña Contraseña probablemente demasiado débil.'; diff --git a/plugins/password/localization/fr_FR.inc b/plugins/password/localization/fr_FR.inc index d594cb5c0..0ccceb0c2 100644 --- a/plugins/password/localization/fr_FR.inc +++ b/plugins/password/localization/fr_FR.inc @@ -16,9 +16,9 @@ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-password/ */ $labels['changepasswd'] = 'Changer le mot de passe'; -$labels['curpasswd'] = 'Mot de passe actuel :'; -$labels['newpasswd'] = 'Nouveau mot de passe :'; -$labels['confpasswd'] = 'Confirmer le nouveau mot de passe :'; +$labels['curpasswd'] = 'Mot de passe actuel :'; +$labels['newpasswd'] = 'Nouveau mot de passe :'; +$labels['confpasswd'] = 'Confirmer le nouveau mot de passe :'; $messages['nopassword'] = 'Veuillez saisir le nouveau mot de passe.'; $messages['nocurpassword'] = 'Veuillez saisir le mot de passe actuel.'; $messages['passwordincorrect'] = 'Le mot de passe actuel est erroné.'; @@ -28,11 +28,14 @@ $messages['connecterror'] = 'Impossible d’enregistrer le nouveau mot de passe. $messages['internalerror'] = 'Impossible d’enregistrer le nouveau mot de passe.'; $messages['passwordshort'] = 'Le mot de passe doit comporter au moins $length caractères.'; $messages['passwordweak'] = 'Le mot de passe doit comporter au moins un chiffre et un signe de ponctuation.'; +$messages['passwordtooweak'] = 'Le mot de passe est trop faible.'; +$messages['passwordnoseq'] = 'Le mot de passe ne devrait pas être une séquence comme 123456, QWERTY ou AZERTY.'; +$messages['passwordnocommon'] = 'Le mot de passe ne devrait pas être un nom commun ou un nom.'; $messages['passwordforbidden'] = 'Le mot de passe contient des caractères interdits.'; $messages['firstloginchange'] = 'Ceci est votre première connexion. Veuillez changer votre mot de passe.'; $messages['disablednotice'] = 'Le système est en cours de maintenance et les changements de mot de passe sont impossibles pour l’instant. Tout devrait redevenir normal sous peu. Nous regrettons tout inconvénient que cette situation pourrait occasionner.'; $messages['passwinhistory'] = 'Ce mot de passe a déjà été utilisé précédemment.'; $messages['samepasswd'] = 'Le nouveau mot de passe doit être différent de l’ancien.'; -$messages['passwdexpirewarning'] = 'Avertissement ! Votre mot de passe arrivera prochainement à expiration. Changez-le avant le $expirationdatetime.'; -$messages['passwdexpired'] = 'Votre mot de passe est expiré, vous devez le changer maintenant !'; +$messages['passwdexpirewarning'] = 'Avertissement ! Votre mot de passe arrivera prochainement à expiration. Changez-le avant le $expirationdatetime.'; +$messages['passwdexpired'] = 'Votre mot de passe est expiré, vous devez le changer maintenant !'; $messages['passwdconstraintviolation'] = 'Contrainte non respectée. Le mot de passe est probablement trop faible.'; diff --git a/plugins/password/localization/is_IS.inc b/plugins/password/localization/is_IS.inc index 0aafc7fbd..acbc3c6f8 100644 --- a/plugins/password/localization/is_IS.inc +++ b/plugins/password/localization/is_IS.inc @@ -28,6 +28,8 @@ $messages['connecterror'] = 'Gat ekki vistað nýtt lykilorð. Villa í tengingu $messages['internalerror'] = 'Gat ekki vistað nýtt lykilorð.'; $messages['passwordshort'] = 'Lykilorð þarf að vera að minnsta kosti $length stafa langt.'; $messages['passwordweak'] = 'Lykilorð þarf að innihalda a.m.k. einn tölustaf og eitt greinamerki.'; +$messages['passwordnoseq'] = 'Lykilorð ætti ekki að vera runa á borð við 123456 eða QWERTY.'; +$messages['passwordnocommon'] = 'Lykilorð ætti ekki að vera algengt orð eða nafn.'; $messages['passwordforbidden'] = 'Lykilorð inniheldur óleyfilega stafi.'; $messages['firstloginchange'] = 'Þetta er í fyrsta skipti sem þú skráir þig inn. Endilega breyttu lykilorðinu þínu.'; $messages['disablednotice'] = 'Kerfið er í viðhaldsfasa og því er ekki hægt að breyta lykilorðum sem stendur. Allt ætti að vera komið í samt lag innan stundar. Við biðjumst afsökunar á þeim óþægindum sem af þessu geta hlotist.'; diff --git a/plugins/password/localization/lt_LT.inc b/plugins/password/localization/lt_LT.inc index daf912ae6..5bc2cb7fa 100644 --- a/plugins/password/localization/lt_LT.inc +++ b/plugins/password/localization/lt_LT.inc @@ -28,6 +28,9 @@ $messages['connecterror'] = 'Nepavyko įrašyti naujojo slaptažodžio. Ryšio k $messages['internalerror'] = 'Nepavyko įrašyti naujojo slaptažodžio.'; $messages['passwordshort'] = 'Slaptažodis turi būti sudarytas bent iš $length simbolių.'; $messages['passwordweak'] = 'Slaptažodyje turi būti bent vienas skaitmuo ir vienas skyrybos ženklas.'; +$messages['passwordtooweak'] = 'Slaptažodis pernelyg silpnas.'; +$messages['passwordnoseq'] = 'Slaptažodis neturėtų būti seka, kaip, pavyzdžiui, 123456 ar QWERTY.'; +$messages['passwordnocommon'] = 'Slaptažodis neturėtų būti įprastas žodis ar pavadinimas.'; $messages['passwordforbidden'] = 'Slaptažodyje rasta neleistinų simbolių.'; $messages['firstloginchange'] = 'Tai yra pirmasis jūsų prisijungimas. Prašau, pasikeiskite savo slaptažodį.'; $messages['disablednotice'] = 'Sistema šiuo metu tvarkoma ir slaptažodžio pakeitimas negalimas. Netrukus viskas turėtų grįžti į įprastą būseną. Atsiprašome dėl nepatogumų.'; diff --git a/plugins/password/localization/nl_NL.inc b/plugins/password/localization/nl_NL.inc index 7018da153..e3bfea476 100644 --- a/plugins/password/localization/nl_NL.inc +++ b/plugins/password/localization/nl_NL.inc @@ -35,3 +35,4 @@ $messages['passwinhistory'] = 'Dit wachtwoord is al eerder gebruikt.'; $messages['samepasswd'] = 'Het nieuwe paswoord dient verschillend ten opzichte van de oude te zijn.'; $messages['passwdexpirewarning'] = 'Waarschuwing! je wachtwoord verloopt binnenkort, Wijzig het voor $vervaldatum.'; $messages['passwdexpired'] = 'Je wachtwoord is verlopen, je dient het nu te wijzigen!'; +$messages['passwdconstraintviolation'] = 'Wachtwoord voldoet niet aan beleid. Waarschijnlijk te zwak.'; diff --git a/plugins/password/localization/pl_PL.inc b/plugins/password/localization/pl_PL.inc index d144dd553..159cf1ab9 100644 --- a/plugins/password/localization/pl_PL.inc +++ b/plugins/password/localization/pl_PL.inc @@ -28,6 +28,8 @@ $messages['connecterror'] = 'Nie udało się zapisać nowego hasła. Błąd poł $messages['internalerror'] = 'Nie udało się zapisać nowego hasła.'; $messages['passwordshort'] = 'Hasło musi posiadać co najmniej $length znaków.'; $messages['passwordweak'] = 'Hasło musi zawierać co najmniej jedną cyfrę i znak interpunkcyjny.'; +$messages['passwordnoseq'] = 'Hasło nie powinno być sekwencją typu 123456 albo QWERTY.'; +$messages['passwordnocommon'] = 'Hasło nie może być zwykłym słowem lub nazwą.'; $messages['passwordforbidden'] = 'Hasło zawiera niedozwolone znaki.'; $messages['firstloginchange'] = 'To jest twoje pierwsze logowanie. Proszę zmień hasło.'; $messages['disablednotice'] = 'System jest w trakcie konserwacji i zmiana hasła w tym momencie nie jest możliwa. Wszystko powinno wrócić do normy w niedługim czasie. Przepraszamy za wszelkie niedogodności'; diff --git a/plugins/password/localization/pt_PT.inc b/plugins/password/localization/pt_PT.inc index bcefe5962..f9bcbac68 100644 --- a/plugins/password/localization/pt_PT.inc +++ b/plugins/password/localization/pt_PT.inc @@ -28,6 +28,9 @@ $messages['connecterror'] = 'Não foi possível gravar a nova palavra-passe. Err $messages['internalerror'] = 'Não foi possível gravar a nova palavra-passe.'; $messages['passwordshort'] = 'A palavra-passe deve ter pelo menos $length caracteres'; $messages['passwordweak'] = 'A palavra-passe deve incluir pelo menos um número e um sinal de pontuação.'; +$messages['passwordtooweak'] = 'Palavra-passe demasiado fraca'; +$messages['passwordnoseq'] = 'A palavra-passe não deve ser uma sequência como 123456 ou QWERTY.'; +$messages['passwordnocommon'] = 'A palavra-passe não deve ser uma palavra ou nome comum.'; $messages['passwordforbidden'] = 'A palavra-passe contém caracteres não suportados.'; $messages['firstloginchange'] = 'Este é o seu primeiro acesso. Por favor, altere a sua palavra-passe.'; $messages['disablednotice'] = 'O sistema está em manutenção e a alteração da password não é possível neste momento. Tudo deve volta ao normal em breve. Pedimos desculpas por qualquer inconveniente.'; diff --git a/plugins/password/localization/ru_RU.inc b/plugins/password/localization/ru_RU.inc index 7fa5889cf..fec7724a6 100644 --- a/plugins/password/localization/ru_RU.inc +++ b/plugins/password/localization/ru_RU.inc @@ -28,6 +28,8 @@ $messages['connecterror'] = 'Не могу сохранить новый пар $messages['internalerror'] = 'Не могу сохранить новый пароль.'; $messages['passwordshort'] = 'Длина пароля должна быть как минимум $length символов.'; $messages['passwordweak'] = 'Пароль должен включать в себя как минимум одну цифру и один знак пунктуации.'; +$messages['passwordnoseq'] = 'Пароль НЕ должен быть последовательностью, например,123456 или QWERTY.'; +$messages['passwordnocommon'] = 'Пароль не должен быть простым словом или именем.'; $messages['passwordforbidden'] = 'Пароль содержит недопустимые символы.'; $messages['firstloginchange'] = 'Вы выполнили вход впервые. Измените ваш пароль.'; $messages['disablednotice'] = 'В настоящее время проводится обслуживание системы и изменение пароля не возможно в данный момент. Все должно вернуться в нормальное состояние в ближайшее время. Приносим свои извинения за причиненные неудобства.'; diff --git a/plugins/password/localization/sk_SK.inc b/plugins/password/localization/sk_SK.inc index 5d5ef88cd..6bdd0c95c 100644 --- a/plugins/password/localization/sk_SK.inc +++ b/plugins/password/localization/sk_SK.inc @@ -28,6 +28,8 @@ $messages['connecterror'] = 'Nové heslo nemožno uložiť. Chyba spojenia.'; $messages['internalerror'] = 'Nové heslo nemožno uložiť.'; $messages['passwordshort'] = 'Heslo musí mať najmenej $length znakov.'; $messages['passwordweak'] = 'Heslo musí obsahovať aspoň jedno číslo a jedno interpunkčné znamienko.'; +$messages['passwordnoseq'] = 'Heslo by nemalo byť takou sekvenciou, ako napr. 123456 alebo QWERTY.'; +$messages['passwordnocommon'] = 'Bežné slovo alebo meno by nemalo byť heslom.'; $messages['passwordforbidden'] = 'Heslo obsahuje nepovolené znaky.'; $messages['firstloginchange'] = 'Prihlásili ste sa po prvýkrát. Prosím zmeňte si prístupové heslo.'; $messages['disablednotice'] = 'V systéme momentálne prebieha údržba a preto nie je teraz možné zmeniť heslo. Čoskoro by sa však situácia mala vrátiť do normálu. Ospravedlňujeme sa Vám za spôsobené nepríjemnosti.'; diff --git a/plugins/password/localization/sq_AL.inc b/plugins/password/localization/sq_AL.inc index 268b953c7..fb8a540fc 100644 --- a/plugins/password/localization/sq_AL.inc +++ b/plugins/password/localization/sq_AL.inc @@ -28,6 +28,9 @@ $messages['connecterror'] = 'S’u ruajt dot fjalëkalimi i ri. Gabim lidhjeje.' $messages['internalerror'] = 'S’u ruajt dot fjalëkalimi i ri.'; $messages['passwordshort'] = 'Fjalëkalimi duhet të jetë të paktën $length shenja i gjatë.'; $messages['passwordweak'] = 'Fjalëkalimi duhet të përmbajë të paktën një numër dhe një shenjë pikësimi.'; +$messages['passwordtooweak'] = 'Fjalëkalim shumë i dobët.'; +$messages['passwordnoseq'] = 'Fjalëkalimi s’duhet të jetë një sekuencë si, fjala vjen, 123456 apo QWERTY.'; +$messages['passwordnocommon'] = 'Fjalëkalimi s’duhet të jetë një fjalë apo emër i rëndomtë.'; $messages['passwordforbidden'] = 'Fjalëkalimi përmban shenja të ndaluara.'; $messages['firstloginchange'] = 'Kjo është hyrja juaj e parë. Ju lutemi, ndryshoni fjalëkalimin tuaj.'; $messages['disablednotice'] = 'Sistemi është hëpërhë nën gjendje punimesh mirëmbajtjeje dhe ndryshimi i fjalëkalimit s’është i mundur në këtë çast. Gjithçka do të duhej të ish kthyer në gjendje normale shumë shpejt. Kërkojmë ndjesë për çfarëdo siklet.'; diff --git a/plugins/password/localization/sv_SE.inc b/plugins/password/localization/sv_SE.inc index f21e8660f..c8b821c05 100644 --- a/plugins/password/localization/sv_SE.inc +++ b/plugins/password/localization/sv_SE.inc @@ -28,6 +28,9 @@ $messages['connecterror'] = 'Lösenordet kunde inte ändras. Anslutningen missly $messages['internalerror'] = 'Lösenordet kunde inte ändras.'; $messages['passwordshort'] = 'Lösenordet måste vara minst $length tecken långt.'; $messages['passwordweak'] = 'Lösenordet måste innehålla minst en siffra och ett specialtecken.'; +$messages['passwordtooweak'] = 'Lösenordet är inte tillräckligt bra.'; +$messages['passwordnoseq'] = 'Lösenord bör aldrig vara sekvenser liknande 123456 eller QWERTY.'; +$messages['passwordnocommon'] = 'Lösenord bör aldrig vara vanliga ord eller namn.'; $messages['passwordforbidden'] = 'Lösenordet innehåller otillåtna tecken.'; $messages['firstloginchange'] = 'Du loggar in för första gången. Vänligen ändra ditt lösenord.'; $messages['disablednotice'] = 'Underhåll av systemet pågår och därför kan lösenord inte ändras för tillfället. Allt ska fungera normalt igen så snart som möjligt. Ursäkta den eventuella olägenheten underhållet orsakar.'; diff --git a/plugins/password/localization/tr_TR.inc b/plugins/password/localization/tr_TR.inc index 7d1115411..02d3cf184 100644 --- a/plugins/password/localization/tr_TR.inc +++ b/plugins/password/localization/tr_TR.inc @@ -28,6 +28,9 @@ $messages['connecterror'] = 'Yeni parola kaydedilemedi. Bağlantı sorunu.'; $messages['internalerror'] = 'Yeni parola kaydedilemedi.'; $messages['passwordshort'] = 'Parola en az $length karakterden oluşmalı.'; $messages['passwordweak'] = 'Parola en az bir sayı ve bir noktalama işareti içermeli.'; +$messages['passwordtooweak'] = 'Parola çok kolay.'; +$messages['passwordnoseq'] = 'Parola 123456 ya da QWERTY gibi sıralamalardan oluşmamalıdır.'; +$messages['passwordnocommon'] = 'Parola iyi bilinen bir sözcük ya da ad olmamalıdır.'; $messages['passwordforbidden'] = 'Parolada izin verilmeyen karakterler var.'; $messages['firstloginchange'] = 'İlk kez oturum açıyorsunuz. Parolanızı değiştirin.'; $messages['disablednotice'] = 'Sistem bakımda olduğundan parola değiştirilemez. Lütfen daha sonra yeniden deneyin. Verdiğimiz rahatsızlıktan dolayı özür dileriz.'; diff --git a/plugins/password/localization/zh_TW.inc b/plugins/password/localization/zh_TW.inc index b83614768..52a1c9fc4 100644 --- a/plugins/password/localization/zh_TW.inc +++ b/plugins/password/localization/zh_TW.inc @@ -35,3 +35,4 @@ $messages['passwinhistory'] = '此密碼之前已用過'; $messages['samepasswd'] = '新密碼要和舊的不同'; $messages['passwdexpirewarning'] = '警告!您的密碼很快會到期,請在 $expirationdatetime 之前更改'; $messages['passwdexpired'] = '您的密碼已到期,請馬上更改!'; +$messages['passwdconstraintviolation'] = '違反密碼規限。密碼可能太弱了。'; diff --git a/plugins/userinfo/localization/ga_IE.inc b/plugins/userinfo/localization/ga_IE.inc index 3bc84a552..437477147 100644 --- a/plugins/userinfo/localization/ga_IE.inc +++ b/plugins/userinfo/localization/ga_IE.inc @@ -17,5 +17,6 @@ */ $labels['userinfo'] = 'Faisnéis an úsáideora'; $labels['created'] = 'Cruthaithe'; +$labels['lastlogin'] = 'Ceangailte an uair dheireanach'; $labels['defaultidentity'] = 'An chéannacht réamhshocraithe'; ?> \ No newline at end of file diff --git a/plugins/vcard_attachments/localization/ca_ES.inc b/plugins/vcard_attachments/localization/ca_ES.inc index 109b30cbd..a378056b0 100644 --- a/plugins/vcard_attachments/localization/ca_ES.inc +++ b/plugins/vcard_attachments/localization/ca_ES.inc @@ -18,5 +18,7 @@ $labels['addvcardmsg'] = 'Afegeix la vCard a la llibreta d\'adreces'; $labels['vcardsavefailed'] = 'No s\'ha pogut desar la vCard'; $labels['attachvcard'] = 'Adjunta la vCard'; +$labels['vcardattached'] = 'Fitxer vCard adjunt.'; $labels['vcard'] = 'vCard'; +$labels['forwardvcard'] = 'Reenvia vCard'; ?> \ No newline at end of file diff --git a/plugins/vcard_attachments/localization/en_GB.inc b/plugins/vcard_attachments/localization/en_GB.inc index 08c275d41..0e9855484 100644 --- a/plugins/vcard_attachments/localization/en_GB.inc +++ b/plugins/vcard_attachments/localization/en_GB.inc @@ -18,5 +18,7 @@ $labels['addvcardmsg'] = 'Add vCard to addressbook'; $labels['vcardsavefailed'] = 'Unable to save vCard'; $labels['attachvcard'] = 'Attach vCard'; +$labels['vcardattached'] = 'vCard file attached.'; $labels['vcard'] = 'vCard'; +$labels['forwardvcard'] = 'Forward vCard'; ?> \ No newline at end of file diff --git a/plugins/vcard_attachments/localization/et_EE.inc b/plugins/vcard_attachments/localization/et_EE.inc index 73d2070eb..882c70376 100644 --- a/plugins/vcard_attachments/localization/et_EE.inc +++ b/plugins/vcard_attachments/localization/et_EE.inc @@ -17,4 +17,5 @@ */ $labels['addvcardmsg'] = 'Lisa vCard aadressiraamatusse'; $labels['vcardsavefailed'] = 'vCard salvestamine nurjus'; +$labels['vcard'] = 'vCard'; ?> \ No newline at end of file diff --git a/plugins/vcard_attachments/localization/eu_ES.inc b/plugins/vcard_attachments/localization/eu_ES.inc index 92027baf8..4ce744e07 100644 --- a/plugins/vcard_attachments/localization/eu_ES.inc +++ b/plugins/vcard_attachments/localization/eu_ES.inc @@ -18,5 +18,7 @@ $labels['addvcardmsg'] = 'Gehitu vCard helbide-liburura'; $labels['vcardsavefailed'] = 'Ezin da vCard gorde'; $labels['attachvcard'] = 'Erantsi vCard'; +$labels['vcardattached'] = 'vCard fitxategia erantsia'; $labels['vcard'] = 'vCard'; +$labels['forwardvcard'] = 'Birbidali vCard'; ?> \ No newline at end of file diff --git a/plugins/vcard_attachments/localization/fi_FI.inc b/plugins/vcard_attachments/localization/fi_FI.inc index 58aceb18d..0ecb4b3c7 100644 --- a/plugins/vcard_attachments/localization/fi_FI.inc +++ b/plugins/vcard_attachments/localization/fi_FI.inc @@ -17,4 +17,8 @@ */ $labels['addvcardmsg'] = 'Lisää vCard osoitekirjaan'; $labels['vcardsavefailed'] = 'vCardin tallennus epäonnistui'; +$labels['attachvcard'] = 'Liitä vCard'; +$labels['vcardattached'] = 'vCard-tiedosto lisätty.'; +$labels['vcard'] = 'vCard'; +$labels['forwardvcard'] = 'Edelleenohjaa vCard'; ?> \ No newline at end of file diff --git a/plugins/vcard_attachments/localization/ga_IE.inc b/plugins/vcard_attachments/localization/ga_IE.inc index e772c9fcc..5f8aeb4c1 100644 --- a/plugins/vcard_attachments/localization/ga_IE.inc +++ b/plugins/vcard_attachments/localization/ga_IE.inc @@ -16,6 +16,9 @@ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-vcard_attachments/ */ $labels['addvcardmsg'] = 'Cuir vCard leis an leabhar seoltaí'; +$labels['vcardsavefailed'] = 'Ní féidir an vCard a chur i dtaisce'; $labels['attachvcard'] = 'Ceangail vCard leis'; +$labels['vcardattached'] = 'Tá comhad vCard ceangailte leis.'; $labels['vcard'] = 'vCárta'; +$labels['forwardvcard'] = 'Cuir vCard ar aghaidh'; ?> \ No newline at end of file diff --git a/plugins/vcard_attachments/localization/he_IL.inc b/plugins/vcard_attachments/localization/he_IL.inc index 61a18021b..af603d8f5 100644 --- a/plugins/vcard_attachments/localization/he_IL.inc +++ b/plugins/vcard_attachments/localization/he_IL.inc @@ -20,4 +20,5 @@ $labels['vcardsavefailed'] = 'לא ניתן לשמור את כרטיס הביק $labels['attachvcard'] = 'צרפ/י קובץ חתימה (vCard)'; $labels['vcardattached'] = 'צורף קובץ vCard'; $labels['vcard'] = 'קובץ חתימה (vCard)'; +$labels['forwardvcard'] = 'העברה של כרטיס ביקור'; ?> \ No newline at end of file diff --git a/plugins/vcard_attachments/localization/is_IS.inc b/plugins/vcard_attachments/localization/is_IS.inc index f0ac4fa38..c49c3e5a9 100644 --- a/plugins/vcard_attachments/localization/is_IS.inc +++ b/plugins/vcard_attachments/localization/is_IS.inc @@ -18,5 +18,7 @@ $labels['addvcardmsg'] = 'Bæta vCard í nafnaskrá'; $labels['vcardsavefailed'] = 'Tekst ekki að vista vCard'; $labels['attachvcard'] = 'Hengja við vCard'; +$labels['vcardattached'] = 'vCard-skrá í viðhengi.'; $labels['vcard'] = 'vCard'; +$labels['forwardvcard'] = 'Áframsenda vCard'; ?> \ No newline at end of file diff --git a/plugins/vcard_attachments/localization/ja_JP.inc b/plugins/vcard_attachments/localization/ja_JP.inc index b3b38f30d..18e008600 100644 --- a/plugins/vcard_attachments/localization/ja_JP.inc +++ b/plugins/vcard_attachments/localization/ja_JP.inc @@ -18,5 +18,7 @@ $labels['addvcardmsg'] = 'vCardをアドレス帳に追加'; $labels['vcardsavefailed'] = 'vCardを保存できませんでした。'; $labels['attachvcard'] = 'vCardを添付'; +$labels['vcardattached'] = 'vCardが添付。'; $labels['vcard'] = 'vCard'; +$labels['forwardvcard'] = 'vCardを転送'; ?> \ No newline at end of file diff --git a/plugins/vcard_attachments/localization/nl_NL.inc b/plugins/vcard_attachments/localization/nl_NL.inc index 2924f62be..61dc0670d 100644 --- a/plugins/vcard_attachments/localization/nl_NL.inc +++ b/plugins/vcard_attachments/localization/nl_NL.inc @@ -18,5 +18,7 @@ $labels['addvcardmsg'] = 'Voeg vCard toe aan adresboek'; $labels['vcardsavefailed'] = 'Kan vCard niet opslaan'; $labels['attachvcard'] = 'vCard toevoegen'; +$labels['vcardattached'] = 'vCard bijgevoegd'; $labels['vcard'] = 'vCard'; +$labels['forwardvcard'] = 'vCard doorsturen'; ?> \ No newline at end of file diff --git a/plugins/vcard_attachments/localization/pl_PL.inc b/plugins/vcard_attachments/localization/pl_PL.inc index 010219abb..ab3fae313 100644 --- a/plugins/vcard_attachments/localization/pl_PL.inc +++ b/plugins/vcard_attachments/localization/pl_PL.inc @@ -18,5 +18,7 @@ $labels['addvcardmsg'] = 'Dodaj wizytówkę (vCard) do kontaktów'; $labels['vcardsavefailed'] = 'Nie można zapisać wizytówki (vCard)'; $labels['attachvcard'] = 'Dołącz plik vCard'; +$labels['vcardattached'] = 'Załączono plik vCard.'; $labels['vcard'] = 'vCard'; +$labels['forwardvcard'] = 'Prześlij vCard.'; ?> \ No newline at end of file diff --git a/plugins/vcard_attachments/localization/pt_BR.inc b/plugins/vcard_attachments/localization/pt_BR.inc index 8d77e5909..9dedab87d 100644 --- a/plugins/vcard_attachments/localization/pt_BR.inc +++ b/plugins/vcard_attachments/localization/pt_BR.inc @@ -18,5 +18,7 @@ $labels['addvcardmsg'] = 'Adicionar o vCard ao Catálogo de Endereços'; $labels['vcardsavefailed'] = 'Impossível salvar o vCard'; $labels['attachvcard'] = 'Anexar vCard'; +$labels['vcardattached'] = 'vCard anexado.'; $labels['vcard'] = 'vCard'; +$labels['forwardvcard'] = 'Encaminhar vCard'; ?> \ No newline at end of file diff --git a/plugins/vcard_attachments/localization/zh_CN.inc b/plugins/vcard_attachments/localization/zh_CN.inc index 1af72e259..30ce51cb3 100644 --- a/plugins/vcard_attachments/localization/zh_CN.inc +++ b/plugins/vcard_attachments/localization/zh_CN.inc @@ -18,5 +18,7 @@ $labels['addvcardmsg'] = '添加 vCard 至地址簿中'; $labels['vcardsavefailed'] = '无法保存 vCard'; $labels['attachvcard'] = '附加 vCard'; +$labels['vcardattached'] = '已附加 vCard 文件'; $labels['vcard'] = 'vCard'; +$labels['forwardvcard'] = '转发 '; ?> \ No newline at end of file diff --git a/plugins/vcard_attachments/localization/zh_TW.inc b/plugins/vcard_attachments/localization/zh_TW.inc index 9cfcf4e2f..2864ccf06 100644 --- a/plugins/vcard_attachments/localization/zh_TW.inc +++ b/plugins/vcard_attachments/localization/zh_TW.inc @@ -18,5 +18,7 @@ $labels['addvcardmsg'] = '將 vCard 加入通訊錄'; $labels['vcardsavefailed'] = '無法儲存 vCard'; $labels['attachvcard'] = '附上 vCard'; +$labels['vcardattached'] = '已附上 vCard 檔案。'; $labels['vcard'] = 'vCard'; +$labels['forwardvcard'] = '轉寄 vCard'; ?> \ No newline at end of file diff --git a/plugins/zipdownload/localization/ca_ES.inc b/plugins/zipdownload/localization/ca_ES.inc index c8dd680ef..2823800c1 100644 --- a/plugins/zipdownload/localization/ca_ES.inc +++ b/plugins/zipdownload/localization/ca_ES.inc @@ -20,3 +20,4 @@ $labels['download'] = 'Descarrega...'; $labels['downloadmbox'] = 'Format mbox (.zip)'; $labels['downloadmaildir'] = 'Format maildir (.zip)'; $labels['downloademl'] = 'Codi font (.eml)'; +$labels['sizelimiterror'] = 'La mida total dels missatges seleccionats sobrepassa el límit ($size)'; diff --git a/plugins/zipdownload/localization/cs_CZ.inc b/plugins/zipdownload/localization/cs_CZ.inc index 9c4d45fd3..85775e038 100644 --- a/plugins/zipdownload/localization/cs_CZ.inc +++ b/plugins/zipdownload/localization/cs_CZ.inc @@ -20,3 +20,4 @@ $labels['download'] = 'Stáhnout...'; $labels['downloadmbox'] = 'Formát mbox (.zip)'; $labels['downloadmaildir'] = 'Formát maildir (.zip)'; $labels['downloademl'] = 'Zdroj (.eml)'; +$labels['sizelimiterror'] = 'Velikost vybraných zpráv byla překročena ($size)'; diff --git a/plugins/zipdownload/localization/cy_GB.inc b/plugins/zipdownload/localization/cy_GB.inc index 58911fef6..fb51b1b33 100644 --- a/plugins/zipdownload/localization/cy_GB.inc +++ b/plugins/zipdownload/localization/cy_GB.inc @@ -20,3 +20,4 @@ $labels['download'] = 'Lawrlwytho...'; $labels['downloadmbox'] = 'Fformat mbox (.zip)'; $labels['downloadmaildir'] = 'Fformat maildir (.zip)'; $labels['downloademl'] = 'Ffynhonnell (.eml)'; +$labels['sizelimiterror'] = 'Cyfanswm maint yr holl negeseuon sy\'n fwy na\'r cyfyngiad ($size)'; diff --git a/plugins/zipdownload/localization/en_GB.inc b/plugins/zipdownload/localization/en_GB.inc index c3400d971..36f2ea28d 100644 --- a/plugins/zipdownload/localization/en_GB.inc +++ b/plugins/zipdownload/localization/en_GB.inc @@ -20,3 +20,4 @@ $labels['download'] = 'Download...'; $labels['downloadmbox'] = 'Mbox format (.zip)'; $labels['downloadmaildir'] = 'Maildir format (.zip)'; $labels['downloademl'] = 'Source (.eml)'; +$labels['sizelimiterror'] = 'Total size of selected messages exceeds the limit ($size)'; diff --git a/plugins/zipdownload/localization/fi_FI.inc b/plugins/zipdownload/localization/fi_FI.inc index fed2d9cf3..f33af7cfc 100644 --- a/plugins/zipdownload/localization/fi_FI.inc +++ b/plugins/zipdownload/localization/fi_FI.inc @@ -20,3 +20,4 @@ $labels['download'] = 'Lataa...'; $labels['downloadmbox'] = 'Mbox-muoto (.zip)'; $labels['downloadmaildir'] = 'Maildir-muoto (.zip)'; $labels['downloademl'] = 'Lähde (.eml)'; +$labels['sizelimiterror'] = 'Valitsemiesi viestien yhteiskoko ylittää rajoituksen ($size)'; diff --git a/plugins/zipdownload/localization/fr_FR.inc b/plugins/zipdownload/localization/fr_FR.inc index 57c8bf6ee..ca98c32ee 100644 --- a/plugins/zipdownload/localization/fr_FR.inc +++ b/plugins/zipdownload/localization/fr_FR.inc @@ -20,3 +20,4 @@ $labels['download'] = 'Télécharger...'; $labels['downloadmbox'] = 'Format mbox (.zip)'; $labels['downloadmaildir'] = 'Format maildir (.zip)'; $labels['downloademl'] = 'Source (.eml)'; +$labels['sizelimiterror'] = 'La taille totale des courriels sélectionnés dépasse la limite ($size)'; diff --git a/plugins/zipdownload/localization/ga_IE.inc b/plugins/zipdownload/localization/ga_IE.inc index 5ad4c6ae8..ca1303a59 100644 --- a/plugins/zipdownload/localization/ga_IE.inc +++ b/plugins/zipdownload/localization/ga_IE.inc @@ -18,4 +18,6 @@ $labels['downloadall'] = 'Íosluchtaigh gach ceangaltán'; $labels['download'] = 'Íosluchtaigh...'; $labels['downloadmbox'] = 'Formáid Mbox (.zip)'; +$labels['downloadmaildir'] = 'Formáid maildir (.zip)'; $labels['downloademl'] = 'Foinse (.eml)'; +$labels['sizelimiterror'] = 'Sáraíonn méid iomlán na dteachtaireachtaí roghnaithe an teorainn ($size)'; diff --git a/plugins/zipdownload/localization/he_IL.inc b/plugins/zipdownload/localization/he_IL.inc index 50521fc6c..404f13ef2 100644 --- a/plugins/zipdownload/localization/he_IL.inc +++ b/plugins/zipdownload/localization/he_IL.inc @@ -20,3 +20,4 @@ $labels['download'] = 'מוריד כעת...'; $labels['downloadmbox'] = 'פורמט Mbox ‏(zip.)'; $labels['downloadmaildir'] = 'פורמט Maildir ‏(zip.)'; $labels['downloademl'] = 'מקור (eml.)'; +$labels['sizelimiterror'] = 'הגודל הכולל של ההודעות שנבחרו עולה על הכמות שהוגדרה בסך ($size)'; diff --git a/plugins/zipdownload/localization/hu_HU.inc b/plugins/zipdownload/localization/hu_HU.inc index 557d14ceb..a0003babd 100644 --- a/plugins/zipdownload/localization/hu_HU.inc +++ b/plugins/zipdownload/localization/hu_HU.inc @@ -20,3 +20,4 @@ $labels['download'] = 'Letöltés...'; $labels['downloadmbox'] = 'Mbox formátum (.zip)'; $labels['downloadmaildir'] = 'Maildir formátum (.zip)'; $labels['downloademl'] = 'Forrás (.eml)'; +$labels['sizelimiterror'] = 'A kiválasztott üzenetek mérete meghaladta a maximum méretet ($size) '; diff --git a/plugins/zipdownload/localization/is_IS.inc b/plugins/zipdownload/localization/is_IS.inc index 81c86d51c..18995d389 100644 --- a/plugins/zipdownload/localization/is_IS.inc +++ b/plugins/zipdownload/localization/is_IS.inc @@ -20,3 +20,4 @@ $labels['download'] = 'Hlaða niður...'; $labels['downloadmbox'] = 'Mbox snið (.zip)'; $labels['downloadmaildir'] = 'Maildir snið (.zip)'; $labels['downloademl'] = 'Upprunalegt (.eml)'; +$labels['sizelimiterror'] = 'Heildarstærð valinna skilaboða fer fram yfir ($size) takmörkin'; diff --git a/plugins/zipdownload/localization/ja_JP.inc b/plugins/zipdownload/localization/ja_JP.inc index 71a8143a4..ad8aed64e 100644 --- a/plugins/zipdownload/localization/ja_JP.inc +++ b/plugins/zipdownload/localization/ja_JP.inc @@ -20,3 +20,4 @@ $labels['download'] = 'ダウンロード...'; $labels['downloadmbox'] = 'mbox形式(.zip)'; $labels['downloadmaildir'] = 'Maildir形式(.zip)'; $labels['downloademl'] = 'ソース(.eml)'; +$labels['sizelimiterror'] = '選択したメッセージのサイズの合計が制限($size)を超過します。'; diff --git a/plugins/zipdownload/localization/lt_LT.inc b/plugins/zipdownload/localization/lt_LT.inc index 85ecb9b09..b289f16f0 100644 --- a/plugins/zipdownload/localization/lt_LT.inc +++ b/plugins/zipdownload/localization/lt_LT.inc @@ -20,3 +20,4 @@ $labels['download'] = 'Parsisiųsti...'; $labels['downloadmbox'] = 'Mbox formatas (.zip)'; $labels['downloadmaildir'] = 'Maildir formatas (.zip)'; $labels['downloademl'] = 'Kodas (.eml)'; +$labels['sizelimiterror'] = 'Bendras pasirinktų laiškų dydis viršija ribą ($size)'; diff --git a/plugins/zipdownload/localization/nl_NL.inc b/plugins/zipdownload/localization/nl_NL.inc index ef8276970..6b1c51f5e 100644 --- a/plugins/zipdownload/localization/nl_NL.inc +++ b/plugins/zipdownload/localization/nl_NL.inc @@ -20,3 +20,4 @@ $labels['download'] = 'Download...'; $labels['downloadmbox'] = 'Mbox-formaat (.zip)'; $labels['downloadmaildir'] = 'Maildir-formaat (.zip)'; $labels['downloademl'] = 'Bron (.eml)'; +$labels['sizelimiterror'] = 'Totale grootte van geselecteerde berichten is groter dan de limit ($size)'; diff --git a/plugins/zipdownload/localization/pl_PL.inc b/plugins/zipdownload/localization/pl_PL.inc index eefbd7485..a8bf8fd5f 100644 --- a/plugins/zipdownload/localization/pl_PL.inc +++ b/plugins/zipdownload/localization/pl_PL.inc @@ -20,3 +20,4 @@ $labels['download'] = 'Pobierz...'; $labels['downloadmbox'] = 'Format mbox (.zip)'; $labels['downloadmaildir'] = 'Format maildir (.zip)'; $labels['downloademl'] = 'Źródło wiadomości (.eml)'; +$labels['sizelimiterror'] = 'Całkowity rozmiar wybranych wiadomości przekracza limit ($size)'; diff --git a/plugins/zipdownload/localization/pt_BR.inc b/plugins/zipdownload/localization/pt_BR.inc index 9cd03b7d8..3ddcc51ad 100644 --- a/plugins/zipdownload/localization/pt_BR.inc +++ b/plugins/zipdownload/localization/pt_BR.inc @@ -20,3 +20,4 @@ $labels['download'] = 'Baixar...'; $labels['downloadmbox'] = 'Formato mbox (.zip)'; $labels['downloadmaildir'] = 'Formato maildir (.zip)'; $labels['downloademl'] = 'Fonte (.eml)'; +$labels['sizelimiterror'] = 'Tamanho total das mensagens selecionadas excede o limite ($size)'; diff --git a/plugins/zipdownload/localization/pt_PT.inc b/plugins/zipdownload/localization/pt_PT.inc index 40b7d6623..e13ee15c7 100644 --- a/plugins/zipdownload/localization/pt_PT.inc +++ b/plugins/zipdownload/localization/pt_PT.inc @@ -20,3 +20,4 @@ $labels['download'] = 'Transferir...'; $labels['downloadmbox'] = 'Formato Mbox (.zip)'; $labels['downloadmaildir'] = 'Formato Maildir (.zip)'; $labels['downloademl'] = 'Original (.eml)'; +$labels['sizelimiterror'] = 'O tamanho total das mensagens seleccionadas excede o limite de ($size)'; diff --git a/plugins/zipdownload/localization/ru_RU.inc b/plugins/zipdownload/localization/ru_RU.inc index 93725e355..82f8eafc1 100644 --- a/plugins/zipdownload/localization/ru_RU.inc +++ b/plugins/zipdownload/localization/ru_RU.inc @@ -20,3 +20,4 @@ $labels['download'] = 'Загрузка...'; $labels['downloadmbox'] = 'Формат Mbox (.zip)'; $labels['downloadmaildir'] = 'Формат Maildir (.zip)'; $labels['downloademl'] = 'Исходный формат (.eml)'; +$labels['sizelimiterror'] = 'Общий размер выбранных сообщений превышает лимит ($size)'; diff --git a/plugins/zipdownload/localization/sk_SK.inc b/plugins/zipdownload/localization/sk_SK.inc index a7ab21c2d..31962e537 100644 --- a/plugins/zipdownload/localization/sk_SK.inc +++ b/plugins/zipdownload/localization/sk_SK.inc @@ -20,3 +20,4 @@ $labels['download'] = 'Stiahnuť...'; $labels['downloadmbox'] = 'Formát Mbox (.zip)'; $labels['downloadmaildir'] = 'Formát Maildir (.zip)'; $labels['downloademl'] = 'Zdroj (.eml)'; +$labels['sizelimiterror'] = 'Celková veľkosť vybraných správ prekračuje limit ($size)'; diff --git a/plugins/zipdownload/localization/sq_AL.inc b/plugins/zipdownload/localization/sq_AL.inc index 5f5eafc45..837da8c97 100644 --- a/plugins/zipdownload/localization/sq_AL.inc +++ b/plugins/zipdownload/localization/sq_AL.inc @@ -20,3 +20,4 @@ $labels['download'] = 'Shkarkoni…'; $labels['downloadmbox'] = 'Në format Mbox (.zip)'; $labels['downloadmaildir'] = 'Në format Maildir (.zip)'; $labels['downloademl'] = 'Burim (.eml)'; +$labels['sizelimiterror'] = 'Madhësia gjithsej e mesazheve të përzgjedhur e tejkalon kufirin ($size)'; diff --git a/plugins/zipdownload/localization/sv_SE.inc b/plugins/zipdownload/localization/sv_SE.inc index 4a3d5ded3..e15003021 100644 --- a/plugins/zipdownload/localization/sv_SE.inc +++ b/plugins/zipdownload/localization/sv_SE.inc @@ -20,3 +20,4 @@ $labels['download'] = 'Hämta...'; $labels['downloadmbox'] = 'Format Mbox (.zip)'; $labels['downloadmaildir'] = 'Format Maildir (.zip)'; $labels['downloademl'] = 'Källkod (.eml)'; +$labels['sizelimiterror'] = 'Sammanlagd storlek på valda meddelanden är för stor ($size)'; diff --git a/plugins/zipdownload/localization/tr_TR.inc b/plugins/zipdownload/localization/tr_TR.inc index ee51f1159..36d1f870e 100644 --- a/plugins/zipdownload/localization/tr_TR.inc +++ b/plugins/zipdownload/localization/tr_TR.inc @@ -20,3 +20,4 @@ $labels['download'] = 'İndir...'; $labels['downloadmbox'] = 'Mbox biçimi (.zip)'; $labels['downloadmaildir'] = 'Maildir biçimi (.zip)'; $labels['downloademl'] = 'Kaynak (.eml)'; +$labels['sizelimiterror'] = 'Seçilmiş iletilerin toplam boyutu belirtilen sınırı aşıyor ($size)'; diff --git a/plugins/zipdownload/localization/zh_CN.inc b/plugins/zipdownload/localization/zh_CN.inc index a020756c0..aff9c2bf8 100644 --- a/plugins/zipdownload/localization/zh_CN.inc +++ b/plugins/zipdownload/localization/zh_CN.inc @@ -20,3 +20,4 @@ $labels['download'] = '下载...'; $labels['downloadmbox'] = 'Mbox 格式 (.zip)'; $labels['downloadmaildir'] = 'Maildir 格式 (.zip)'; $labels['downloademl'] = '源代码 (.eml)'; +$labels['sizelimiterror'] = '选中消息的总大小超过了限制 ($size)'; diff --git a/plugins/zipdownload/localization/zh_TW.inc b/plugins/zipdownload/localization/zh_TW.inc index 4fb9efec1..e39105222 100644 --- a/plugins/zipdownload/localization/zh_TW.inc +++ b/plugins/zipdownload/localization/zh_TW.inc @@ -20,3 +20,4 @@ $labels['download'] = '下載...'; $labels['downloadmbox'] = 'Mbox 格式 (.zip)'; $labels['downloadmaildir'] = 'Maildir 格式 (.zip)'; $labels['downloademl'] = '原始格式 (.eml)'; +$labels['sizelimiterror'] = '所選郵件總大小超過限制 ($size)'; diff --git a/program/localization/ar/messages.inc b/program/localization/ar/messages.inc index 8f63c40c5..a1e4b3fbd 100644 --- a/program/localization/ar/messages.inc +++ b/program/localization/ar/messages.inc @@ -28,7 +28,6 @@ $messages['errornoperm'] = 'تعذر تنفيذ العملية. ليست لدي $messages['invalidrequest'] = 'طلب غير صالح! لم تحفظ أية بيانات.'; $messages['invalidhost'] = 'إسم الخادوم خاطئ.'; $messages['nomessagesfound'] = 'لم يعثر على أية رسائل في صندوق البريد هذا'; -$messages['loggedout'] = 'قمت بإنهاء هذه الجلسة بنجاح. إلى اللقاء!'; $messages['mailboxempty'] = 'علبة البريد فارغة'; $messages['nomessages'] = 'ليس هناك أية رسالة'; $messages['refreshing'] = 'عملية التحديث جارية …'; diff --git a/program/localization/ar/timezones.inc b/program/localization/ar/timezones.inc index 649e8b479..0907680f9 100644 --- a/program/localization/ar/timezones.inc +++ b/program/localization/ar/timezones.inc @@ -36,16 +36,21 @@ $labels['tz:africa:douala'] = 'دوالا'; $labels['tz:africa:el_aaiun'] = 'العيون'; $labels['tz:africa:harare'] = 'هراري'; $labels['tz:africa:johannesburg'] = 'جوهانسبورغ'; +$labels['tz:africa:juba'] = 'جوبا'; $labels['tz:africa:kampala'] = 'كامبالا'; $labels['tz:africa:khartoum'] = 'الخرطوم'; +$labels['tz:africa:kigali'] = 'كيغالي'; $labels['tz:africa:kinshasa'] = 'كينشاسا'; $labels['tz:africa:lagos'] = 'لاغوس'; +$labels['tz:africa:libreville'] = 'لبير فيل'; $labels['tz:africa:lome'] = 'لومي'; $labels['tz:africa:luanda'] = 'لواندا'; $labels['tz:africa:lubumbashi'] = 'لوبومباشي'; $labels['tz:africa:lusaka'] = 'لوزاكا'; $labels['tz:africa:malabo'] = 'مالابو'; $labels['tz:africa:maputo'] = 'مابوتو'; +$labels['tz:africa:mbabane'] = 'مبابان'; +$labels['tz:africa:mogadishu'] = 'موغاديشيو'; $labels['tz:africa:monrovia'] = 'منروفيا'; $labels['tz:africa:nairobi'] = 'نايروبي'; $labels['tz:africa:ndjamena'] = 'نجامينا'; @@ -59,12 +64,30 @@ $labels['tz:america:anchorage'] = 'أونكوراج'; $labels['tz:america:halifax'] = 'هاليفاكس'; $labels['tz:america:indiana'] = 'الإنديانا'; $labels['tz:america:indiana:petersburg'] = 'بيترزبرغ'; +$labels['tz:america:indiana:winamac'] = 'ويناماك'; $labels['tz:america:jamaica'] = 'جامايكا'; +$labels['tz:america:kentucky'] = 'كانتوكي'; +$labels['tz:america:la_paz'] = 'لاباز'; +$labels['tz:america:lima'] = 'ليما'; $labels['tz:america:los_angeles'] = 'لوس أنجلس'; +$labels['tz:america:manaus'] = 'ماناووس'; +$labels['tz:america:martinique'] = 'مارتينيك'; $labels['tz:america:montevideo'] = 'مونتيفيديو'; $labels['tz:america:montserrat'] = 'مونسيراط'; $labels['tz:america:new_york'] = 'نيويورك'; +$labels['tz:america:panama'] = 'بانما'; +$labels['tz:america:paramaribo'] = 'باراماريبو'; +$labels['tz:america:phoenix'] = 'فينيكس'; +$labels['tz:america:port-au-prince'] = 'بور أو برانس'; +$labels['tz:america:puerto_rico'] = 'بورتو ريكو'; +$labels['tz:america:regina'] = 'ريجينا'; +$labels['tz:america:santiago'] = 'سان تياغو'; +$labels['tz:america:sao_paulo'] = 'ساو باولو'; +$labels['tz:america:tijuana'] = 'تيخوانا'; $labels['tz:america:toronto'] = 'تورونطو'; +$labels['tz:america:tortola'] = 'تورتولا'; +$labels['tz:america:vancouver'] = 'فانكوفر'; +$labels['tz:america:winnipeg'] = 'وينيباغ'; $labels['tz:antarctica:mawson'] = 'ماوسن'; $labels['tz:antarctica:palmer'] = 'بالمر'; $labels['tz:antarctica:troll'] = 'طرول'; @@ -74,40 +97,59 @@ $labels['tz:asia:aden'] = 'عدن'; $labels['tz:asia:amman'] = 'عمان'; $labels['tz:asia:baghdad'] = 'بغداد'; $labels['tz:asia:bahrain'] = 'البحرين'; +$labels['tz:asia:bangkok'] = 'بانكوك'; $labels['tz:asia:beirut'] = 'بيروت'; +$labels['tz:asia:brunei'] = 'بروناي'; $labels['tz:asia:colombo'] = 'كولومبو'; $labels['tz:asia:damascus'] = 'دمشق'; $labels['tz:asia:dubai'] = 'دبي'; +$labels['tz:asia:famagusta'] = 'فاماغوستا'; $labels['tz:asia:gaza'] = 'غزة'; $labels['tz:asia:hong_kong'] = 'هونغ كونغ'; $labels['tz:asia:jakarta'] = 'جاكارتا'; +$labels['tz:asia:jayapura'] = 'جايابورا'; $labels['tz:asia:kabul'] = 'كابل'; $labels['tz:asia:karachi'] = 'كراتشي'; +$labels['tz:asia:kolkata'] = 'كولكاتا'; $labels['tz:asia:kuala_lumpur'] = 'كوالالمبور'; +$labels['tz:asia:kuwait'] = 'الكويت'; +$labels['tz:asia:macau'] = 'ماكاو'; +$labels['tz:asia:manila'] = 'مانيلا'; $labels['tz:asia:muscat'] = 'مسقط'; +$labels['tz:asia:nicosia'] = 'نيقوسيا'; $labels['tz:asia:qatar'] = 'قطر'; $labels['tz:asia:riyadh'] = 'الرياض'; $labels['tz:asia:samarkand'] = 'سمرقند'; $labels['tz:asia:shanghai'] = 'شانغهاي'; $labels['tz:asia:singapore'] = 'سانغفورة'; +$labels['tz:asia:taipei'] = 'تاي باي'; $labels['tz:asia:tehran'] = 'طهران'; $labels['tz:asia:tokyo'] = 'طوكيو'; $labels['tz:asia:vladivostok'] = 'فلاديفوسطوك'; $labels['tz:atlantic:reykjavik'] = 'ريكيافيك'; $labels['tz:australia'] = 'أستراليا'; +$labels['tz:australia:melbourne'] = 'ميلبورن'; $labels['tz:australia:sydney'] = 'سيدني'; $labels['tz:europe'] = 'أوروبا'; $labels['tz:europe:amsterdam'] = 'أمستيردام'; +$labels['tz:europe:andorra'] = 'أندورا'; $labels['tz:europe:athens'] = 'أثينا'; $labels['tz:europe:belgrade'] = 'بلغراد'; $labels['tz:europe:berlin'] = 'برلين'; +$labels['tz:europe:bratislava'] = 'براتيسلافا'; $labels['tz:europe:brussels'] = 'بروكسل'; $labels['tz:europe:bucharest'] = 'بوخاريست'; $labels['tz:europe:budapest'] = 'بودابست'; +$labels['tz:europe:dublin'] = 'دوبلين'; +$labels['tz:europe:gibraltar'] = 'جبل طارق'; +$labels['tz:europe:helsinki'] = 'هيلسينكي'; $labels['tz:europe:istanbul'] = 'إسطنبول'; $labels['tz:europe:kiev'] = 'كييف'; +$labels['tz:europe:lisbon'] = 'لشبونة'; $labels['tz:europe:london'] = 'لندن'; +$labels['tz:europe:luxembourg'] = 'اللوكسومبورغ'; $labels['tz:europe:madrid'] = 'مادريد'; +$labels['tz:europe:malta'] = 'مالطا'; $labels['tz:europe:monaco'] = 'موناكو'; $labels['tz:europe:moscow'] = 'موسكو'; $labels['tz:europe:oslo'] = 'أوسلو'; @@ -116,5 +158,7 @@ $labels['tz:europe:rome'] = 'روما'; $labels['tz:europe:sarajevo'] = 'ساراييفو'; $labels['tz:europe:vatican'] = 'الفاتيكان'; $labels['tz:europe:vienna'] = 'فيينا'; +$labels['tz:europe:warsaw'] = 'فارسوفيا'; +$labels['tz:europe:zagreb'] = 'زاغرب'; $labels['tz:pacific:midway'] = 'ميدواي'; $labels['tz:pacific:tahiti'] = 'تاهيتي'; diff --git a/program/localization/ar_SA/labels.inc b/program/localization/ar_SA/labels.inc index d689c3d18..211eb702e 100644 --- a/program/localization/ar_SA/labels.inc +++ b/program/localization/ar_SA/labels.inc @@ -200,6 +200,7 @@ $labels['returnreceipt'] = 'ايصال استلام'; $labels['dsn'] = 'تنويه حالة التوصيل'; $labels['mailreplyintro'] = 'كتب $sender في $date:'; $labels['originalmessage'] = 'الرسالة الأساسية'; +$labels['insert'] = 'ادراج'; $labels['recipient'] = 'مستلم'; $labels['editidents'] = 'تعديل الهويات'; $labels['spellcheck'] = 'التدقيق اﻹملائى'; @@ -333,7 +334,6 @@ $labels['importreplace'] = 'استبدل دفتر العناوين بأكمله' $labels['importgroups'] = 'استيراد مهام المجموعة '; $labels['importgroupsall'] = 'الكل (انشاء مجموعة في حال الحاجة)'; $labels['importgroupsexisting'] = 'فقط للمجموعات الموجودة '; -$labels['importdesc'] = 'يمكنك رفع جهات الاتصال من دفاتر العناوين الموجودة.
نحن الان ندعم استيراد العناوين من vCard او CSV (comma-separated) data format.'; $labels['done'] = 'تم'; $labels['settingsfor'] = 'إعدادات'; $labels['about'] = 'نبذة'; diff --git a/program/localization/ar_SA/messages.inc b/program/localization/ar_SA/messages.inc index 67c613ce7..93ac39896 100644 --- a/program/localization/ar_SA/messages.inc +++ b/program/localization/ar_SA/messages.inc @@ -33,7 +33,6 @@ $messages['erroroverquotadelete'] = 'لا يوجد مساحة كافية. است $messages['invalidrequest'] = 'طلب غير صالح! لم تحفظ أية بيانات.'; $messages['invalidhost'] = 'اسم الملقم غير صالح.'; $messages['nomessagesfound'] = 'لم يعثر على أية رسائل في صندوق البريد هذا'; -$messages['loggedout'] = 'قمت بإنهاء هذه الجلسة بنجاح. إلى اللقاء!'; $messages['mailboxempty'] = 'صندوق البريد فارغ'; $messages['nomessages'] = 'لا يوجد رسائل'; $messages['refreshing'] = 'جاري التحديث...'; diff --git a/program/localization/ast/labels.inc b/program/localization/ast/labels.inc index c357e0aa5..9add6e194 100644 --- a/program/localization/ast/labels.inc +++ b/program/localization/ast/labels.inc @@ -213,6 +213,7 @@ $labels['selectimage'] = 'Esbillar imaxe'; $labels['addimage'] = 'Amestar imaxe'; $labels['selectmedia'] = 'Esbillar película'; $labels['addmedia'] = 'Amestar película'; +$labels['insert'] = 'Inxertar'; $labels['editidents'] = 'Editar identidaes'; $labels['spellcheck'] = 'Correutor ortográficu'; $labels['checkspelling'] = 'Revisar ortografía'; @@ -355,7 +356,6 @@ $labels['importreplace'] = 'Trocar el llibru de direiciones enteru'; $labels['importgroups'] = 'Importar asignaciones de grupu'; $labels['importgroupsall'] = 'Toos (crear grupos si ye necesario)'; $labels['importgroupsexisting'] = 'Namái pa los grupos esistentes'; -$labels['importdesc'] = 'Pues xubir los contautos dende una llibreta de direiciones esistente.
Anguaño permitimos la importación de direiciones dende los formatos de datos vCard o CSV (separtaos per comes).'; $labels['done'] = 'Fecho'; $labels['settingsfor'] = 'Axustes pa'; $labels['about'] = 'Tocante a'; diff --git a/program/localization/ast/messages.inc b/program/localization/ast/messages.inc index 32c1d7c45..eaef8fdab 100644 --- a/program/localization/ast/messages.inc +++ b/program/localization/ast/messages.inc @@ -33,7 +33,6 @@ $messages['erroroverquotadelete'] = 'Nun queda espaciu nel discu. Usa Shift+Supr $messages['invalidrequest'] = 'Fallu de la solicitú. Nun se guardaron datos.'; $messages['invalidhost'] = 'Nome de sirvidor inválidu.'; $messages['nomessagesfound'] = 'Nun s\'atoparon mensaxes na bandexa'; -$messages['loggedout'] = 'Zarrasti la sesión. Ta llueu!'; $messages['mailboxempty'] = 'La bandexa de corréu ta balera'; $messages['nomessages'] = 'Nun hai mensaxes'; $messages['refreshing'] = 'Anovando...'; diff --git a/program/localization/az_AZ/labels.inc b/program/localization/az_AZ/labels.inc index 31c71e872..9d6398783 100644 --- a/program/localization/az_AZ/labels.inc +++ b/program/localization/az_AZ/labels.inc @@ -224,6 +224,7 @@ $labels['importpubkeys'] = 'İctimai açarları idxal et'; $labels['encryptedsendialog'] = 'Şifrəli mesaj göndərilir'; $labels['keyid'] = 'Açar ID'; $labels['keyexpired'] = 'Vaxtı keçib'; +$labels['insert'] = 'Yerləşdir'; $labels['recipient'] = 'Qəbul edən'; $labels['editidents'] = 'İdentifikasiyanı dəyiş'; $labels['spellcheck'] = 'Orfoqrafiya'; @@ -364,7 +365,6 @@ $labels['importreplace'] = 'Ünvan kitabçasını dəyiş'; $labels['importgroups'] = 'Qrup idxalı tapşırığı'; $labels['importgroupsall'] = 'Hamısı (əgər lazımdırsa qrupun yaradılması)'; $labels['importgroupsexisting'] = 'Yalnız mövcud qruplar üçün'; -$labels['importdesc'] = 'Siz kontaktları mövcud ünvan kitabçasından yükləyə bilərsiniz.
Hal-hazırda biz ünvanların idxalını vCard və ya CSV (vergüllə bölünmüş) formatında olan vizit kartları dəstəkləyirik.'; $labels['done'] = 'Bitdi'; $labels['settingsfor'] = 'Nizamlamaları'; $labels['about'] = 'Haqqında'; diff --git a/program/localization/az_AZ/messages.inc b/program/localization/az_AZ/messages.inc index aaed91484..88737be08 100644 --- a/program/localization/az_AZ/messages.inc +++ b/program/localization/az_AZ/messages.inc @@ -31,7 +31,6 @@ $messages['erroroverquotadelete'] = 'Boş disk həcmi yoxdur. Məktubu silmək $messages['invalidrequest'] = 'Səhv sorğu! Məlumat yaddaşda qalmadı.'; $messages['invalidhost'] = 'Səhv server adı.'; $messages['nomessagesfound'] = 'Poçt qutusunda məktub tapılmadı.'; -$messages['loggedout'] = 'Çıxış uğurlu oldu. Sağ olun!'; $messages['mailboxempty'] = 'Poçt boşdur'; $messages['nomessages'] = 'Məktub yoxdur'; $messages['refreshing'] = 'Yenilənmə...'; diff --git a/program/localization/be_BE/labels.inc b/program/localization/be_BE/labels.inc index 7a133a907..0d8fa2858 100644 --- a/program/localization/be_BE/labels.inc +++ b/program/localization/be_BE/labels.inc @@ -211,6 +211,7 @@ $labels['selectimage'] = 'Абраць відарыс'; $labels['addimage'] = 'Дадаць відарыс'; $labels['selectmedia'] = 'Абраць фільмік'; $labels['addmedia'] = 'Дадаць фільмік'; +$labels['insert'] = 'Даданне'; $labels['recipient'] = 'Каму'; $labels['editidents'] = 'Рэдагаваць тоеснасці'; $labels['spellcheck'] = 'Правапіс'; @@ -354,7 +355,6 @@ $labels['importreplace'] = 'Замяніць адрасную кнігу цал $labels['importgroups'] = 'Імпартаваць прызначэнні групы'; $labels['importgroupsall'] = 'Усе (стварыць групы пры неабходнасці)'; $labels['importgroupsexisting'] = 'Толькі для існуючых груп'; -$labels['importdesc'] = 'Кантакты можна загрузіць з існуючай адраснай кнігі.
На дадзены момант падтрымліваюцца адрасы ў фарматах vCard і CSV (значэнні праз коску).'; $labels['done'] = 'Гатова'; $labels['settingsfor'] = 'Настаўленні для'; $labels['about'] = 'Апісанне'; diff --git a/program/localization/be_BE/messages.inc b/program/localization/be_BE/messages.inc index c6a4499d3..017eef75b 100644 --- a/program/localization/be_BE/messages.inc +++ b/program/localization/be_BE/messages.inc @@ -33,7 +33,6 @@ $messages['erroroverquotadelete'] = 'Няма свабоднай прастор $messages['invalidrequest'] = 'Невалідны запрос! Дадзеныя не захаваныя.'; $messages['invalidhost'] = 'Няслушнае імя сервера.'; $messages['nomessagesfound'] = 'Паведамленняў у гэтай скрынцы не знойдзена'; -$messages['loggedout'] = 'Сесія скасавана. Да пабачэння!'; $messages['mailboxempty'] = 'У паштовай скрынцы пуста'; $messages['nomessages'] = 'Няма паведамленняў'; $messages['refreshing'] = 'Абнаўляецца...'; diff --git a/program/localization/bg_BG/labels.inc b/program/localization/bg_BG/labels.inc index 2842daa3d..8554074b3 100644 --- a/program/localization/bg_BG/labels.inc +++ b/program/localization/bg_BG/labels.inc @@ -238,6 +238,7 @@ $labels['keylength'] = 'Бита'; $labels['keyexpired'] = 'Изтекъл'; $labels['keyrevoked'] = 'Отменено'; $labels['bccinstead'] = 'Използвай Bcc'; +$labels['insert'] = 'Вмъкване'; $labels['recipient'] = 'Получател'; $labels['editidents'] = 'Промени самоличности'; $labels['spellcheck'] = 'Правопис'; @@ -390,7 +391,6 @@ $labels['importreplace'] = 'Замени цялата адресна книга' $labels['importgroups'] = 'Импорт на задачи на група'; $labels['importgroupsall'] = 'Всички (създава групи ако е необходимо)'; $labels['importgroupsexisting'] = 'Само за съществуващите групи'; -$labels['importdesc'] = 'Можете да качвате контакти от съществуваща адресна книга.
В момента поддържаме импорт на адреси от файловите формати vCard или CSV (comma-separated).'; $labels['done'] = 'Готово'; $labels['settingsfor'] = 'Настройки за'; $labels['about'] = 'Относно'; diff --git a/program/localization/bg_BG/messages.inc b/program/localization/bg_BG/messages.inc index 07f819f56..7c5838e52 100644 --- a/program/localization/bg_BG/messages.inc +++ b/program/localization/bg_BG/messages.inc @@ -34,7 +34,6 @@ $messages['erroroverquotadelete'] = 'Няма достатъчно свобод $messages['invalidrequest'] = 'Невалидна заявка! Данните не са съхранени.'; $messages['invalidhost'] = 'Невалидно име на сървър.'; $messages['nomessagesfound'] = 'Няма намерени писма в тази папка.'; -$messages['loggedout'] = 'Сесията е прекратена успешно. Довиждане до следващия път!'; $messages['mailboxempty'] = 'Пощенската кутия е празна'; $messages['nomessages'] = 'Няма писма'; $messages['refreshing'] = 'Обновяване...'; diff --git a/program/localization/bn_BD/messages.inc b/program/localization/bn_BD/messages.inc index f3362a44e..e52acc29d 100644 --- a/program/localization/bn_BD/messages.inc +++ b/program/localization/bn_BD/messages.inc @@ -20,7 +20,6 @@ $messages['cookiesdisabled'] = 'আপনার ব্রাউজার, কু $messages['sessionerror'] = 'আপনার সেশন শেষ'; $messages['storageerror'] = 'মেইল সারভার এর সাথে যোগাযোগ করা গেল না'; $messages['nomessagesfound'] = 'এই মেইলবক্সে কোনো চিঠি নাই'; -$messages['loggedout'] = 'আপনের সেশন ঠিকঠাক মতো শেষ হইছে। শুভবিদায়।'; $messages['loading'] = 'কম্পুটার কাজ করতেছে . .'; $messages['loadingdata'] = 'কম্পুটার তথ্য আনছে আপনার জন্য..'; $messages['checkingmail'] = 'নতুন চিঠি আসছে কিনা তা দেখা হচ্ছে'; diff --git a/program/localization/br/labels.inc b/program/localization/br/labels.inc index c07a4240e..0b97003e8 100644 --- a/program/localization/br/labels.inc +++ b/program/localization/br/labels.inc @@ -231,6 +231,7 @@ $labels['keyid'] = 'Naoudi an alc\'hwez'; $labels['keylength'] = 'a vitoù'; $labels['keyexpired'] = 'Diamzeret'; $labels['keyrevoked'] = 'Dizorniet'; +$labels['insert'] = 'Enlakaat'; $labels['recipient'] = 'Degemerer'; $labels['editidents'] = 'Embann ar pivelezhioù'; $labels['spellcheck'] = 'Skrivañ'; @@ -381,7 +382,6 @@ $labels['importreplace'] = 'Amsaviñ ar c\'harned chomlec\'hioù a-bezh'; $labels['importgroups'] = 'Enporzhiañ deverkadurioù strolladoù'; $labels['importgroupsall'] = 'An holl (krouiñ strolladoù m\'eo ret)'; $labels['importgroupsexisting'] = 'Evit ar strolladoù ma zo diouto hepken'; -$labels['importdesc'] = 'Gallout a rit pellgas darempredoù adalek ur c\'harned chomlec\'hioù a zo dioutañ.
Skorañ a reomp enporzhiañ chomlec\'hioù adalek ar mentrezhoù vCard pe CSV (comma-separated).'; $labels['done'] = 'Graet eo'; $labels['settingsfor'] = 'Arventennoù evit'; $labels['about'] = 'Diwar-benn'; diff --git a/program/localization/br/messages.inc b/program/localization/br/messages.inc index dd4c026c1..cb61c96ab 100644 --- a/program/localization/br/messages.inc +++ b/program/localization/br/messages.inc @@ -34,7 +34,6 @@ $messages['erroroverquotadelete'] = 'Egor dieub ebet er gantenn. Grit Pennlizh.+ $messages['invalidrequest'] = 'Azgoulenn didalvoudek! N\'ez eus bet enrollet roadenn ebet.'; $messages['invalidhost'] = 'Anv dafariad didalvoudek'; $messages['nomessagesfound'] = 'Kemennadenn ebet er voest lizhiri'; -$messages['loggedout'] = 'Digevreet hoc\'h eus mat. Kenavo !'; $messages['mailboxempty'] = 'Goulo eo ar voest lizhiri'; $messages['nomessages'] = 'Kemennadenn ebet'; $messages['refreshing'] = 'Oc\'h azgrenaat...'; diff --git a/program/localization/bs_BA/labels.inc b/program/localization/bs_BA/labels.inc index 23c33aaf9..d8250d2fd 100644 --- a/program/localization/bs_BA/labels.inc +++ b/program/localization/bs_BA/labels.inc @@ -216,6 +216,7 @@ $labels['selectimage'] = 'Odaberi sliku'; $labels['addimage'] = 'Dodaj sliku'; $labels['selectmedia'] = 'Odaberi film'; $labels['addmedia'] = 'Dodaj film'; +$labels['insert'] = 'Umetni'; $labels['recipient'] = 'Primaoc'; $labels['editidents'] = 'Uredi identitete'; $labels['spellcheck'] = 'Pravopis'; @@ -366,7 +367,6 @@ $labels['importreplace'] = 'Zamijeni cijeli adresar'; $labels['importgroups'] = 'Uvezi grupne zadatke'; $labels['importgroupsall'] = 'Sve (kreiraj grupe ako je potrebno)'; $labels['importgroupsexisting'] = 'Samo za postojeće grupe'; -$labels['importdesc'] = 'Kontakte možete dodati iz postojećeg adresara.
Trenutno podržavamo uvoz adresara u formatima vCard ili CSV (comma-separated).'; $labels['done'] = 'Završeno'; $labels['settingsfor'] = 'Podešavanja za'; $labels['about'] = 'Informacije'; diff --git a/program/localization/bs_BA/messages.inc b/program/localization/bs_BA/messages.inc index cfc79ca97..e5fb8f0ea 100644 --- a/program/localization/bs_BA/messages.inc +++ b/program/localization/bs_BA/messages.inc @@ -33,7 +33,6 @@ $messages['erroroverquotadelete'] = 'Nema slobodnog prostora. Pritisnite SHIFT+D $messages['invalidrequest'] = 'Neispravan zahtjev! Podaci nisu sačuvani.'; $messages['invalidhost'] = 'Neispravno ime servera.'; $messages['nomessagesfound'] = 'Nema poruka u ovom sandučetu.'; -$messages['loggedout'] = 'Uspješno ste se odjavili. Doviđenja!'; $messages['mailboxempty'] = 'Sanduče je prazno'; $messages['nomessages'] = 'Nema poruka'; $messages['refreshing'] = 'Osvježavam...'; diff --git a/program/localization/ca_ES/labels.inc b/program/localization/ca_ES/labels.inc index bc65fcc98..914e8e299 100644 --- a/program/localization/ca_ES/labels.inc +++ b/program/localization/ca_ES/labels.inc @@ -135,6 +135,7 @@ $labels['folders-all'] = 'Totes les carpetes'; $labels['more'] = 'Més'; $labels['back'] = 'Torna'; $labels['options'] = 'Opcions'; +$labels['actions'] = 'Accions'; $labels['first'] = 'Primer'; $labels['last'] = 'Darrer'; $labels['previous'] = 'Anterior'; @@ -238,6 +239,7 @@ $labels['keylength'] = 'Bits'; $labels['keyexpired'] = 'Caducat'; $labels['keyrevoked'] = 'Revocat'; $labels['bccinstead'] = 'Fes servir Bcc'; +$labels['insert'] = 'Insereix'; $labels['recipient'] = 'Destinatari'; $labels['editidents'] = 'Edita identitats'; $labels['spellcheck'] = 'Ortografia'; @@ -390,7 +392,6 @@ $labels['importreplace'] = 'Substitueix la llibreta d\'adreces sencera'; $labels['importgroups'] = 'Importa assignacions de grup'; $labels['importgroupsall'] = 'Tot (crea grups si és necessari)'; $labels['importgroupsexisting'] = 'Només per a grups existents'; -$labels['importdesc'] = 'Podeu afegir contactes des d\'una llibreta d\'adreces.
Actualment donem suport a la importació d\'adreces des de fitxers de tipus vCard o CSV (valors separats per comes).'; $labels['done'] = 'Fet'; $labels['settingsfor'] = 'Configuració per a'; $labels['about'] = 'Quant a'; diff --git a/program/localization/ca_ES/messages.inc b/program/localization/ca_ES/messages.inc index 0f943108d..e61aafb48 100644 --- a/program/localization/ca_ES/messages.inc +++ b/program/localization/ca_ES/messages.inc @@ -34,7 +34,7 @@ $messages['erroroverquotadelete'] = 'No hi ha prou espai lliure. Feu servir MAJ $messages['invalidrequest'] = 'Petició no vàlida! No s\'han desat les dades.'; $messages['invalidhost'] = 'Nom de servidor no vàlid.'; $messages['nomessagesfound'] = 'No s\'han trobat missatges en aquesta bústia.'; -$messages['loggedout'] = 'Heu tancat la sessió correctament. A reveure!'; +$messages['loggedout'] = 'Has finalitzat correctament la sessió. Fins aviat!'; $messages['mailboxempty'] = 'La bústia és buida'; $messages['nomessages'] = 'No hi ha missatges'; $messages['refreshing'] = 'S\'està actualitzant...'; @@ -51,10 +51,12 @@ $messages['messagesaved'] = 'Missatge desat a Esborranys.'; $messages['successfullysaved'] = 'Desat correctament.'; $messages['savingresponse'] = 'S\'està desant el text de resposta...'; $messages['deleteresponseconfirm'] = 'Esteu segurs de voler suprimir aquest text de resposta?'; +$messages['nocontactselected'] = 'Encara no has seleccionat un contacte.'; $messages['addedsuccessfully'] = 'Contacte afegit correctament a la llibreta d\'adreces.'; $messages['contactexists'] = 'Ja existeix un contacte amb la mateixa adreça de correu electrònic.'; $messages['contactnameexists'] = 'Ja existeix un contacte amb el mateix nom.'; $messages['blockedimages'] = 'Per protegir la vostra privadesa, les imatges remotes han estat bloquejades en aquest missatge.'; +$messages['blockedresources'] = 'Per protegir la teva privacitat s\'han blocat els recursos remots.'; $messages['encryptedmessage'] = 'Aquest és un missatge xifrat i no pot ser mostrat. Ho sento!'; $messages['externalmessagedecryption'] = 'Aquest és un missatge encriptat i pot se desencriptat amb un complement del vostre navegador.'; $messages['nopubkeyfor'] = 'No s\'ha trobat una clau pública vàlida per $email'; @@ -75,10 +77,13 @@ $messages['errormoving'] = 'No s\'ha pogut moure el(s) missatge(s).'; $messages['errorcopying'] = 'No s\'ha pogut copiar el(s) missatge(s).'; $messages['errordeleting'] = 'No s\'ha pogut suprimir el(s) missatge(s).'; $messages['errormarking'] = 'No s\'ha pogut marcar el(s) missatge(s).'; +$messages['alerttitle'] = 'Atenciò'; +$messages['confirmationtitle'] = 'Estàs segur...'; $messages['deletecontactconfirm'] = 'Esteu segurs de voler suprimir el(s) contacte(s) seleccionat(s)?'; $messages['deletegroupconfirm'] = 'Esteu segurs de voler suprimir el grup seleccionat?'; $messages['deletemessagesconfirm'] = 'Esteu segurs de voler suprimir el(s) missatge(s) seleccionat(s)?'; $messages['deletefolderconfirm'] = 'Esteu segurs de voler suprimir aquesta carpeta?'; +$messages['movefolderconfirm'] = 'Realment voleu moure aquesta carpeta?'; $messages['purgefolderconfirm'] = 'Esteu segurs de voler suprimir tots els missatges d\'aquesta carpeta?'; $messages['contactdeleting'] = 'S\'està suprimint els contacte(s)...'; $messages['groupdeleting'] = 'S\'està suprimint el grup...'; @@ -91,6 +96,7 @@ $messages['noemailwarning'] = 'Si us plau, introduïu una adreça de correu elec $messages['nonamewarning'] = 'Si us plau, introduïu un nom.'; $messages['nopagesizewarning'] = 'Si us plau, introduïu una mida de pàgina.'; $messages['nosenderwarning'] = 'Si us plau, introduïu l\'adreça de correu electrònic del remitent.'; +$messages['recipientsadded'] = 'S\'han afegit el(s) destinatari(s) correctament.'; $messages['norecipientwarning'] = 'Si us plau, introduïu com a mínim un destinatari.'; $messages['disclosedreciptitle'] = 'Hi ha masses destinataris públics'; $messages['nosubjectwarning'] = 'El camp "Assumpte" és buit. Voleu introduir-ne un ara?'; @@ -115,6 +121,7 @@ $messages['folderexpunged'] = 'La carpeta ha estat compactada correctament.'; $messages['deletedsuccessfully'] = 'Suprimit correctament.'; $messages['converting'] = 'S\'està traient el format del missatge...'; $messages['messageopenerror'] = 'No s\'ha pogut carregar el missatge del servidor.'; +$messages['filelinkerror'] = 'A fallat l\'adjunció del fitxer.'; $messages['fileuploaderror'] = 'La pujada del fitxer ha fallat.'; $messages['filesizeerror'] = 'El fitxer pujat excedeix la mida màxima de $size.'; $messages['filecounterror'] = 'Podeu carregar un màxim de $count fitxers alhora.'; @@ -158,6 +165,8 @@ $messages['smtpautherror'] = 'Error SMTP ($code): La identificació ha fallat.'; $messages['smtpfromerror'] = 'Error SMTP ($code): No s\'ha pogut posar "$from" com a remitent ($msg).'; $messages['smtptoerror'] = 'Error SMTP ($code): No s\'ha pogut posar "$to" com a destinatari ($msg).'; $messages['smtprecipientserror'] = 'Error SMTP: No s\'ha pogut analitzar la llista de destinataris.'; +$messages['smtputf8error'] = 'Error SMTP: El servidor no admet caràcters Unicode a l\'adreça de correu.'; +$messages['smtpsizeerror'] = 'Error SMTP: La mida del missatge excedeix el límit del servidor ($limit).'; $messages['smtperror'] = 'Error SMTP: $msg'; $messages['emailformaterror'] = 'Adreça de correu electrònic no vàlida: $email'; $messages['toomanyrecipients'] = 'Hi ha masses destinataris. Reduïu el nombre de destinataris a $max.'; @@ -201,3 +210,9 @@ $messages['errrequestcheckfailed'] = 'Ha fallat la verificació de la petició'; $messages['errcontactserveradmin'] = 'Si us plau, contacteu amb el vostre administrador de sistemes.'; $messages['clicktoresumesession'] = 'Feu clic aquí per reprendre la vostre sessió anterior'; $messages['clicktocompose'] = 'Feu clic aquí per editar un nou missatge'; +$messages['nosupporterror'] = 'Aquesta característica no està suportada pel teu navegador.'; +$messages['siginserted'] = 'Signatura inserida correctament.'; +$messages['responseinserted'] = 'Resposta inserida correctament.'; +$messages['listempty'] = 'La llista està buida.'; +$messages['listusebutton'] = 'Utilitza el botó \'Crea\' per afegir un nou registre.'; +$messages['keypaircreatesuccess'] = 'S\'ha creat un nou parell de claus per $identity.'; diff --git a/program/localization/ca_ES/timezones.inc b/program/localization/ca_ES/timezones.inc index a806fe86a..1b4f77aa3 100644 --- a/program/localization/ca_ES/timezones.inc +++ b/program/localization/ca_ES/timezones.inc @@ -76,6 +76,18 @@ $labels['tz:america:anguilla'] = 'Anguilla'; $labels['tz:america:antigua'] = 'Antigua'; $labels['tz:america:araguaina'] = 'Araguaïna'; $labels['tz:america:argentina'] = 'Argentina'; +$labels['tz:america:argentina:buenos_aires'] = 'Buenos Aires'; +$labels['tz:america:argentina:catamarca'] = 'Catamarca'; +$labels['tz:america:argentina:cordoba'] = 'Cordoba'; +$labels['tz:america:argentina:jujuy'] = 'Jujuy'; +$labels['tz:america:argentina:la_rioja'] = 'La Rioja'; +$labels['tz:america:argentina:mendoza'] = 'Mendoza'; +$labels['tz:america:argentina:rio_gallegos'] = 'Rio Gallegos'; +$labels['tz:america:argentina:salta'] = 'Salta'; +$labels['tz:america:argentina:san_juan'] = 'San Juan'; +$labels['tz:america:argentina:san_luis'] = 'San Luis'; +$labels['tz:america:argentina:tucuman'] = 'Tucuman'; +$labels['tz:america:argentina:ushuaia'] = 'Ushuaia'; $labels['tz:america:aruba'] = 'Aruba'; $labels['tz:america:asuncion'] = 'Asunción'; $labels['tz:america:atikokan'] = 'Atikokan'; @@ -124,11 +136,21 @@ $labels['tz:america:halifax'] = 'Halifax'; $labels['tz:america:havana'] = 'L\'Havana'; $labels['tz:america:hermosillo'] = 'Hermosillo'; $labels['tz:america:indiana'] = 'Indiana'; +$labels['tz:america:indiana:indianapolis'] = 'Indianapolis'; +$labels['tz:america:indiana:knox'] = 'Knox'; +$labels['tz:america:indiana:marengo'] = 'Marengo'; +$labels['tz:america:indiana:petersburg'] = 'Petersburg'; +$labels['tz:america:indiana:tell_city'] = 'Tell City'; +$labels['tz:america:indiana:vevay'] = 'Vevay'; +$labels['tz:america:indiana:vincennes'] = 'Vincennes'; +$labels['tz:america:indiana:winamac'] = 'Winamac'; $labels['tz:america:inuvik'] = 'Inuvik'; $labels['tz:america:iqaluit'] = 'Iqaluit'; $labels['tz:america:jamaica'] = 'Jamaica'; $labels['tz:america:juneau'] = 'Juneau'; $labels['tz:america:kentucky'] = 'Kentucky'; +$labels['tz:america:kentucky:louisville'] = 'Louisville'; +$labels['tz:america:kentucky:monticello'] = 'Monticello'; $labels['tz:america:kralendijk'] = 'Kralendijk'; $labels['tz:america:la_paz'] = 'La Paz'; $labels['tz:america:lima'] = 'Lima'; @@ -156,6 +178,9 @@ $labels['tz:america:nipigon'] = 'Nipigon'; $labels['tz:america:nome'] = 'Nome'; $labels['tz:america:noronha'] = 'Noronha'; $labels['tz:america:north_dakota'] = 'Dakota del Nord'; +$labels['tz:america:north_dakota:beulah'] = 'Beulah'; +$labels['tz:america:north_dakota:center'] = 'Center'; +$labels['tz:america:north_dakota:new_salem'] = 'New Salem'; $labels['tz:america:ojinaga'] = 'Ojinaga'; $labels['tz:america:panama'] = 'Panamà'; $labels['tz:america:pangnirtung'] = 'Pangnirtung'; diff --git a/program/localization/cs_CZ/labels.inc b/program/localization/cs_CZ/labels.inc index 7120eba03..4176656b7 100644 --- a/program/localization/cs_CZ/labels.inc +++ b/program/localization/cs_CZ/labels.inc @@ -147,6 +147,7 @@ $labels['last'] = 'Poslední'; $labels['previous'] = 'Předchozí'; $labels['next'] = 'Následující'; $labels['select'] = 'Vybrat'; +$labels['selection'] = 'Výběr'; $labels['all'] = 'Vše'; $labels['none'] = 'Nic'; $labels['currpage'] = 'Aktuální stránka'; @@ -195,6 +196,8 @@ $labels['folderactions'] = 'Akce se složkou...'; $labels['compact'] = 'Zmenšit'; $labels['empty'] = 'Vyprázdnit'; $labels['importmessages'] = 'Import zpráv'; +$labels['mailimportdesc'] = 'E-mail můžete nahrát pomocí souborů ve formátu MIME a Mbox.'; +$labels['mailimportzip'] = 'Více souborů může být zkomprimováno do ZIP archivu.'; $labels['quota'] = 'Využití schránky'; $labels['unknown'] = 'neznámý'; $labels['unlimited'] = 'neomezený'; @@ -255,6 +258,8 @@ $labels['keyexpired'] = 'Vypršelý'; $labels['keyrevoked'] = 'Odvolaný'; $labels['bccinstead'] = 'Použít skrytou kopii'; $labels['addheader'] = 'Přidat příjemce (hlavička)'; +$labels['insert'] = 'Vložit'; +$labels['insertcontact'] = 'Vložit kontakty'; $labels['recipient'] = 'Příjemce'; $labels['recipientedit'] = 'Úprava příjemce'; $labels['editidents'] = 'Upravit identity'; @@ -294,8 +299,9 @@ $labels['alwaysshow'] = 'Vždy ukazovat obrázky od $sender'; $labels['alwaysallow'] = 'Vždy povolit od $sender'; $labels['isdraft'] = 'Toto je šablona zprávy.'; $labels['andnmore'] = '$nr dalších...'; +$labels['details'] = 'Podrobnosti'; $labels['headers'] = 'Hlavičky'; -$labels['envelope'] = 'Obálka'; +$labels['allheaders'] = 'Všechny hlavičky...'; $labels['togglemoreheaders'] = 'Zobrazit více hlaviček zprávy'; $labels['togglefullheaders'] = 'Přepnout skutečné hlavičky zprávy'; $labels['htmltoggle'] = 'HTML'; @@ -425,7 +431,7 @@ $labels['importreplace'] = 'Nahradit celý seznam kontaktů'; $labels['importgroups'] = 'Importovat přiřazení do skupin'; $labels['importgroupsall'] = 'Vše (vytvořit skupiny v případě potřeby)'; $labels['importgroupsexisting'] = 'Pouze pro existující skupiny'; -$labels['importdesc'] = 'Můžete nahrát kontakty z existujícího adresáře kontaktů.
Momentálně podporujeme kontakty ve formátu vCard nebo CSV (comma-separated).'; +$labels['importdesc'] = 'Kontakty můžete nahrát z existujícího adresáře.
V současnosti je podporováno načtení adres z dat ve formátu vCard a CSV (odděleno čárkou).'; $labels['done'] = 'Hotovo'; $labels['settingsfor'] = 'Nastavení pro'; $labels['about'] = 'O programu'; diff --git a/program/localization/cs_CZ/messages.inc b/program/localization/cs_CZ/messages.inc index 70ddbd715..6c2e61c4a 100644 --- a/program/localization/cs_CZ/messages.inc +++ b/program/localization/cs_CZ/messages.inc @@ -82,7 +82,8 @@ $messages['confirmationtitle'] = 'Jste si jistý...'; $messages['deletecontactconfirm'] = 'Opravdu chcete smazat označené kontakty?'; $messages['deletegroupconfirm'] = 'Opravdu chcete smazat skupinu?'; $messages['deletemessagesconfirm'] = 'Opravdu chcete smazat označené zprávy?'; -$messages['deletefolderconfirm'] = 'Chcete opravdu smazat tento adresář?'; +$messages['deletefolderconfirm'] = 'Opravdu chcete smazat tento adresář?'; +$messages['movefolderconfirm'] = 'Opravdu chcete přesunout tento adresář?'; $messages['purgefolderconfirm'] = 'Opravdu chcete smazat všechny zprávy v této složce?'; $messages['contactdeleting'] = 'Mažu kontakty...'; $messages['groupdeleting'] = 'Mažu skupinu...'; diff --git a/program/localization/cy_GB/labels.inc b/program/localization/cy_GB/labels.inc index 6f0c9baea..9eff5d6b4 100644 --- a/program/localization/cy_GB/labels.inc +++ b/program/localization/cy_GB/labels.inc @@ -147,6 +147,7 @@ $labels['last'] = 'Olaf'; $labels['previous'] = 'Blaenorol'; $labels['next'] = 'Nesaf'; $labels['select'] = 'Dewis'; +$labels['selection'] = 'Dewis'; $labels['all'] = 'Popeth'; $labels['none'] = 'Dim'; $labels['currpage'] = 'Tudalen gyfredol'; @@ -195,6 +196,8 @@ $labels['folderactions'] = 'Gweithredoedd ffolder...'; $labels['compact'] = 'Crynhoi'; $labels['empty'] = 'Gwagio'; $labels['importmessages'] = 'Mewnforio negeseuon'; +$labels['mailimportdesc'] = 'Fe allwch chi lwytho fyny ffeiliau ebost mewn fformat MIME neu Mbox'; +$labels['mailimportzip'] = 'Gellir cywasgu nifer o ffeiliau mewn i archif zip.'; $labels['quota'] = 'Defnydd'; $labels['unknown'] = 'anhysbys'; $labels['unlimited'] = 'diderfyn'; @@ -230,7 +233,7 @@ $labels['changeformattext'] = 'Dangos mewn fformat testun plaen'; $labels['changeformathtml'] = 'Dangos mewn fformat HTML'; $labels['editasnew'] = 'Golygu fel neges newydd'; $labels['send'] = 'Anfon'; -$labels['sendmessage'] = 'Danfon nawr'; +$labels['sendmessage'] = 'Anfon nawr'; $labels['savemessage'] = 'Cadw\'r drafft hwn'; $labels['addattachment'] = 'Atodi ffeil'; $labels['charset'] = 'Set nodiau'; @@ -247,7 +250,7 @@ $labels['encrypt'] = 'Amgryptio'; $labels['encryptmessage'] = 'Amgryptio neges'; $labels['encryptmessagemailvelope'] = 'Amgryption neges gyda Mailvelope'; $labels['importpubkeys'] = 'Mewnforio allweddi cyhoeddus'; -$labels['encryptedsendialog'] = 'Danfon neges wedi amgryptio'; +$labels['encryptedsendialog'] = 'Anfon neges wedi amgryptio'; $labels['encryptandsign'] = 'Amgodi ac arwyddo'; $labels['keyid'] = 'ID Allwedd'; $labels['keylength'] = 'Didiau'; @@ -255,6 +258,8 @@ $labels['keyexpired'] = 'Wedi darfod'; $labels['keyrevoked'] = 'Wedi dirymu'; $labels['bccinstead'] = 'Defnyddio Bcc'; $labels['addheader'] = 'Ychwanegu derbynnydd (pennawd)'; +$labels['insert'] = 'Mewnosod'; +$labels['insertcontact'] = 'Mewnosod cyswllt/cysylltiadau'; $labels['recipient'] = 'Derbynnwr'; $labels['recipientedit'] = 'Golygu derbynnydd'; $labels['editidents'] = 'Golygu personoliaethau'; @@ -294,8 +299,9 @@ $labels['alwaysshow'] = 'Dangos lluniau bob amser o $sender'; $labels['alwaysallow'] = 'Caniatau bob amser o $sender'; $labels['isdraft'] = 'Mae hwn yn neges ddrafft'; $labels['andnmore'] = '$nr mwy...'; +$labels['details'] = 'Manylion'; $labels['headers'] = 'Penawdau'; -$labels['envelope'] = 'Amlen'; +$labels['allheaders'] = 'Pob pennawd...'; $labels['togglemoreheaders'] = 'Dangos fwy o benynnau\'r neges'; $labels['togglefullheaders'] = 'Toglo penawdau llawn y neges'; $labels['htmltoggle'] = 'HTML'; @@ -425,7 +431,7 @@ $labels['importreplace'] = 'Dileu y llyfr cyfeiriadau cyfan wrth lwytho'; $labels['importgroups'] = 'Mewnforio penodiadau grŵp'; $labels['importgroupsall'] = 'Holl (creu grwpiau os oes angen)'; $labels['importgroupsexisting'] = 'Dim ond ar gyfer grwpiau sy\'n bodoli'; -$labels['importdesc'] = 'Fe allwch chi lanlwytho cysylltiadau o lyfr cyfeiriadau presennol.
Ar hyn o bryd, rydym yn cefnogi mewnforio cyfeiriadau o\'r fformatau vCard neu CSV.'; +$labels['importdesc'] = 'Gallwch lwytho fyny cysylltiadau o lyfr cyfeiriadau blaenorol.
Ar hyn o bryd rydym yn cefnogi mewnforio cyfeiriadau o\'r fformatau data vCard neu CSV (comma-separated)'; $labels['done'] = 'Wedi gorffen'; $labels['settingsfor'] = 'Gosodiadau ar gyfer'; $labels['about'] = 'Amdan'; @@ -469,9 +475,9 @@ $labels['serversettings'] = 'Gosodiadau Gweinydd'; $labels['mailboxview'] = 'Ymddangosiad y Blychau'; $labels['mdnrequests'] = 'Hysbysiadau anfonwr'; $labels['askuser'] = 'gofyn i\'r defnyddiwr'; -$labels['autosend'] = 'danfon yn awtomatig'; -$labels['autosendknown'] = 'danfon y derbynneb i fy nghsylltiadau yn unig'; -$labels['autosendknownignore'] = 'danfon derbynneb i fy nghysylltiadau, anwybyddu fel arall'; +$labels['autosend'] = 'anfon yn awtomatig'; +$labels['autosendknown'] = 'anfon y derbynneb i fy nghsylltiadau yn unig'; +$labels['autosendknownignore'] = 'anfon derbynneb i fy nghysylltiadau, anwybyddu fel arall'; $labels['ignorerequest'] = 'anwybyddu\'r cais'; $labels['readwhendeleted'] = 'Nodi\'r neges fel darllenwyd wrth ddileu'; $labels['flagfordeletion'] = 'Fflagio\'r neges i\'w ddileu yn hytrach na dileu yn syth'; @@ -480,7 +486,7 @@ $labels['deletealways'] = 'Pan fod symud negeseuon i\'r Sbwriel yn methu, dileu $labels['deletejunk'] = 'Dileu negeseuon yn uniongyrchol yn Sbwriel'; $labels['showremoteimages'] = 'Dangos lluniau o wefannau allanol'; $labels['allowremoteresources'] = 'Caniatau adnoddau pell (delweddau, arddulliau)'; -$labels['fromknownsenders'] = 'o ddanfonwyr hysbys'; +$labels['fromknownsenders'] = 'o anfonwyr hysbys'; $labels['always'] = 'bob amser'; $labels['alwaysbutplain'] = 'bob amser, heblaw pan yn ymateb i destun plaen'; $labels['showinlineimages'] = 'Dangos lluniau atodol islaw\'r neges'; @@ -529,7 +535,7 @@ $labels['replysamefolder'] = 'Rhoi atebion yn yr un ffolder i\'r neges sy\'n cae $labels['defaultabook'] = 'Llyfr cyfeiriadau diofyn'; $labels['autocompletesingle'] = 'Hepgor cyfeiriadau ebost amgen wrth awto-gwblhau'; $labels['listnamedisplay'] = 'Rhestrwch cysylltiadau fel'; -$labels['spellcheckbeforesend'] = 'Gwirio sillafu cyn danfon neges'; +$labels['spellcheckbeforesend'] = 'Gwirio sillafu cyn anfon neges'; $labels['spellcheckoptions'] = 'Dewisiadau gwirio sillafu'; $labels['spellcheckignoresyms'] = 'Anwybyddu geiriau gyda symbolau'; $labels['spellcheckignorenums'] = 'Anwybyddu geiriau gyda rhifau'; @@ -576,7 +582,7 @@ $labels['generate'] = 'Cynhyrchu'; $labels['encryptioncreatekey'] = 'Creu pâr allweddi newydd'; $labels['openmailvelopesettings'] = 'Agor Gosodiadau Mailvelope'; $labels['encryptionprivkeysinmailvelope'] = 'Mae gennych $nr allwedd preifat cyfatebol wedi eu storio yn eich cylch allwedd Mailvelope:'; -$labels['encryptionnoprivkeysinmailvelope'] = 'Nid oes gan y danfonwr hwn allwedd preifat PGP wedi ei storio yn eich estyniad Mailvelope. Hoffech chi greu un er mwyn ei ddefnyddio i ddanfon negeseuon wedi eu amgryptio?'; +$labels['encryptionnoprivkeysinmailvelope'] = 'Nid oes gan y anfonwr hwn allwedd preifat PGP wedi ei storio yn eich estyniad Mailvelope. Hoffech chi greu un er mwyn ei ddefnyddio i anfon negeseuon wedi eu amgryptio?'; $labels['sortby'] = 'Trefnu yn ôl'; $labels['sortasc'] = 'Trefn esgynnol'; $labels['sortdesc'] = 'Trefn ddisgynnol'; diff --git a/program/localization/cy_GB/messages.inc b/program/localization/cy_GB/messages.inc index 38b7eaaba..6caf0f359 100644 --- a/program/localization/cy_GB/messages.inc +++ b/program/localization/cy_GB/messages.inc @@ -15,7 +15,7 @@ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/messages/ */ -$messages['errortitle'] = 'Fe gafwyd gwall!'; +$messages['errortitle'] = 'Cafwyd gwall!'; $messages['loginfailed'] = 'Methwyd mewngofnodi.'; $messages['cookiesdisabled'] = 'Nid yw eich porwr yn derbyn cwcis.'; $messages['sessionerror'] = 'Mae\'r sesiwn yn anghywir neu wedi dod i ben.'; @@ -34,7 +34,7 @@ $messages['erroroverquotadelete'] = 'Dim gofod gwag ar y disg. Defnyddiwch SHIFT $messages['invalidrequest'] = 'Cais annilys! Ni chadwyd unrhyw wybodaeth.'; $messages['invalidhost'] = 'Enw gweinydd annilys.'; $messages['nomessagesfound'] = 'Dim negeseuon wedi eu canfod yn y blwch hwn'; -$messages['loggedout'] = 'Rydych wedi gorffen y sesiwn yn llwyddianus. Hwyl fawr!'; +$messages['loggedout'] = 'Rydych wedi cau\'r sesiwn yn llwyddiannus. Hwyl fawr!'; $messages['mailboxempty'] = 'Mae\'r blwch yn wag'; $messages['nomessages'] = 'Dim negeseuon'; $messages['refreshing'] = 'Yn adnewyddu...'; @@ -83,6 +83,7 @@ $messages['deletecontactconfirm'] = 'Ydych chi wir am ddileu y cysylltiadau dde $messages['deletegroupconfirm'] = 'Ydych chi wir am ddileu\'r grŵp dewiswyd?'; $messages['deletemessagesconfirm'] = 'Ydych chi wir am ddileu y neges(euon) ddewiswyd?'; $messages['deletefolderconfirm'] = 'Ydych chi wir am ddileu y ffolder yma?'; +$messages['movefolderconfirm'] = 'Ydych chi wir am symud y ffolder hwn?'; $messages['purgefolderconfirm'] = 'Ydych chi wir am ddileu yr holl negeseuon yn y ffolder yma?'; $messages['contactdeleting'] = 'Dileu cyswllt/cysylltiadau...'; $messages['groupdeleting'] = 'Yn dileu grŵp...'; diff --git a/program/localization/da_DK/labels.inc b/program/localization/da_DK/labels.inc index c07dc7bd6..e9f86b2d9 100644 --- a/program/localization/da_DK/labels.inc +++ b/program/localization/da_DK/labels.inc @@ -241,6 +241,7 @@ $labels['keylength'] = 'Bits'; $labels['keyexpired'] = 'Udløbet'; $labels['keyrevoked'] = 'Tilbagekaldt'; $labels['bccinstead'] = 'Brug Bcc'; +$labels['insert'] = 'Indsæt'; $labels['recipient'] = 'Modtager'; $labels['editidents'] = 'Ret identiteter'; $labels['spellcheck'] = 'Stav'; @@ -394,7 +395,6 @@ $labels['importreplace'] = 'Overskriv hele adressebogen'; $labels['importgroups'] = 'Importer gruppetildelinger'; $labels['importgroupsall'] = 'Alle (opret grupper hvis nødvendigt)'; $labels['importgroupsexisting'] = 'Kun for eksisterende grupper'; -$labels['importdesc'] = 'Du kan uploade kontakter fra en eksisterende adressebog.
I øjeblikket supportere vi import af adresser fra vCard og CSV (komma-separeret) data format.'; $labels['done'] = 'Færdig'; $labels['settingsfor'] = 'Indstillinger for'; $labels['about'] = 'Om'; diff --git a/program/localization/da_DK/messages.inc b/program/localization/da_DK/messages.inc index aee2397a8..69380ab9e 100644 --- a/program/localization/da_DK/messages.inc +++ b/program/localization/da_DK/messages.inc @@ -34,7 +34,6 @@ $messages['erroroverquotadelete'] = 'Der er ikke nok ledig diskplads. Brug SHIFT $messages['invalidrequest'] = 'Ugyldig forespørgsel! Ingen data blev gemt.'; $messages['invalidhost'] = 'Ugyldigt servernavn.'; $messages['nomessagesfound'] = 'Der blev ikke fundet nogen beskeder i denne postkasse.'; -$messages['loggedout'] = 'Du er nu logget af webmail. Farvel så længe!'; $messages['mailboxempty'] = 'Postkassen er tom.'; $messages['nomessages'] = 'Ingen beskeder'; $messages['refreshing'] = 'Opdaterer...'; diff --git a/program/localization/de_CH/labels.inc b/program/localization/de_CH/labels.inc index 1bbe923b6..182a437ab 100644 --- a/program/localization/de_CH/labels.inc +++ b/program/localization/de_CH/labels.inc @@ -255,6 +255,7 @@ $labels['keyexpired'] = 'Abgelaufen'; $labels['keyrevoked'] = 'Widerrufen'; $labels['bccinstead'] = 'Bcc verwenden'; $labels['addheader'] = 'Empfänger hinzufügen (Kopfzeile)'; +$labels['insert'] = 'Hinzufügen'; $labels['recipient'] = 'Empfänger'; $labels['recipientedit'] = 'Empfänger bearbeiten'; $labels['editidents'] = 'Absender bearbeiten'; @@ -295,7 +296,6 @@ $labels['alwaysallow'] = 'Von $sender immer erlauben'; $labels['isdraft'] = 'Dies ist ein Entwurf'; $labels['andnmore'] = '$nr weitere...'; $labels['headers'] = 'Kopfzeilen'; -$labels['envelope'] = 'Umschlag'; $labels['togglemoreheaders'] = 'Weitere Kopfzeilen anzeigen'; $labels['togglefullheaders'] = 'Original-Kopfzeilen ein-/ausblenden'; $labels['htmltoggle'] = 'HTML'; diff --git a/program/localization/de_DE/labels.inc b/program/localization/de_DE/labels.inc index 33b7ed6a1..a72194ce7 100644 --- a/program/localization/de_DE/labels.inc +++ b/program/localization/de_DE/labels.inc @@ -256,6 +256,7 @@ $labels['keyexpired'] = 'Abgelaufen'; $labels['keyrevoked'] = 'Widerrufen'; $labels['bccinstead'] = 'Blindkopie verwenden'; $labels['addheader'] = 'Empfänger hinzufügen (Kopfzeile)'; +$labels['insert'] = 'Hinzufügen'; $labels['recipient'] = 'Empfänger'; $labels['recipientedit'] = 'Empfänger bearbeiten'; $labels['editidents'] = 'Identitäten bearbeiten'; @@ -296,7 +297,6 @@ $labels['alwaysallow'] = 'Von $sender immer erlauben'; $labels['isdraft'] = 'Dies ist ein Entwurf'; $labels['andnmore'] = '$nr weitere …'; $labels['headers'] = 'Kopfzeilen'; -$labels['envelope'] = 'Umschlag'; $labels['togglemoreheaders'] = 'Mehr Kopfzeilen der Nachricht anzeigen'; $labels['togglefullheaders'] = 'Rohkopfzeilen ein-/ausblenden'; $labels['htmltoggle'] = 'HTML'; diff --git a/program/localization/el_GR/labels.inc b/program/localization/el_GR/labels.inc index 1cbc5a9fb..ecb9aef77 100644 --- a/program/localization/el_GR/labels.inc +++ b/program/localization/el_GR/labels.inc @@ -233,6 +233,7 @@ $labels['keyid'] = 'Ταυτότητα κλειδιού'; $labels['keylength'] = 'Bits'; $labels['keyexpired'] = 'Έχει λήξει'; $labels['keyrevoked'] = 'Έχει αποσυρθεί'; +$labels['insert'] = 'Εισαγωγή'; $labels['recipient'] = 'Παραλήπτης'; $labels['editidents'] = 'Επεξεργασία ταυτοτήτων'; $labels['spellcheck'] = 'Συλλαβισμός'; @@ -384,7 +385,6 @@ $labels['importreplace'] = 'Αντικατάσταση όλου του βιβλ $labels['importgroups'] = 'Εισαγωγή αναθέσεων ομάδων'; $labels['importgroupsall'] = 'Όλα (δημιουργία ομάδων αν είναι απαραίτητο)'; $labels['importgroupsexisting'] = 'Μόνο για υπάρχουσες ομάδες'; -$labels['importdesc'] = 'Μπορείτε να ανεβάσετε επαφές από ένα υπάρχον βιβλίο διευθύνσεων.
Υποστηρίζεται η εισαγωγή διευθύνσεων από αρχεία τύπου vCard ή CSV (διαχωρισμένα με κόμμα).'; $labels['done'] = 'Ολοκληρώθηκε'; $labels['settingsfor'] = 'Ρυθμίσεις για'; $labels['about'] = 'Σχετικά'; diff --git a/program/localization/el_GR/messages.inc b/program/localization/el_GR/messages.inc index e417ac1b5..6b492d8c6 100644 --- a/program/localization/el_GR/messages.inc +++ b/program/localization/el_GR/messages.inc @@ -34,7 +34,6 @@ $messages['erroroverquotadelete'] = 'Δεν υπάρχει ελεύθερος χ $messages['invalidrequest'] = 'Λανθασμένο αίτημα! Δεν αποθηκεύτηκαν δεδομένα.'; $messages['invalidhost'] = 'Άκυρο όνομα εξυπηρετητή.'; $messages['nomessagesfound'] = 'Δεν βρέθηκαν μηνύματα σε αυτή τη θυρίδα.'; -$messages['loggedout'] = 'Έχετε τερματίσει επιτυχώς τη συνεδρία. Αντίο!'; $messages['mailboxempty'] = 'Η θυρίδα είναι άδεια'; $messages['nomessages'] = 'Δεν υπάρχουν μηνύματα'; $messages['refreshing'] = 'Ανανέωση....'; diff --git a/program/localization/en_CA/labels.inc b/program/localization/en_CA/labels.inc index 44b1e4e5f..5f08f9ca7 100644 --- a/program/localization/en_CA/labels.inc +++ b/program/localization/en_CA/labels.inc @@ -200,6 +200,7 @@ $labels['returnreceipt'] = 'Return receipt'; $labels['dsn'] = 'Delivery status notification'; $labels['mailreplyintro'] = 'On $date, $sender wrote:'; $labels['originalmessage'] = 'Original Message'; +$labels['insert'] = 'Insert'; $labels['recipient'] = 'Recipient'; $labels['editidents'] = 'Edit identities'; $labels['spellcheck'] = 'Spell'; @@ -334,7 +335,6 @@ $labels['importreplace'] = 'Replace the entire address book'; $labels['importgroups'] = 'Import group assignments'; $labels['importgroupsall'] = 'All (create groups if necessary)'; $labels['importgroupsexisting'] = 'Only for existing groups'; -$labels['importdesc'] = 'You can upload contacts from an existing address book.
We currently support importing addresses from the vCard or CSV (comma-separated) data format.'; $labels['done'] = 'Done'; $labels['settingsfor'] = 'Settings for'; $labels['about'] = 'About'; diff --git a/program/localization/en_CA/messages.inc b/program/localization/en_CA/messages.inc index 70cf9b5e3..cbbba891b 100644 --- a/program/localization/en_CA/messages.inc +++ b/program/localization/en_CA/messages.inc @@ -32,7 +32,6 @@ $messages['erroroverquotadelete'] = 'No free disk space. Use SHIFT+DEL to delete $messages['invalidrequest'] = 'Invalid request! No data was saved.'; $messages['invalidhost'] = 'Invalid server name.'; $messages['nomessagesfound'] = 'No messages found in this mailbox.'; -$messages['loggedout'] = 'You have successfully terminated the session. Goodbye!'; $messages['mailboxempty'] = 'Mailbox is empty'; $messages['nomessages'] = 'No messages'; $messages['refreshing'] = 'Refreshing...'; diff --git a/program/localization/en_GB/labels.inc b/program/localization/en_GB/labels.inc index 390df43de..38f6a847c 100644 --- a/program/localization/en_GB/labels.inc +++ b/program/localization/en_GB/labels.inc @@ -29,7 +29,7 @@ $labels['inbox'] = 'Inbox'; $labels['drafts'] = 'Drafts'; $labels['sent'] = 'Sent'; $labels['trash'] = 'Deleted Items'; -$labels['junk'] = 'Junk'; +$labels['junk'] = 'Spam'; $labels['show_real_foldernames'] = 'Show real names for special folders'; $labels['subject'] = 'Subject'; $labels['from'] = 'From'; @@ -117,7 +117,7 @@ $labels['forwardmessage'] = 'Forward the message'; $labels['bouncemsg'] = 'Resend (bounce)'; $labels['bounce'] = 'Resend'; $labels['deletemessage'] = 'Delete message'; -$labels['movemessagetotrash'] = 'Move message to "Deleted Items'; +$labels['movemessagetotrash'] = 'Move message to "Deleted Items"'; $labels['printmessage'] = 'Print this message'; $labels['previousmessage'] = 'Show the previous message'; $labels['firstmessage'] = 'Show the first message'; @@ -147,6 +147,7 @@ $labels['last'] = 'Last'; $labels['previous'] = 'Previous'; $labels['next'] = 'Next'; $labels['select'] = 'Select'; +$labels['selection'] = 'Selection'; $labels['all'] = 'All'; $labels['none'] = 'None'; $labels['currpage'] = 'Current page'; @@ -195,6 +196,8 @@ $labels['folderactions'] = 'Folder actions...'; $labels['compact'] = 'Compact'; $labels['empty'] = 'Empty'; $labels['importmessages'] = 'Import messages'; +$labels['mailimportdesc'] = 'You can upload mail using files in MIME or Mbox format.'; +$labels['mailimportzip'] = 'Multiple files can be compressed into zip archives.'; $labels['quota'] = 'Disk usage'; $labels['unknown'] = 'unknown'; $labels['unlimited'] = 'unlimited'; @@ -248,13 +251,17 @@ $labels['encryptmessage'] = 'Encrypt message'; $labels['encryptmessagemailvelope'] = 'Encrypt message with Mailvelope'; $labels['importpubkeys'] = 'Import public keys'; $labels['encryptedsendialog'] = 'Sending encrypted message'; +$labels['encryptandsign'] = 'Encrypt and sign'; $labels['keyid'] = 'Key ID'; $labels['keylength'] = 'Bits'; $labels['keyexpired'] = 'Expired'; $labels['keyrevoked'] = 'Revoked'; $labels['bccinstead'] = 'Use Bcc'; $labels['addheader'] = 'Add recipient (header)'; +$labels['insert'] = 'Insert'; +$labels['insertcontact'] = 'Insert contact(s)'; $labels['recipient'] = 'Recipient'; +$labels['recipientedit'] = 'Recipient edit'; $labels['editidents'] = 'Edit identities'; $labels['spellcheck'] = 'Spell'; $labels['checkspelling'] = 'Check spelling'; @@ -292,8 +299,9 @@ $labels['alwaysshow'] = 'Always show images from $sender'; $labels['alwaysallow'] = 'Always allow from $sender'; $labels['isdraft'] = 'This is a draft message.'; $labels['andnmore'] = '$nr more...'; +$labels['details'] = 'Details'; $labels['headers'] = 'Headers'; -$labels['envelope'] = 'Envelope'; +$labels['allheaders'] = 'All headers...'; $labels['togglemoreheaders'] = 'Show more message headers'; $labels['togglefullheaders'] = 'Toggle raw message headers'; $labels['htmltoggle'] = 'HTML'; @@ -309,6 +317,14 @@ $labels['mdnrequest'] = 'The sender of this message has asked to be notified whe $labels['receiptread'] = 'Return Receipt (read)'; $labels['yourmessage'] = 'This is a Return Receipt for your message'; $labels['receiptnote'] = 'Note: This receipt only acknowledges that the message was displayed on the recipient\'s computer. There is no guarantee that the recipient has read or understood the message contents.'; +$labels['zoomin'] = 'Zoom In'; +$labels['zoomout'] = 'Zoom Out'; +$labels['rotate'] = 'Rotate'; +$labels['increaseimage'] = 'Increase image size'; +$labels['decreaseimage'] = 'Decrease image size'; +$labels['rotateimage'] = 'Rotate image'; +$labels['showtools'] = 'Show image tools'; +$labels['hidetools'] = 'Hide image tools'; $labels['name'] = 'Display Name'; $labels['firstname'] = 'First Name'; $labels['surname'] = 'Last Name'; @@ -365,7 +381,7 @@ $labels['addcontact'] = 'Add contact'; $labels['editcontact'] = 'Edit contact'; $labels['contacts'] = 'Contacts'; $labels['contactproperties'] = 'Contact properties'; -$labels['contactnameandorg'] = 'Name and Organization'; +$labels['contactnameandorg'] = 'Name and Company'; $labels['personalinfo'] = 'Personal information'; $labels['personal'] = 'Personal'; $labels['contactphoto'] = 'Contact photo'; @@ -393,6 +409,8 @@ $labels['newgroup'] = 'Create new group'; $labels['addgroup'] = 'Add group'; $labels['grouprename'] = 'Rename group'; $labels['groupdelete'] = 'Delete group'; +$labels['groupassign'] = 'Assign to group...'; +$labels['groupremove'] = 'Remove from group'; $labels['groupremoveselected'] = 'Remove selected contacts from group'; $labels['uponelevel'] = 'Up one level'; $labels['previouspage'] = 'Show previous set'; @@ -413,7 +431,7 @@ $labels['importreplace'] = 'Replace the entire address book'; $labels['importgroups'] = 'Import group assignments'; $labels['importgroupsall'] = 'All (create groups if necessary)'; $labels['importgroupsexisting'] = 'Only for existing groups'; -$labels['importdesc'] = 'You can upload contacts from an existing address book.
We currently support importing addresses from the vCard or CSV (comma-separated) data format.'; +$labels['importdesc'] = 'You can upload contacts from an existing address book.
We currently support importing addresses from the vCard or CSV (comma-separated) data format.'; $labels['done'] = 'Done'; $labels['settingsfor'] = 'Settings for'; $labels['about'] = 'About'; @@ -450,7 +468,7 @@ $labels['htmlsignature'] = 'HTML signature'; $labels['showemail'] = 'Show email address with display name'; $labels['previewpane'] = 'Show preview pane'; $labels['skin'] = 'Interface skin'; -$labels['logoutclear'] = 'Clear Trash on logout'; +$labels['logoutclear'] = 'Clear "Deleted Items" on logout'; $labels['logoutcompact'] = 'Compact Inbox on logout'; $labels['uisettings'] = 'User Interface'; $labels['serversettings'] = 'Server Settings'; @@ -465,7 +483,7 @@ $labels['readwhendeleted'] = 'Mark the message as read on delete'; $labels['flagfordeletion'] = 'Flag the message for deletion instead of delete'; $labels['skipdeleted'] = 'Do not show deleted messages'; $labels['deletealways'] = 'If moving messages to "Deleted Items" fails, permanently delete them'; -$labels['deletejunk'] = 'Directly delete messages in Junk'; +$labels['deletejunk'] = 'Permanently delete messages in the spam folder'; $labels['showremoteimages'] = 'Display remote inline images'; $labels['allowremoteresources'] = 'Allow remote resources (images, styles)'; $labels['fromknownsenders'] = 'from known senders'; @@ -490,7 +508,7 @@ $labels['toggleadvancedoptions'] = 'Toggle advanced options'; $labels['focusonnewmessage'] = 'Focus browser window on new message'; $labels['checkallfolders'] = 'Check all folders for new messages'; $labels['displaynext'] = 'After message delete/move display the next message'; -$labels['defaultfont'] = 'Default font of HTML message'; +$labels['defaultfont'] = 'Default font for HTML message'; $labels['mainoptions'] = 'Main Options'; $labels['browseroptions'] = 'Browser Options'; $labels['section'] = 'Section'; @@ -528,7 +546,7 @@ $labels['standardwindows'] = 'Handle popups as standard windows'; $labels['forwardmode'] = 'Messages forwarding'; $labels['inline'] = 'inline'; $labels['asattachment'] = 'as attachment'; -$labels['replyallmode'] = 'Default action of [Reply all] button'; +$labels['replyallmode'] = 'Default action of "Reply all" button'; $labels['replyalldefault'] = 'reply to all'; $labels['replyalllist'] = 'reply to mailing list only (if found)'; $labels['folder'] = 'Folder'; @@ -560,7 +578,11 @@ $labels['namespace.shared'] = 'Shared'; $labels['dualuselabel'] = 'Can contain only'; $labels['dualusemail'] = 'messages'; $labels['dualusefolder'] = 'folders'; +$labels['generate'] = 'Generate'; $labels['encryptioncreatekey'] = 'Create a new key pair'; +$labels['openmailvelopesettings'] = 'Open Mailvelope Settings'; +$labels['encryptionprivkeysinmailvelope'] = 'You have $nr matching private keys stored in your Mailvelope keyring:'; +$labels['encryptionnoprivkeysinmailvelope'] = 'This sender identity doesn\'t yet have a PGP private key stored in your Mailvelope extension. Would you like to create one in order to enable encrypted messaging?'; $labels['sortby'] = 'Sort by'; $labels['sortasc'] = 'Sort ascending'; $labels['sortdesc'] = 'Sort descending'; @@ -628,6 +650,7 @@ $labels['arialabelmessageheaders'] = 'Message headers'; $labels['arialabelforwardingoptions'] = 'Forwarding options'; $labels['arialabelreplyalloptions'] = 'Reply-all options'; $labels['arialabelmoremessageactions'] = 'More message actions'; +$labels['arialabelmorecontactactions'] = 'More contact actions'; $labels['arialabelmarkmessagesas'] = 'Mark selected messages as...'; $labels['arialabelcomposeoptions'] = 'Composition options'; $labels['arialabelresponsesmenu'] = 'Canned responses menu'; @@ -644,6 +667,7 @@ $labels['arialabelresonseeditfrom'] = 'Response edit form'; $labels['arialabelsearchterms'] = 'Search terms'; $labels['arialabeldropactionmenu'] = 'Drag-n-Drop action menu'; $labels['arialabelheadersmenu'] = 'Recipient (header) adding menu'; +$labels['arialabelimagetools'] = 'Image tools'; $labels['helplistnavigation'] = 'List keyboard navigation'; $labels['helplistkeyboardnavigation'] = "Arrows up/down: Move row focus/selection. Space: Select focused row. diff --git a/program/localization/en_GB/messages.inc b/program/localization/en_GB/messages.inc index e7d4d507d..2d495428b 100644 --- a/program/localization/en_GB/messages.inc +++ b/program/localization/en_GB/messages.inc @@ -15,7 +15,7 @@ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/messages/ */ -$messages['errortitle'] = 'An error occured.'; +$messages['errortitle'] = 'An error occurred.'; $messages['loginfailed'] = 'Login failed.'; $messages['cookiesdisabled'] = 'Your browser does not accept cookies.'; $messages['sessionerror'] = 'Your session is invalid or has expired.'; @@ -51,6 +51,7 @@ $messages['messagesaved'] = 'Message saved to Drafts.'; $messages['successfullysaved'] = 'Successfully saved.'; $messages['savingresponse'] = 'Saving response text...'; $messages['deleteresponseconfirm'] = 'Do you really want to delete this response text?'; +$messages['nocontactselected'] = 'You have not selected a contact yet.'; $messages['addedsuccessfully'] = 'Contact successfully added to address book.'; $messages['contactexists'] = 'A contact with the same email address already exists.'; $messages['contactnameexists'] = 'A contact with the same name already exists.'; @@ -82,6 +83,7 @@ $messages['deletecontactconfirm'] = 'Do you really want to delete the selected $messages['deletegroupconfirm'] = 'Do you really want to delete the selected group?'; $messages['deletemessagesconfirm'] = 'Do you really want to delete the selected message(s)?'; $messages['deletefolderconfirm'] = 'Do you really want to delete this folder?'; +$messages['movefolderconfirm'] = 'Do you really want to move this folder?'; $messages['purgefolderconfirm'] = 'Do you really want to delete all messages in this folder?'; $messages['contactdeleting'] = 'Deleting contact(s)...'; $messages['groupdeleting'] = 'Deleting group...'; @@ -94,6 +96,7 @@ $messages['noemailwarning'] = 'Please enter a valid email address.'; $messages['nonamewarning'] = 'Please enter a name.'; $messages['nopagesizewarning'] = 'Please enter a page size.'; $messages['nosenderwarning'] = 'Please enter sender email address.'; +$messages['recipientsadded'] = 'Recipient(s) added successfully.'; $messages['norecipientwarning'] = 'Please enter at least one recipient.'; $messages['disclosedrecipwarning'] = 'All recipients will see each others e-mail addresses. To prevent this and protect their privacy you can use the Bcc field.'; $messages['disclosedreciptitle'] = 'Too many public recipients'; @@ -149,7 +152,7 @@ $messages['contactaddedtogroup'] = 'Successfully added the contacts to this grou $messages['contactremovedfromgroup'] = 'Successfully removed contacts from this group.'; $messages['nogroupassignmentschanged'] = 'No group assignments changed.'; $messages['importwait'] = 'Importing, please wait...'; -$messages['importformaterror'] = 'Import failed! The uploaded file is not a valid import data file.'; +$messages['importformaterror'] = 'Import failed! The uploaded file is not in a valid import format.'; $messages['importconfirm'] = 'Successfully imported $inserted contacts'; $messages['importconfirmskipped'] = 'Skipped $skipped existing entries'; $messages['importmessagesuccess'] = 'Successfully imported $nr messages'; @@ -163,6 +166,7 @@ $messages['smtpautherror'] = 'SMTP Error ($code): Authentication failed.'; $messages['smtpfromerror'] = 'SMTP Error ($code): Failed to set sender "$from" ($msg).'; $messages['smtptoerror'] = 'SMTP Error ($code): Failed to add recipient "$to" ($msg).'; $messages['smtprecipientserror'] = 'SMTP Error: Unable to parse recipients list.'; +$messages['smtputf8error'] = 'SMTP Error: Server does not support Unicode in email address.'; $messages['smtpsizeerror'] = 'SMTP Error: Message size exceeds server limit ($limit)'; $messages['smtperror'] = 'SMTP Error: $msg'; $messages['emailformaterror'] = 'Invalid email address: $email'; @@ -176,9 +180,9 @@ $messages['contactrestored'] = 'Contact(s) successfully restored.'; $messages['groupdeleted'] = 'Group deleted successfully.'; $messages['grouprenamed'] = 'Group renamed successfully.'; $messages['groupcreated'] = 'Group created successfully.'; -$messages['savedsearchdeleted'] = 'Saved search deleted successfully.'; +$messages['savedsearchdeleted'] = 'Saved search successfully deleted.'; $messages['savedsearchdeleteerror'] = 'Could not delete saved search.'; -$messages['savedsearchcreated'] = 'Saved search created successfully.'; +$messages['savedsearchcreated'] = 'Saved search successfully created.'; $messages['savedsearchcreateerror'] = 'Could not create saved search.'; $messages['messagedeleted'] = 'Message(s) deleted successfully.'; $messages['messagemoved'] = 'Message(s) moved successfully.'; @@ -195,19 +199,25 @@ $messages['foldercreated'] = 'Successfully created folder.'; $messages['invalidimageformat'] = 'Not a valid image format.'; $messages['mispellingsfound'] = 'Spelling errors detected in the message.'; $messages['parentnotwritable'] = 'Unable to create/move folder into selected parent folder. No access rights.'; -$messages['messagetoobig'] = 'The message part is too big to process it.'; +$messages['messagetoobig'] = 'The message part is too big to be processed.'; $messages['attachmentvalidationerror'] = 'This attachment is suspicious because its type doesn\'t match the type declared in the message. If you do not trust the sender, you shouldn\'t open it in the browser because it may contain malicious contents.

Expected: $expected; found: $detected'; $messages['noscriptwarning'] = 'Warning: This webmail service requires Javascript! In order to use it please enable Javascript in your browser\'s settings.'; $messages['messageissent'] = 'The message was already sent, but not yet saved. Do you want to save it now?'; -$messages['errnotfound'] = 'File Not Found'; -$messages['errnotfoundexplain'] = 'The requested resource was not found!'; +$messages['errnotfound'] = 'File not found'; +$messages['errnotfoundexplain'] = 'The requested resource was not found.'; $messages['errfailedrequest'] = 'Failed request'; -$messages['errauthorizationfailed'] = 'Authorisation Failed'; -$messages['errunauthorizedexplain'] = 'Could not verify that you are authorised to access this service!'; -$messages['errrequestcheckfailed'] = 'Request Check Failed'; +$messages['errauthorizationfailed'] = 'Authorisation failed'; +$messages['errunauthorizedexplain'] = 'Could not verify that you are authorised to access this service.'; +$messages['errrequestcheckfailed'] = 'Request check failed'; $messages['errcsrfprotectionexplain'] = "For your protection, access to this resource is secured against CSRF.\nIf you see this, you probably didn't log out before leaving the web application.\n\nHuman interaction is now required to continue."; $messages['errcontactserveradmin'] = 'Please contact your server administrator.'; $messages['clicktoresumesession'] = 'Click here to resume your previous session'; $messages['errcomposesession'] = 'Compose session error'; $messages['errcomposesessionexplain'] = 'Requested compose session not found.'; $messages['clicktocompose'] = 'Click here to compose a new message'; +$messages['nosupporterror'] = 'This feature is not supported by your web browser.'; +$messages['siginserted'] = 'Signature inserted successfully.'; +$messages['responseinserted'] = 'Response inserted successfully.'; +$messages['listempty'] = 'The list is empty.'; +$messages['listusebutton'] = 'Use the Create button to add a new record.'; +$messages['keypaircreatesuccess'] = 'A new key pair has been successfully created for $identity.'; diff --git a/program/localization/en_GB/timezones.inc b/program/localization/en_GB/timezones.inc index 5f5ef4282..7e1eabf4d 100644 --- a/program/localization/en_GB/timezones.inc +++ b/program/localization/en_GB/timezones.inc @@ -25,6 +25,7 @@ $labels['tz:africa:asmara'] = 'Asmara'; $labels['tz:africa:bamako'] = 'Bamako'; $labels['tz:africa:bangui'] = 'Bangui'; $labels['tz:africa:banjul'] = 'Banjul'; +$labels['tz:africa:bissau'] = 'Bissau'; $labels['tz:africa:blantyre'] = 'Blantyre'; $labels['tz:africa:brazzaville'] = 'Brazzaville'; $labels['tz:africa:bujumbura'] = 'Bujumbura'; @@ -72,11 +73,13 @@ $labels['tz:america'] = 'America'; $labels['tz:america:adak'] = 'Adak'; $labels['tz:america:anchorage'] = 'Anchorage'; $labels['tz:america:anguilla'] = 'Anguilla'; +$labels['tz:america:antigua'] = 'Antigua'; $labels['tz:america:araguaina'] = 'Araguaina'; $labels['tz:america:argentina'] = 'Argentina'; $labels['tz:america:argentina:buenos_aires'] = 'Buenos Aires'; $labels['tz:america:argentina:catamarca'] = 'Catamarca'; $labels['tz:america:argentina:cordoba'] = 'Cordoba'; +$labels['tz:america:argentina:jujuy'] = 'Jujuy'; $labels['tz:america:argentina:la_rioja'] = 'La Rioja'; $labels['tz:america:argentina:mendoza'] = 'Mendoza'; $labels['tz:america:argentina:rio_gallegos'] = 'Rio Gallegos'; @@ -99,9 +102,355 @@ $labels['tz:america:bogota'] = 'Bogota'; $labels['tz:america:boise'] = 'Boise'; $labels['tz:america:cambridge_bay'] = 'Cambridge Bay'; $labels['tz:america:campo_grande'] = 'Campo Grande'; +$labels['tz:america:cancun'] = 'Cancun'; $labels['tz:america:caracas'] = 'Caracas'; +$labels['tz:america:cayenne'] = 'Cayenne'; $labels['tz:america:cayman'] = 'Cayman'; $labels['tz:america:chicago'] = 'Chicago'; $labels['tz:america:chihuahua'] = 'Chihuahua'; $labels['tz:america:costa_rica'] = 'Costa Rica'; +$labels['tz:america:creston'] = 'Creston'; $labels['tz:america:cuiaba'] = 'Cuiaba'; +$labels['tz:america:curacao'] = 'Curaçao'; +$labels['tz:america:danmarkshavn'] = 'Danmarkshavn'; +$labels['tz:america:dawson'] = 'Dawson'; +$labels['tz:america:dawson_creek'] = 'Dawson Creek'; +$labels['tz:america:denver'] = 'Denver'; +$labels['tz:america:detroit'] = 'Detroit'; +$labels['tz:america:dominica'] = 'Dominica'; +$labels['tz:america:edmonton'] = 'Edmonton'; +$labels['tz:america:eirunepe'] = 'Eirunepe'; +$labels['tz:america:el_salvador'] = 'El Salvador'; +$labels['tz:america:fort_nelson'] = 'Fort Nelson'; +$labels['tz:america:fortaleza'] = 'Fortaleza'; +$labels['tz:america:glace_bay'] = 'Glace Bay'; +$labels['tz:america:godthab'] = 'Godthab'; +$labels['tz:america:goose_bay'] = 'Goose Bay'; +$labels['tz:america:grand_turk'] = 'Grand Turk'; +$labels['tz:america:grenada'] = 'Grenada'; +$labels['tz:america:guadeloupe'] = 'Guadeloupe'; +$labels['tz:america:guatemala'] = 'Guatemala'; +$labels['tz:america:guayaquil'] = 'Guayaquil'; +$labels['tz:america:guyana'] = 'Guyana'; +$labels['tz:america:halifax'] = 'Halifax'; +$labels['tz:america:havana'] = 'Havana'; +$labels['tz:america:hermosillo'] = 'Hermosillo'; +$labels['tz:america:indiana'] = 'Indiana'; +$labels['tz:america:indiana:indianapolis'] = 'Indianapolis'; +$labels['tz:america:indiana:knox'] = 'Knox'; +$labels['tz:america:indiana:marengo'] = 'Marengo'; +$labels['tz:america:indiana:petersburg'] = 'Petersburg'; +$labels['tz:america:indiana:tell_city'] = 'Tell City'; +$labels['tz:america:indiana:vevay'] = 'Vevay'; +$labels['tz:america:indiana:vincennes'] = 'Vincennes'; +$labels['tz:america:indiana:winamac'] = 'Winamac'; +$labels['tz:america:inuvik'] = 'Inuvik'; +$labels['tz:america:iqaluit'] = 'Iqaluit'; +$labels['tz:america:jamaica'] = 'Jamaica'; +$labels['tz:america:juneau'] = 'Juneau'; +$labels['tz:america:kentucky'] = 'Kentucky'; +$labels['tz:america:kentucky:louisville'] = 'Louisville'; +$labels['tz:america:kentucky:monticello'] = 'Monticello'; +$labels['tz:america:kralendijk'] = 'Kralendijk'; +$labels['tz:america:la_paz'] = 'La Paz'; +$labels['tz:america:lima'] = 'Lima'; +$labels['tz:america:los_angeles'] = 'Los Angeles'; +$labels['tz:america:lower_princes'] = 'Lower Princes'; +$labels['tz:america:maceio'] = 'Maceio'; +$labels['tz:america:managua'] = 'Managua'; +$labels['tz:america:manaus'] = 'Manaus'; +$labels['tz:america:marigot'] = 'Marigot'; +$labels['tz:america:martinique'] = 'Martinique'; +$labels['tz:america:matamoros'] = 'Matamoros'; +$labels['tz:america:mazatlan'] = 'Mazatlan'; +$labels['tz:america:menominee'] = 'Menominee'; +$labels['tz:america:merida'] = 'Merida'; +$labels['tz:america:metlakatla'] = 'Metlakatla'; +$labels['tz:america:mexico_city'] = 'Mexico City'; +$labels['tz:america:miquelon'] = 'Miquelon'; +$labels['tz:america:moncton'] = 'Moncton'; +$labels['tz:america:monterrey'] = 'Monterrey'; +$labels['tz:america:montevideo'] = 'Montevideo'; +$labels['tz:america:montserrat'] = 'Montserrat'; +$labels['tz:america:nassau'] = 'Nassau'; +$labels['tz:america:new_york'] = 'New York'; +$labels['tz:america:nipigon'] = 'Nipigon'; +$labels['tz:america:nome'] = 'Nome'; +$labels['tz:america:noronha'] = 'Noronha'; +$labels['tz:america:north_dakota'] = 'North Dakota'; +$labels['tz:america:north_dakota:beulah'] = 'Beulah'; +$labels['tz:america:north_dakota:center'] = 'Center'; +$labels['tz:america:north_dakota:new_salem'] = 'New Salem'; +$labels['tz:america:ojinaga'] = 'Ojinaga'; +$labels['tz:america:panama'] = 'Panama'; +$labels['tz:america:pangnirtung'] = 'Pangnirtung'; +$labels['tz:america:paramaribo'] = 'Paramaribo'; +$labels['tz:america:phoenix'] = 'Phoenix'; +$labels['tz:america:port-au-prince'] = 'Port-au-Prince'; +$labels['tz:america:port_of_spain'] = 'Port of Spain'; +$labels['tz:america:porto_velho'] = 'Porto Velho'; +$labels['tz:america:puerto_rico'] = 'Puerto Rico'; +$labels['tz:america:rainy_river'] = 'Rainy River'; +$labels['tz:america:rankin_inlet'] = 'Rankin Inlet'; +$labels['tz:america:recife'] = 'Recife'; +$labels['tz:america:regina'] = 'Regina'; +$labels['tz:america:resolute'] = 'Resolute'; +$labels['tz:america:rio_branco'] = 'Rio Branco'; +$labels['tz:america:santarem'] = 'Santarem'; +$labels['tz:america:santiago'] = 'Santiago'; +$labels['tz:america:santo_domingo'] = 'Santo Domingo'; +$labels['tz:america:sao_paulo'] = 'Sao Paulo'; +$labels['tz:america:scoresbysund'] = 'Scoresbysund'; +$labels['tz:america:sitka'] = 'Sitka'; +$labels['tz:america:st_barthelemy'] = 'Saint Barthélemy'; +$labels['tz:america:st_johns'] = "Saint John's"; +$labels['tz:america:st_kitts'] = 'Saint Kitts'; +$labels['tz:america:st_lucia'] = 'Saint Lucia'; +$labels['tz:america:st_thomas'] = 'Saint Thomas'; +$labels['tz:america:st_vincent'] = 'Saint Vincent'; +$labels['tz:america:swift_current'] = 'Swift Current'; +$labels['tz:america:tegucigalpa'] = 'Tegucigalpa'; +$labels['tz:america:thule'] = 'Thule'; +$labels['tz:america:thunder_bay'] = 'Thunder Bay'; +$labels['tz:america:tijuana'] = 'Tijuana'; +$labels['tz:america:toronto'] = 'Toronto'; +$labels['tz:america:tortola'] = 'Tortola'; +$labels['tz:america:vancouver'] = 'Vancouver'; +$labels['tz:america:whitehorse'] = 'Whitehorse'; +$labels['tz:america:winnipeg'] = 'Winnipeg'; +$labels['tz:america:yakutat'] = 'Yakutat'; +$labels['tz:america:yellowknife'] = 'Yellowknife'; +$labels['tz:antarctica'] = 'Antarctica'; +$labels['tz:antarctica:casey'] = 'Casey'; +$labels['tz:antarctica:davis'] = 'Davis'; +$labels['tz:antarctica:dumontdurville'] = "Dumont d'Urville"; +$labels['tz:antarctica:macquarie'] = 'Macquarie'; +$labels['tz:antarctica:mawson'] = 'Mawson'; +$labels['tz:antarctica:mcmurdo'] = 'McMurdo'; +$labels['tz:antarctica:palmer'] = 'Palmer'; +$labels['tz:antarctica:rothera'] = 'Rothera'; +$labels['tz:antarctica:syowa'] = 'Syowa'; +$labels['tz:antarctica:troll'] = 'Troll'; +$labels['tz:antarctica:vostok'] = 'Vostok'; +$labels['tz:arctic'] = 'Arctic'; +$labels['tz:arctic:longyearbyen'] = 'Longyearbyen'; +$labels['tz:asia'] = 'Asia'; +$labels['tz:asia:aden'] = 'Aden'; +$labels['tz:asia:almaty'] = 'Almaty'; +$labels['tz:asia:amman'] = 'Amman'; +$labels['tz:asia:anadyr'] = 'Anadyr'; +$labels['tz:asia:aqtau'] = 'Aqtau'; +$labels['tz:asia:aqtobe'] = 'Aqtobe'; +$labels['tz:asia:ashgabat'] = 'Ashgabat'; +$labels['tz:asia:atyrau'] = 'Atyrau'; +$labels['tz:asia:baghdad'] = 'Baghdad'; +$labels['tz:asia:bahrain'] = 'Bahrain'; +$labels['tz:asia:baku'] = 'Baku'; +$labels['tz:asia:bangkok'] = 'Bangkok'; +$labels['tz:asia:barnaul'] = 'Barnaul'; +$labels['tz:asia:beirut'] = 'Beirut'; +$labels['tz:asia:bishkek'] = 'Bishkek'; +$labels['tz:asia:brunei'] = 'Brunei'; +$labels['tz:asia:chita'] = 'Chita'; +$labels['tz:asia:choibalsan'] = 'Choibalsan'; +$labels['tz:asia:colombo'] = 'Colombo'; +$labels['tz:asia:damascus'] = 'Damascus'; +$labels['tz:asia:dhaka'] = 'Dhaka'; +$labels['tz:asia:dili'] = 'Dili'; +$labels['tz:asia:dubai'] = 'Dubai'; +$labels['tz:asia:dushanbe'] = 'Dushanbe'; +$labels['tz:asia:famagusta'] = 'Famagusta'; +$labels['tz:asia:gaza'] = 'Gaza'; +$labels['tz:asia:hebron'] = 'Hebron'; +$labels['tz:asia:ho_chi_minh'] = 'Ho Chi Minh'; +$labels['tz:asia:hong_kong'] = 'Hong Kong'; +$labels['tz:asia:hovd'] = 'Hovd'; +$labels['tz:asia:irkutsk'] = 'Irkutsk'; +$labels['tz:asia:jakarta'] = 'Jakarta'; +$labels['tz:asia:jayapura'] = 'Jayapura'; +$labels['tz:asia:jerusalem'] = 'Jerusalem'; +$labels['tz:asia:kabul'] = 'Kabul'; +$labels['tz:asia:kamchatka'] = 'Kamchatka'; +$labels['tz:asia:karachi'] = 'Karachi'; +$labels['tz:asia:kathmandu'] = 'Kathmandu'; +$labels['tz:asia:khandyga'] = 'Khandyga'; +$labels['tz:asia:kolkata'] = 'Kolkata'; +$labels['tz:asia:krasnoyarsk'] = 'Krasnoyarsk'; +$labels['tz:asia:kuala_lumpur'] = 'Kuala Lumpur'; +$labels['tz:asia:kuching'] = 'Kuching'; +$labels['tz:asia:kuwait'] = 'Kuwait'; +$labels['tz:asia:macau'] = 'Macau'; +$labels['tz:asia:magadan'] = 'Magadan'; +$labels['tz:asia:makassar'] = 'Makassar'; +$labels['tz:asia:manila'] = 'Manila'; +$labels['tz:asia:muscat'] = 'Muscat'; +$labels['tz:asia:nicosia'] = 'Nicosia'; +$labels['tz:asia:novokuznetsk'] = 'Novokuznetsk'; +$labels['tz:asia:novosibirsk'] = 'Novosibirsk'; +$labels['tz:asia:omsk'] = 'Omsk'; +$labels['tz:asia:oral'] = 'Oral'; +$labels['tz:asia:phnom_penh'] = 'Phnom Penh'; +$labels['tz:asia:pontianak'] = 'Pontianak'; +$labels['tz:asia:pyongyang'] = 'Pyongyang'; +$labels['tz:asia:qatar'] = 'Qatar'; +$labels['tz:asia:qyzylorda'] = 'Qyzylorda'; +$labels['tz:asia:riyadh'] = 'Riyadh'; +$labels['tz:asia:sakhalin'] = 'Sakhalin'; +$labels['tz:asia:samarkand'] = 'Samarkand'; +$labels['tz:asia:seoul'] = 'Seoul'; +$labels['tz:asia:shanghai'] = 'Shanghai'; +$labels['tz:asia:singapore'] = 'Singapore'; +$labels['tz:asia:srednekolymsk'] = 'Srednekolymsk'; +$labels['tz:asia:taipei'] = 'Taipei'; +$labels['tz:asia:tashkent'] = 'Tashkent'; +$labels['tz:asia:tbilisi'] = 'Tbilisi'; +$labels['tz:asia:tehran'] = 'Tehran'; +$labels['tz:asia:thimphu'] = 'Thimphu'; +$labels['tz:asia:tokyo'] = 'Tokyo'; +$labels['tz:asia:tomsk'] = 'Tomsk'; +$labels['tz:asia:ulaanbaatar'] = 'Ulaanbaatar'; +$labels['tz:asia:urumqi'] = 'Urumqi'; +$labels['tz:asia:ust-nera'] = 'Ust-Nera'; +$labels['tz:asia:vientiane'] = 'Vientiane'; +$labels['tz:asia:vladivostok'] = 'Vladivostok'; +$labels['tz:asia:yakutsk'] = 'Yakutsk'; +$labels['tz:asia:yangon'] = 'Yangon'; +$labels['tz:asia:yekaterinburg'] = 'Yekaterinburg'; +$labels['tz:asia:yerevan'] = 'Yerevan'; +$labels['tz:atlantic'] = 'Atlantic'; +$labels['tz:atlantic:azores'] = 'Azores'; +$labels['tz:atlantic:bermuda'] = 'Bermuda'; +$labels['tz:atlantic:canary'] = 'Canary'; +$labels['tz:atlantic:cape_verde'] = 'Cape Verde'; +$labels['tz:atlantic:faroe'] = 'Faroe'; +$labels['tz:atlantic:madeira'] = 'Madeira'; +$labels['tz:atlantic:reykjavik'] = 'Reykjavik'; +$labels['tz:atlantic:south_georgia'] = 'South Georgia'; +$labels['tz:atlantic:st_helena'] = 'St Helena'; +$labels['tz:atlantic:stanley'] = 'Stanley'; +$labels['tz:australia'] = 'Australia'; +$labels['tz:australia:adelaide'] = 'Adelaide'; +$labels['tz:australia:brisbane'] = 'Brisbane'; +$labels['tz:australia:broken_hill'] = 'Broken Hill'; +$labels['tz:australia:currie'] = 'Currie'; +$labels['tz:australia:darwin'] = 'Darwin'; +$labels['tz:australia:eucla'] = 'Eucla'; +$labels['tz:australia:hobart'] = 'Hobart'; +$labels['tz:australia:lindeman'] = 'Lindeman'; +$labels['tz:australia:lord_howe'] = 'Lord Howe'; +$labels['tz:australia:melbourne'] = 'Melbourne'; +$labels['tz:australia:perth'] = 'Perth'; +$labels['tz:australia:sydney'] = 'Sydney'; +$labels['tz:europe'] = 'Europe'; +$labels['tz:europe:amsterdam'] = 'Amsterdam'; +$labels['tz:europe:andorra'] = 'Andorra'; +$labels['tz:europe:astrakhan'] = 'Astrakhan'; +$labels['tz:europe:athens'] = 'Athens'; +$labels['tz:europe:belgrade'] = 'Belgrade'; +$labels['tz:europe:berlin'] = 'Berlin'; +$labels['tz:europe:bratislava'] = 'Bratislava'; +$labels['tz:europe:brussels'] = 'Brussels'; +$labels['tz:europe:bucharest'] = 'Bucharest'; +$labels['tz:europe:budapest'] = 'Budapest'; +$labels['tz:europe:busingen'] = 'Busingen'; +$labels['tz:europe:chisinau'] = 'Chisinau'; +$labels['tz:europe:copenhagen'] = 'Copenhagen'; +$labels['tz:europe:dublin'] = 'Dublin'; +$labels['tz:europe:gibraltar'] = 'Gibraltar'; +$labels['tz:europe:guernsey'] = 'Guernsey'; +$labels['tz:europe:helsinki'] = 'Helsinki'; +$labels['tz:europe:isle_of_man'] = 'Isle of Man'; +$labels['tz:europe:istanbul'] = 'Istanbul'; +$labels['tz:europe:jersey'] = 'Jersey'; +$labels['tz:europe:kaliningrad'] = 'Kaliningrad'; +$labels['tz:europe:kiev'] = 'Kiev'; +$labels['tz:europe:kirov'] = 'Kirov'; +$labels['tz:europe:lisbon'] = 'Lisbon'; +$labels['tz:europe:ljubljana'] = 'Ljubljana'; +$labels['tz:europe:london'] = 'London'; +$labels['tz:europe:luxembourg'] = 'Luxembourg'; +$labels['tz:europe:madrid'] = 'Madrid'; +$labels['tz:europe:malta'] = 'Malta'; +$labels['tz:europe:mariehamn'] = 'Mariehamn'; +$labels['tz:europe:minsk'] = 'Minsk'; +$labels['tz:europe:monaco'] = 'Monaco'; +$labels['tz:europe:moscow'] = 'Moscow'; +$labels['tz:europe:oslo'] = 'Oslo'; +$labels['tz:europe:paris'] = 'Paris'; +$labels['tz:europe:podgorica'] = 'Podgorica'; +$labels['tz:europe:prague'] = 'Prague'; +$labels['tz:europe:riga'] = 'Riga'; +$labels['tz:europe:rome'] = 'Rome'; +$labels['tz:europe:samara'] = 'Samara'; +$labels['tz:europe:san_marino'] = 'San Marino'; +$labels['tz:europe:sarajevo'] = 'Sarajevo'; +$labels['tz:europe:saratov'] = 'Saratov'; +$labels['tz:europe:simferopol'] = 'Simferopol'; +$labels['tz:europe:skopje'] = 'Skopje'; +$labels['tz:europe:sofia'] = 'Sofia'; +$labels['tz:europe:stockholm'] = 'Stockholm'; +$labels['tz:europe:tallinn'] = 'Tallinn'; +$labels['tz:europe:tirane'] = 'Tirane'; +$labels['tz:europe:ulyanovsk'] = 'Ulyanovsk'; +$labels['tz:europe:uzhgorod'] = 'Uzhgorod'; +$labels['tz:europe:vaduz'] = 'Vaduz'; +$labels['tz:europe:vatican'] = 'Vatican'; +$labels['tz:europe:vienna'] = 'Vienna'; +$labels['tz:europe:vilnius'] = 'Vilnius'; +$labels['tz:europe:volgograd'] = 'Volgograd'; +$labels['tz:europe:warsaw'] = 'Warsaw'; +$labels['tz:europe:zagreb'] = 'Zagreb'; +$labels['tz:europe:zaporozhye'] = 'Zaporozhye'; +$labels['tz:europe:zurich'] = 'Zurich'; +$labels['tz:indian'] = 'Indian'; +$labels['tz:indian:antananarivo'] = 'Antananarivo'; +$labels['tz:indian:chagos'] = 'Chagos'; +$labels['tz:indian:christmas'] = 'Christmas'; +$labels['tz:indian:cocos'] = 'Cocos'; +$labels['tz:indian:comoro'] = 'Comoro'; +$labels['tz:indian:kerguelen'] = 'Kerguelen'; +$labels['tz:indian:mahe'] = 'Mahe'; +$labels['tz:indian:maldives'] = 'Maldives'; +$labels['tz:indian:mauritius'] = 'Mauritius'; +$labels['tz:indian:mayotte'] = 'Mayotte'; +$labels['tz:indian:reunion'] = 'Reunion'; +$labels['tz:pacific'] = 'Pacific'; +$labels['tz:pacific:apia'] = 'Apia'; +$labels['tz:pacific:auckland'] = 'Auckland'; +$labels['tz:pacific:bougainville'] = 'Bougainville'; +$labels['tz:pacific:chatham'] = 'Chatham'; +$labels['tz:pacific:chuuk'] = 'Chuuk'; +$labels['tz:pacific:easter'] = 'Easter'; +$labels['tz:pacific:efate'] = 'Efate'; +$labels['tz:pacific:enderbury'] = 'Enderbury'; +$labels['tz:pacific:fakaofo'] = 'Fakaofo'; +$labels['tz:pacific:fiji'] = 'Fiji'; +$labels['tz:pacific:funafuti'] = 'Funafuti'; +$labels['tz:pacific:galapagos'] = 'Galapagos'; +$labels['tz:pacific:gambier'] = 'Gambier'; +$labels['tz:pacific:guadalcanal'] = 'Guadalcanal'; +$labels['tz:pacific:guam'] = 'Guam'; +$labels['tz:pacific:honolulu'] = 'Honolulu'; +$labels['tz:pacific:johnston'] = 'Johnston'; +$labels['tz:pacific:kiritimati'] = 'Kiritimati'; +$labels['tz:pacific:kosrae'] = 'Kosrae'; +$labels['tz:pacific:kwajalein'] = 'Kwajalein'; +$labels['tz:pacific:majuro'] = 'Majuro'; +$labels['tz:pacific:marquesas'] = 'Marquesas'; +$labels['tz:pacific:midway'] = 'Midway'; +$labels['tz:pacific:nauru'] = 'Nauru'; +$labels['tz:pacific:niue'] = 'Niue'; +$labels['tz:pacific:norfolk'] = 'Norfolk'; +$labels['tz:pacific:noumea'] = 'Noumea'; +$labels['tz:pacific:pago_pago'] = 'Pago Pago'; +$labels['tz:pacific:palau'] = 'Palau'; +$labels['tz:pacific:pitcairn'] = 'Pitcairn'; +$labels['tz:pacific:pohnpei'] = 'Pohnpei'; +$labels['tz:pacific:port_moresby'] = 'Port Moresby'; +$labels['tz:pacific:rarotonga'] = 'Rarotonga'; +$labels['tz:pacific:saipan'] = 'Saipan'; +$labels['tz:pacific:tahiti'] = 'Tahiti'; +$labels['tz:pacific:tarawa'] = 'Tarawa'; +$labels['tz:pacific:tongatapu'] = 'Tongatapu'; +$labels['tz:pacific:wake'] = 'Wake'; +$labels['tz:pacific:wallis'] = 'Wallis'; diff --git a/program/localization/eo/labels.inc b/program/localization/eo/labels.inc index e6fc2042e..6b0a7925d 100644 --- a/program/localization/eo/labels.inc +++ b/program/localization/eo/labels.inc @@ -185,6 +185,7 @@ $labels['returnreceipt'] = 'Return receipt'; $labels['dsn'] = 'Ricev-status-konfirmo'; $labels['mailreplyintro'] = 'Je $date, $sender skribis:'; $labels['originalmessage'] = 'Originala mesaĝo'; +$labels['insert'] = 'Enmeti'; $labels['recipient'] = 'Ricevanto'; $labels['editidents'] = 'Redaktu identojn'; $labels['spellcheck'] = 'Literumu'; diff --git a/program/localization/eo/messages.inc b/program/localization/eo/messages.inc index 63b685525..f2f4af365 100644 --- a/program/localization/eo/messages.inc +++ b/program/localization/eo/messages.inc @@ -27,7 +27,6 @@ $messages['errorreadonly'] = 'Ne povis fari agon. Dosierujo estas nurlega'; $messages['errornoperm'] = 'Ne povis fari agon. Ne havas permeson.'; $messages['invalidrequest'] = 'Nevalida peto'; $messages['nomessagesfound'] = 'Neniu mesaĝo en ĉi tiu dosierujo'; -$messages['loggedout'] = 'Vi sukcese finis la seancon. Ĝis!'; $messages['loading'] = 'Ŝarganta...'; $messages['loadingdata'] = 'Ŝarganta datumojn...'; $messages['checkingmail'] = 'Kontrolanta, ĉu novaj mesaĝoj...'; diff --git a/program/localization/es_419/labels.inc b/program/localization/es_419/labels.inc index ab16dc6f9..addff11e9 100644 --- a/program/localization/es_419/labels.inc +++ b/program/localization/es_419/labels.inc @@ -216,6 +216,7 @@ $labels['selectimage'] = 'Seleccionar imagen'; $labels['addimage'] = 'Agregar imagen'; $labels['selectmedia'] = 'Seleccionar película'; $labels['addmedia'] = 'Agregar película'; +$labels['insert'] = 'Insertar'; $labels['recipient'] = 'Destinatario'; $labels['editidents'] = 'Editar identidades'; $labels['spellcheck'] = 'Corrección ortográfica'; @@ -363,7 +364,6 @@ $labels['importreplace'] = 'Remplazar toda la libreta de direcciones'; $labels['importgroups'] = 'Importar asignaciones del grupo'; $labels['importgroupsall'] = 'Todo (crear grupos si es necesario)'; $labels['importgroupsexisting'] = 'Solo para grupos existentes'; -$labels['importdesc'] = 'Puede subir contactos desde una libreta de direcciones existente. .
Actualmente soportamos importar direcciones de los formatos vCard o CSV (separado por comas).'; $labels['done'] = 'Listo'; $labels['settingsfor'] = 'Configuraciones para'; $labels['about'] = 'Acerca de'; diff --git a/program/localization/es_419/messages.inc b/program/localization/es_419/messages.inc index 9b6a589c7..4b03e47a3 100644 --- a/program/localization/es_419/messages.inc +++ b/program/localization/es_419/messages.inc @@ -33,7 +33,6 @@ $messages['erroroverquotadelete'] = 'No hay espacio libre en disco. Use Mayúscu $messages['invalidrequest'] = '¡Solicitud no válida! No se ha guardado la información.'; $messages['invalidhost'] = 'Nombre de servidor no válido.'; $messages['nomessagesfound'] = 'No se encontraron mensajes en esta casilla.'; -$messages['loggedout'] = 'Has terminado correctamente la sesión. ¡Adiós!'; $messages['mailboxempty'] = 'Casilla vacía'; $messages['nomessages'] = 'Ningún mensaje'; $messages['refreshing'] = 'Actualizando...'; diff --git a/program/localization/es_AR/labels.inc b/program/localization/es_AR/labels.inc index 8d1f50815..9a270cf67 100644 --- a/program/localization/es_AR/labels.inc +++ b/program/localization/es_AR/labels.inc @@ -216,6 +216,7 @@ $labels['selectimage'] = 'Seleccionar imagen'; $labels['addimage'] = 'Agregar imagen'; $labels['selectmedia'] = 'Seleccionar película'; $labels['addmedia'] = 'Agregar película'; +$labels['insert'] = 'Insertar'; $labels['recipient'] = 'Destinatario'; $labels['editidents'] = 'Editar identidades'; $labels['spellcheck'] = 'Gramática'; @@ -364,7 +365,6 @@ $labels['importreplace'] = 'Reemplazar completamente la lista de contactos'; $labels['importgroups'] = 'Importar asignaciones de grupo'; $labels['importgroupsall'] = 'Todo (crea grupos si es necesario)'; $labels['importgroupsexisting'] = 'Sólo para grupos existentes'; -$labels['importdesc'] = 'Puedes subir contactos desde una libreta de direcciones existente.
Actualmente soportamos la importación de direcciones utilizando el formato vCard o CSV (Valores Separados por Coma).'; $labels['done'] = 'Hecho'; $labels['settingsfor'] = 'Configuración para'; $labels['about'] = 'Acerca de'; diff --git a/program/localization/es_AR/messages.inc b/program/localization/es_AR/messages.inc index 8c5414a8f..3be720a9f 100644 --- a/program/localization/es_AR/messages.inc +++ b/program/localization/es_AR/messages.inc @@ -33,7 +33,6 @@ $messages['erroroverquotadelete'] = 'Espacio en disco insuficiente. Utilice SHIF $messages['invalidrequest'] = 'Peteción invalida! No se guardó nada.'; $messages['invalidhost'] = 'Nombre de servidor inválido.'; $messages['nomessagesfound'] = 'No se han encontrado mensajes en esta casilla'; -$messages['loggedout'] = 'Ha cerrado la sesión. ¡Hasta pronto!'; $messages['mailboxempty'] = 'La casilla está vacía'; $messages['nomessages'] = '0 mensajes'; $messages['refreshing'] = 'Actualizando...'; diff --git a/program/localization/es_ES/labels.inc b/program/localization/es_ES/labels.inc index 9139b3b4e..f41fa49c7 100644 --- a/program/localization/es_ES/labels.inc +++ b/program/localization/es_ES/labels.inc @@ -241,6 +241,7 @@ $labels['keylength'] = 'Bits'; $labels['keyexpired'] = 'Expirado'; $labels['keyrevoked'] = 'Rechazado'; $labels['bccinstead'] = 'Use Cco'; +$labels['insert'] = 'Insertar'; $labels['recipient'] = 'Destinatario'; $labels['editidents'] = 'Editar identidades'; $labels['spellcheck'] = 'Corrector ortográfico'; @@ -394,7 +395,6 @@ $labels['importreplace'] = 'Reemplazar toda la lista de contactos'; $labels['importgroups'] = 'Importar asignaciones de grupo'; $labels['importgroupsall'] = 'Todos (crear grupos si es necesario)'; $labels['importgroupsexisting'] = 'Sólo para los grupos existentes'; -$labels['importdesc'] = 'Puede subir los contactos de una libreta de direcciones ya existente.
Actualmente permitimos la importación de datos en los formatos vCard y CSV (separados por comas).'; $labels['done'] = 'Hecho'; $labels['settingsfor'] = 'Configuración para'; $labels['about'] = 'Acerca de'; diff --git a/program/localization/es_ES/messages.inc b/program/localization/es_ES/messages.inc index e973774b8..184b88065 100644 --- a/program/localization/es_ES/messages.inc +++ b/program/localization/es_ES/messages.inc @@ -51,10 +51,12 @@ $messages['messagesaved'] = 'Mensaje guardado en Borradores.'; $messages['successfullysaved'] = 'Guardado correctamente.'; $messages['savingresponse'] = 'Guardando texto de respuesta...'; $messages['deleteresponseconfirm'] = '¿Realmente quiere eliminar este texto de respuesta?'; +$messages['nocontactselected'] = 'No ha seleccionado ningún contacto aún.'; $messages['addedsuccessfully'] = 'Contacto añadido correctamente a la libreta de direcciones.'; $messages['contactexists'] = 'Ya existe un contacto con esta dirección de correo.'; $messages['contactnameexists'] = 'Ya existe un contacto con el mismo nombre.'; $messages['blockedimages'] = 'Para proteger su privacidad, las imágenes externas de este mensaje han sido bloqueadas.'; +$messages['blockedresources'] = 'Para proteger su privacidad, los recursos remotos han sido bloqueados.'; $messages['encryptedmessage'] = 'Este es un mensaje cifrado y no puede ser mostrado. ¡Lo sentimos!'; $messages['externalmessagedecryption'] = 'Este es un mensaje cifrado y se puede descifrar con una extensión de tu navegador.'; $messages['nopubkeyfor'] = 'No se ha encontrado una clave pública de $email'; @@ -75,10 +77,13 @@ $messages['errormoving'] = 'No se pudo mover el/los mensaje(s).'; $messages['errorcopying'] = 'No se pudo copiar el/los mensaje(s).'; $messages['errordeleting'] = 'No se pudo eliminar el/los mensaje(s).'; $messages['errormarking'] = 'No se pudo marcar el/los mensaje(s).'; +$messages['alerttitle'] = 'Atención'; +$messages['confirmationtitle'] = 'Está seguro...'; $messages['deletecontactconfirm'] = '¿Realmente quiere eliminar los contactos seleccionados?'; $messages['deletegroupconfirm'] = '¿Realmente quiere borrar el grupo seleccionado?'; $messages['deletemessagesconfirm'] = '¿Realmente quiere eliminar los mensajes seleccionados?'; $messages['deletefolderconfirm'] = '¿Realmente quiere eliminar esta carpeta?'; +$messages['movefolderconfirm'] = '¿Realmente quiere eliminar esta carpeta?'; $messages['purgefolderconfirm'] = '¿Realmente quiere eliminar todos los mensajes de esta carpeta?'; $messages['contactdeleting'] = 'Eliminando contacto(s)...'; $messages['groupdeleting'] = 'Eliminando grupo…'; @@ -91,6 +96,7 @@ $messages['noemailwarning'] = 'Por favor, introduzca un correo electrónico vál $messages['nonamewarning'] = 'Por favor, introduzca un nombre.'; $messages['nopagesizewarning'] = 'Por favor, introduzca un tamaño de página.'; $messages['nosenderwarning'] = 'Por favor, introduzca la dirección de correo del remitente.'; +$messages['recipientsadded'] = 'Destinatario(s) añadido(s) con éxito.'; $messages['norecipientwarning'] = 'Por favor, introduzca al menos un destinatario.'; $messages['disclosedrecipwarning'] = 'Todos los receptores verán las direcciones de correo electrónico de cada uno. Para evitarlo y para proteger su privacidad puede utilizar el campo Cco'; $messages['disclosedreciptitle'] = 'Demasiados destinatarios'; @@ -160,6 +166,8 @@ $messages['smtpautherror'] = 'Error SMTP ($code): Ha fallado la autenticación.' $messages['smtpfromerror'] = 'Error SMTP ($code): No se pudo asignar el remitente "$from" ($msg).'; $messages['smtptoerror'] = 'Error SMTP ($code): No se pudo establecer destinatario "$to" ($msg).'; $messages['smtprecipientserror'] = 'Error SMTP: No es posible analizar la lista de destinatarios.'; +$messages['smtputf8error'] = 'Error SMTP: El servidor no soporta Unicode en la dirección de correo electrónico.'; +$messages['smtpsizeerror'] = 'Error SMTP: El tamaño de mensaje excede el límite del servidor ($limit)'; $messages['smtperror'] = 'Error SMTP: $msg'; $messages['emailformaterror'] = 'Dirección de correo incorrecta: $email'; $messages['toomanyrecipients'] = 'Demasiados destinatarios. Reduzca el número de destinatarios a $max.'; @@ -192,6 +200,7 @@ $messages['invalidimageformat'] = 'No es un formato de imagen válido.'; $messages['mispellingsfound'] = 'Se han detectado errores ortográficos en el mensaje.'; $messages['parentnotwritable'] = 'No se pudo crear/mover la carpeta a la carpeta superior seleccionada. No tiene permisos de acceso.'; $messages['messagetoobig'] = 'Esta parte del mensaje es demasiado grande para ser procesado.'; +$messages['attachmentvalidationerror'] = '¡ATENCIÓN! Este adjunto es sospechoso porque su tipo no coincide con el tipo declarado en el mensaje. Si no confía en su remitente, no debería abrirlo en su navegador porque podría tener contenido malicioso.
Esperado: $expected; encontrado: $detected'; $messages['noscriptwarning'] = 'Advertencia: ¡Este servicio de webmail necesita Javascript! Para poder usarlo habilite el soporte de Javascript en su navegador, por favor.'; $messages['messageissent'] = 'El mensaje se ha enviado, pero aún no se ha guardado. ¿Quieres guardarlo ahora?'; $messages['errnotfound'] = 'Archivo no encontrado'; @@ -206,3 +215,9 @@ $messages['clicktoresumesession'] = 'Haga clic aquí para reanudar la sesión an $messages['errcomposesession'] = 'Error de sesión de escritura'; $messages['errcomposesessionexplain'] = 'No se ha encontrado la sesión de escritura requerida.'; $messages['clicktocompose'] = 'Hacer clic aquí para escribir un nuevo mensaje'; +$messages['nosupporterror'] = 'Esta función no está soportada por el navegador.'; +$messages['siginserted'] = 'Firma insertada correctamente.'; +$messages['responseinserted'] = 'Respuesta insertada correctamente.'; +$messages['listempty'] = 'La lista está vacía.'; +$messages['listusebutton'] = 'Use el botón Crear para añadir un nuevo registro.'; +$messages['keypaircreatesuccess'] = 'Un nuevo par de claves ha sido creada con éxito para $identity.'; diff --git a/program/localization/es_ES/timezones.inc b/program/localization/es_ES/timezones.inc index ca09549d9..a9a946af8 100644 --- a/program/localization/es_ES/timezones.inc +++ b/program/localization/es_ES/timezones.inc @@ -23,6 +23,9 @@ $labels['tz:africa:addis_ababa'] = 'Adís Abeba'; $labels['tz:africa:algiers'] = 'Argel'; $labels['tz:africa:asmara'] = 'Asmara'; $labels['tz:africa:bamako'] = 'Bamako'; +$labels['tz:africa:cairo'] = 'Cairo'; +$labels['tz:africa:ceuta'] = 'Ceuta'; +$labels['tz:africa:dakar'] = 'Dakar'; $labels['tz:america'] = 'América'; $labels['tz:america:anchorage'] = 'Anchorage'; $labels['tz:america:antigua'] = 'Antigua'; @@ -115,3 +118,4 @@ $labels['tz:europe:istanbul'] = 'Estambul'; $labels['tz:europe:kiev'] = 'Kiev'; $labels['tz:europe:lisbon'] = 'Lisboa'; $labels['tz:europe:london'] = 'Londres'; +$labels['tz:europe:madrid'] = 'Madrid'; diff --git a/program/localization/et_EE/labels.inc b/program/localization/et_EE/labels.inc index 4bbb7e77c..65280b1eb 100644 --- a/program/localization/et_EE/labels.inc +++ b/program/localization/et_EE/labels.inc @@ -20,6 +20,7 @@ $labels['username'] = 'Kasutajanimi'; $labels['password'] = 'Parool'; $labels['server'] = 'Server'; $labels['login'] = 'Logi sisse'; +$labels['menu'] = 'Menüü'; $labels['logout'] = 'Logi välja'; $labels['mail'] = 'Postkast'; $labels['settings'] = 'Seaded'; @@ -135,6 +136,7 @@ $labels['folders-all'] = 'Kõik kaustad'; $labels['more'] = 'Rohkem'; $labels['back'] = 'Tagasi'; $labels['options'] = 'Valikud'; +$labels['actions'] = 'Tegevused'; $labels['first'] = 'Esimene'; $labels['last'] = 'Viimane'; $labels['previous'] = 'Eelmine'; @@ -238,6 +240,7 @@ $labels['keylength'] = 'Bitte'; $labels['keyexpired'] = 'Aegunud'; $labels['keyrevoked'] = 'Tühistatud'; $labels['bccinstead'] = 'Kasuta Pimekoopiat'; +$labels['insert'] = 'Lisa'; $labels['recipient'] = 'Saaja'; $labels['editidents'] = 'Muuda Identiteete'; $labels['spellcheck'] = 'Õigekiri'; @@ -389,7 +392,6 @@ $labels['importreplace'] = 'Asenda kogu aadressiraamat'; $labels['importgroups'] = 'Impordi grupi ülessanded'; $labels['importgroupsall'] = 'Kõik (loo vajadusel grupid)'; $labels['importgroupsexisting'] = 'Ainult olemasolevatele gruppidele'; -$labels['importdesc'] = 'Sa saad laadida kontakte olemasolevast aadressiraamatust.
Praegu on võimalik importida vCard või CSV (komaga eraldatud) formaadis andmeid. '; $labels['done'] = 'Valmis'; $labels['settingsfor'] = 'Kasutajaeelistused kontole'; $labels['about'] = 'Programmist lähemalt'; @@ -401,6 +403,7 @@ $labels['manageidentities'] = 'Halda identiteete'; $labels['newidentity'] = 'Loo uus identiteet'; $labels['addidentity'] = 'Lisa identiteet'; $labels['editidentity'] = 'Muuda identiteeti'; +$labels['identityencryption'] = 'Krüpteerimine'; $labels['preferhtml'] = 'Eelista HTMLi'; $labels['defaultcharset'] = 'Vaikimisi märgistik'; $labels['htmlmessage'] = 'HTML kirjad'; diff --git a/program/localization/et_EE/messages.inc b/program/localization/et_EE/messages.inc index 3f31eeecf..d34b72389 100644 --- a/program/localization/et_EE/messages.inc +++ b/program/localization/et_EE/messages.inc @@ -33,7 +33,6 @@ $messages['erroroverquotadelete'] = 'Ketas on täis. Kirja kustutamiseks vajuta $messages['invalidrequest'] = 'Lubamatu päring! Andmeid ei salvestatud.'; $messages['invalidhost'] = 'Lubamatu serveri nimi.'; $messages['nomessagesfound'] = 'Postkast paistab tühi olevat'; -$messages['loggedout'] = 'Sinu seanss on edukalt lõpetatud. Nägemiseni!'; $messages['mailboxempty'] = 'Kirjakast on tühi'; $messages['nomessages'] = 'Pole teateid'; $messages['refreshing'] = 'Värskendamine…'; diff --git a/program/localization/et_EE/timezones.inc b/program/localization/et_EE/timezones.inc index 8e8f3b1ee..9ab065da3 100644 --- a/program/localization/et_EE/timezones.inc +++ b/program/localization/et_EE/timezones.inc @@ -119,11 +119,14 @@ $labels['tz:america:halifax'] = 'Halifax'; $labels['tz:america:havana'] = 'Havanna'; $labels['tz:america:hermosillo'] = 'Hermosillo'; $labels['tz:america:indiana'] = 'Indiana'; +$labels['tz:america:indiana:indianapolis'] = 'Indianapolis'; +$labels['tz:america:indiana:knox'] = 'Knox'; $labels['tz:america:inuvik'] = 'Inuvik'; $labels['tz:america:iqaluit'] = 'Iqaluit'; $labels['tz:america:jamaica'] = 'Jamaica'; $labels['tz:america:juneau'] = 'Juneau'; $labels['tz:america:kentucky'] = 'Kentucky'; +$labels['tz:america:kentucky:louisville'] = 'Louisville'; $labels['tz:america:kralendijk'] = 'Kralendijk'; $labels['tz:america:la_paz'] = 'La Paz'; $labels['tz:america:lima'] = 'Lima'; diff --git a/program/localization/eu_ES/labels.inc b/program/localization/eu_ES/labels.inc index 7082e286e..b58eca112 100644 --- a/program/localization/eu_ES/labels.inc +++ b/program/localization/eu_ES/labels.inc @@ -246,6 +246,7 @@ $labels['keylength'] = 'Bitak'; $labels['keyexpired'] = 'Iraungita'; $labels['keyrevoked'] = 'Errebokatuta'; $labels['bccinstead'] = 'Erabili Bcc'; +$labels['insert'] = 'Txertatu'; $labels['recipient'] = 'Hartzailea'; $labels['editidents'] = 'Editatu identitateak'; $labels['spellcheck'] = 'Ortografia-egiaztatu'; @@ -399,7 +400,6 @@ $labels['importreplace'] = 'Ordezkatu helbide-liburu osoa'; $labels['importgroups'] = 'Inportatu talde-esleipenak'; $labels['importgroupsall'] = 'Dena (sortu taldeak behar izatekotan)'; $labels['importgroupsexisting'] = 'Existitzen diren taldeentzat soilik'; -$labels['importdesc'] = 'Gehitzen ahal duzu kontaktuak dagoen helbide-liburu batetik.
Inportatzeko onartzen diren formatuak: vCard eta CSV (komaz banandutakoak).'; $labels['done'] = 'Egina'; $labels['settingsfor'] = 'Honen ezarpenak:'; $labels['about'] = 'Honi buruz'; diff --git a/program/localization/eu_ES/messages.inc b/program/localization/eu_ES/messages.inc index f2f745786..a424faa2b 100644 --- a/program/localization/eu_ES/messages.inc +++ b/program/localization/eu_ES/messages.inc @@ -34,7 +34,7 @@ $messages['erroroverquotadelete'] = 'Diskoan ez dago tokirik. Erabili SHIFT+DEL $messages['invalidrequest'] = 'Eskaera ez da baliozkoa! Datuak ez dira gorde.'; $messages['invalidhost'] = 'Zerbitzari-izena ez da baliozkoa.'; $messages['nomessagesfound'] = 'Ez da mezurik aurkitu postontzi honetan.'; -$messages['loggedout'] = 'Saioa behar bezala amaitu duzu. Agur!'; +$messages['loggedout'] = 'Itxi duzu saioa. Agur!'; $messages['mailboxempty'] = 'Postontzia hutsik dago'; $messages['nomessages'] = 'Ez dago mezurik'; $messages['refreshing'] = 'Freskatzen...'; @@ -51,6 +51,7 @@ $messages['messagesaved'] = 'Mezua zirriborroetan gordea.'; $messages['successfullysaved'] = 'Behar bezala gorde da.'; $messages['savingresponse'] = 'Erantzun-testua gordetzen...'; $messages['deleteresponseconfirm'] = 'Seguru zaude erantzun-testu hau ezabatu nahi duzula?'; +$messages['nocontactselected'] = 'Oraindik ez duzu kontakturik hautatu.'; $messages['addedsuccessfully'] = 'Kontaktua behar bezala gehitu da helbide-liburura.'; $messages['contactexists'] = 'Badago kontaktu bat helbide elektroniko horrekin'; $messages['contactnameexists'] = 'Lehendik badago izen hori duen kontaktua.'; @@ -76,10 +77,13 @@ $messages['errormoving'] = 'Ezin d(ir)a mezua(k) mugitu.'; $messages['errorcopying'] = 'Ezin d(ir)a kopiatu mezua(k).'; $messages['errordeleting'] = 'Ezin da mezua ezabatu'; $messages['errormarking'] = 'Ezin d(ir)a markatu mezua(k).'; +$messages['alerttitle'] = 'Kontuz'; +$messages['confirmationtitle'] = 'Ziur zaude...'; $messages['deletecontactconfirm'] = 'Benetan hautaturiko kontaktuak ezabatu nahi dituzula?'; $messages['deletegroupconfirm'] = 'Seguru zaude hautatutako taldea ezabatu nahi duzula?'; $messages['deletemessagesconfirm'] = 'Benetan hautaturiko mezuak ezabatu nahi dituzula?'; $messages['deletefolderconfirm'] = 'Benetan Karpeta hau ezabatu nahi duzu?'; +$messages['movefolderconfirm'] = 'Seguru zaude mugitu nahi duzula karpeta hori?'; $messages['purgefolderconfirm'] = 'Benetan karpeta honetako mezu guziak ezabatu nahi dituzu?'; $messages['contactdeleting'] = 'Kontaktua(k) ezabatzen...'; $messages['groupdeleting'] = 'Taldea ezabatzen...'; @@ -92,6 +96,7 @@ $messages['noemailwarning'] = 'Idatzi baliozko helbide elektroniko bat'; $messages['nonamewarning'] = 'Mesedez izen bat idatzi'; $messages['nopagesizewarning'] = 'Mesedez paper tamaina idatzi'; $messages['nosenderwarning'] = 'Idatzi bidaltzailearen helbide elektronikoa'; +$messages['recipientsadded'] = 'Hartzailea(k) gehitu d(ir)a.'; $messages['norecipientwarning'] = 'Mesedez behintzat hartzaile bat idatzi'; $messages['disclosedrecipwarning'] = 'Hartzaile guztiek ikusiko dute beste hartzaileen posta helbideak. Hori eragozteko eta haien pribatutasuna babesteko erabili dezakezu Bcc -ezkutuko kopia- eremua.'; $messages['disclosedreciptitle'] = 'Hartzaile publiko gehiegi'; @@ -161,6 +166,8 @@ $messages['smtpautherror'] = 'SMTP errorea ($code): Egiaztapenak huts egin du.'; $messages['smtpfromerror'] = 'SMTP errorea ($code): "$from" ($msg) bidaltzailearen ezartzeak huts egin du.'; $messages['smtptoerror'] = 'SMTP errorea ($code): "$to" ($msg) hartzailea gehitzen huts egin du.'; $messages['smtprecipientserror'] = 'SMTP errorea: Ezin da hartzaileen zerrenda analizatu.'; +$messages['smtputf8error'] = 'SMTP errorea: Zerbitzariak ez du Unicode onartzen posta-helbidean.'; +$messages['smtpsizeerror'] = 'SMTP errorea: Mezuak zerbitzariak ezarritako muga ($limit) gainditu du.'; $messages['smtperror'] = 'SMTP errorea: $msg'; $messages['emailformaterror'] = 'Helbide elektroniko baliogabea: $email'; $messages['toomanyrecipients'] = 'Hartzaile gehiegi. Txikitu hartzaile kopura hona $max.'; @@ -193,6 +200,7 @@ $messages['invalidimageformat'] = 'Irudi formatua ez da baliozkoa.'; $messages['mispellingsfound'] = 'Ortografia akatsak detektatu dira mezuan.'; $messages['parentnotwritable'] = 'Ezin da karpeta sortu/mugi hautatutako goragoko karpetan. Sartzeko baimenik ez.'; $messages['messagetoobig'] = 'Mezu-zatia handiegia da prozesatzeko.'; +$messages['attachmentvalidationerror'] = 'Eranskina ez da fidagarria bere motak ez duelako bat egiten mezuan aitortzen duen motarekin. Ez baduzu konfiantza bidaltzailearekin ez zenuke ireki behar zeren eta kode maltzurra gorde dezake.

Iradokita: $expected; topatuta: $detected'; $messages['noscriptwarning'] = 'Kontuz: web-posta zerbitzu honek Javascript behar du! Erabili nahi baduzu gaitu Javascript zure nabigatzailearen ezarpenetan.'; $messages['messageissent'] = 'Mezua bidali da baina oraindik ez da gorde. Nahi duzu orain gorde?'; $messages['errnotfound'] = 'Fitxategia ez da aurkitu'; @@ -207,3 +215,9 @@ $messages['clicktoresumesession'] = 'Egin klik hemen zure aurreko saioarekin jar $messages['errcomposesession'] = 'Idazketa sesioan errorea'; $messages['errcomposesessionexplain'] = 'Eskatutako idazketa sesioa ez da aurkitu.'; $messages['clicktocompose'] = 'Klik egin hemen mezu berri bat idazteko'; +$messages['nosupporterror'] = 'Zure nabigatzaileak ez du eginbide hori onartzen.'; +$messages['siginserted'] = 'Sinadura behar bezala txertatu da.'; +$messages['responseinserted'] = 'Erantzuna behar bezala txertatu da.'; +$messages['listempty'] = 'Zerrenda hutsik dago.'; +$messages['listusebutton'] = 'Erabili Sortu botoia erregistro berri bat gehitzeko.'; +$messages['keypaircreatesuccess'] = 'Gako pare berria behar bezala sortu da $identity-(r)entzat.'; diff --git a/program/localization/eu_ES/timezones.inc b/program/localization/eu_ES/timezones.inc new file mode 100644 index 000000000..043096dbc --- /dev/null +++ b/program/localization/eu_ES/timezones.inc @@ -0,0 +1,49 @@ +/timezones.inc | + | | + | Localization file of the Roundcube Webmail client | + | Copyright (C) 2005-2017, 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/timezones/ +*/ + +$labels['tz:utc'] = 'UTC'; +$labels['tz:africa'] = 'Afrika'; +$labels['tz:africa:abidjan'] = 'Abidjan'; +$labels['tz:africa:accra'] = 'Accra'; +$labels['tz:africa:addis_ababa'] = 'Addis Abeba'; +$labels['tz:africa:algiers'] = 'Algiers'; +$labels['tz:africa:asmara'] = 'Asmara'; +$labels['tz:africa:bamako'] = 'Bamako'; +$labels['tz:africa:bangui'] = 'Bangui'; +$labels['tz:africa:banjul'] = 'Banjul'; +$labels['tz:africa:bissau'] = 'Bissau'; +$labels['tz:africa:blantyre'] = 'Blantyre'; +$labels['tz:africa:brazzaville'] = 'Brazzaville'; +$labels['tz:africa:bujumbura'] = 'Bujumbura'; +$labels['tz:africa:cairo'] = 'Kairo'; +$labels['tz:africa:casablanca'] = 'Casablanca'; +$labels['tz:africa:ceuta'] = 'Ceuta'; +$labels['tz:africa:conakry'] = 'Conakry'; +$labels['tz:africa:dakar'] = 'Dakar'; +$labels['tz:africa:dar_es_salaam'] = 'Dar es Salaam'; +$labels['tz:africa:djibouti'] = 'Djibouti'; +$labels['tz:africa:douala'] = 'Douala'; +$labels['tz:africa:el_aaiun'] = 'El Aaiun'; +$labels['tz:africa:freetown'] = 'Freetown'; +$labels['tz:africa:gaborone'] = 'Gaborone'; +$labels['tz:africa:harare'] = 'Harare'; +$labels['tz:africa:johannesburg'] = 'Johannesburgo'; +$labels['tz:africa:juba'] = 'Juba'; +$labels['tz:africa:kampala'] = 'Kampala'; +$labels['tz:africa:kigali'] = 'Kigali'; +$labels['tz:africa:kinshasa'] = 'Kinshasa'; +$labels['tz:africa:libreville'] = 'Libreville'; diff --git a/program/localization/fa_AF/messages.inc b/program/localization/fa_AF/messages.inc index 7b860ca34..034b619e7 100644 --- a/program/localization/fa_AF/messages.inc +++ b/program/localization/fa_AF/messages.inc @@ -32,7 +32,6 @@ $messages['erroroverquotadelete'] = 'فضای خالی دیسک کافی نیس $messages['invalidrequest'] = 'درخواست نامعتبر. هیچ داده‌ای ذخیره نشد.'; $messages['invalidhost'] = 'نام سرور نامعتبر است'; $messages['nomessagesfound'] = 'هيچ پيغامی در اين صندوق پستي دريافت نه شد'; -$messages['loggedout'] = 'جلسه شما بصورت مکمل فسخ شده است خدا حافظ'; $messages['mailboxempty'] = 'میل باکس خالی است'; $messages['nomessages'] = 'پیامی وجود ندارد'; $messages['refreshing'] = 'دوباره سازی....'; diff --git a/program/localization/fa_IR/labels.inc b/program/localization/fa_IR/labels.inc index e3df63b00..ff60fd3ce 100644 --- a/program/localization/fa_IR/labels.inc +++ b/program/localization/fa_IR/labels.inc @@ -224,6 +224,7 @@ $labels['encrypt'] = 'رمزگذاری'; $labels['encryptmessage'] = 'رمزگذاری پیغام'; $labels['keyid'] = 'کلید شناسه'; $labels['keyexpired'] = 'منقضی شده'; +$labels['insert'] = 'جاگذارى'; $labels['recipient'] = 'گیرنده'; $labels['editidents'] = 'ویرایش شناسه‌ها'; $labels['spellcheck'] = 'املاء'; @@ -369,7 +370,6 @@ $labels['importreplace'] = 'جایگیزینی کامل دفتر نشانی'; $labels['importgroups'] = 'وارد کردن وظایف گروه'; $labels['importgroupsall'] = 'همه (ایجاد گروه‌ها در صورت نیاز)'; $labels['importgroupsexisting'] = 'فقط برای گروه‌های موجود'; -$labels['importdesc'] = 'شما می‌توانید تماس‌ها را از یک دفتر نشانی موجود بارگذاری نمایید.
هم اکنون ما وارد کردن نشانی‌ها را از vCard یا قالب داده CVS (جدا شده با کاما) پشتیبانی می‌کنیم.'; $labels['done'] = 'انجام شد'; $labels['settingsfor'] = 'تنظیمات برای'; $labels['about'] = 'درباره'; diff --git a/program/localization/fa_IR/messages.inc b/program/localization/fa_IR/messages.inc index e6bb2776a..bd3e42760 100644 --- a/program/localization/fa_IR/messages.inc +++ b/program/localization/fa_IR/messages.inc @@ -33,7 +33,6 @@ $messages['erroroverquotadelete'] = 'دیسک فضای خالی ندارد. بر $messages['invalidrequest'] = 'درخواست نامعتبر! هیچ داده‌ای ذخیره نشد.'; $messages['invalidhost'] = 'نام سرور غیرمعتبر.'; $messages['nomessagesfound'] = 'هیچ پیغامی در این صندوق‌پستی پیدا نشد.'; -$messages['loggedout'] = 'شما با کام‌یابی نشست را پایان دادید. خدانگهدار!'; $messages['mailboxempty'] = 'صندوق پستی خالی است'; $messages['nomessages'] = 'بدون پیام'; $messages['refreshing'] = 'نوسازی...'; diff --git a/program/localization/fi_FI/labels.inc b/program/localization/fi_FI/labels.inc index 99c01e173..30a476172 100644 --- a/program/localization/fi_FI/labels.inc +++ b/program/localization/fi_FI/labels.inc @@ -20,6 +20,7 @@ $labels['username'] = 'Käyttäjätunnus'; $labels['password'] = 'Salasana'; $labels['server'] = 'Palvelin'; $labels['login'] = 'Kirjaudu'; +$labels['menu'] = 'Valikko'; $labels['logout'] = 'Kirjaudu ulos'; $labels['mail'] = 'Sähköposti'; $labels['settings'] = 'Asetukset'; @@ -44,6 +45,7 @@ $labels['priority'] = 'Tärkeys'; $labels['organization'] = 'Organisaatio'; $labels['readstatus'] = 'Luettu'; $labels['listoptions'] = 'Listaa valinnat...'; +$labels['listoptionstitle'] = 'Listavalinnat'; $labels['mailboxlist'] = 'Kansiot'; $labels['messagesfromto'] = 'Viestit $from-$to/$count'; $labels['threadsfromto'] = 'Viestiketjut $from-$to/$count'; @@ -112,6 +114,8 @@ $labels['forward'] = 'Välitä eteenpäin'; $labels['forwardinline'] = 'Välitä viesti'; $labels['forwardattachment'] = 'Välitä viesti liitteenä'; $labels['forwardmessage'] = 'Välitä viesti'; +$labels['bouncemsg'] = 'Lähetä edelleen (bounce)'; +$labels['bounce'] = 'Lähetä edelleen'; $labels['deletemessage'] = 'Poista viesti'; $labels['movemessagetotrash'] = 'Siirrä viesti roskakoriin'; $labels['printmessage'] = 'Tulosta viesti'; @@ -135,6 +139,9 @@ $labels['folders-all'] = 'Kaikki kansiot'; $labels['more'] = 'Lisää'; $labels['back'] = 'Takaisin'; $labels['options'] = 'Asetukset'; +$labels['composeoptions'] = 'Kirjoitusasetukset'; +$labels['optionsandattachments'] = 'Asetukset ja liitteet'; +$labels['actions'] = 'Toiminnot'; $labels['first'] = 'Ensimmäinen'; $labels['last'] = 'Viimeinen'; $labels['previous'] = 'Edellinen'; @@ -176,10 +183,14 @@ $labels['listcolumns'] = 'Näkyvät kentät'; $labels['listsorting'] = 'Lajittelu kenttä'; $labels['listorder'] = 'Lajittelu järjestys'; $labels['listmode'] = 'Listausnäkymä'; +$labels['lmode'] = 'Listaustapa'; $labels['layout'] = 'Asettelu'; $labels['layoutwidescreen'] = 'Laajakuva'; $labels['layoutdesktop'] = 'Työpöytä'; $labels['layoutlist'] = 'Listaus'; +$labels['layoutwidescreendesc'] = 'Laajakuva (3 kolumnin näkymä)'; +$labels['layoutdesktopdesc'] = 'Työpöytä (laaja lista ja esikatselu)'; +$labels['layoutlistdesc'] = 'Lista (ei esikatselua)'; $labels['folderactions'] = 'Kansiotoiminnot...'; $labels['compact'] = 'Tiivistä'; $labels['empty'] = 'Tyhjennä'; @@ -193,6 +204,7 @@ $labels['quotaused'] = 'Käytetty'; $labels['quotastorage'] = 'Levytila'; $labels['quotamessage'] = 'Viestien määrä'; $labels['quicksearch'] = 'Pikahaku'; +$labels['searchplaceholder'] = 'Hae...'; $labels['resetsearch'] = 'Nollaa haku'; $labels['searchmod'] = 'Hakukriteerit'; $labels['msgtext'] = 'Koko viesti'; @@ -233,12 +245,16 @@ $labels['encryptmessage'] = 'Salaa viesti'; $labels['encryptmessagemailvelope'] = 'Salaa viesti Mailvelopella'; $labels['importpubkeys'] = 'Tuo julkiset avaimet'; $labels['encryptedsendialog'] = 'Lähetetään salattua viestiä'; +$labels['encryptandsign'] = 'Salaa ja allekirjoita'; $labels['keyid'] = 'Avaimen tunniste'; $labels['keylength'] = 'Bittiä'; $labels['keyexpired'] = 'Vanhentunut'; $labels['keyrevoked'] = 'Kumottu'; $labels['bccinstead'] = 'Käytä Piilokopiota'; +$labels['addheader'] = 'LIsää vastaanottaja (header)'; +$labels['insert'] = 'Lisää'; $labels['recipient'] = 'Vastaanottaja'; +$labels['recipientedit'] = 'Vastaanottajan muokkaus'; $labels['editidents'] = 'Muokkaa identiteettejä'; $labels['spellcheck'] = 'Oikeinkirjoitus'; $labels['checkspelling'] = 'Tarkista oikeinkirjoitus'; @@ -271,9 +287,12 @@ $labels['high'] = 'Korkea'; $labels['highest'] = 'Korkein'; $labels['nosubject'] = '(ei aihetta)'; $labels['showimages'] = 'Näytä kuvat'; +$labels['allow'] = 'Salli'; $labels['alwaysshow'] = 'Näytä aina lähettäjältä $sender saapuneet kuvat'; +$labels['alwaysallow'] = 'Salli aina lähettäjältä $sender'; $labels['isdraft'] = 'Tämä on luonnosviesti.'; $labels['andnmore'] = '$nr lisää...'; +$labels['headers'] = 'Otsikot'; $labels['togglemoreheaders'] = 'Näytä lisää viestiotsakkeita'; $labels['togglefullheaders'] = 'Viestin otsakkeet päällä/pois'; $labels['htmltoggle'] = 'HTML'; @@ -289,6 +308,14 @@ $labels['mdnrequest'] = 'Viestin lähettäjä on pyytänyt kuittauksen siitä et $labels['receiptread'] = 'Lukukuittaus'; $labels['yourmessage'] = 'Tämä viesti on kuittaus lähettämällesi viestille'; $labels['receiptnote'] = 'Huom! Kuittaus tarkoittaa vain sitä, että viesti on avattu vastaanottajan tietokoneella. Se ei tarkoita että vastaanottaja on myös lukenut tai ymmärtänyt viestin.'; +$labels['zoomin'] = 'Lähennä'; +$labels['zoomout'] = 'Loitonna'; +$labels['rotate'] = 'Käännä'; +$labels['increaseimage'] = 'Suurenna kuvaa'; +$labels['decreaseimage'] = 'Pienennä kuvaa'; +$labels['rotateimage'] = 'Käännä kuvaa'; +$labels['showtools'] = 'Näytä kuvatyökalut'; +$labels['hidetools'] = 'Piilota kuvatyökalut'; $labels['name'] = 'Näkyvä nimi'; $labels['firstname'] = 'Etunimi'; $labels['surname'] = 'Sukunimi'; @@ -354,6 +381,8 @@ $labels['cancel'] = 'Peruuta'; $labels['save'] = 'Tallenna'; $labels['delete'] = 'Poista'; $labels['discard'] = 'Hylkää'; +$labels['continue'] = 'Jatka'; +$labels['ok'] = 'OK'; $labels['rename'] = 'Nimeä uudelleen'; $labels['addphoto'] = 'Lisää'; $labels['replacephoto'] = 'Korvaa'; @@ -371,6 +400,8 @@ $labels['newgroup'] = 'Luo uusi ryhmä'; $labels['addgroup'] = 'Lisää ryhmä'; $labels['grouprename'] = 'Nimeä ryhmä uudelleen'; $labels['groupdelete'] = 'Poista ryhmä'; +$labels['groupassign'] = 'Aseta ryhmään...'; +$labels['groupremove'] = 'Poista ryhmästä'; $labels['groupremoveselected'] = 'Poista valitut yhteystiedot ryhmästä'; $labels['uponelevel'] = 'Yksi taso ylös'; $labels['previouspage'] = 'Näytä edellinen luettelo'; @@ -385,12 +416,12 @@ $labels['searchsave'] = 'Tallenna haku'; $labels['searchdelete'] = 'Poista haku'; $labels['import'] = 'Tuo'; $labels['importcontacts'] = 'Tuo yhteystiedot'; +$labels['importfromfile'] = 'Tuo tiedostosta'; $labels['importtarget'] = 'Lisää yhteystiedot kohteeseen'; $labels['importreplace'] = 'Korvaa koko osoitekirja'; $labels['importgroups'] = 'Tuo ryhmämääritykset'; $labels['importgroupsall'] = 'Kaikki (luo ryhmät tarvittaessa)'; $labels['importgroupsexisting'] = 'Vain olemassa oleville ryhmille'; -$labels['importdesc'] = 'Voit tuoda yhteystietoja olemassa olevasta osoitekirjasta.
Tuettuja muotoja ovat vCard ja CSV (pilkuin erotetut arvot).'; $labels['done'] = 'Valmis'; $labels['settingsfor'] = 'Asetukset'; $labels['about'] = 'Tietoja'; @@ -444,6 +475,7 @@ $labels['skipdeleted'] = 'Älä näytä poistettuja viestejä'; $labels['deletealways'] = 'Poista viestit, joiden siirtäminen roskakoriin epäonnistuu'; $labels['deletejunk'] = 'Poista roskapostiviestit suoraan'; $labels['showremoteimages'] = 'Näytä ulkopuoliset kuvat viestissä'; +$labels['allowremoteresources'] = 'Salli ulkoiset lähteet (kuvat, tyylitiedostot)'; $labels['fromknownsenders'] = 'tunnetuilta lähettäjiltä'; $labels['always'] = 'aina'; $labels['alwaysbutplain'] = 'aina, paitsi vastatessa "vain teksti"-viesteihin'; @@ -485,6 +517,7 @@ $labels['replyandforwardonly'] = 'vain vastauksiin ja välityksiin'; $labels['insertsignature'] = 'Lisää allekirjoitus'; $labels['sigbelow'] = 'Aseta allekirjoitus lainatun viestin alapuolelle'; $labels['sigseparator'] = 'Pakota standardi erotin allekirjoituksissa'; +$labels['automarkread'] = 'Merkitse viestit luetuksi'; $labels['afternseconds'] = '$n sekunnin jälkeen'; $labels['reqmdn'] = 'Pyydä aina kuittausviestiä'; $labels['reqdsn'] = 'Pyydä aina toimituksen tilailmoitus'; @@ -527,9 +560,15 @@ $labels['personalfolder'] = 'Yksityinen kansio'; $labels['otherfolder'] = 'Toisen käyttäjän kansio'; $labels['sharedfolder'] = 'Julkinen kansio'; $labels['findfolders'] = 'Etsi kansioita'; +$labels['findcontacts'] = 'Etsi yhteystiedot'; +$labels['findmail'] = 'Etsi viestit'; $labels['namespace.personal'] = 'Henkilökohtainen'; $labels['namespace.other'] = 'Muut käyttäjät'; $labels['namespace.shared'] = 'Jaettu'; +$labels['dualuselabel'] = 'Voi sisältää vain'; +$labels['dualusemail'] = 'viestit'; +$labels['dualusefolder'] = 'kansiot'; +$labels['generate'] = 'Luo'; $labels['encryptioncreatekey'] = 'Luo uusi avainpari'; $labels['sortby'] = 'Järjestä'; $labels['sortasc'] = 'Järjestä nousevasti (a-ö)'; @@ -541,6 +580,7 @@ $labels['version'] = 'Versio'; $labels['source'] = 'Lähde'; $labels['license'] = 'Lisenssi'; $labels['support'] = 'Hanki tukea'; +$labels['savedsearches'] = 'Tallennetut haut'; $labels['B'] = 't'; $labels['KB'] = 'Kt'; $labels['MB'] = 'Mt'; @@ -591,10 +631,13 @@ $labels['arialabelmessageheaders'] = 'Viestin otsakkeet'; $labels['arialabelforwardingoptions'] = 'Uudelleenohjausvalinnat'; $labels['arialabelreplyalloptions'] = 'Vastaa kaikille -valinnat'; $labels['arialabelmoremessageactions'] = 'Lisää viestitoimintoja'; +$labels['arialabelmorecontactactions'] = 'Lisää yhteystietotoimintoja'; $labels['arialabelmarkmessagesas'] = 'Merkitse valitut viestit...'; $labels['arialabelcomposeoptions'] = 'Kirjoitusvalinnat'; $labels['arialabelresponsesmenu'] = 'Valmiit vastaukset -valikko'; $labels['arialabelattachmentuploadform'] = 'Liitteen lähetyslomake'; +$labels['arialabelattachmentmenu'] = 'Liitteiden asetukset'; +$labels['arialabelmailtomenu'] = 'Sähköpostiosoitteen asetukset'; $labels['arialabelattachmentpreview'] = 'Liitteen esikatselu'; $labels['ariasummarycomposecontacts'] = 'Luettelo yhteyshenkilöistä ja ryhmistä, jotka voi valita vastaanottajaksi'; $labels['arialabelcontactexportoptions'] = 'Yhteyshenkilön vientivalinnat'; @@ -603,6 +646,8 @@ $labels['arialabelpreferencesform'] = 'Asetukset -lomake'; $labels['arialabelidentityeditfrom'] = 'Henkilöyden muokkauslomake'; $labels['arialabelresonseeditfrom'] = 'Vastauksen muokkauslomake'; $labels['arialabelsearchterms'] = 'Hakuehdot'; +$labels['arialabeldropactionmenu'] = 'Raahaa ja pudota toimintovalikko'; +$labels['arialabelimagetools'] = 'Kuvatyökalut'; $labels['helplistnavigation'] = 'Luetteloi näppäimistönavigointi'; $labels['helplistkeyboardnavigation'] = "Nuolet ylös/alas: Siirrä kohdistettua riviä/valintaa. Välilyönti: Valitse kohdistettu rivi. diff --git a/program/localization/fi_FI/messages.inc b/program/localization/fi_FI/messages.inc index 70a0a0ac9..f58df2d6c 100644 --- a/program/localization/fi_FI/messages.inc +++ b/program/localization/fi_FI/messages.inc @@ -34,7 +34,6 @@ $messages['erroroverquotadelete'] = 'Levytila on loppu. Paina SHIFT+DEL poistaak $messages['invalidrequest'] = 'Virheellinen pyyntö! Tietoa ei tallennettu.'; $messages['invalidhost'] = 'Virheellinen palvelinnimi.'; $messages['nomessagesfound'] = 'Kansiossa ei ole sähköpostiviestejä'; -$messages['loggedout'] = 'Sinut on kirjattu ulos järjestelmästä.'; $messages['mailboxempty'] = 'Postilaatikko on tyhjä'; $messages['nomessages'] = 'Ei viestejä'; $messages['refreshing'] = 'Päivitetään...'; @@ -51,10 +50,12 @@ $messages['messagesaved'] = 'Viesti tallennettu "Luonnokset"-kansioon'; $messages['successfullysaved'] = 'Tallennus onnistui'; $messages['savingresponse'] = 'Tallennetaan vastaustekstiä...'; $messages['deleteresponseconfirm'] = 'Haluatko varmasti poistaa tämän vastaustekstin?'; +$messages['nocontactselected'] = 'Et ole vielä valinnut yhteystietoja.'; $messages['addedsuccessfully'] = 'Yhteystieto lisätty osoitekirjaan'; $messages['contactexists'] = 'Yhteystieto samalla sähköpostiosoitteella on jo olemassa.'; $messages['contactnameexists'] = 'Yhteystieto samalla nimellä on jo olemassa'; $messages['blockedimages'] = 'Turvallisuussyistä viestin kuvia ei näytetty.'; +$messages['blockedresources'] = 'Turvallisuussyistä viestin ulkoisia lähteitä ei näytetty.'; $messages['encryptedmessage'] = 'Viesti on salattu, eikä sitä voida näyttää.'; $messages['externalmessagedecryption'] = 'Tämä on salattu viesti. Viestin salaus on mahdollista purkaa selaimesi laajennuksella.'; $messages['nopubkeyfor'] = 'Sähköpostille $email ei löytynyt kelvollista julkista avainta'; @@ -75,6 +76,8 @@ $messages['errormoving'] = 'Viestiä ei voitu siirtää'; $messages['errorcopying'] = 'Viestiä ei voitu kopioida'; $messages['errordeleting'] = 'Viestiä ei voitu poistaa'; $messages['errormarking'] = 'Viestiä ei voitu merkiä'; +$messages['alerttitle'] = 'Huomio'; +$messages['confirmationtitle'] = 'Oletko varma...'; $messages['deletecontactconfirm'] = 'Haluatko varmasti poistaa valitut yhteystiedot?'; $messages['deletegroupconfirm'] = 'Haluatko varmasti poistaa valitun ryhmän?'; $messages['deletemessagesconfirm'] = 'Haluatko varmasti poistaa valitut viestit?'; @@ -91,9 +94,14 @@ $messages['noemailwarning'] = 'Anna sähköpostiosoite'; $messages['nonamewarning'] = 'Anna nimi'; $messages['nopagesizewarning'] = 'Anna sivukoko'; $messages['nosenderwarning'] = 'Anna lähettäjän sähköpostiosoite.'; +$messages['recipientsadded'] = 'Vastaanottaja(t) lisätty onnistuneesti.'; $messages['norecipientwarning'] = 'Anna ainakin yksi vastaanottaja'; +$messages['disclosedrecipwarning'] = 'Kaikki vastaanottajat tulevat näkemään muut vastaanottajat. Estääksesi tämän ja suojellaksesi heidän turvallisuutta käytä BCC-kenttää.'; +$messages['disclosedreciptitle'] = 'Liian monta julkista vastaanottajaa'; $messages['nosubjectwarning'] = '"Aihe"-kenttä on tyhjä. Haluatko kirjoittaa viestillesi aiheen?'; +$messages['nosubjecttitle'] = 'Ei aihetta'; $messages['nobodywarning'] = 'Lähetetäänkö viesti ilman tekstiä?'; +$messages['notsentwarning'] = 'Viestiä ei lähetetty ja se sisältää tallentamattomia muutoksia. Haluatko hylätä muutoksesi?'; $messages['restoresavedcomposedata'] = 'Löydettiin aiemmin luotu, mutta lähettämätön viesti.\n\nAihe: $subject\nTallennettu: $date\n\nHaluatko palauttaa tämän viestin?'; $messages['nosearchname'] = 'Anna yhteystiedon nimi tai sähköpostiosoite'; $messages['notuploadedwarning'] = 'Kaikkia liitteitä ei ole vielä ladattu palvelimelle. Odota tai peruuta lataus.'; @@ -115,6 +123,7 @@ $messages['messageopenerror'] = 'Virhe kopioitaessa viestiä palvelimelta'; $messages['filelinkerror'] = 'TIedoston liittäminen epäonnistui.'; $messages['fileuploaderror'] = 'Tiedoston lähettäminen epäonnistui'; $messages['filesizeerror'] = 'Lähetettävä tiedosto ylittää sallitun enimmäiskoon $size'; +$messages['filecounterror'] = 'Voit lähettää maksimissaan $count tiedostoa kerralla.'; $messages['msgsizeerror'] = 'Tiedoston liittäminen epäonnistui. Viestin enimmäiskoko ($size) ylitettiin.'; $messages['copysuccess'] = '$nr yhteystietoa kopioitiin onnistuneesti.'; $messages['movesuccess'] = '$nr yhteystietoa siirrettiin onnistuneesti.'; @@ -155,6 +164,8 @@ $messages['smtpautherror'] = 'SMTP-virhe ($code): Tunnistus epäonnistui'; $messages['smtpfromerror'] = 'SMTP-virhe ($code): Lähettäjän "$from" asettaminen epäonnistui ($msg)'; $messages['smtptoerror'] = 'SMTP-virhe ($code): Vastaanottajan "$to" lisääminen epäonnistui ($msg)'; $messages['smtprecipientserror'] = 'SMTP-virhe: Ei voida jäsentää vastaanottajien listaa.'; +$messages['smtputf8error'] = 'SMTP-virhe: Palvelin ei tue Unicodea sähköpostiosoitteessa.'; +$messages['smtpsizeerror'] = 'SMTP-virhe: Viestin koko ylittää palvleimen rajoituksen ($limit)'; $messages['smtperror'] = 'SMTP-virhe: $msg'; $messages['emailformaterror'] = 'Virheellinen sähköpostiosoite: $email'; $messages['toomanyrecipients'] = 'Liikaa vastaanottajia. Vähennä vastaanottajien määrä maksimiin $max.'; @@ -201,3 +212,7 @@ $messages['clicktoresumesession'] = 'Napsauta tästä palauttaaksesi edellisen i $messages['errcomposesession'] = 'Kirjoitusistunnon virhe'; $messages['errcomposesessionexplain'] = 'Pyydettyä kirjoitusistuntoa ei löytynyt.'; $messages['clicktocompose'] = 'Napsauta tästä kirjoittaaksesi uuden viestin'; +$messages['nosupporterror'] = 'Selaimesi ei tue tätä ominaisuutta.'; +$messages['siginserted'] = 'Allekirjoitus lisätty onnistuneesti.'; +$messages['responseinserted'] = 'Vastaus lisätty onnistuneesti.'; +$messages['listempty'] = 'Lista on tyhjä.'; diff --git a/program/localization/fo_FO/labels.inc b/program/localization/fo_FO/labels.inc index 5de94591d..880bb1ded 100644 --- a/program/localization/fo_FO/labels.inc +++ b/program/localization/fo_FO/labels.inc @@ -231,6 +231,7 @@ $labels['keyid'] = 'Lykla ID'; $labels['keylength'] = 'Bit'; $labels['keyexpired'] = 'Útgingi'; $labels['keyrevoked'] = 'Sagt úr gildi'; +$labels['insert'] = 'Legg inn'; $labels['recipient'] = 'Móttakari'; $labels['editidents'] = 'Broyt samleikar'; $labels['spellcheck'] = 'Stava'; @@ -381,7 +382,6 @@ $labels['importreplace'] = 'Skift út alt búðstaðarsavni'; $labels['importgroups'] = 'Innflyt bólka ásetan'; $labels['importgroupsall'] = 'Øll (stovna bólkar um neyðugt)'; $labels['importgroupsexisting'] = 'Einans fyri bólkar ið longu eru til'; -$labels['importdesc'] = 'Tú kanst uppsenda persónar frá einari aðrari búðstaðar bók.
Vit veita vit møguleika at innflyta búðstaðir frávCard ella CSV (komma uppdeilt) dáta slag.'; $labels['done'] = 'Liðugt'; $labels['settingsfor'] = 'Stillingar til'; $labels['about'] = 'Um'; diff --git a/program/localization/fo_FO/messages.inc b/program/localization/fo_FO/messages.inc index cf576e4ce..104701de4 100644 --- a/program/localization/fo_FO/messages.inc +++ b/program/localization/fo_FO/messages.inc @@ -34,7 +34,6 @@ $messages['erroroverquotadelete'] = 'Einki pláss á diski. Brúka SHIFT+DEL fyr $messages['invalidrequest'] = 'Ógyldig umbøn! Einki dáta varð goymt.'; $messages['invalidhost'] = 'Ógyldigt ambatara navn.'; $messages['nomessagesfound'] = 'Eingi boð í funnin hesum postkassa,'; -$messages['loggedout'] = 'Tú hevur strika tína setu. Farvæl!'; $messages['mailboxempty'] = 'Postkassi er tómur'; $messages['nomessages'] = 'Eingin boð'; $messages['refreshing'] = 'Endur-innlesur...'; diff --git a/program/localization/fr_FR/labels.inc b/program/localization/fr_FR/labels.inc index 3305e5832..041c564c0 100644 --- a/program/localization/fr_FR/labels.inc +++ b/program/localization/fr_FR/labels.inc @@ -44,7 +44,7 @@ $labels['size'] = 'Taille'; $labels['priority'] = 'Priorité'; $labels['organization'] = 'Organisation'; $labels['readstatus'] = 'État de lecture'; -$labels['listoptions'] = 'Options de liste...'; +$labels['listoptions'] = 'Options de liste…'; $labels['listoptionstitle'] = 'Options de liste'; $labels['mailboxlist'] = 'Dossiers'; $labels['messagesfromto'] = 'Courriels de $from à $to sur $count'; @@ -53,8 +53,8 @@ $labels['messagenrof'] = 'Courriel $nr sur $count'; $labels['fromtoshort'] = '$from – $to de $count'; $labels['copy'] = 'Copier'; $labels['move'] = 'Déplacer'; -$labels['moveto'] = 'Déplacer vers...'; -$labels['copyto'] = 'Copier vers...'; +$labels['moveto'] = 'Déplacer vers…'; +$labels['copyto'] = 'Copier vers…'; $labels['download'] = 'Télécharger'; $labels['open'] = 'Ouvrir'; $labels['showattachment'] = 'Afficher'; @@ -131,7 +131,7 @@ $labels['markread'] = 'Comme lu'; $labels['markunread'] = 'Comme non lu'; $labels['markflagged'] = 'Comme signalé'; $labels['markunflagged'] = 'Comme non signalé'; -$labels['moreactions'] = 'Plus d’actions...'; +$labels['moreactions'] = 'Plus d’actions…'; $labels['markallread'] = 'Tout marquer comme lu'; $labels['folders-cur'] = 'Dossier sélectionné seulement'; $labels['folders-sub'] = 'Dossier sélectionné et ses sous-dossiers'; @@ -147,6 +147,7 @@ $labels['last'] = 'Dernier'; $labels['previous'] = 'Précédent'; $labels['next'] = 'Suivant'; $labels['select'] = 'Sélectionner'; +$labels['selection'] = 'Sélection'; $labels['all'] = 'Tous'; $labels['none'] = 'Aucun'; $labels['currpage'] = 'Page courante'; @@ -191,10 +192,12 @@ $labels['layoutlist'] = 'Liste'; $labels['layoutwidescreendesc'] = 'Écran large (vue sur 3 colonnes)'; $labels['layoutdesktopdesc'] = 'Bureau (liste large et aperçu des courriels dessous)'; $labels['layoutlistdesc'] = 'Liste (pas d’aperçu de courriels)'; -$labels['folderactions'] = 'Actions sur les dossiers...'; +$labels['folderactions'] = 'Actions sur les dossiers…'; $labels['compact'] = 'Compacter'; $labels['empty'] = 'Vider'; $labels['importmessages'] = 'Importer des courriels'; +$labels['mailimportdesc'] = 'Vous pouvez téléverser des courriels en utilisant des fichiers au format MIME ou Mbox.'; +$labels['mailimportzip'] = 'Les fichiers multiples peuvent être compressés en fichiers zip.'; $labels['quota'] = 'Utilisation du disque'; $labels['unknown'] = 'inconnue'; $labels['unlimited'] = 'illimitée'; @@ -207,7 +210,7 @@ $labels['shortheaderdate'] = 'Le $date'; $labels['shortheaderto'] = 'À $to, le $date'; $labels['shortheaderfrom'] = 'De $from, le $date'; $labels['quicksearch'] = 'Recherche rapide'; -$labels['searchplaceholder'] = 'Recherche...'; +$labels['searchplaceholder'] = 'Recherche…'; $labels['resetsearch'] = 'Réinitialiser la recherche'; $labels['searchmod'] = 'Modificateurs de recherche'; $labels['msgtext'] = 'Courriel entier'; @@ -255,6 +258,8 @@ $labels['keyexpired'] = 'Expirée'; $labels['keyrevoked'] = 'Révoquée'; $labels['bccinstead'] = 'Utiliser la Cci'; $labels['addheader'] = 'Ajouter un destinataire (en-tête)'; +$labels['insert'] = 'Insérer'; +$labels['insertcontact'] = 'Insérer des contacts'; $labels['recipient'] = 'Destinataire'; $labels['recipientedit'] = 'Modification du destinataire'; $labels['editidents'] = 'Éditer les identités'; @@ -263,7 +268,7 @@ $labels['checkspelling'] = 'Vérification de l’orthographe'; $labels['resumeediting'] = 'Retourner à l’édition'; $labels['revertto'] = 'Revenir à'; $labels['restore'] = 'Restaurer'; -$labels['restoremessage'] = 'Restaurer le courriel ?'; +$labels['restoremessage'] = 'Restaurer le courriel ?'; $labels['ignore'] = 'Ignorer'; $labels['responses'] = 'Réponses'; $labels['insertresponse'] = 'Insérer une réponse'; @@ -279,7 +284,7 @@ $labels['attachments'] = 'Pièces jointes'; $labels['upload'] = 'Téléverser'; $labels['uploadprogress'] = '$percent ($current de $total)'; $labels['close'] = 'Fermer'; -$labels['messageoptions'] = 'Options de courriel..'; +$labels['messageoptions'] = 'Options de courriel…'; $labels['togglecomposeoptions'] = 'Activer/désactiver les options de rédaction'; $labels['attachmentrename'] = 'Renommer la pièce jointe'; $labels['low'] = 'Basse'; @@ -293,9 +298,10 @@ $labels['allow'] = 'Autoriser'; $labels['alwaysshow'] = 'Toujours afficher les images de $sender'; $labels['alwaysallow'] = 'Toujours autoriser de $sender'; $labels['isdraft'] = 'Ceci est un brouillon.'; -$labels['andnmore'] = '$nr de plus...'; +$labels['andnmore'] = '$nr de plus…'; +$labels['details'] = 'Détails'; $labels['headers'] = 'En-têtes'; -$labels['envelope'] = 'Enveloppe'; +$labels['allheaders'] = 'Tous les en-têtes…'; $labels['togglemoreheaders'] = 'Afficher plus d’en-têtes de courriels'; $labels['togglefullheaders'] = 'Afficher/masquer les en-têtes brutes de courriels'; $labels['htmltoggle'] = 'HTML'; @@ -307,10 +313,10 @@ $labels['addcc'] = 'Ajouter Cc'; $labels['addbcc'] = 'Ajouter une Cci'; $labels['addreplyto'] = 'Ajouter Répondre à'; $labels['addfollowupto'] = 'Ajouter Transférer à'; -$labels['mdnrequest'] = 'L’expéditeur de ce courriel a demandé d’être prévenu quand vous le lirez. Souhaitez-vous prévenir l’expéditeur ?'; +$labels['mdnrequest'] = 'L’expéditeur de ce courriel a demandé d’être prévenu quand vous le lirez. Souhaitez-vous prévenir l’expéditeur ?'; $labels['receiptread'] = 'Avis de réception (lu)'; $labels['yourmessage'] = 'Ceci est un avis de réception pour votre courriel'; -$labels['receiptnote'] = 'Note : cet avis indique seulement que le courriel a été affiché sur l’ordinateur du destinataire. Il n’y a aucune garantie que le destinataire ait lu ou compris le contenu du courriel.'; +$labels['receiptnote'] = 'Note : Cet avis indique seulement que le courriel a été affiché sur l’ordinateur du destinataire. Il n’y a aucune garantie que le destinataire ait lu ou compris le contenu du courriel.'; $labels['zoomin'] = 'Zoom avant'; $labels['zoomout'] = 'Zoom arrière'; $labels['rotate'] = 'Rotation'; @@ -370,7 +376,7 @@ $labels['typeassistant'] = 'Assistant'; $labels['typehomepage'] = 'Page d’accueil'; $labels['typeblog'] = 'Blogue'; $labels['typeprofile'] = 'Profil'; -$labels['addfield'] = 'Ajouter un champ...'; +$labels['addfield'] = 'Ajouter un champ…'; $labels['addcontact'] = 'Ajouter un contact'; $labels['editcontact'] = 'Modifier le contact'; $labels['contacts'] = 'Contacts'; @@ -425,7 +431,7 @@ $labels['importreplace'] = 'Remplacer le carnet d’adresses entier'; $labels['importgroups'] = 'Importer les affectations de groupe'; $labels['importgroupsall'] = 'Tous (créer les groupes si nécessaire)'; $labels['importgroupsexisting'] = 'Seulement pour les groupes existants'; -$labels['importdesc'] = 'Vous pouvez téléverser des contacts à partir d’un carnet d’adresses existant.
Nous prenons en charge présentement l’importation d’adresses à partir des format de données vCard ou CSV (séparé par une virgule).'; +$labels['importdesc'] = 'Vous pouvez téléverser des contacts à partir d’un carnet d’adresses existant.
Nous prenons actuellement en charge l’importation d’adresses à partir des format de données vCard ou CSV (séparé par des virgules).'; $labels['done'] = 'Terminé'; $labels['settingsfor'] = 'Paramètres pour'; $labels['about'] = 'À propos de'; @@ -645,7 +651,7 @@ $labels['arialabelforwardingoptions'] = 'Options de transfert'; $labels['arialabelreplyalloptions'] = 'Options de réponse à tous'; $labels['arialabelmoremessageactions'] = 'Actions de courriel supplémentaires'; $labels['arialabelmorecontactactions'] = 'Autres actions de contact'; -$labels['arialabelmarkmessagesas'] = 'Marquer les courriels sélectionnés comme...'; +$labels['arialabelmarkmessagesas'] = 'Marquer les courriels sélectionnés comme…'; $labels['arialabelcomposeoptions'] = 'Options de rédaction'; $labels['arialabelresponsesmenu'] = 'Menu des réponses prédéterminées'; $labels['arialabelattachmentuploadform'] = 'Formulaire de téléversement de pièce jointe'; diff --git a/program/localization/fr_FR/messages.inc b/program/localization/fr_FR/messages.inc index e89a4de70..b9e7f76ea 100644 --- a/program/localization/fr_FR/messages.inc +++ b/program/localization/fr_FR/messages.inc @@ -15,26 +15,26 @@ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/messages/ */ -$messages['errortitle'] = 'Une erreur est survenue !'; +$messages['errortitle'] = 'Une erreur est survenue !'; $messages['loginfailed'] = 'La connexion a échoué.'; $messages['cookiesdisabled'] = 'Votre navigateur n’accepte pas les fichiers témoins.'; $messages['sessionerror'] = 'Votre session est invalide ou a expiré.'; $messages['storageerror'] = 'Erreur de connexion au serveur de stockage.'; -$messages['servererror'] = 'Erreur de serveur !'; -$messages['servererrormsg'] = 'Erreur de serveur : $msg'; +$messages['servererror'] = 'Erreur de serveur !'; +$messages['servererrormsg'] = 'Erreur de serveur : $msg'; $messages['accountlocked'] = 'Trop de tentatives de connexion infructueuses. Ressayez ultérieurement.'; -$messages['connerror'] = 'Erreur de connexion (n’a pu atteindre le serveur) !'; -$messages['dberror'] = 'Erreur de base de données!'; -$messages['windowopenerror'] = 'La fenêtre contextuelle a été bloquée !'; +$messages['connerror'] = 'Erreur de connexion (n’a pu atteindre le serveur) !'; +$messages['dberror'] = 'Erreur de base de données !'; +$messages['windowopenerror'] = 'La fenêtre contextuelle a été bloquée !'; $messages['requesttimedout'] = 'Délai de la requête expiré'; $messages['errorreadonly'] = 'Impossible d’effectuer l’opération. Le dossier est en lecture seule.'; $messages['errornoperm'] = 'Impossible d’effectuer l’opération. Permission refusée.'; $messages['erroroverquota'] = 'Impossible d’effectuer l’opération. Aucun espace disque libre.'; $messages['erroroverquotadelete'] = 'Aucun espace disque libre. Utiliser Maj+Suppr pour supprimer un courriel.'; -$messages['invalidrequest'] = 'Requête invalide ! Aucune donnée n’a été enregistrée.'; +$messages['invalidrequest'] = 'Requête invalide ! Aucune donnée n’a été enregistrée.'; $messages['invalidhost'] = 'Nom du serveur invalide.'; $messages['nomessagesfound'] = 'Aucun courriel trouvé dans cette boîte de courriel'; -$messages['loggedout'] = 'Vous avez correctement terminé cette session. Au revoir !'; +$messages['loggedout'] = 'Vous avez mis fin à cette section avec succès. Au revoir !'; $messages['mailboxempty'] = 'La boîte de courriel est vide'; $messages['nomessages'] = 'Aucun courriel'; $messages['refreshing'] = 'Actualisation...'; @@ -50,26 +50,26 @@ $messages['savingmessage'] = 'Enregistrement du courriel...'; $messages['messagesaved'] = 'Courriel sauvegardé dans Brouillons.'; $messages['successfullysaved'] = 'Enregistré avec succès.'; $messages['savingresponse'] = 'Enregistrement du texte de réponse...'; -$messages['deleteresponseconfirm'] = 'Voulez-vous vraiment supprimer ce texte de réponse ?'; +$messages['deleteresponseconfirm'] = 'Voulez-vous vraiment supprimer ce texte de réponse ?'; $messages['nocontactselected'] = 'Vous n’avez pas encore choisi un contact.'; $messages['addedsuccessfully'] = 'Le contact a été ajouté avec succès au carnet d’adresses.'; $messages['contactexists'] = 'Un contact avec la même adresse courriel existe déjà.'; $messages['contactnameexists'] = 'Un contact avec le même nom existe déjà.'; $messages['blockedimages'] = 'Pour protéger votre confidentialité, les images distantes sont bloquées dans ce courriel.'; $messages['blockedresources'] = 'Pour protéger votre confidentialité, les ressources distantes ont été bloquées.'; -$messages['encryptedmessage'] = 'Ce courriel est chiffré et ne peut pas être affiché. Désolé !'; +$messages['encryptedmessage'] = 'Ce courriel est chiffré et ne peut pas être affiché. Désolé !'; $messages['externalmessagedecryption'] = 'Ce courriel est chiffré et peut être déchiffré grâce au module complémentaire de votre navigateur.'; $messages['nopubkeyfor'] = 'Aucune clé publique valide trouvée pour $email'; -$messages['nopubkeyforsender'] = 'Aucune clé publique valide trouvée pour votre identité d’expéditeur. Voulez-vous chiffrer le courriel uniquement pour les destinataires ?'; +$messages['nopubkeyforsender'] = 'Aucune clé publique valide n’a été trouvée pour votre identité d’expéditeur. Voulez-vous chiffrer le courriel pour les destinataires seulement ?'; $messages['encryptnoattachments'] = 'Les pièces jointes déjà téléversées ne peuvent pas être chiffrées. Veuillez les ajouter de nouveau dans l’éditeur de chiffrement.'; -$messages['searchpubkeyservers'] = 'Voulez-vous chercher les clés manquantes sur les serveurs de clés publiques ?'; -$messages['encryptpubkeysfound'] = 'Les clés publiques suivantes ont été trouvées :'; +$messages['searchpubkeyservers'] = 'Voulez-vous chercher les clés manquantes sur les serveurs de clés publiques ?'; +$messages['encryptpubkeysfound'] = 'Les clés publiques suivantes ont été trouvées :'; $messages['keyservererror'] = 'Échec d’obtention de la clé à partir du serveur de clés'; $messages['keyimportsuccess'] = 'La clé publique $key a été importée dans le trousseau avec succès'; $messages['nocontactsfound'] = 'Aucun contact n’a été trouvé.'; $messages['contactnotfound'] = 'Le contact demandé n’a pas été trouvé.'; $messages['contactsearchonly'] = 'Saisir des termes d’interrogation pour trouver des contacts.'; -$messages['sendingfailed'] = 'Échec lors de l’envoi du courriel.'; +$messages['sendingfailed'] = 'Échec d’envoi du courriel.'; $messages['senttooquickly'] = 'Veuillez patienter $sec s avant d’envoyer ce courriel.'; $messages['errorsavingsent'] = 'Une erreur est survenue durant l’enregistrement du courriel envoyé.'; $messages['errorsaving'] = 'Une erreur est survenue durant l’enregistrement.'; @@ -78,12 +78,13 @@ $messages['errorcopying'] = 'Impossible de copier les courriels.'; $messages['errordeleting'] = 'Impossible de supprimer les courriels.'; $messages['errormarking'] = 'Impossible de marquer les courriels.'; $messages['alerttitle'] = 'Attention'; -$messages['confirmationtitle'] = 'Êtes-vous sûr…?'; -$messages['deletecontactconfirm'] = 'Voulez-vous vraiment supprimer les contacts sélectionnés ?'; -$messages['deletegroupconfirm'] = 'Voulez-vous vraiment supprimer le groupe sélectionné ?'; -$messages['deletemessagesconfirm'] = 'Voulez-vous vraiment supprimer les courriels sélectionnés ?'; -$messages['deletefolderconfirm'] = 'Voulez-vous vraiment supprimer ce dossier ?'; -$messages['purgefolderconfirm'] = 'Voulez-vous vraiment supprimer tous les courriels dans ce dossier ?'; +$messages['confirmationtitle'] = 'Êtes-vous certain…'; +$messages['deletecontactconfirm'] = 'Voulez-vous vraiment supprimer les contacts sélectionnés ?'; +$messages['deletegroupconfirm'] = 'Voulez-vous vraiment supprimer le groupe sélectionné ?'; +$messages['deletemessagesconfirm'] = 'Voulez-vous vraiment supprimer les courriels sélectionnés ?'; +$messages['deletefolderconfirm'] = 'Voulez-vous vraiment supprimer ce dossier ?'; +$messages['movefolderconfirm'] = 'Voulez-vous vraiment déplacer ce dossier ?'; +$messages['purgefolderconfirm'] = 'Voulez-vous vraiment supprimer tous les courriels dans ce dossier ?'; $messages['contactdeleting'] = 'Suppression des contacts...'; $messages['groupdeleting'] = 'Suppression du groupe...'; $messages['folderdeleting'] = 'Suppression du dossier...'; @@ -99,11 +100,11 @@ $messages['recipientsadded'] = 'Les destinataires ont été ajoutés avec succè $messages['norecipientwarning'] = 'Veuillez saisir au moins un destinataire.'; $messages['disclosedrecipwarning'] = 'Tous les destinataires verront réciproquement leur adresse courriel. Afin d’empêcher cela et de protéger la confidentialité, vous pouvez utiliser le champ Cci.'; $messages['disclosedreciptitle'] = 'Trop de destinataires publics'; -$messages['nosubjectwarning'] = 'Le champ « Objet » est vide. Voudriez-vous le saisir maintenant ?'; +$messages['nosubjectwarning'] = 'Le champ « Objet » est vide. Voulez-vous le remplir maintenant ?'; $messages['nosubjecttitle'] = 'Aucun objet'; -$messages['nobodywarning'] = 'Envoyer ce courriel sans texte ?'; -$messages['notsentwarning'] = 'Le courriel n’a pas été envoyé et contient des changements non enregistrés. Souhaitez-vous rejeter vos changements ?'; -$messages['restoresavedcomposedata'] = 'Un courriel rédigé précédemment mais non envoyé a été trouvé.\n\nObjet : $subject\nEnregistré le : $date\n\nVoulez-vous restaurer ce courriel ?'; +$messages['nobodywarning'] = 'Envoyer ce courriel sans texte ?'; +$messages['notsentwarning'] = 'Le courriel n’a pas été envoyé et contient des changements non enregistrés. Souhaitez-vous rejeter vos changements ?'; +$messages['restoresavedcomposedata'] = 'Un courriel rédigé précédemment mais non envoyé a été trouvé.\n\nObjet : $subject\nEnregistré le : $date\n\nVoulez-vous restaurer ce courriel ?'; $messages['nosearchname'] = 'Veuillez saisir un nom de contact ou une adresse de courriel.'; $messages['notuploadedwarning'] = 'Toutes les pièces jointes n’ont pas encore été téléversées. Veuillez patienter ou annuler le téléversement.'; $messages['searchsuccessful'] = '$nr courriels trouvés.'; @@ -111,7 +112,7 @@ $messages['contactsearchsuccessful'] = '$nr contacts trouvés.'; $messages['searchnomatch'] = 'La recherche n’a retourné aucun résultat.'; $messages['searching'] = 'Recherche...'; $messages['checking'] = 'Relève...'; -$messages['stillsearching'] = 'Recherche toujours en cours...'; +$messages['stillsearching'] = 'Recherche toujours en cours…'; $messages['nospellerrors'] = 'Aucune faute d’orthographe trouvée.'; $messages['folderdeleted'] = 'Le dossier a été effacé avec succès.'; $messages['foldersubscribed'] = 'L’abonnement au dossier a réussi.'; @@ -121,8 +122,8 @@ $messages['folderexpunged'] = 'Le dossier a été compacté avec succès.'; $messages['deletedsuccessfully'] = 'Supprimé avec succès.'; $messages['converting'] = 'Suppression de la mise en forme...'; $messages['messageopenerror'] = 'Impossible de charger le courriel depuis le serveur.'; -$messages['filelinkerror'] = 'Échec lors de l’ajout du fichier.'; -$messages['fileuploaderror'] = 'Échec lors du téléversement du fichier'; +$messages['filelinkerror'] = 'Échec d’ajout du fichier.'; +$messages['fileuploaderror'] = 'Échec de téléversement du fichier.'; $messages['filesizeerror'] = 'Le fichier téléversé dépasse la taille maximale de $size.'; $messages['filecounterror'] = 'Vous pouvez téléverser un maximum de $count fichiers à la fois.'; $messages['msgsizeerror'] = 'Échec d’ajout de fichier. La taille maximale d’un fichier ($size) a été dépassée.'; @@ -142,7 +143,7 @@ $messages['addingmember'] = 'Ajout des contacts au groupe...'; $messages['removingmember'] = 'Suppression des contacts du groupe...'; $messages['receiptsent'] = 'Un avis de lecture a été envoyé avec succès.'; $messages['errorsendingreceipt'] = 'Impossible d’envoyer l’avis.'; -$messages['deleteidentityconfirm'] = 'Voulez-vous vraiment supprimer cette identité ?'; +$messages['deleteidentityconfirm'] = 'Voulez-vous vraiment supprimer cette identité ?'; $messages['nodeletelastidentity'] = 'Vous ne pouvez pas effacer cette identité, c’est votre dernière.'; $messages['forbiddencharacter'] = 'Le nom du dossier contient un caractère interdit.'; $messages['selectimportfile'] = 'Veuillez choisir un fichier à téléverser.'; @@ -151,24 +152,24 @@ $messages['contactaddedtogroup'] = 'Les contacts ont été ajoutés à ce groupe $messages['contactremovedfromgroup'] = 'Les contacts ont été supprimés de ce groupe avec succès.'; $messages['nogroupassignmentschanged'] = 'Aucune affection de groupe n’a été changée.'; $messages['importwait'] = 'Importation, veuillez patienter...'; -$messages['importformaterror'] = 'Échec lors de l’importation ! Le fichier téléversé n’est pas un fichier d’importation de données valide.'; +$messages['importformaterror'] = 'Échec d’importation ! Le fichier téléversé n’est pas un fichier d’importation de données valide.'; $messages['importconfirm'] = 'Les $inserted contacts ont été importés avec succès'; $messages['importconfirmskipped'] = 'Les $skipped entrées existantes ont été ignorées'; $messages['importmessagesuccess'] = '$nr courriels importés avec succès'; -$messages['importmessageerror'] = 'L’importation a échoué ! Le fichier téléversé n’est pas un courriel valide ou un fichier de boîte de courriel.'; -$messages['opnotpermitted'] = 'Opération non permise !'; +$messages['importmessageerror'] = 'L’importation a échoué ! Le fichier téléversé n’est pas un courriel valide ou un fichier de boîte de courriel.'; +$messages['opnotpermitted'] = 'L’opération n’est pas permise !'; $messages['nofromaddress'] = 'Adresse courriel manquante dans l’identité choisie.'; -$messages['editorwarning'] = 'Changer de type d’éditeur pourrait causer la perte du formatage du texte. Souhaitez-vous continuer ?'; +$messages['editorwarning'] = 'Changer de type d’éditeur pourrait causer la perte du formatage du texte. Souhaitez-vous continuer ?'; $messages['httpreceivedencrypterror'] = 'Une erreur fatale de configuration est survenue. Contactez votre administrateur immédiatement. Votre courriel ne peut pas être envoyé.'; -$messages['smtpconnerror'] = 'Erreur SMTP ($code) : échec lors de la connexion au serveur.'; -$messages['smtpautherror'] = 'Erreur SMTP ($code) : échec lors de l’authentification.'; -$messages['smtpfromerror'] = 'Erreur SMTP ($code) : impossible de définir l’expéditeur « $from » ($msg)'; -$messages['smtptoerror'] = 'Erreur SMTP ($code) : échec lors de l’ajout du destinataire « $to » ($msg)'; -$messages['smtprecipientserror'] = 'Erreur SMTP : impossible d’analyser la liste des destinataires.'; +$messages['smtpconnerror'] = 'Erreur SMTP ($code) : échec de connexion au serveur.'; +$messages['smtpautherror'] = 'Erreur SMTP ($code) : échec d’authentification.'; +$messages['smtpfromerror'] = 'Erreur SMTP ($code) : impossible de définir l’expéditeur « $from » ($msg)'; +$messages['smtptoerror'] = 'Erreur SMTP ($code) : échec d’ajout du destinataire « $to » ($msg)'; +$messages['smtprecipientserror'] = 'Erreur SMTP : impossible d’analyser la liste des destinataires.'; $messages['smtputf8error'] = 'Erreur SMTP : le serveur ne prend pas en charge Unicode dans l’adresse courriel.'; $messages['smtpsizeerror'] = 'Erreur SMTP : la taille du message dépasse la limite du serveur ($limit)'; -$messages['smtperror'] = 'Erreur SMTP : $msg'; -$messages['emailformaterror'] = 'Adresse courriel invalide : $email'; +$messages['smtperror'] = 'Erreur SMTP : $msg'; +$messages['emailformaterror'] = 'Adresse courriel invalide : $email'; $messages['toomanyrecipients'] = 'Trop de destinataires. Réduire leur nombre à $max.'; $messages['maxgroupmembersreached'] = 'Le nombre de membres du groupe dépasse le maximum de $max.'; $messages['internalerror'] = 'Une erreur interne est survenue. Veuillez ressayer.'; @@ -200,13 +201,13 @@ $messages['mispellingsfound'] = 'Fautes d’orthographe détectées dans le cour $messages['parentnotwritable'] = 'Impossible de créer/déplacer le dossier dans le dossier parent choisi. Aucun droit d’accès.'; $messages['messagetoobig'] = 'La partie message est trop grosse pour être traitée.'; $messages['attachmentvalidationerror'] = 'Cette pièce jointe est suspecte, car son type ne correspond pas au type déclaré dans le courriel. Si vous ne faites pas confiance à l’expéditeur, vous ne devriez pas l’ouvrir dans le navigateur, car son contenu pourrait être malveillant.

Attendu : $expected ; trouvé : $detected'; -$messages['noscriptwarning'] = 'Avertissement : Ce service de courriel Web exige Javascript ! Afin de l’utiliser, veuillez activer Javascript dans les paramètres de votre navigateur.'; -$messages['messageissent'] = 'Le courriel a déjà été envoyé, mais n’a pas encore été enregistré. Voulez-vous le faire maintenant ?'; +$messages['noscriptwarning'] = 'Avertissement : Ce service de courriel Web exige JavaScript ! Afin de l’utiliser, veuillez activer JavaScript dans les paramètres de votre navigateur.'; +$messages['messageissent'] = 'Le courriel a déjà été envoyé, mais n’a pas encore été enregistré. Voulez-vous l’enregistrer maintenant ?'; $messages['errnotfound'] = 'Ficher introuvable'; -$messages['errnotfoundexplain'] = 'La ressource demandée n’a pas été trouvée !'; +$messages['errnotfoundexplain'] = 'La ressource demandée n’a pas été trouvée !'; $messages['errfailedrequest'] = 'Échec de la demande'; $messages['errauthorizationfailed'] = 'Échec d’autorisation'; -$messages['errunauthorizedexplain'] = 'Impossible de vérifier que vous êtes autorisé à accéder à ce service !'; +$messages['errunauthorizedexplain'] = 'Impossible de vérifier que vous êtes autorisé à accéder à ce service !'; $messages['errrequestcheckfailed'] = 'Échec de vérification de la demande'; $messages['errcsrfprotectionexplain'] = "Pour votre protection, l’accès à cette ressource est protégé contre les attaques CSFR.\nSi vous voyez ceci, vous ne vous êtes probablement pas déconnecté avant de quitter l’application Web.\n\nUne interaction humaine est maintenant exigé afin de continuer."; $messages['errcontactserveradmin'] = 'Veuillez contacter l’administrateur de votre serveur.'; diff --git a/program/localization/fy_NL/labels.inc b/program/localization/fy_NL/labels.inc index ba3f70fd2..83f49cc64 100644 --- a/program/localization/fy_NL/labels.inc +++ b/program/localization/fy_NL/labels.inc @@ -238,6 +238,7 @@ $labels['keylength'] = 'Bits'; $labels['keyexpired'] = 'Ferrûn'; $labels['keyrevoked'] = 'Ynlutsen'; $labels['bccinstead'] = 'Bcc brûke'; +$labels['insert'] = 'Ynfoegje'; $labels['editidents'] = 'Identiteiten bewurkje'; $labels['spellcheck'] = 'Stavering'; $labels['checkspelling'] = 'Stavering kontrolearje'; @@ -388,7 +389,6 @@ $labels['importreplace'] = 'It hiele adresboek ferfange'; $labels['importgroups'] = 'Ymportearje groep opdrachten'; $labels['importgroupsall'] = 'Alle (meitsje groepen oan wêr nedich)'; $labels['importgroupsexisting'] = 'Allinnich foar besteande groepen'; -$labels['importdesc'] = 'Jo kinne kontakten út in besteand adresboek oplade.
Wy stypje it ymportearjen fan besteande adressen út devCard of CSV (komma-skeiden) gegevens formaat.'; $labels['done'] = 'Klear'; $labels['settingsfor'] = 'Ynstellings foar'; $labels['about'] = 'Oer'; diff --git a/program/localization/fy_NL/messages.inc b/program/localization/fy_NL/messages.inc index e955796bc..588590a34 100644 --- a/program/localization/fy_NL/messages.inc +++ b/program/localization/fy_NL/messages.inc @@ -34,7 +34,6 @@ $messages['erroroverquotadelete'] = 'Gjin frije skiifromte. Brûk Shift + DEL om $messages['invalidrequest'] = 'Ûnjildich fersyk! Gjin data waard bewarre.'; $messages['invalidhost'] = 'Unjildige tsjinner namme.'; $messages['nomessagesfound'] = 'Gjin berjochten fûn yn dit postfek.'; -$messages['loggedout'] = 'Jo hawwe de sesje mei súkses beëinige. Oant sjen!'; $messages['mailboxempty'] = 'Postfek is leech'; $messages['nomessages'] = 'Gjin berjochten'; $messages['refreshing'] = 'Ferfarskje...'; diff --git a/program/localization/ga_IE/labels.inc b/program/localization/ga_IE/labels.inc index 167fffa58..89fbf117f 100644 --- a/program/localization/ga_IE/labels.inc +++ b/program/localization/ga_IE/labels.inc @@ -44,6 +44,7 @@ $labels['organization'] = 'Eagraíocht'; $labels['mailboxlist'] = 'Fillteán'; $labels['messagesfromto'] = 'Teachtaireachta as $from go $to as $count'; $labels['messagenrof'] = 'Teachtaireacht $nr as $count'; +$labels['fromtoshort'] = '$from – $to as $count'; $labels['copy'] = 'Macasamhlaigh'; $labels['move'] = 'Bog'; $labels['moveto'] = 'Bog chuig...'; @@ -123,10 +124,13 @@ $labels['markunread'] = 'Mar neamhléite'; $labels['moreactions'] = 'Tuilleadh gníomhartha...'; $labels['markallread'] = 'Rianaigh uile mar léite'; $labels['folders-cur'] = 'An fillteán roghnaithe amháin'; +$labels['folders-sub'] = 'An fillteán roghnaithe agus a fhofhillteáin'; $labels['folders-all'] = 'Gach fillteán'; $labels['more'] = 'Tuilleadh'; $labels['back'] = 'Siar'; $labels['options'] = 'Roghanna'; +$labels['composeoptions'] = 'Roghanna cumadóireachta'; +$labels['actions'] = 'Gníomhartha'; $labels['first'] = 'Céad'; $labels['last'] = 'Deireanach'; $labels['previous'] = 'Roimhe'; @@ -163,6 +167,8 @@ $labels['arrival'] = 'An dáta ar a shroich sé '; $labels['asc'] = 'ag dul suas'; $labels['desc'] = 'ag dul síos'; $labels['layout'] = 'Leagan amach'; +$labels['layoutwidescreen'] = 'Scáileán leathan'; +$labels['layoutdesktop'] = 'Ríomhaire ar an gcrinlín'; $labels['layoutlist'] = 'Liosta'; $labels['folderactions'] = 'Gníomhartha do na fillteáin...'; $labels['compact'] = 'Comhbhrúigh'; @@ -175,6 +181,8 @@ $labels['quotatotal'] = 'Teorainn'; $labels['quotaused'] = 'Úsáidte'; $labels['quotastorage'] = 'Slí ar an diosca'; $labels['quotamessage'] = 'Líon na dteachtaireachtaí'; +$labels['shortheaderdate'] = 'Ar $date'; +$labels['shortheaderfrom'] = 'Ó $from ar an $date'; $labels['quicksearch'] = 'Mearcuardaigh'; $labels['searchplaceholder'] = 'Cuardaigh...'; $labels['resetsearch'] = 'Athshocraigh an cuardach'; @@ -214,6 +222,8 @@ $labels['keylength'] = 'Bearta'; $labels['keyexpired'] = 'Éagtha'; $labels['keyrevoked'] = 'Aisghairmthe'; $labels['bccinstead'] = 'Bain feidhm as Bcc'; +$labels['addheader'] = 'Cuir faighteoir leis (ceanntásc)'; +$labels['insert'] = 'Ionsáigh'; $labels['recipient'] = 'Faighteoir'; $labels['spellcheck'] = 'Litrigh'; $labels['checkspelling'] = 'Fiosrú ar mo litriú'; @@ -244,6 +254,7 @@ $labels['high'] = 'Ard'; $labels['highest'] = 'Is Airde'; $labels['nosubject'] = '(Níl aon Ábhair)'; $labels['showimages'] = 'Taispeáin na híomhánna'; +$labels['allow'] = 'Ceadaigh'; $labels['alwaysshow'] = 'Taispeáin íomhánna ó $sender i gcónaí'; $labels['isdraft'] = 'Seo dréachttheachtaireacht.'; $labels['andnmore'] = '$nr eile...'; @@ -253,13 +264,20 @@ $labels['savesentmessagein'] = 'Coimeád an teachtaireacht seolta i'; $labels['dontsave'] = 'ná coimeád é'; $labels['addcc'] = 'Cuir Cc leis'; $labels['addbcc'] = 'Cuir Bcc leis'; +$labels['receiptread'] = 'Admháil fillte (léite)'; +$labels['rotate'] = 'Rothlaigh'; +$labels['rotateimage'] = 'Rothlaigh an íomhá'; $labels['name'] = 'Leasainm'; $labels['firstname'] = 'Ainm baiste'; $labels['surname'] = 'Sloinne'; $labels['middlename'] = 'An Dara hAinm'; $labels['nameprefix'] = 'Réimír'; +$labels['namesuffix'] = 'Iarmhír'; $labels['nickname'] = 'Leasainm'; +$labels['jobtitle'] = 'Teideal oibre'; +$labels['department'] = 'Rannóg'; $labels['gender'] = 'Gnéas'; +$labels['maidenname'] = 'Sloinne roimh phósadh'; $labels['email'] = 'Ríomhphost'; $labels['phone'] = 'Uimhir ghutháin'; $labels['address'] = 'Seoladh'; @@ -311,6 +329,8 @@ $labels['cancel'] = 'Cealaigh'; $labels['save'] = 'Sábháil'; $labels['delete'] = 'Scrios'; $labels['discard'] = 'Cuileáil'; +$labels['continue'] = 'Lean ar aghaidh'; +$labels['ok'] = 'Tá go maith'; $labels['rename'] = 'Athainmnigh'; $labels['addphoto'] = 'Cuir leis'; $labels['replacephoto'] = 'Ionadaigh'; @@ -322,6 +342,7 @@ $labels['contactsfromto'] = 'Daoine as $from to $to as $count'; $labels['print'] = 'Priontáil'; $labels['export'] = 'Easportáil'; $labels['exportall'] = 'Tabhair amach uile'; +$labels['exportsel'] = 'Bain amach an ní roghnaithe'; $labels['newgroup'] = 'Cruthaigh baicle nua'; $labels['addgroup'] = 'Cuir baicle leis'; $labels['grouprename'] = 'Athainmnigh an bhaicle'; @@ -376,6 +397,7 @@ $labels['never'] = 'riamh'; $labels['immediately'] = 'láithreach'; $labels['messagesdisplaying'] = 'Ag taispeáint na teachtaireachtaí'; $labels['messagescomposition'] = 'Ag cumadh na teachtaireachtaí'; +$labels['2047folding'] = 'RFC 2047 iomlán (eile)'; $labels['advancedoptions'] = 'Ardroghanna'; $labels['mainoptions'] = 'Príomhroghanna'; $labels['browseroptions'] = 'Roghanna líonléitheora'; @@ -389,8 +411,10 @@ $labels['replybottomposting'] = 'tosaigh an teachtaireacht nua faoin lua'; $labels['newmessageonly'] = 'teachtaireacht nua amháin'; $labels['replyandforwardonly'] = 'freagraí agus teachtaireachtaí curtha ar aghaidh amháin'; $labels['insertsignature'] = 'Ionsáigh an síniú'; +$labels['automarkread'] = 'Rianaigh teachtaireachtaí mar léite'; $labels['afternseconds'] = 'tar éis $n soicindí'; $labels['defaultabook'] = 'An leabhar seoltaí réamhshocraithe'; +$labels['spellcheckoptions'] = 'Roghanna litreora'; $labels['addtodict'] = 'Cuir leis an bhfoclóir é'; $labels['inline'] = 'i líne'; $labels['asattachment'] = 'mar cheangaltán'; @@ -417,7 +441,9 @@ $labels['findfolders'] = 'Aimsigh fillteáin'; $labels['namespace.personal'] = 'Pearsanta'; $labels['namespace.other'] = 'Daoine eile'; $labels['namespace.shared'] = 'Comhroinnte'; +$labels['dualusemail'] = 'teachtaireachtaí'; $labels['dualusefolder'] = 'fillteáin'; +$labels['generate'] = 'Cruthaigh'; $labels['sortby'] = 'Sórtáil trí'; $labels['sortasc'] = 'Sórtáil in ord méadaitheach'; $labels['sortdesc'] = 'Sórtáil in ord neartaitheach'; @@ -428,6 +454,12 @@ $labels['version'] = 'Leagan'; $labels['source'] = 'Foinse'; $labels['license'] = 'Ceadúnas'; $labels['support'] = 'Faigh tacaíocht'; +$labels['dateformatY'] = 'BBBB'; +$labels['dateformaty'] = 'BB'; +$labels['dateformatm'] = 'MM'; +$labels['dateformatd'] = 'LL'; +$labels['dateformatj'] = 'L'; +$labels['dateformatn'] = 'M'; $labels['B'] = 'B'; $labels['KB'] = 'KB'; $labels['MB'] = 'MB'; diff --git a/program/localization/ga_IE/messages.inc b/program/localization/ga_IE/messages.inc index d120bb447..09df444b3 100644 --- a/program/localization/ga_IE/messages.inc +++ b/program/localization/ga_IE/messages.inc @@ -34,7 +34,6 @@ $messages['erroroverquotadelete'] = 'Níl aon slí saor fágtha ar an ndiosca. B $messages['invalidrequest'] = 'Iarratas neamhbhailí! Níor cuireadh sonraí i dtaisce.'; $messages['invalidhost'] = 'Ainm freastalaithe neamhbhailí.'; $messages['nomessagesfound'] = 'Níor aimsíodh aon teachtaireacht sa bhosca poist seo.'; -$messages['loggedout'] = 'D\'éirigh leat scoir. Slán Leat!'; $messages['mailboxempty'] = 'Tá an bosca poist folamh'; $messages['nomessages'] = 'Níl teachtaireachtaí ann'; $messages['refreshing'] = 'Ag athnuaigh...'; @@ -79,6 +78,7 @@ $messages['deletecontactconfirm'] = 'An bhfuil tú cinnte gur mian leat an daoi $messages['deletegroupconfirm'] = 'An bhfuil tú cinnte gur mian leat an bhaicle roghnaithe a scriosadh?'; $messages['deletemessagesconfirm'] = 'An bhfuil tú cinnte gur mian leat na teachtaireachtaí roghnaithe a scriosadh?'; $messages['deletefolderconfirm'] = 'An bhfuil tú cinnte gur mian leat an fillteán seo a scriosadh?'; +$messages['movefolderconfirm'] = 'An mian leat dáiríre an fillteán sin a bhogadh?'; $messages['purgefolderconfirm'] = 'Ar bhfuil tú cinnte gur mian leat gach teachtaireacht sa bhfillteán seo a scriosadh?'; $messages['contactdeleting'] = 'Ag scriosadh na teagmhálacha...'; $messages['groupdeleting'] = 'Ag scriosadh na baicle...'; diff --git a/program/localization/ga_IE/timezones.inc b/program/localization/ga_IE/timezones.inc index c0236ee10..505cd5763 100644 --- a/program/localization/ga_IE/timezones.inc +++ b/program/localization/ga_IE/timezones.inc @@ -25,14 +25,24 @@ $labels['tz:africa:casablanca'] = 'Casablanca'; $labels['tz:africa:dar_es_salaam'] = 'Dárasalám'; $labels['tz:africa:khartoum'] = 'Khartoum'; $labels['tz:africa:kigali'] = 'Kigali'; +$labels['tz:america:argentina'] = 'An Airgintín'; +$labels['tz:america:argentina:buenos_aires'] = 'Buenos Aires'; $labels['tz:america:los_angeles'] = 'Los Angeles'; $labels['tz:america:maceio'] = 'Maceio'; +$labels['tz:america:mexico_city'] = 'Cathair Mheicsiceo'; $labels['tz:america:new_york'] = 'Nua Eabhrac'; $labels['tz:america:north_dakota:center'] = 'An Lár'; $labels['tz:america:panama'] = 'Panama'; $labels['tz:america:sao_paulo'] = 'Sao Paulo'; $labels['tz:america:scoresbysund'] = 'Scoresbysund'; +$labels['tz:antarctica'] = 'Antartaice'; +$labels['tz:asia:bangkok'] = 'Bangkok'; +$labels['tz:europe'] = 'An Eoraip'; +$labels['tz:europe:amsterdam'] = 'Amstardam'; +$labels['tz:europe:berlin'] = 'Beirlín'; +$labels['tz:europe:brussels'] = 'An Bhruiséil'; $labels['tz:europe:dublin'] = 'Baile Átha Cliath'; +$labels['tz:europe:helsinki'] = 'Heilsincí'; $labels['tz:europe:lisbon'] = 'Liospóin'; $labels['tz:europe:london'] = 'Londain'; $labels['tz:europe:luxembourg'] = 'Lucsamburg'; @@ -42,3 +52,4 @@ $labels['tz:europe:paris'] = 'Páras'; $labels['tz:europe:prague'] = 'Prág'; $labels['tz:europe:riga'] = 'Rígea'; $labels['tz:europe:rome'] = 'An Róimh'; +$labels['tz:europe:warsaw'] = 'Vársá'; diff --git a/program/localization/gl_ES/labels.inc b/program/localization/gl_ES/labels.inc index 2b57b7544..f57bfc2a9 100644 --- a/program/localization/gl_ES/labels.inc +++ b/program/localization/gl_ES/labels.inc @@ -216,6 +216,7 @@ $labels['selectimage'] = 'Seleccionar imaxe'; $labels['addimage'] = 'Engadir imaxe'; $labels['selectmedia'] = 'Escoller película'; $labels['addmedia'] = 'Engarid película'; +$labels['insert'] = 'Inserir'; $labels['recipient'] = 'Persoa destinataria'; $labels['editidents'] = 'Modificar identidades'; $labels['spellcheck'] = 'Ortografía'; @@ -360,7 +361,6 @@ $labels['importreplace'] = 'Substituír completamente a Axenda de enderezos'; $labels['importgroups'] = 'Importar atribucións do grupo'; $labels['importgroupsall'] = 'Todos (crear grupos, se for necesario)'; $labels['importgroupsexisting'] = 'Só para os grupos existentes'; -$labels['importdesc'] = 'Podes engadir contactos desde unha axenda de enderezos xa existente.
Pódense importar enderezos en formato vCard ou CSV (valores separados por comas)'; $labels['done'] = 'Feito!'; $labels['settingsfor'] = 'Axustes de'; $labels['about'] = 'Acerca de'; diff --git a/program/localization/gl_ES/messages.inc b/program/localization/gl_ES/messages.inc index bd2e052f5..58fe69646 100644 --- a/program/localization/gl_ES/messages.inc +++ b/program/localization/gl_ES/messages.inc @@ -33,7 +33,6 @@ $messages['erroroverquotadelete'] = 'Non hai espazo no disco. Usa Maiúsculas+Su $messages['invalidrequest'] = 'Petición non válida! Non se gardou ningún dato.'; $messages['invalidhost'] = 'O nome do servidor non é válido.'; $messages['nomessagesfound'] = 'Non se atoparon mensaxes nesta caixa de correo.'; -$messages['loggedout'] = 'Rematou correctamente a tú sesión. Até logo!'; $messages['mailboxempty'] = 'O cartafol está baleiro'; $messages['nomessages'] = 'Non hai mensaxes'; $messages['refreshing'] = 'A refrescar...'; diff --git a/program/localization/he_IL/labels.inc b/program/localization/he_IL/labels.inc index c301a5147..288aca07c 100644 --- a/program/localization/he_IL/labels.inc +++ b/program/localization/he_IL/labels.inc @@ -147,6 +147,7 @@ $labels['last'] = 'אחרונה'; $labels['previous'] = 'הקודמת'; $labels['next'] = 'הבאה'; $labels['select'] = 'בחירה'; +$labels['selection'] = 'בחירה'; $labels['all'] = 'הכל'; $labels['none'] = 'כלום'; $labels['currpage'] = 'דף נוכחי'; @@ -195,6 +196,8 @@ $labels['folderactions'] = 'פעולות על תיקיות'; $labels['compact'] = 'פינוי שטח לא מנוצל'; $labels['empty'] = 'ריקון'; $labels['importmessages'] = 'ייבוא הודעות'; +$labels['mailimportdesc'] = 'ניתן להעלות דוא"ל באמצעות קבצים המקודדים כ MIME או MBOX'; +$labels['mailimportzip'] = 'ניתן לדחוס מספר קבצים לתוך ארכיון ZIP'; $labels['quota'] = 'ניצול קיבולת'; $labels['unknown'] = 'לא ידוע'; $labels['unlimited'] = 'ללא הגבלה'; @@ -248,13 +251,16 @@ $labels['encryptmessage'] = 'הצפנת הודעה'; $labels['encryptmessagemailvelope'] = 'הצפנה באמצעות Mailvelope'; $labels['importpubkeys'] = 'ייבוא מפתחות ציבוריים'; $labels['encryptedsendialog'] = 'נשלחת הודעה מוצפנת'; +$labels['encryptandsign'] = 'להצפין ולחתום'; $labels['keyid'] = 'קוד זיהוי מפתח'; $labels['keylength'] = 'סיביות'; $labels['keyexpired'] = 'פג תוקף'; $labels['keyrevoked'] = 'נשלל'; $labels['bccinstead'] = 'שימוש במכותבים נסתרים'; $labels['addheader'] = 'הוספת נמען (כותרת)'; +$labels['insert'] = 'הוספה בין ערכים'; $labels['recipient'] = 'הנמען'; +$labels['recipientedit'] = 'עריכת נמענים'; $labels['editidents'] = 'עריכת זהויות'; $labels['spellcheck'] = 'איות'; $labels['checkspelling'] = 'בדיקת איות'; @@ -292,8 +298,9 @@ $labels['alwaysshow'] = '$sender תמיד להציג תמונות מאת'; $labels['alwaysallow'] = 'תמיד לקבל מ- sender$'; $labels['isdraft'] = 'זו טיוטה של הודעה'; $labels['andnmore'] = 'עוד $nr'; +$labels['details'] = 'פרטים'; $labels['headers'] = 'כותרות'; -$labels['envelope'] = 'מעטפה'; +$labels['allheaders'] = 'כל הכותרות'; $labels['togglemoreheaders'] = 'הראה נתוני מערכת נוספים של ההודעה'; $labels['togglefullheaders'] = 'הראה / בטל צפיה בנתוני מערכת של ההודעה'; $labels['htmltoggle'] = 'HTML'; @@ -309,6 +316,14 @@ $labels['mdnrequest'] = 'השולח ביקש לדעת אם ההודעה נקרא $labels['receiptread'] = 'אישור קבלה (נקרא)'; $labels['yourmessage'] = 'אישור קבלה להודעתך'; $labels['receiptnote'] = 'הערה: האישור אינו מבטיח שהנמען קרא או הבין את תוכן ההודעה.'; +$labels['zoomin'] = 'מבט עמוק יותר לפרטים'; +$labels['zoomout'] = 'מבט רחוק יותר מהפרטים'; +$labels['rotate'] = 'לסובב'; +$labels['increaseimage'] = 'להגדיל תמונה'; +$labels['decreaseimage'] = 'להקטין תמונה'; +$labels['rotateimage'] = 'לסובב תמונה'; +$labels['showtools'] = 'הצגת כלים לעיבוד תמונה'; +$labels['hidetools'] = 'הסתרת כלים לעיבוד תמונה'; $labels['name'] = 'שם להצגה'; $labels['firstname'] = 'שם פרטי'; $labels['surname'] = 'שם משפחה'; @@ -393,6 +408,8 @@ $labels['newgroup'] = 'הוסף קבוצה חדשה'; $labels['addgroup'] = 'הוספת קבוצה'; $labels['grouprename'] = 'שינוי שם קבוצה'; $labels['groupdelete'] = 'מחיקת קבוצה'; +$labels['groupassign'] = 'שיוך לקבוצה...'; +$labels['groupremove'] = 'הסרה מקבוצה'; $labels['groupremoveselected'] = 'אנשי הקשר שנבחרו יוסרו מהקבוצה'; $labels['uponelevel'] = 'רמה אחת מעלה'; $labels['previouspage'] = 'הצגת הקבוצה הקודמת'; @@ -413,9 +430,7 @@ $labels['importreplace'] = 'החלפת כל פנקס הכתובות'; $labels['importgroups'] = 'ייבוא הגדרות קבוצה'; $labels['importgroupsall'] = 'הכל (יש להקים קבוצות אם צריך)'; $labels['importgroupsexisting'] = 'רק עבור קבוצות קיימות'; -$labels['importdesc'] = 'ניתן לטעון אנשי קשר מקובץ חיצוני. אנו תומכים בקבצים הערוכים בצורה של - vCard או - CSV המופרד על ידי פסיקים.'; +$labels['importdesc'] = 'ניתן להעלות אנשי קשר מפנקס כתובות קיים. כרגע יש תמיכה ביבוא רשומות הערוכות בצורת vCard או CSV (מופרד פסיקים)'; $labels['done'] = 'בוצע'; $labels['settingsfor'] = 'הגדרות עבור'; $labels['about'] = 'אודות'; @@ -562,7 +577,12 @@ $labels['namespace.shared'] = 'משותף'; $labels['dualuselabel'] = 'יכול רק להכיל'; $labels['dualusemail'] = 'הודעות'; $labels['dualusefolder'] = 'תיקיות'; +$labels['generate'] = 'לחולל'; $labels['encryptioncreatekey'] = 'יצירה של צמד מפתחות'; +$labels['openmailvelopesettings'] = 'הצגת אפשרויות לתוכנת ההצפנה'; +$labels['encryptionprivkeysinmailvelope'] = 'קיימים nr$ מפתחות פרטיים תואמים ברשימת המפתחות שלך בתוכנת ההצפנה'; +$labels['encryptionnoprivkeysinmailvelope'] = 'לזהות השולחת אין עדיין מפתח הצפנה פרטי השמור בתוכנת ההצפנה שלך. האם ליצור כזה +כדי לאפשר הצפנת הודעות?'; $labels['sortby'] = 'מיון לפי'; $labels['sortasc'] = 'מיון בסדר עולה'; $labels['sortdesc'] = 'מיון בסדר יורד'; @@ -630,13 +650,14 @@ $labels['arialabelmessageheaders'] = 'תקורות הודעה'; $labels['arialabelforwardingoptions'] = 'אפשרויות העברה'; $labels['arialabelreplyalloptions'] = 'אפשרויות מענה לכולם'; $labels['arialabelmoremessageactions'] = 'עוד פעולות הודעה'; +$labels['arialabelmorecontactactions'] = 'פעולות נוספות על אנשי קשר'; $labels['arialabelmarkmessagesas'] = 'סימון הודעות נבחרות בתור...'; $labels['arialabelcomposeoptions'] = 'אפשרויות הלחנה'; $labels['arialabelresponsesmenu'] = 'תפריט של תגובות מוכנות מראש'; -$labels['arialabelattachmentuploadform'] = 'תבנית העלאת תצריף'; +$labels['arialabelattachmentuploadform'] = 'תבנית העלאת צרופה'; $labels['arialabelattachmentmenu'] = 'אפשרויות צרופה'; $labels['arialabelmailtomenu'] = 'אפשרויות כתובת דואר'; -$labels['arialabelattachmentpreview'] = 'תצוגה מקדמית של תצריף'; +$labels['arialabelattachmentpreview'] = 'תצוגה מקדמית של צרופה'; $labels['ariasummarycomposecontacts'] = 'רשימה של אנשי קשר וקבוצות שיבחרו כנמענים'; $labels['arialabelcontactexportoptions'] = 'אפשרויות ייצוא איש קשר'; $labels['arialabelabookgroupoptions'] = 'אפשרויות קבוצה/פנקס כתובות'; @@ -646,6 +667,7 @@ $labels['arialabelresonseeditfrom'] = 'טופס עריכת מענה'; $labels['arialabelsearchterms'] = 'מילות חיםוש'; $labels['arialabeldropactionmenu'] = 'תפריט גרירה'; $labels['arialabelheadersmenu'] = 'תפריט הוספת (כותרת) נמען'; +$labels['arialabelimagetools'] = 'כלים לעיבוד תמונה'; $labels['helplistnavigation'] = 'ניווט ברשימה באמצעות לוח המקשים'; $labels['helplistkeyboardnavigation'] = "חיצים למלעלה/למטה: בחירת שורה/מיקוד בשורה מקש רווח: בחירה בשורת המיקוד diff --git a/program/localization/he_IL/messages.inc b/program/localization/he_IL/messages.inc index 28cd0aa17..ab2d6731b 100644 --- a/program/localization/he_IL/messages.inc +++ b/program/localization/he_IL/messages.inc @@ -34,7 +34,7 @@ $messages['erroroverquotadelete'] = 'אין מקום פנוי על הדיסק. $messages['invalidrequest'] = 'בקשה לא חוקית. המידע לא נשמר'; $messages['invalidhost'] = 'שם שרת לא חוקי'; $messages['nomessagesfound'] = 'לא נמצאו הודעות בתיבה זו'; -$messages['loggedout'] = 'הקשר הסתיים. להתראות!'; +$messages['loggedout'] = 'הפעילות הסתיימה בהצלחה. להתראות.'; $messages['mailboxempty'] = 'רשימת ההודעות ריקה'; $messages['nomessages'] = 'אין הודעות'; $messages['refreshing'] = 'מרענן...'; @@ -83,6 +83,7 @@ $messages['deletecontactconfirm'] = 'האם למחוק את איש הקשר?'; $messages['deletegroupconfirm'] = 'האם אכן ברצונך למחוק את הקבוצה שנבחרה?'; $messages['deletemessagesconfirm'] = 'האם למחוק את ההודעות המסומנות?'; $messages['deletefolderconfirm'] = 'האם למחוק תיקייה זו?'; +$messages['movefolderconfirm'] = 'האם אכן ברצונך להעביר את התיקייה?'; $messages['purgefolderconfirm'] = 'האם למחוק את כל ההודעות בתיקייה זו?'; $messages['contactdeleting'] = 'אנשי קשר נמחקים...'; $messages['groupdeleting'] = 'מחיקת קבוצה...'; @@ -165,6 +166,7 @@ $messages['smtpautherror'] = 'SMTP ($code): ההזדהות נכשלה'; $messages['smtpfromerror'] = '($msg) SMTP ($code): "$from" לא נרשמה כתובת השולח'; $messages['smtptoerror'] = '($msg) SMTP ($code): "$to" לא נרשמה כתובת המקבל'; $messages['smtprecipientserror'] = 'SMTP : לא ניתן לפענח רשימת נמענים'; +$messages['smtputf8error'] = 'שגיאת SMTP: שרת הדואר לא תומך כתובת דואר אלקטרוני מקודדת ביוניקוד.'; $messages['smtpsizeerror'] = 'גודל ההודעה עולה על הגודל המותר בשרת limit ($limit)'; $messages['smtperror'] = 'SMTP: $msg'; $messages['emailformaterror'] = 'כתבות דוא"ל לא תקינה: email$'; @@ -219,3 +221,8 @@ $messages['errcomposesession'] = 'שגיאה במהלך יצירת ההודעה' $messages['errcomposesessionexplain'] = 'תהליך יצירת ההודעה לא אותר'; $messages['clicktocompose'] = 'יש להקיש כאן כדי ליצור הודעה חדשה'; $messages['nosupporterror'] = 'התכונה הזו אינה נתמכת על ידי הדפדפן שלך'; +$messages['siginserted'] = 'החתימה התווספה בהצלחה'; +$messages['responseinserted'] = 'התגובה התווספה בהצלחה'; +$messages['listempty'] = 'הרשימה ריקה'; +$messages['listusebutton'] = 'יש להשתמש בכפתור יצירה כדי להוסיף רשומה חדשה'; +$messages['keypaircreatesuccess'] = 'הצליחה יצירת מפתח חדש ל identity$'; diff --git a/program/localization/he_IL/timezones.inc b/program/localization/he_IL/timezones.inc index e33ce7bd2..9dcefac21 100644 --- a/program/localization/he_IL/timezones.inc +++ b/program/localization/he_IL/timezones.inc @@ -15,4 +15,442 @@ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/timezones/ */ +$labels['tz:utc'] = 'זמן בינלאומי סטנדרדי'; +$labels['tz:africa'] = 'אפריקה'; +$labels['tz:africa:abidjan'] = 'אבידג\'אן'; +$labels['tz:africa:accra'] = 'אקרה'; +$labels['tz:africa:addis_ababa'] = 'אדיס אבבה'; +$labels['tz:africa:algiers'] = 'אלג\'יר'; +$labels['tz:africa:asmara'] = 'אסמרה'; +$labels['tz:africa:bamako'] = 'באמאקו'; +$labels['tz:africa:bangui'] = 'באנגוי'; +$labels['tz:africa:banjul'] = 'באנג\'ול'; +$labels['tz:africa:bissau'] = 'ביסאו'; +$labels['tz:africa:blantyre'] = 'בלאנטיר'; +$labels['tz:africa:brazzaville'] = 'ברזוויל'; +$labels['tz:africa:bujumbura'] = 'בוג\'ומבורה'; +$labels['tz:africa:cairo'] = 'קהיר'; +$labels['tz:africa:casablanca'] = 'קזבלנקה'; +$labels['tz:africa:ceuta'] = 'סיוטה'; +$labels['tz:africa:conakry'] = 'קונקרי'; +$labels['tz:africa:dakar'] = 'דאקאר'; +$labels['tz:africa:dar_es_salaam'] = 'דאר א סלאם'; +$labels['tz:africa:djibouti'] = 'ג\'יבוטי'; +$labels['tz:africa:douala'] = 'דואלה'; +$labels['tz:africa:el_aaiun'] = 'אל עיון'; +$labels['tz:africa:freetown'] = 'פריטאון'; +$labels['tz:africa:gaborone'] = 'גבורון'; +$labels['tz:africa:harare'] = 'האררה'; +$labels['tz:africa:johannesburg'] = 'יוהנסבורג'; +$labels['tz:africa:juba'] = 'ג\'ובה'; +$labels['tz:africa:kampala'] = 'קמפלה'; +$labels['tz:africa:khartoum'] = 'חרטום'; +$labels['tz:africa:kigali'] = 'קיגאלי'; +$labels['tz:africa:kinshasa'] = 'קינשאסה'; +$labels['tz:africa:lagos'] = 'לאגוס'; +$labels['tz:africa:libreville'] = 'ליברוויל'; +$labels['tz:africa:lome'] = 'לומה'; +$labels['tz:africa:luanda'] = 'לואנדה'; +$labels['tz:africa:lubumbashi'] = 'לובומבאשי'; +$labels['tz:africa:lusaka'] = 'לוסאקה'; +$labels['tz:africa:malabo'] = 'מלאבו'; +$labels['tz:africa:maputo'] = 'מפוטו'; +$labels['tz:africa:maseru'] = 'מאסרו'; +$labels['tz:africa:mbabane'] = 'מבאבאנה'; +$labels['tz:africa:mogadishu'] = 'מוגדישו'; +$labels['tz:africa:monrovia'] = 'מונרוביה'; +$labels['tz:africa:nairobi'] = 'נאירובי'; +$labels['tz:africa:ndjamena'] = 'נדג\'אמנה'; +$labels['tz:africa:niamey'] = 'ניאמי'; +$labels['tz:africa:nouakchott'] = 'נואקצ\'וט'; +$labels['tz:africa:ouagadougou'] = 'אואגדוגו'; +$labels['tz:africa:porto-novo'] = 'פורטו נובו'; +$labels['tz:africa:sao_tome'] = 'סאו תומה'; +$labels['tz:africa:tripoli'] = 'טריפולי'; +$labels['tz:africa:tunis'] = 'תוניס'; +$labels['tz:africa:windhoek'] = 'ווינדוק'; +$labels['tz:america'] = 'אמריקה'; +$labels['tz:america:adak'] = 'אדאק'; +$labels['tz:america:anchorage'] = 'אנקורג\''; +$labels['tz:america:anguilla'] = 'אנגואייה'; +$labels['tz:america:antigua'] = 'אנטיגואה'; +$labels['tz:america:araguaina'] = 'אראגואינה'; +$labels['tz:america:argentina'] = 'ארגנטינה'; +$labels['tz:america:argentina:buenos_aires'] = 'בואנוס איירס'; +$labels['tz:america:argentina:catamarca'] = 'קאטאמארקה'; +$labels['tz:america:argentina:cordoba'] = 'קורדובה'; +$labels['tz:america:argentina:jujuy'] = 'חוחואי'; +$labels['tz:america:argentina:la_rioja'] = 'לה ריוחה'; +$labels['tz:america:argentina:mendoza'] = 'מנדוסה'; +$labels['tz:america:argentina:rio_gallegos'] = 'ריו קאיחוס'; +$labels['tz:america:argentina:salta'] = 'סאלטה'; +$labels['tz:america:argentina:san_juan'] = 'סן חואן'; +$labels['tz:america:argentina:san_luis'] = 'סן לואיס'; +$labels['tz:america:argentina:tucuman'] = 'טוקומן'; +$labels['tz:america:argentina:ushuaia'] = 'אושואיה'; +$labels['tz:america:aruba'] = 'ארובה'; +$labels['tz:america:asuncion'] = 'אסונסיון'; +$labels['tz:america:atikokan'] = 'אטיקוקן'; +$labels['tz:america:bahia'] = 'באהיה'; +$labels['tz:america:bahia_banderas'] = 'באהיה בנדראס'; +$labels['tz:america:barbados'] = 'ברבדוס'; +$labels['tz:america:belem'] = 'בלם'; +$labels['tz:america:belize'] = 'בליז'; +$labels['tz:america:blanc-sablon'] = 'בלאנק-סבלון'; +$labels['tz:america:boa_vista'] = 'בואה ויסטה'; +$labels['tz:america:bogota'] = 'בוגוטה'; +$labels['tz:america:boise'] = 'בויזי'; +$labels['tz:america:cambridge_bay'] = 'קמברידג\' ביי'; +$labels['tz:america:campo_grande'] = 'קמפו גרנדה'; +$labels['tz:america:cancun'] = 'קנקון'; +$labels['tz:america:caracas'] = 'קראקאס'; +$labels['tz:america:cayenne'] = 'קאיין'; +$labels['tz:america:cayman'] = 'קיימן'; +$labels['tz:america:chicago'] = 'שיקגו'; +$labels['tz:america:chihuahua'] = 'צ\'יוואוואה'; +$labels['tz:america:costa_rica'] = 'קוסטה ריקה'; +$labels['tz:america:creston'] = 'קרסטון'; +$labels['tz:america:cuiaba'] = 'קולאבה'; +$labels['tz:america:curacao'] = 'קורסאו'; +$labels['tz:america:danmarkshavn'] = 'דנמרקסהאבן'; +$labels['tz:america:dawson'] = 'דוסון'; +$labels['tz:america:dawson_creek'] = 'דוסון קריק'; +$labels['tz:america:denver'] = 'דנבר'; +$labels['tz:america:detroit'] = 'דטרויט'; +$labels['tz:america:dominica'] = 'דומיניקה'; +$labels['tz:america:edmonton'] = 'אדמונטון'; +$labels['tz:america:eirunepe'] = 'איירונפה'; +$labels['tz:america:el_salvador'] = 'אל סלבדור'; +$labels['tz:america:fort_nelson'] = 'פורט נלסון'; +$labels['tz:america:fortaleza'] = 'פורטלסה'; +$labels['tz:america:glace_bay'] = 'גלייס ביי'; +$labels['tz:america:godthab'] = 'גוטהאב'; +$labels['tz:america:goose_bay'] = 'גוס ביי'; +$labels['tz:america:grand_turk'] = 'גרנד טרק'; +$labels['tz:america:grenada'] = 'גרנדה'; +$labels['tz:america:guadeloupe'] = 'גואדלופ'; +$labels['tz:america:guatemala'] = 'גואטמלה'; +$labels['tz:america:guayaquil'] = 'גואיקיל'; +$labels['tz:america:guyana'] = 'גויאנה'; +$labels['tz:america:halifax'] = 'האליפקס'; +$labels['tz:america:havana'] = 'הבאנה'; +$labels['tz:america:hermosillo'] = 'הרמוסיו'; +$labels['tz:america:indiana'] = 'אינדיאנה'; +$labels['tz:america:indiana:indianapolis'] = 'אינדיאנאפוליס'; +$labels['tz:america:indiana:knox'] = 'נוקס'; +$labels['tz:america:indiana:marengo'] = 'מרנגו'; +$labels['tz:america:indiana:petersburg'] = 'פטרסבורג'; +$labels['tz:america:indiana:tell_city'] = 'טל סיטי'; +$labels['tz:america:indiana:vevay'] = 'וובאי'; +$labels['tz:america:indiana:vincennes'] = 'וויסנס'; +$labels['tz:america:indiana:winamac'] = 'ווינמאק'; +$labels['tz:america:inuvik'] = 'אינוביק'; +$labels['tz:america:iqaluit'] = 'איקאלואיט'; +$labels['tz:america:jamaica'] = 'ג\'מאיקה'; +$labels['tz:america:juneau'] = 'ג\'ונו'; +$labels['tz:america:kentucky'] = 'קנטאקי'; +$labels['tz:america:kentucky:louisville'] = 'לואיוויל'; +$labels['tz:america:kentucky:monticello'] = 'מונטיצ\'לו'; +$labels['tz:america:kralendijk'] = 'קראלנדיק'; +$labels['tz:america:la_paz'] = 'לה פס'; +$labels['tz:america:lima'] = 'לימה'; +$labels['tz:america:los_angeles'] = 'לוס אנג\'לס'; +$labels['tz:america:lower_princes'] = 'לואר פרינסס'; +$labels['tz:america:maceio'] = 'מסיאו'; +$labels['tz:america:managua'] = 'מנאגואה'; +$labels['tz:america:manaus'] = 'מנאוס'; +$labels['tz:america:marigot'] = 'מאריגוט'; +$labels['tz:america:martinique'] = 'מרטיניק'; +$labels['tz:america:matamoros'] = 'מטאמורוס'; +$labels['tz:america:mazatlan'] = 'מזאטלן'; +$labels['tz:america:menominee'] = 'מנומיני'; +$labels['tz:america:merida'] = 'מרידה'; +$labels['tz:america:metlakatla'] = 'מטלקטלה'; +$labels['tz:america:mexico_city'] = 'מקסיקו סיטי'; +$labels['tz:america:miquelon'] = 'מיקלון'; +$labels['tz:america:moncton'] = 'מונקטון'; +$labels['tz:america:monterrey'] = 'מונטריי'; +$labels['tz:america:montevideo'] = 'מונטוידיאו'; +$labels['tz:america:montserrat'] = 'מונטסראט'; +$labels['tz:america:nassau'] = 'נסאו'; +$labels['tz:america:new_york'] = 'ניו יורק'; +$labels['tz:america:nipigon'] = 'ניפיגון'; +$labels['tz:america:nome'] = 'נום'; +$labels['tz:america:noronha'] = 'מורוניה'; +$labels['tz:america:north_dakota'] = 'נורת\' דקוטה'; +$labels['tz:america:north_dakota:beulah'] = 'ביולה'; +$labels['tz:america:north_dakota:center'] = 'סנטר'; +$labels['tz:america:north_dakota:new_salem'] = 'ניו סיילם'; +$labels['tz:america:ojinaga'] = 'אוחינגה'; +$labels['tz:america:panama'] = 'פנמה'; +$labels['tz:america:pangnirtung'] = 'פאנגנירטונג'; +$labels['tz:america:paramaribo'] = 'פראמאריבו'; +$labels['tz:america:phoenix'] = 'פיניקס'; +$labels['tz:america:port-au-prince'] = 'פורט או פרינס'; +$labels['tz:america:port_of_spain'] = 'פורט אוף ספיין'; +$labels['tz:america:porto_velho'] = 'פורטו וולהו'; +$labels['tz:america:puerto_rico'] = 'פוארטו ריקו'; +$labels['tz:america:rainy_river'] = 'רייני ריבר'; +$labels['tz:america:rankin_inlet'] = 'ראנקין אינלט'; +$labels['tz:america:recife'] = 'רסיפה'; +$labels['tz:america:regina'] = 'רגינה'; +$labels['tz:america:resolute'] = 'רסולוטה'; +$labels['tz:america:rio_branco'] = 'ריו בראנקו'; +$labels['tz:america:santarem'] = 'סנטרם'; +$labels['tz:america:santiago'] = 'סנטיאגו'; +$labels['tz:america:santo_domingo'] = 'סנטו דומינגו'; +$labels['tz:america:sao_paulo'] = 'סאו פאולו'; +$labels['tz:america:scoresbysund'] = 'סקורסביסונד'; +$labels['tz:america:sitka'] = 'סיטקה'; +$labels['tz:america:st_barthelemy'] = 'סיינט ברתלמיי'; +$labels['tz:america:st_johns'] = "סיינט ג'ונס"; +$labels['tz:america:st_kitts'] = 'סיינט קיטס'; +$labels['tz:america:st_lucia'] = 'סיינט לוסיה'; +$labels['tz:america:st_thomas'] = 'סיינט תומאס'; +$labels['tz:america:st_vincent'] = 'סיינט וינסנט'; +$labels['tz:america:swift_current'] = 'סוויפט קארנט'; +$labels['tz:america:tegucigalpa'] = 'טגוסיגאלפה'; +$labels['tz:america:thule'] = 'תול'; +$labels['tz:america:thunder_bay'] = 'תאנדר ביי'; +$labels['tz:america:tijuana'] = 'טיחואנה'; +$labels['tz:america:toronto'] = 'טורונטו'; +$labels['tz:america:tortola'] = 'טורטולה'; +$labels['tz:america:vancouver'] = 'ונקובר'; +$labels['tz:america:whitehorse'] = 'ווייטהורס'; +$labels['tz:america:winnipeg'] = 'וויניפג'; +$labels['tz:america:yakutat'] = 'יקוטאט'; +$labels['tz:america:yellowknife'] = 'יילוונייף'; +$labels['tz:antarctica'] = 'אנטרטיקה'; +$labels['tz:antarctica:casey'] = 'קייסי'; +$labels['tz:antarctica:davis'] = 'דייביס'; +$labels['tz:antarctica:dumontdurville'] = "דומון ד'אורויל"; +$labels['tz:antarctica:macquarie'] = 'מקארי'; +$labels['tz:antarctica:mawson'] = 'מוסון'; +$labels['tz:antarctica:mcmurdo'] = 'מקמורדו'; +$labels['tz:antarctica:palmer'] = 'פאלמר'; +$labels['tz:antarctica:rothera'] = 'רותרה'; +$labels['tz:antarctica:syowa'] = 'סאיווה'; +$labels['tz:antarctica:troll'] = 'טרול'; +$labels['tz:antarctica:vostok'] = 'ווסטוק'; +$labels['tz:arctic'] = 'ארקטיק'; +$labels['tz:arctic:longyearbyen'] = 'לונגיירביין'; +$labels['tz:asia'] = 'אסיה'; +$labels['tz:asia:aden'] = 'עדן'; +$labels['tz:asia:almaty'] = 'אמאטי'; +$labels['tz:asia:amman'] = 'עמאן'; +$labels['tz:asia:anadyr'] = 'אנאדיר'; +$labels['tz:asia:aqtau'] = 'אקטאו'; +$labels['tz:asia:aqtobe'] = 'אקטובה'; +$labels['tz:asia:ashgabat'] = 'אשגבאט'; +$labels['tz:asia:atyrau'] = 'אטיראו'; +$labels['tz:asia:baghdad'] = 'בגדד'; +$labels['tz:asia:bahrain'] = 'בחריין'; +$labels['tz:asia:baku'] = 'באקו'; +$labels['tz:asia:bangkok'] = 'בנגקוק'; +$labels['tz:asia:barnaul'] = 'במאול'; +$labels['tz:asia:beirut'] = 'ביירות'; +$labels['tz:asia:bishkek'] = 'בישקק'; +$labels['tz:asia:brunei'] = 'ברוניי'; +$labels['tz:asia:chita'] = 'צ\'יטה'; +$labels['tz:asia:choibalsan'] = 'צ\'ויבלסן'; +$labels['tz:asia:colombo'] = 'קולומבו'; +$labels['tz:asia:damascus'] = 'דמשק'; +$labels['tz:asia:dhaka'] = 'דאקה'; +$labels['tz:asia:dili'] = 'דילי'; +$labels['tz:asia:dubai'] = 'דובאי'; +$labels['tz:asia:dushanbe'] = 'דושנבה'; +$labels['tz:asia:famagusta'] = 'פמגוסטה'; +$labels['tz:asia:gaza'] = 'עזה'; +$labels['tz:asia:hebron'] = 'חברון'; +$labels['tz:asia:ho_chi_minh'] = 'הו צ\'י מין'; +$labels['tz:asia:hong_kong'] = 'הונג קונג'; +$labels['tz:asia:hovd'] = 'חוווד'; +$labels['tz:asia:irkutsk'] = 'אירקוצק'; +$labels['tz:asia:jakarta'] = 'ג\'קארטה'; +$labels['tz:asia:jayapura'] = 'ג\'איאפורה'; $labels['tz:asia:jerusalem'] = 'ירושלים'; +$labels['tz:asia:kabul'] = 'קאבול'; +$labels['tz:asia:kamchatka'] = 'קאמצ\'טקה'; +$labels['tz:asia:karachi'] = 'קראצ\'י'; +$labels['tz:asia:kathmandu'] = 'קתמנדו'; +$labels['tz:asia:khandyga'] = 'קאנדיג\'ה'; +$labels['tz:asia:kolkata'] = 'כולכתה'; +$labels['tz:asia:krasnoyarsk'] = 'קראסנויארסק'; +$labels['tz:asia:kuala_lumpur'] = 'קואלה לומפור'; +$labels['tz:asia:kuching'] = 'קוצ\'ינג'; +$labels['tz:asia:kuwait'] = 'כוויית'; +$labels['tz:asia:macau'] = 'מקאו'; +$labels['tz:asia:magadan'] = 'מאגאדן'; +$labels['tz:asia:makassar'] = 'מקאסר'; +$labels['tz:asia:manila'] = 'מנילה'; +$labels['tz:asia:muscat'] = 'מוסקט'; +$labels['tz:asia:nicosia'] = 'ניקוסיה'; +$labels['tz:asia:novokuznetsk'] = 'נובוקוזנצק'; +$labels['tz:asia:novosibirsk'] = 'נובוסיבירסק'; +$labels['tz:asia:omsk'] = 'אומסק'; +$labels['tz:asia:oral'] = 'אורל'; +$labels['tz:asia:phnom_penh'] = 'פנום פן'; +$labels['tz:asia:pontianak'] = 'פונטיאנאק'; +$labels['tz:asia:pyongyang'] = 'פיונגיאנג'; +$labels['tz:asia:qatar'] = 'קטאר'; +$labels['tz:asia:qyzylorda'] = 'קיזילורדה'; +$labels['tz:asia:riyadh'] = 'ריאד'; +$labels['tz:asia:sakhalin'] = 'סאחלין'; +$labels['tz:asia:samarkand'] = 'סמרקנד'; +$labels['tz:asia:seoul'] = 'סיאול'; +$labels['tz:asia:shanghai'] = 'שנגחאי'; +$labels['tz:asia:singapore'] = 'סינגפור'; +$labels['tz:asia:srednekolymsk'] = 'סרדנקולימסק'; +$labels['tz:asia:taipei'] = 'טאיפה'; +$labels['tz:asia:tashkent'] = 'טשקנט'; +$labels['tz:asia:tbilisi'] = 'טביליסי'; +$labels['tz:asia:tehran'] = 'טהרן'; +$labels['tz:asia:thimphu'] = 'תימפו'; +$labels['tz:asia:tokyo'] = 'טוקיו'; +$labels['tz:asia:tomsk'] = 'טומסק'; +$labels['tz:asia:ulaanbaatar'] = 'אולנבטאר'; +$labels['tz:asia:urumqi'] = 'אורומקי'; +$labels['tz:asia:ust-nera'] = 'אוסט-נרה'; +$labels['tz:asia:vientiane'] = 'ווינטיאן'; +$labels['tz:asia:vladivostok'] = 'וולאדיווסטוק'; +$labels['tz:asia:yakutsk'] = 'יאקוצק'; +$labels['tz:asia:yangon'] = 'יאנגון'; +$labels['tz:asia:yekaterinburg'] = 'יקטרינבורג'; +$labels['tz:asia:yerevan'] = 'ירוואן'; +$labels['tz:atlantic'] = 'אטלנטיק'; +$labels['tz:atlantic:azores'] = 'אזוריים'; +$labels['tz:atlantic:bermuda'] = 'ברמודה'; +$labels['tz:atlantic:canary'] = 'קנארי'; +$labels['tz:atlantic:cape_verde'] = 'קייפ וורדה'; +$labels['tz:atlantic:faroe'] = 'פארו'; +$labels['tz:atlantic:madeira'] = 'מאדיירה'; +$labels['tz:atlantic:reykjavik'] = 'רייקיאוויק'; +$labels['tz:atlantic:south_georgia'] = 'סאות ג\'ורג\'יה'; +$labels['tz:atlantic:st_helena'] = 'סט הלנה'; +$labels['tz:atlantic:stanley'] = 'סטנלי'; +$labels['tz:australia'] = 'אוסטרליה'; +$labels['tz:australia:adelaide'] = 'אדלייד'; +$labels['tz:australia:brisbane'] = 'בריסביין'; +$labels['tz:australia:broken_hill'] = 'ברוקן היל'; +$labels['tz:australia:currie'] = 'קארי'; +$labels['tz:australia:darwin'] = 'דארווין'; +$labels['tz:australia:eucla'] = 'יוקלה'; +$labels['tz:australia:hobart'] = 'הובארט'; +$labels['tz:australia:lindeman'] = 'לינדמאן'; +$labels['tz:australia:lord_howe'] = 'לורד האווי'; +$labels['tz:australia:melbourne'] = 'מלבורן'; +$labels['tz:australia:perth'] = 'פרת'; +$labels['tz:australia:sydney'] = 'סידני'; +$labels['tz:europe'] = 'אירופה'; +$labels['tz:europe:amsterdam'] = 'אמסטרדם'; +$labels['tz:europe:andorra'] = 'אנדורה'; +$labels['tz:europe:astrakhan'] = 'אסטרחאן'; +$labels['tz:europe:athens'] = 'אתונה'; +$labels['tz:europe:belgrade'] = 'בלגראד'; +$labels['tz:europe:berlin'] = 'ברלין'; +$labels['tz:europe:bratislava'] = 'ברטיסלאבה'; +$labels['tz:europe:brussels'] = 'בריסל'; +$labels['tz:europe:bucharest'] = 'בוקרשט'; +$labels['tz:europe:budapest'] = 'בודפשט'; +$labels['tz:europe:busingen'] = 'בוסינגן'; +$labels['tz:europe:chisinau'] = 'קישינב'; +$labels['tz:europe:copenhagen'] = 'קופנהאגן'; +$labels['tz:europe:dublin'] = 'דבלין'; +$labels['tz:europe:gibraltar'] = 'גיברלטר'; +$labels['tz:europe:guernsey'] = 'גרנזי'; +$labels['tz:europe:helsinki'] = 'הלסינקי'; +$labels['tz:europe:isle_of_man'] = 'אייל אוף מאן'; +$labels['tz:europe:istanbul'] = 'איסטנבול'; +$labels['tz:europe:jersey'] = 'ג\'רזי'; +$labels['tz:europe:kaliningrad'] = 'קאלינינגראד'; +$labels['tz:europe:kiev'] = 'קייב'; +$labels['tz:europe:kirov'] = 'קירוב'; +$labels['tz:europe:lisbon'] = 'ליסבון'; +$labels['tz:europe:ljubljana'] = 'ליובליאנה'; +$labels['tz:europe:london'] = 'לונדון'; +$labels['tz:europe:luxembourg'] = 'לוקסמבורג'; +$labels['tz:europe:madrid'] = 'מדריד'; +$labels['tz:europe:malta'] = 'מאלטה'; +$labels['tz:europe:mariehamn'] = 'מריהאם'; +$labels['tz:europe:minsk'] = 'מינסק'; +$labels['tz:europe:monaco'] = 'מונאקו'; +$labels['tz:europe:moscow'] = 'מוסקבה'; +$labels['tz:europe:oslo'] = 'אוסלו'; +$labels['tz:europe:paris'] = 'פריס'; +$labels['tz:europe:podgorica'] = 'פודגוריצה'; +$labels['tz:europe:prague'] = 'פראג'; +$labels['tz:europe:riga'] = 'ריגה'; +$labels['tz:europe:rome'] = 'רומא'; +$labels['tz:europe:samara'] = 'סמארה'; +$labels['tz:europe:san_marino'] = 'סן מרינו'; +$labels['tz:europe:sarajevo'] = 'סראייבו'; +$labels['tz:europe:saratov'] = 'סראטוב'; +$labels['tz:europe:simferopol'] = 'סימפרופול'; +$labels['tz:europe:skopje'] = 'סקופיה'; +$labels['tz:europe:sofia'] = 'סופיה'; +$labels['tz:europe:stockholm'] = 'סטוקהולם'; +$labels['tz:europe:tallinn'] = 'טאלין'; +$labels['tz:europe:tirane'] = 'טיראנה'; +$labels['tz:europe:ulyanovsk'] = 'אוליאנובסק'; +$labels['tz:europe:uzhgorod'] = 'אוז\'גורוד'; +$labels['tz:europe:vaduz'] = 'ואדוז'; +$labels['tz:europe:vatican'] = 'ותיקן'; +$labels['tz:europe:vienna'] = 'וינה'; +$labels['tz:europe:vilnius'] = 'וילניוס'; +$labels['tz:europe:volgograd'] = 'וולגוגראד'; +$labels['tz:europe:warsaw'] = 'ורשה'; +$labels['tz:europe:zagreb'] = 'זאגרב'; +$labels['tz:europe:zaporozhye'] = 'זאפורוז\'ייה'; +$labels['tz:europe:zurich'] = 'ציריך'; +$labels['tz:indian'] = 'אינדיאן'; +$labels['tz:indian:antananarivo'] = 'אטננריבו'; +$labels['tz:indian:chagos'] = 'צ\'אגוס'; +$labels['tz:indian:christmas'] = 'כריסטמס'; +$labels['tz:indian:cocos'] = 'קוקוס'; +$labels['tz:indian:comoro'] = 'קומורו'; +$labels['tz:indian:kerguelen'] = 'קרגואלן'; +$labels['tz:indian:mahe'] = 'מאהה'; +$labels['tz:indian:maldives'] = 'מלדיביים'; +$labels['tz:indian:mauritius'] = 'מאוריציוס'; +$labels['tz:indian:mayotte'] = 'מאיוט'; +$labels['tz:indian:reunion'] = 'ראוניון'; +$labels['tz:pacific'] = 'פסיפיק'; +$labels['tz:pacific:apia'] = 'אפיה'; +$labels['tz:pacific:auckland'] = 'אוקלנד'; +$labels['tz:pacific:bougainville'] = 'בוגיינוויל'; +$labels['tz:pacific:chatham'] = 'צ\'טהאם'; +$labels['tz:pacific:chuuk'] = 'צ\'וק'; +$labels['tz:pacific:easter'] = 'איסטר'; +$labels['tz:pacific:efate'] = 'אפאטה'; +$labels['tz:pacific:enderbury'] = 'אנדרבורי'; +$labels['tz:pacific:fakaofo'] = 'פקאופו'; +$labels['tz:pacific:fiji'] = 'פיג\'י'; +$labels['tz:pacific:funafuti'] = 'פונאפוטי'; +$labels['tz:pacific:galapagos'] = 'גלאפאגוס'; +$labels['tz:pacific:gambier'] = 'גאמבייר'; +$labels['tz:pacific:guadalcanal'] = 'גואדאלקנאל'; +$labels['tz:pacific:guam'] = 'גואם'; +$labels['tz:pacific:honolulu'] = 'הונולולו'; +$labels['tz:pacific:johnston'] = 'ג\'ונסטון'; +$labels['tz:pacific:kiritimati'] = 'קיריטימאטי'; +$labels['tz:pacific:kosrae'] = 'קושאי'; +$labels['tz:pacific:kwajalein'] = 'קוואז\'אליין'; +$labels['tz:pacific:majuro'] = 'מאז\'ורו'; +$labels['tz:pacific:marquesas'] = 'מארקסאס'; +$labels['tz:pacific:midway'] = 'מידוויי'; +$labels['tz:pacific:nauru'] = 'נאורו'; +$labels['tz:pacific:niue'] = 'ניואיי'; +$labels['tz:pacific:norfolk'] = 'נורפוק'; +$labels['tz:pacific:noumea'] = 'נומיאה'; +$labels['tz:pacific:pago_pago'] = 'פאגו פאגו'; +$labels['tz:pacific:palau'] = 'פאלאו'; +$labels['tz:pacific:pitcairn'] = 'פיטקרן'; +$labels['tz:pacific:pohnpei'] = 'פונפיי'; +$labels['tz:pacific:port_moresby'] = 'פורט מורסבי'; +$labels['tz:pacific:rarotonga'] = 'רארוטונגה'; +$labels['tz:pacific:saipan'] = 'סאיפאן'; +$labels['tz:pacific:tahiti'] = 'טהיטי'; +$labels['tz:pacific:tarawa'] = 'טאראווה'; +$labels['tz:pacific:tongatapu'] = 'טונגטאפו'; +$labels['tz:pacific:wake'] = 'ווייק'; +$labels['tz:pacific:wallis'] = 'ווליס'; diff --git a/program/localization/hi_IN/messages.inc b/program/localization/hi_IN/messages.inc index 56a8564d9..feadd9e54 100644 --- a/program/localization/hi_IN/messages.inc +++ b/program/localization/hi_IN/messages.inc @@ -26,7 +26,6 @@ $messages['windowopenerror'] = 'पॉपप विंडो अवरुद् $messages['requesttimedout'] = 'अनुरोध का समय समाप्त'; $messages['errorreadonly'] = 'कार्य करने में असमर्थ । फ़ोल्डर केवल पढ़ने के लिए है।'; $messages['nomessagesfound'] = 'इस मेलबॉक्स में कोई मेल नहीं है'; -$messages['loggedout'] = 'सत्र समाप्त. टा टा!'; $messages['loading'] = 'लोड हो रहा है'; $messages['loadingdata'] = 'डाटा लोड हो रहा है...'; $messages['checkingmail'] = 'क्या नया मेल है?...'; diff --git a/program/localization/hr_HR/labels.inc b/program/localization/hr_HR/labels.inc index da4b33bcc..900b4ccde 100644 --- a/program/localization/hr_HR/labels.inc +++ b/program/localization/hr_HR/labels.inc @@ -199,6 +199,7 @@ $labels['returnreceipt'] = 'Potvrda o primitku poruke'; $labels['dsn'] = 'Obavijest o statusu isporuke'; $labels['mailreplyintro'] = 'Dana $date, $sender je napisao(la):'; $labels['originalmessage'] = 'Izvorna poruka'; +$labels['insert'] = 'Umetni'; $labels['recipient'] = 'Primatelj'; $labels['editidents'] = 'Uredi identitete'; $labels['spellcheck'] = 'Pravopis'; @@ -333,7 +334,6 @@ $labels['importreplace'] = 'Prepiši cijeli imenik'; $labels['importgroups'] = 'Uvezi zadatke grupe'; $labels['importgroupsall'] = 'Sve (stvori grupe ako je potrebno)'; $labels['importgroupsexisting'] = 'Samo za postojeće grupe'; -$labels['importdesc'] = 'Možete poslati kontakte iz postojećeg imenika.
Trenutno je podržan uvoz adresa iz vCard ili CSV (comma-separated) formata.'; $labels['done'] = 'Završeno'; $labels['settingsfor'] = 'Postavke za'; $labels['about'] = 'O programu'; diff --git a/program/localization/hr_HR/messages.inc b/program/localization/hr_HR/messages.inc index 617a52587..0beb4d965 100644 --- a/program/localization/hr_HR/messages.inc +++ b/program/localization/hr_HR/messages.inc @@ -32,7 +32,6 @@ $messages['erroroverquotadelete'] = 'Nema prostora na disku. Upotrijebite SHIFT+ $messages['invalidrequest'] = 'Neispravan zahtjev! Podaci nisu spremljeni.'; $messages['invalidhost'] = 'Neispravno ime poslužitelja.'; $messages['nomessagesfound'] = 'Nema poruka u ovom sandučiću.'; -$messages['loggedout'] = 'Uspješno ste se odjavili. Doviđenja!'; $messages['mailboxempty'] = 'Sandučuć je prazan'; $messages['nomessages'] = 'Nema poruka'; $messages['refreshing'] = 'Osvježavanje...'; diff --git a/program/localization/hu_HU/labels.inc b/program/localization/hu_HU/labels.inc index 758fc2f88..f507f0a45 100644 --- a/program/localization/hu_HU/labels.inc +++ b/program/localization/hu_HU/labels.inc @@ -147,6 +147,7 @@ $labels['last'] = 'Utolsó'; $labels['previous'] = 'Elöző'; $labels['next'] = 'Következő'; $labels['select'] = 'Kijelölés'; +$labels['selection'] = 'Kijelölés'; $labels['all'] = 'Összes'; $labels['none'] = 'Nincs'; $labels['currpage'] = 'Aktuális oldal'; @@ -195,6 +196,8 @@ $labels['folderactions'] = 'Mappaműveletek...'; $labels['compact'] = 'Tömörítés'; $labels['empty'] = 'Kiürítés'; $labels['importmessages'] = 'Üzenetek importálása'; +$labels['mailimportdesc'] = 'Feltölthetsz leveleket a MIME vagy Mbox formátumban.'; +$labels['mailimportzip'] = 'Több file-t lehet összetömöríteni egy a zip fileba.'; $labels['quota'] = 'Helyfoglalás'; $labels['unknown'] = 'ismeretlen'; $labels['unlimited'] = 'korlátlan'; @@ -255,6 +258,7 @@ $labels['keyexpired'] = 'Lejárt'; $labels['keyrevoked'] = 'Visszvont'; $labels['bccinstead'] = 'Titkos másolat használata'; $labels['addheader'] = 'Címzet (fejléc) hozzáadása '; +$labels['insert'] = 'Beszúrás'; $labels['recipient'] = 'Címzett'; $labels['recipientedit'] = 'A címzett szerkesztése'; $labels['editidents'] = 'Azonosítók szerkesztése'; @@ -294,8 +298,9 @@ $labels['alwaysshow'] = 'Képek megjelenítése mindig, ha a feladó $sender'; $labels['alwaysallow'] = 'Minding engedélyezve ha a feladó $sender '; $labels['isdraft'] = 'Ez egy piszkozat.'; $labels['andnmore'] = 'további $nr...'; +$labels['details'] = 'Részletek'; $labels['headers'] = 'Fejlécek'; -$labels['envelope'] = 'Boriték'; +$labels['allheaders'] = 'Fejlécek...'; $labels['togglemoreheaders'] = 'Több üzenet fejrész(header) megjelenítése'; $labels['togglefullheaders'] = 'Nyers üzenet fejléc megjelenítés- elrejtés'; $labels['htmltoggle'] = 'HTML'; @@ -425,7 +430,7 @@ $labels['importreplace'] = 'A teljes címjegyzék cseréje'; $labels['importgroups'] = 'Csoport hozzárendelések importálása'; $labels['importgroupsall'] = 'Mind(csoport létrehozása amennyiben szükséges)'; $labels['importgroupsexisting'] = 'Csak már létező csoportoknak'; -$labels['importdesc'] = 'Feltölthetsz partnereket egyébb már létező címjegyzékekből.
Jelenleg a következő két tipusú címjegyzékek importálása lehetséges vCard és a CSV (comma-separated/vesszővel tagolt) formátum.'; +$labels['importdesc'] = 'Feltölthetsz partnereket már létező címjegyzékből.
Jelenleg a címeket importálni vagy vCard vagy CSV(vesszővel-tagolt) formátumból lehet.'; $labels['done'] = 'Kész'; $labels['settingsfor'] = 'Beállítás'; $labels['about'] = 'Névjegy'; @@ -576,6 +581,7 @@ $labels['generate'] = 'Generálás'; $labels['encryptioncreatekey'] = 'Új kulcs pár létrehozása'; $labels['openmailvelopesettings'] = 'Open Mailvelope Beállítások'; $labels['encryptionprivkeysinmailvelope'] = '$nr egyező privát kulcs van a Mailvelope kulcskarikádon: '; +$labels['encryptionnoprivkeysinmailvelope'] = 'Ennek küldőnek még nincs meg a PGP prívát kulcsa a Mailvelope kiterjesztésedben. Szeretnél létrehozni egyet, hogy engedélyezzed a titkositott üzenetváltást?'; $labels['sortby'] = 'Rendezés'; $labels['sortasc'] = 'növekvő'; $labels['sortdesc'] = 'csökkenő'; @@ -643,6 +649,7 @@ $labels['arialabelmessageheaders'] = 'Üzenet fejlécek'; $labels['arialabelforwardingoptions'] = 'Továbbítási beállítások'; $labels['arialabelreplyalloptions'] = 'Válasz mindenkinek beállítások'; $labels['arialabelmoremessageactions'] = 'További műveletek az üzenettel...'; +$labels['arialabelmorecontactactions'] = 'További műveletek a kapcsolatokkal...'; $labels['arialabelmarkmessagesas'] = 'A kiválasztott üzenetek megjelölése mint...'; $labels['arialabelcomposeoptions'] = 'Levélírás opciók'; $labels['arialabelresponsesmenu'] = 'Sablon válaszok menű'; @@ -658,6 +665,7 @@ $labels['arialabelidentityeditfrom'] = 'Identitás szerkesztő űrlap'; $labels['arialabelresonseeditfrom'] = 'Válasz szerkesztő űrlap'; $labels['arialabelsearchterms'] = 'Kereső kifejezések'; $labels['arialabeldropactionmenu'] = 'Drag-n-Drop műveletek menü'; +$labels['arialabelheadersmenu'] = 'Címzet (fejléc) hozzáadása menűhöz'; $labels['arialabelimagetools'] = 'Kép eszközök'; $labels['helplistnavigation'] = 'A navigálásra használt billentyűk listája'; $labels['helplistkeyboardnavigation'] = "Nyilak fel/le: A sor fokusz/kiválasztás mozgatása. diff --git a/program/localization/hu_HU/messages.inc b/program/localization/hu_HU/messages.inc index 2d2d57cb7..e8c3af196 100644 --- a/program/localization/hu_HU/messages.inc +++ b/program/localization/hu_HU/messages.inc @@ -34,7 +34,7 @@ $messages['erroroverquotadelete'] = 'Elfogyott a tárhely. A SHIFT+DEL billenty $messages['invalidrequest'] = 'Érvénytelen kérés! Az adatok nem lettek elmentve.'; $messages['invalidhost'] = 'Hibás szerver hoszt név'; $messages['nomessagesfound'] = 'A mappa nem tartalmaz üzeneteket'; -$messages['loggedout'] = 'Sikeres kijelentkezés. Viszontlátásra!'; +$messages['loggedout'] = 'Sikeresen lezáródott a munkamenet. Viszontlátásra!'; $messages['mailboxempty'] = 'A postaláda üres'; $messages['nomessages'] = 'Nincsenek üzenetek'; $messages['refreshing'] = 'Frissítés...'; @@ -83,6 +83,7 @@ $messages['deletecontactconfirm'] = 'Biztos, hogy törölni szeretné a kijelö $messages['deletegroupconfirm'] = 'Biztos, hogy törölni szeretné a kijelölt csoportot?'; $messages['deletemessagesconfirm'] = 'Biztos, hogy törölni szeretné a kijelölt üzenete(ke)t?'; $messages['deletefolderconfirm'] = 'Biztos, hogy törölni szeretné ezt a mappát?'; +$messages['movefolderconfirm'] = 'Biztos, hogy át szeretné mozgatni ezt a mappát?'; $messages['purgefolderconfirm'] = 'Biztos benne, hogy az összes üzenet törölhető?'; $messages['contactdeleting'] = 'Kapcsolat(ok) törlése...'; $messages['groupdeleting'] = 'Csoport törlése...'; @@ -215,4 +216,8 @@ $messages['errcomposesession'] = 'Levélíró munkanmenet hiba'; $messages['errcomposesessionexplain'] = 'A kért levélíró munkamenet nem található.'; $messages['clicktocompose'] = 'Kattints ide új üzenet létrehozásához'; $messages['nosupporterror'] = 'Ezt a funkciót a webböngésző nem támogatja.'; +$messages['siginserted'] = 'Az aláírás sikeresen beillesztve.'; +$messages['responseinserted'] = 'A válasz sikeresen beillesztve.'; $messages['listempty'] = 'A lista üres.'; +$messages['listusebutton'] = 'Használd a Létrehozás gombot, hogy hozzáadj egy új rekordot.'; +$messages['keypaircreatesuccess'] = 'Az új kulcspár sikeresen létre lett hozva a következőnek: $identity'; diff --git a/program/localization/hy_AM/labels.inc b/program/localization/hy_AM/labels.inc index 635588da4..8bca39d5e 100644 --- a/program/localization/hy_AM/labels.inc +++ b/program/localization/hy_AM/labels.inc @@ -190,6 +190,7 @@ $labels['returnreceipt'] = 'Ստացման հավաստագիր'; $labels['dsn'] = 'Առաքման կարգավիճակի ծանուցում'; $labels['mailreplyintro'] = '$date-ին, $sender-ը գրեց.'; $labels['originalmessage'] = 'Առաջին հաղորդագրությունը'; +$labels['insert'] = 'Ներդնել'; $labels['recipient'] = 'Ստացող'; $labels['editidents'] = 'Խմբագրել ինքնությունները'; $labels['spellcheck'] = 'Տառասխալներ'; @@ -313,7 +314,6 @@ $labels['import'] = 'Ներկրել'; $labels['importcontacts'] = 'Ներկրել հասցեներ'; $labels['importtarget'] = 'Ավելացնել կապորդները'; $labels['importreplace'] = 'Փոխել ողջ հասցեագիրքը'; -$labels['importdesc'] = 'Դուք կարող եք վերբեռնել կապոցներն արդեն գոյություն ունեցող հասցեագրքից:
Այժմ մենք օգնում ենք ներմուծել
vCard կամ CSV (comma-separated) տվյալների ձևաչափերից:'; $labels['done'] = 'Ավարտված է'; $labels['settingsfor'] = 'Նախասիրություններ'; $labels['about'] = 'Նկարագիր'; diff --git a/program/localization/hy_AM/messages.inc b/program/localization/hy_AM/messages.inc index c4cbe63aa..a6b804b73 100644 --- a/program/localization/hy_AM/messages.inc +++ b/program/localization/hy_AM/messages.inc @@ -28,7 +28,6 @@ $messages['errorreadonly'] = 'Գործողությունը անհնար է։ Պ $messages['errornoperm'] = 'Գործողության կատարման իրավունքը մերժված է։'; $messages['invalidrequest'] = 'Սխալ հարցում, ապարդյուն։'; $messages['nomessagesfound'] = 'Այս փոստարկղում նամակներ չկան'; -$messages['loggedout'] = 'Դուք բարեհաջող ավարտեցիք աշխատանքը։ Ցտեսություն…'; $messages['loading'] = 'Բեռնում...'; $messages['uploading'] = 'Ֆայլի վերբեռնում…'; $messages['uploadingmany'] = 'Վերբեռնվում են ֆայլերը…'; diff --git a/program/localization/ia/labels.inc b/program/localization/ia/labels.inc index a169a71f5..962e43bc2 100644 --- a/program/localization/ia/labels.inc +++ b/program/localization/ia/labels.inc @@ -246,6 +246,7 @@ $labels['keylength'] = 'Bits'; $labels['keyexpired'] = 'Expirate'; $labels['keyrevoked'] = 'Revocate'; $labels['bccinstead'] = 'Usar le campo "in copia occultate a:"'; +$labels['insert'] = 'Inserer'; $labels['recipient'] = 'Destinatario'; $labels['editidents'] = 'Modificar identitates'; $labels['spellcheck'] = 'Orthographia'; @@ -399,7 +400,6 @@ $labels['importreplace'] = 'Reimplaciar tote le adressario'; $labels['importgroups'] = 'Importar assignationes de gruppo'; $labels['importgroupsall'] = 'Totes (crear gruppos si necessari)'; $labels['importgroupsexisting'] = 'Solmente pro gruppos existente'; -$labels['importdesc'] = 'Vos pote incargar le contactos de un adressario existente.
Il es actualmente possibile importar adresses in formato vCard o CSV (datos separate per commas).'; $labels['done'] = 'Facite'; $labels['settingsfor'] = 'Configurationes pro'; $labels['about'] = 'A proposito'; diff --git a/program/localization/ia/messages.inc b/program/localization/ia/messages.inc index ccb22ec27..2baeaf4a6 100644 --- a/program/localization/ia/messages.inc +++ b/program/localization/ia/messages.inc @@ -34,7 +34,6 @@ $messages['erroroverquotadelete'] = 'Nulle spatio libere sur disco. Preme SHIFT+ $messages['invalidrequest'] = 'Requesta non valide. Le datos non ha essite salveguardate.'; $messages['invalidhost'] = 'Nomine de servitor non valide.'; $messages['nomessagesfound'] = 'Nulle message trovate in iste cassa postal.'; -$messages['loggedout'] = 'Vos ha terminate le session. A revider!'; $messages['mailboxempty'] = 'Le cassa postal es vacue'; $messages['nomessages'] = 'Nulle message'; $messages['refreshing'] = 'A refrescar...'; diff --git a/program/localization/id_ID/labels.inc b/program/localization/id_ID/labels.inc index ca4328941..5d2a1bf50 100644 --- a/program/localization/id_ID/labels.inc +++ b/program/localization/id_ID/labels.inc @@ -239,6 +239,7 @@ $labels['keylength'] = 'Bit'; $labels['keyexpired'] = 'Kedaluarsa'; $labels['keyrevoked'] = 'Dicabut'; $labels['bccinstead'] = 'Gunakan Bcc'; +$labels['insert'] = 'Sisipkan'; $labels['recipient'] = 'Penerima'; $labels['editidents'] = 'Ubah identitas'; $labels['spellcheck'] = 'Ejaan'; @@ -392,7 +393,6 @@ $labels['importreplace'] = 'Ganti seluruh buku alamat'; $labels['importgroups'] = 'Impor pengaturan grup'; $labels['importgroupsall'] = 'Semua (buat grup jika diperlukan)'; $labels['importgroupsexisting'] = 'Hanya untuk grup yang telah ada'; -$labels['importdesc'] = 'Anda dapat mengunggah kontak dari buku alamat yang telah ada.
Saat ini kami mendukung import alamat dari format data vCard atau CSV (comma-separated).'; $labels['done'] = 'Selesai'; $labels['settingsfor'] = 'Pengaturan untuk'; $labels['about'] = 'Informasi program'; diff --git a/program/localization/id_ID/messages.inc b/program/localization/id_ID/messages.inc index 6de523632..6443488ea 100644 --- a/program/localization/id_ID/messages.inc +++ b/program/localization/id_ID/messages.inc @@ -34,7 +34,6 @@ $messages['erroroverquotadelete'] = 'Disk penuh. Tekan SHIFT + DEL untuk menghap $messages['invalidrequest'] = 'Permintaan tidak valid! Tidak ada data yang tersimpan.'; $messages['invalidhost'] = 'Nama server invalid.'; $messages['nomessagesfound'] = 'Surat tidak ditemukan di kotak masuk ini'; -$messages['loggedout'] = 'Anda berhasil mengakhiri session. Selamat Tinggal!'; $messages['mailboxempty'] = 'Kotak masuk kosong'; $messages['nomessages'] = 'Tidak ada pesan'; $messages['refreshing'] = 'Menyegarkan...'; diff --git a/program/localization/is_IS/labels.inc b/program/localization/is_IS/labels.inc index d0731b40c..e5ce90955 100644 --- a/program/localization/is_IS/labels.inc +++ b/program/localization/is_IS/labels.inc @@ -47,9 +47,9 @@ $labels['readstatus'] = 'Lesmerking'; $labels['listoptions'] = 'Telja upp valkosti...'; $labels['listoptionstitle'] = 'Valkostir lista'; $labels['mailboxlist'] = 'Möppur'; -$labels['messagesfromto'] = 'Skeyti $from til $to af $count'; -$labels['threadsfromto'] = 'Skeytaþræðir $from til $to af $count'; -$labels['messagenrof'] = 'Skeyti $nr af $count'; +$labels['messagesfromto'] = 'Skilaboð $from til $to af $count'; +$labels['threadsfromto'] = 'Skilaboðaþræðir $from til $to af $count'; +$labels['messagenrof'] = 'Skilaboð $nr af $count'; $labels['fromtoshort'] = '$from - $to af $count'; $labels['copy'] = 'Afrit'; $labels['move'] = 'Færa'; @@ -102,31 +102,31 @@ $labels['longnov'] = 'nóvember'; $labels['longdec'] = 'desember'; $labels['today'] = 'Í dag'; $labels['refresh'] = 'Endurhlaða'; -$labels['checkmail'] = 'Athuga með ný skeyti'; -$labels['compose'] = 'Semja skeyti'; -$labels['writenewmessage'] = 'Búa til nýtt skeyti'; +$labels['checkmail'] = 'Athuga með ný skilaboð'; +$labels['compose'] = 'Semja skilaboð'; +$labels['writenewmessage'] = 'Búa til ný skilaboð'; $labels['reply'] = 'Svara'; -$labels['replytomessage'] = 'Svara skeyti'; +$labels['replytomessage'] = 'Svara skilaboðum'; $labels['replytoallmessage'] = 'Svar til lista eða sendanda og allra viðtakenda'; $labels['replyall'] = 'Svara öllum'; $labels['replylist'] = 'Svar til lista'; $labels['forward'] = 'Áframsenda'; -$labels['forwardinline'] = 'Áframsenda innan skeytis'; +$labels['forwardinline'] = 'Áframsenda innan skilaboða'; $labels['forwardattachment'] = 'Áframsenda sem viðhengi'; -$labels['forwardmessage'] = 'Áframsenda skeyti'; +$labels['forwardmessage'] = 'Áframsenda skilaboðin'; $labels['bouncemsg'] = 'Endursenda (bounce)'; $labels['bounce'] = 'Endursenda'; -$labels['deletemessage'] = 'Eyða skeyti'; -$labels['movemessagetotrash'] = 'Færa skeyti í ruslið'; -$labels['printmessage'] = 'Prenta skeyti'; -$labels['previousmessage'] = 'Birta fyrra skeyti'; -$labels['firstmessage'] = 'Birta fyrsta skeyti'; -$labels['nextmessage'] = 'Birta næsta skeyti'; -$labels['lastmessage'] = 'Birta síðasta skeyti'; -$labels['backtolist'] = 'Til baka í skeytalista'; +$labels['deletemessage'] = 'Eyða skilaboðum'; +$labels['movemessagetotrash'] = 'Færa skilaboð í ruslið'; +$labels['printmessage'] = 'Prenta þessi skilaboð'; +$labels['previousmessage'] = 'Birta fyrri skilaboð'; +$labels['firstmessage'] = 'Birta fyrstu skilaboð'; +$labels['nextmessage'] = 'Birta næstu skilaboð'; +$labels['lastmessage'] = 'Birta síðustu skilaboðin'; +$labels['backtolist'] = 'Til baka í skilaboðalista'; $labels['viewsource'] = 'Skoða kóða'; $labels['mark'] = 'Merki'; -$labels['markmessages'] = 'Merkja skeyti'; +$labels['markmessages'] = 'Merkja skilaboð'; $labels['markread'] = 'Sem lesið'; $labels['markunread'] = 'Sem ólesið'; $labels['markflagged'] = 'Sem flaggað'; @@ -139,11 +139,15 @@ $labels['folders-all'] = 'Allar möppur'; $labels['more'] = 'Meira'; $labels['back'] = 'Til baka'; $labels['options'] = 'Valkostir'; +$labels['composeoptions'] = 'Valkostir við samningu skilaboða'; +$labels['optionsandattachments'] = 'Valkostir og viðhengi'; +$labels['actions'] = 'Aðgerðir'; $labels['first'] = 'Fyrsta'; $labels['last'] = 'Síðasta'; $labels['previous'] = 'Fyrra'; $labels['next'] = 'Næsta'; $labels['select'] = 'Velja'; +$labels['selection'] = 'Val'; $labels['all'] = 'Allt'; $labels['none'] = 'Ekkert'; $labels['currpage'] = 'Núverandi síða'; @@ -165,9 +169,9 @@ $labels['expand-all'] = 'Þenja allt út'; $labels['expand-unread'] = 'Þenja ólesið'; $labels['collapse-all'] = 'Fella allt saman'; $labels['threaded'] = 'Þrætt'; -$labels['autoexpand_threads'] = 'Þenja skeytaþræði út'; +$labels['autoexpand_threads'] = 'Þenja skilaboðaþræði út'; $labels['do_expand'] = 'allir þræðir'; -$labels['expand_only_unread'] = 'aðeins ólesin skeyti'; +$labels['expand_only_unread'] = 'aðeins ólesin skilaboð'; $labels['fromto'] = 'Frá/Til'; $labels['flag'] = 'Flagg'; $labels['attachment'] = 'Viðhengi'; @@ -180,6 +184,7 @@ $labels['listcolumns'] = 'Listadálkar'; $labels['listsorting'] = 'Röðunardálkur'; $labels['listorder'] = 'Röðun'; $labels['listmode'] = 'Listayfirlit'; +$labels['lmode'] = 'Listahamur'; $labels['layout'] = 'Framsetning'; $labels['layoutwidescreen'] = 'Breiðskjár'; $labels['layoutdesktop'] = 'Skjáborð'; @@ -190,7 +195,9 @@ $labels['layoutlistdesc'] = 'Listi (engin forskoðun á pósti)'; $labels['folderactions'] = 'Möppuaðgerðir...'; $labels['compact'] = 'Pakka'; $labels['empty'] = 'Tæma'; -$labels['importmessages'] = 'Flytja inn skeyti'; +$labels['importmessages'] = 'Flytja inn skilaboð'; +$labels['mailimportdesc'] = 'Þú getur sent inn póst með því að nota skrár með MIME eða Mbox sniði.'; +$labels['mailimportzip'] = 'Hægt er að þjappa mörgum skrám í ZIP-safnskrár.'; $labels['quota'] = 'Gagnamagn'; $labels['unknown'] = 'óþekkt'; $labels['unlimited'] = 'ótakmarkað'; @@ -198,12 +205,15 @@ $labels['quotatype'] = 'Tegund kvóta'; $labels['quotatotal'] = 'Takmarkað'; $labels['quotaused'] = 'Notað'; $labels['quotastorage'] = 'Diskpláss'; -$labels['quotamessage'] = 'Fjöldi skeyta'; +$labels['quotamessage'] = 'Fjöldi skilaboða'; +$labels['shortheaderdate'] = 'Þann $date'; +$labels['shortheaderto'] = 'Til $from þann $date'; +$labels['shortheaderfrom'] = 'Frá $from þann $date'; $labels['quicksearch'] = 'Flýtileit'; $labels['searchplaceholder'] = 'Leita...'; $labels['resetsearch'] = 'Tæma leit'; $labels['searchmod'] = 'Leitarskilyrði'; -$labels['msgtext'] = 'Allt skeytið'; +$labels['msgtext'] = 'Öll skilaboðin'; $labels['body'] = 'Meginmál'; $labels['type'] = 'Tegund'; $labels['namex'] = 'Heiti'; @@ -223,7 +233,7 @@ $labels['changeformattext'] = 'Birta sem hreinan texta'; $labels['changeformathtml'] = 'Birta á HTML-sniði'; $labels['editasnew'] = 'Breyta sem nýju'; $labels['send'] = 'Senda'; -$labels['sendmessage'] = 'Senda skeytið núna'; +$labels['sendmessage'] = 'Senda skilaboðin núna'; $labels['savemessage'] = 'Vista drög'; $labels['addattachment'] = 'Hengja við'; $labels['charset'] = 'Stafatafla'; @@ -231,29 +241,33 @@ $labels['editortype'] = 'Gerð ritils'; $labels['returnreceipt'] = 'Kvittun við lestur'; $labels['dsn'] = 'Afhendingarstaða'; $labels['mailreplyintro'] = 'Þann $date, skrifaði $sender:'; -$labels['originalmessage'] = 'Upprunalegt skeyti'; +$labels['originalmessage'] = 'Upprunaleg skilaboð'; $labels['selectimage'] = 'Veldu mynd'; $labels['addimage'] = 'Bæta við mynd'; $labels['selectmedia'] = 'Veldu myndskeið'; $labels['addmedia'] = 'Bæta við myndskeiði'; $labels['encrypt'] = 'Dulrita'; -$labels['encryptmessage'] = 'Dulrita skeyti'; -$labels['encryptmessagemailvelope'] = 'Dulrita skeyti með Mailvelope'; +$labels['encryptmessage'] = 'Dulrita skilaboð'; +$labels['encryptmessagemailvelope'] = 'Dulrita skilaboð með Mailvelope'; $labels['importpubkeys'] = 'Flytja inn dreifilykla'; -$labels['encryptedsendialog'] = 'Sendi dulritað skeyti'; +$labels['encryptedsendialog'] = 'Sendi dulrituð skilaboð'; +$labels['encryptandsign'] = 'Dulrita og undirrita'; $labels['keyid'] = 'Auðkenni lykils'; $labels['keylength'] = 'Bitar'; $labels['keyexpired'] = 'Útrunninn'; $labels['keyrevoked'] = 'Afturkallaður'; $labels['bccinstead'] = 'Nota BCC'; +$labels['addheader'] = 'Bæta við viðtakanda (haus)'; +$labels['insert'] = 'Setja inn'; $labels['recipient'] = 'Viðtakandi'; +$labels['recipientedit'] = 'Breyting á viðtakanda'; $labels['editidents'] = 'Breyta persónuauðkennum'; $labels['spellcheck'] = 'Stafsetning'; $labels['checkspelling'] = 'Athuga stafsetningu'; $labels['resumeediting'] = 'Aftur í ritham'; $labels['revertto'] = 'Hverfa aftur til'; $labels['restore'] = 'Endurheimta'; -$labels['restoremessage'] = 'Endurheimta skeyti?'; +$labels['restoremessage'] = 'Endurheimta skilaboð?'; $labels['ignore'] = 'Hunsa'; $labels['responses'] = 'Svör'; $labels['insertresponse'] = 'Setja inn svar'; @@ -269,7 +283,7 @@ $labels['attachments'] = 'Viðhengi'; $labels['upload'] = 'Hlaða upp'; $labels['uploadprogress'] = '$percent ($current af $total)'; $labels['close'] = 'Loka'; -$labels['messageoptions'] = 'Valkostir skeytis...'; +$labels['messageoptions'] = 'Valkostir skilaboða...'; $labels['togglecomposeoptions'] = 'Víxla valkostum samningar af/á'; $labels['attachmentrename'] = 'Endurnefna viðhengi'; $labels['low'] = 'Lágt'; @@ -282,23 +296,34 @@ $labels['showimages'] = 'Birta myndir'; $labels['allow'] = 'Leyfa'; $labels['alwaysshow'] = 'Alltaf birta myndir frá $sender'; $labels['alwaysallow'] = 'Alltaf leyfa frá $sender'; -$labels['isdraft'] = 'Þetta eru drög að skeyti'; +$labels['isdraft'] = 'Þetta eru drög að skilaboðum.'; $labels['andnmore'] = '$nr í viðbót...'; -$labels['togglemoreheaders'] = 'Birta fleiri skeytahausa'; -$labels['togglefullheaders'] = 'Víxla hráum skeytahausum af/á'; +$labels['details'] = 'Nánar'; +$labels['headers'] = 'Hausar'; +$labels['allheaders'] = 'Allir hausar...'; +$labels['togglemoreheaders'] = 'Birta fleiri skilaboðahausa'; +$labels['togglefullheaders'] = 'Víxla hráum skilaboðahausum af/á'; $labels['htmltoggle'] = 'HTML'; $labels['plaintoggle'] = 'Hreinn texti'; -$labels['savesentmessagein'] = 'Vista send skeyti í'; +$labels['savesentmessagein'] = 'Vista send skilaboð í'; $labels['dontsave'] = 'ekki vista'; $labels['maxuploadsize'] = 'Leyfileg hámarksstærð skjals er $size'; $labels['addcc'] = 'Bæta við Cc'; $labels['addbcc'] = 'Bæta við Bcc'; $labels['addreplyto'] = 'Bæta við Reply-To'; $labels['addfollowupto'] = 'Nýtt svar við'; -$labels['mdnrequest'] = 'Sendandi þessa skeytið hefur óskað þess að þú látir vita að þú hafir lesið þetta skeyti. Viltu láta hann vita?'; +$labels['mdnrequest'] = 'Sendandi þessara skilaboða hefur óskað þess að þú látir vita að þú hafir lesið skilaboðin. Viltu láta hann vita?'; $labels['receiptread'] = 'Kvittun (lesa)'; -$labels['yourmessage'] = 'Þetta er kvittun fyrir skeytið'; -$labels['receiptnote'] = 'ATH: Þessi kvittun segir aðeins til um að skeytið kom upp á skjánum á viðtakanda. Það er engin sönnun um að hann hafi lesið eða skilið innihaldið.'; +$labels['yourmessage'] = 'Þetta er kvittun fyrir skilaboðin þín'; +$labels['receiptnote'] = 'ATH: Þessi kvittun segir aðeins til um að skilaboðin komu upp á skjánum hjá viðtakanda. Það er engin sönnun um að hann hafi lesið þau eða skilið efni þeirra.'; +$labels['zoomin'] = 'Renna að'; +$labels['zoomout'] = 'Renna frá'; +$labels['rotate'] = 'Snúa'; +$labels['increaseimage'] = 'Auka stærð myndar'; +$labels['decreaseimage'] = 'Minnka stærð myndar'; +$labels['rotateimage'] = 'Snúa mynd'; +$labels['showtools'] = 'Birta myndaverkfæri'; +$labels['hidetools'] = 'Fela myndaverkfæri'; $labels['name'] = 'Skjánafn'; $labels['firstname'] = 'Eiginnafn'; $labels['surname'] = 'Eftirnafn'; @@ -364,13 +389,15 @@ $labels['cancel'] = 'Hætta við'; $labels['save'] = 'Vista'; $labels['delete'] = 'Eyða'; $labels['discard'] = 'Henda'; +$labels['continue'] = 'Halda áfram'; +$labels['ok'] = 'Í lagi'; $labels['rename'] = 'Endurnefna'; $labels['addphoto'] = 'Bæta við'; $labels['replacephoto'] = 'Skipta út'; $labels['uploadphoto'] = 'Senda inn mynd'; $labels['newcontact'] = 'Búa til nýjan tengilið'; $labels['deletecontact'] = 'Eyða völdum tengiliðum'; -$labels['composeto'] = 'Skrifa skeyti til'; +$labels['composeto'] = 'Skrifa tölvupóst til'; $labels['contactsfromto'] = 'Tengiliðir $from til $to af $count'; $labels['print'] = 'Prenta'; $labels['export'] = 'Flytja út'; @@ -381,6 +408,8 @@ $labels['newgroup'] = 'Búa til nýjan hóp'; $labels['addgroup'] = 'Bæta við hópi'; $labels['grouprename'] = 'Breyta nafni hóps'; $labels['groupdelete'] = 'Fjarlægja hóp'; +$labels['groupassign'] = 'Úthluta í hóp...'; +$labels['groupremove'] = 'Fjarlægja úr hópi'; $labels['groupremoveselected'] = 'Fjarlægja valda tengiliði úr hópi'; $labels['uponelevel'] = 'Upp um eitt stig'; $labels['previouspage'] = 'Birta fyrri síðu'; @@ -395,12 +424,13 @@ $labels['searchsave'] = 'Vista leit'; $labels['searchdelete'] = 'Eyða leit'; $labels['import'] = 'Flytja inn'; $labels['importcontacts'] = 'Flytja inn nafnspjöld'; +$labels['importfromfile'] = 'Flytja inn úr skrá'; $labels['importtarget'] = 'Bæta tengiliðum í'; $labels['importreplace'] = 'Skipta út allri netfangaskránni'; $labels['importgroups'] = 'Flytja inn verkefni hóps'; $labels['importgroupsall'] = 'Allt (búa til hópa ef þess þarf)'; $labels['importgroupsexisting'] = 'Aðeins fyrirliggjandi hópar'; -$labels['importdesc'] = 'Þú getur sent inn tengiliði úr fyrirliggjandi nafnaskrá.
Núna er stuðningur við innflutning vistfanga úr vCard eða CSV (kommu-aðgreind) gagnasniðum.'; +$labels['importdesc'] = 'Þú getur sent inn tengiliði úr fyrirliggjandi nafnaskrá.
Núna er stuðningur við innflutning vistfanga úr vCard eða CSV (kommu-aðgreind) gagnasniðum.'; $labels['done'] = 'Búið'; $labels['settingsfor'] = 'Stillingar fyrir'; $labels['about'] = 'Um forritið'; @@ -415,7 +445,7 @@ $labels['editidentity'] = 'Breyta auðkenni'; $labels['identityencryption'] = 'Dulritun'; $labels['preferhtml'] = 'Birta HTML'; $labels['defaultcharset'] = 'Sjálfgefin stafatafla'; -$labels['htmlmessage'] = 'HTML-skeyti'; +$labels['htmlmessage'] = 'HTML-skilaboð'; $labels['messagepart'] = 'Partur'; $labels['digitalsig'] = 'Stafræn undirritun'; $labels['dateformat'] = 'Snið dagsetningar'; @@ -428,11 +458,11 @@ $labels['timezone'] = 'Tímabelti'; $labels['pagesize'] = 'Línur á síðu'; $labels['signature'] = 'Undirskrift'; $labels['dstactive'] = 'Sumar-/vetratími'; -$labels['showinextwin'] = 'Opna skeyti í nýjum glugga'; +$labels['showinextwin'] = 'Opna skilaboð í nýjum glugga'; $labels['composeextwin'] = 'Semja í nýjum glugga'; -$labels['htmleditor'] = 'Skrifa HTML-skeyti'; -$labels['htmlonreply'] = 'sem svar við HTML-skeytum'; -$labels['htmlonreplyandforward'] = 'við áframsendingu eða svar við HTML-skeytum'; +$labels['htmleditor'] = 'Skrifa HTML-skilaboð'; +$labels['htmlonreply'] = 'sem svar við HTML-skilaboðum'; +$labels['htmlonreplyandforward'] = 'við áframsendingu eða svar við HTML-skilaboðum'; $labels['htmlsignature'] = 'HTML-undirskrift'; $labels['showemail'] = 'Birta tölvupóstföng með skjánafni'; $labels['previewpane'] = 'Birta forskoðunarglugga'; @@ -442,30 +472,30 @@ $labels['logoutcompact'] = 'Þjappa innhólf við útskráningu'; $labels['uisettings'] = 'Notandaviðmót'; $labels['serversettings'] = 'Stillingar þjóns'; $labels['mailboxview'] = 'Útlit pósthólfs'; -$labels['mdnrequests'] = 'Við beiðni um kvittun skeytis'; +$labels['mdnrequests'] = 'Við beiðni um kvittun skilaboða'; $labels['askuser'] = 'spyrja notanda'; $labels['autosend'] = 'senda kvittun'; $labels['autosendknown'] = 'senda kvittun til tengiliða minna, spyrja mig ella'; $labels['autosendknownignore'] = 'senda kvittun til tengiliða minna, hunsa ella'; $labels['ignorerequest'] = 'hunsa beiðni'; -$labels['readwhendeleted'] = 'Merkja skeyti sem lesið þegar því er hent'; -$labels['flagfordeletion'] = 'Merkja skeyti til eyðingar í stað þess að eyða'; -$labels['skipdeleted'] = 'Ekki birta eydd skeyti'; -$labels['deletealways'] = 'Ef ekki er hægt að setja skeytið í ruslafötuna, henda þeim'; -$labels['deletejunk'] = 'Eyða skeytum beint úr ruslpóstmöppu'; +$labels['readwhendeleted'] = 'Merkja skilaboðin sem lesin þegar þeim er hent'; +$labels['flagfordeletion'] = 'Merkja skilaboð til eyðingar í stað þess að eyða þeim'; +$labels['skipdeleted'] = 'Ekki birta eydd skilaboð'; +$labels['deletealways'] = 'Ef ekki er hægt að setja skilaboð í ruslafötuna, henda þeim'; +$labels['deletejunk'] = 'Eyða skilaboðum beint úr ruslpóstmöppu'; $labels['showremoteimages'] = 'Birta fjartengdar innbyggðar myndir'; $labels['allowremoteresources'] = 'Leyfa fjartengd tilföng (myndir, stílar)'; $labels['fromknownsenders'] = 'frá þekktum sendendum'; $labels['always'] = 'alltaf'; -$labels['alwaysbutplain'] = 'alltaf, nema þegar svarað er skeyti á hreinum texta'; -$labels['showinlineimages'] = 'Birta viðhangandi myndir fyrir neðan skeytið'; +$labels['alwaysbutplain'] = 'alltaf, nema þegar svarað er skilaboðum með hreinum texta'; +$labels['showinlineimages'] = 'Birta viðhangandi myndir fyrir neðan skilaboðin'; $labels['autosavedraft'] = 'Vista sjálfkrafa sem drög'; $labels['everynminutes'] = 'á $n mínútna fresti'; -$labels['refreshinterval'] = 'Endurhlaða (athuga með ný skeyti, o.s.frv.)'; +$labels['refreshinterval'] = 'Endurhlaða (athuga með ný skilaboð, o.s.frv.)'; $labels['never'] = 'aldrei'; $labels['immediately'] = 'samstundis'; -$labels['messagesdisplaying'] = 'Birting skeyta'; -$labels['messagescomposition'] = 'Semja skeyti'; +$labels['messagesdisplaying'] = 'Birting skilaboða'; +$labels['messagescomposition'] = 'Semja skilaboð'; $labels['mimeparamfolding'] = 'Nöfn á viðhengjum'; $labels['2231folding'] = 'Full RFC 2231 (Thunderbird)'; $labels['miscfolding'] = 'RFC 2047/2231 (MS Outlook)'; @@ -474,37 +504,37 @@ $labels['force7bit'] = 'Nota MIME kóðun fyrir 8-bita stafi'; $labels['savelocalstorage'] = "Vista (tímabundið) í staðværri geymslu vafrans"; $labels['advancedoptions'] = 'Ítarlegir valkostir'; $labels['toggleadvancedoptions'] = 'Víxla ítarlegum valkostum af/á'; -$labels['focusonnewmessage'] = 'Láta glugga beinast að nýju skeyti'; -$labels['checkallfolders'] = 'Athuga ný skeyti í öllum möppum'; -$labels['displaynext'] = 'Að eyðingu/færslu lokinni skal birta næsta skeyti'; -$labels['defaultfont'] = 'Sjálfgefið letur HTML-skeyta'; +$labels['focusonnewmessage'] = 'Láta vafraglugga vera virkan á nýjum skilaboðum'; +$labels['checkallfolders'] = 'Athuga með ný skilaboð í öllum möppum'; +$labels['displaynext'] = 'Að eyðingu/færslu lokinni skal birta næstu skilaboð'; +$labels['defaultfont'] = 'Sjálfgefið letur HTML-skilaboða'; $labels['mainoptions'] = 'Aðalstillingar'; $labels['browseroptions'] = 'Valkostir vafra'; $labels['section'] = 'Hluti'; $labels['maintenance'] = 'Viðhald'; -$labels['newmessage'] = 'Nýtt skeyti'; +$labels['newmessage'] = 'Ný skilaboð'; $labels['signatureoptions'] = 'Valkostir undirskriftar'; $labels['whenreplying'] = 'Þegar svarað'; -$labels['replyempty'] = 'ekki taka tilvitnun úr upprunalegu skeyti'; -$labels['replytopposting'] = 'hefja nýtt skeyti fyrir ofan eldra'; -$labels['replytoppostingnoindent'] = 'hefja nýtt skeyti fyrir ofan tilvitnun (enginn inndráttur)'; -$labels['replybottomposting'] = 'hefja nýtt skeyti undir eldra'; -$labels['replyremovesignature'] = 'Þegar svarað fjarlægja upphaflega undirskrift úr skeyti'; +$labels['replyempty'] = 'ekki taka tilvitnun úr upprunalegum skilaboðum'; +$labels['replytopposting'] = 'hefja ný skilaboð fyrir ofan tilvitnun'; +$labels['replytoppostingnoindent'] = 'hefja ný skilaboð fyrir ofan tilvitnun (enginn inndráttur)'; +$labels['replybottomposting'] = 'hefja ný skilaboð fyrir neðan tilvitnun'; +$labels['replyremovesignature'] = 'Þegar er svarað skal fjarlægja upphaflega undirskrift úr skilaboðum'; $labels['autoaddsignature'] = 'Bæta undirskrift við sjálfkrafa'; -$labels['newmessageonly'] = 'ný skeyti eingöngu'; +$labels['newmessageonly'] = 'eingöngu ný skilaboð'; $labels['replyandforwardonly'] = 'svör og áframsendingar eingöngu'; $labels['insertsignature'] = 'Bæta undirskrift við'; -$labels['sigbelow'] = 'Setja undirskrift fyrir neðan tilvísaða skeytið'; +$labels['sigbelow'] = 'Setja undirskrift fyrir neðan tilvitnuð skilaboð'; $labels['sigseparator'] = 'Þvinga staðlaðan aðgreini í undirskriftum'; -$labels['automarkread'] = 'Merkja skeyti sem lesin'; +$labels['automarkread'] = 'Merkja skilaboð sem lesin'; $labels['afternseconds'] = 'eftir $n sekúndur'; $labels['reqmdn'] = 'Biðja ávallt um kvittun'; $labels['reqdsn'] = 'Biðja ávallt um sendingarstöðu'; -$labels['replysamefolder'] = 'Setja svarskeyti í möppu sem upphaflegt skeyti er í'; +$labels['replysamefolder'] = 'Setja svarskilaboð í möppuna þar sem upphafleg skilaboð eru'; $labels['defaultabook'] = 'Sjálfgefin nafnaskrá'; $labels['autocompletesingle'] = 'Sleppa aukanetföngum í sjálfklárun'; $labels['listnamedisplay'] = 'Lista tengiliði sem'; -$labels['spellcheckbeforesend'] = 'Athuga stafsetningu áður en skeyti er sent'; +$labels['spellcheckbeforesend'] = 'Athuga stafsetningu áður en skilaboð eru send'; $labels['spellcheckoptions'] = 'Stafsetningarvalkostir'; $labels['spellcheckignoresyms'] = 'Hunsa orð með táknum'; $labels['spellcheckignorenums'] = 'Hunsa orð með tölum'; @@ -512,7 +542,7 @@ $labels['spellcheckignorecaps'] = 'Hunsa orð sem eru í hástöfum'; $labels['addtodict'] = 'Bæta við orðalista'; $labels['mailtoprotohandler'] = 'Skrá fyrir meðhöndlun mailto: links samskiptamáta'; $labels['standardwindows'] = 'Meðhöndla sprettglugga sem venjulega glugga'; -$labels['forwardmode'] = 'Áframsending skeyta'; +$labels['forwardmode'] = 'Áframsending skilaboða'; $labels['inline'] = 'innfellt'; $labels['asattachment'] = 'sem viðhengi'; $labels['replyallmode'] = 'Sjálfgefin aðgerð [Svara öllum] hnappsins'; @@ -522,7 +552,7 @@ $labels['folder'] = 'Mappa'; $labels['folders'] = 'Möppur'; $labels['foldername'] = 'Nafn möppu'; $labels['subscribed'] = 'Valin'; -$labels['messagecount'] = 'Skeyti'; +$labels['messagecount'] = 'Skilaboð'; $labels['create'] = 'Búa til'; $labels['createfolder'] = 'Búa til nýja möppu'; $labels['managefolders'] = 'Sýsla með möppur'; @@ -540,13 +570,18 @@ $labels['otherfolder'] = 'Möppur annara notenda'; $labels['sharedfolder'] = 'Opinber mappa'; $labels['findfolders'] = 'Finna möppur'; $labels['findcontacts'] = 'Finna tengiliði'; -$labels['findmail'] = 'Finna póstskeyti'; +$labels['findmail'] = 'Finna póstskilaboð'; $labels['namespace.personal'] = 'Einka'; $labels['namespace.other'] = 'Annara notenda'; $labels['namespace.shared'] = 'Sameiginlegar'; $labels['dualuselabel'] = 'Getur aðeins innihaldið'; -$labels['dualusemail'] = 'skeyti'; +$labels['dualusemail'] = 'skilaboð'; $labels['dualusefolder'] = 'möppur'; +$labels['generate'] = 'Útbúa'; +$labels['encryptioncreatekey'] = 'Búa til nýtt lyklapar'; +$labels['openmailvelopesettings'] = 'Opna stillingar Mailvelope'; +$labels['encryptionprivkeysinmailvelope'] = 'Þú ert með $nr samsvarandi einkalykla sem geymdir eru í Mailvelope lyklageymslunni þinni:'; +$labels['encryptionnoprivkeysinmailvelope'] = 'Auðkenni þessa sendanda er ekki ennþá með PGP-einkalykil geymdan í Mailvelope-viðbótinni. Mydirðu vilja útbúa einn slíkann til að virkja dulritun skilaboða?'; $labels['sortby'] = 'Raða eftir'; $labels['sortasc'] = 'Raða vaxandi'; $labels['sortdesc'] = 'Raða minnkandi'; @@ -558,6 +593,12 @@ $labels['source'] = 'Uppruni'; $labels['license'] = 'Notkunarleyfi'; $labels['support'] = 'Fá aðstoð'; $labels['savedsearches'] = 'Vistaðar leitir'; +$labels['dateformatY'] = 'ÁÁÁÁ'; +$labels['dateformaty'] = 'ÁÁ'; +$labels['dateformatm'] = 'MM'; +$labels['dateformatd'] = 'DD'; +$labels['dateformatj'] = 'D'; +$labels['dateformatn'] = 'M'; $labels['B'] = 'B'; $labels['KB'] = 'KB'; $labels['MB'] = 'MB'; @@ -593,26 +634,28 @@ $labels['arialabelfoldersearchfilter'] = 'Sía fyrir upptalningu á möppum'; $labels['arialabelfoldersearchform'] = 'Leitargluggi fyrir möppur'; $labels['arialabelfolderlist'] = 'Val á póstmöppum'; $labels['arialabelmessagelist'] = 'Upptalning á tölvupóstum'; -$labels['arialabelmailpreviewframe'] = 'Forskoðun skeytis'; +$labels['arialabelmailpreviewframe'] = 'Forskoðun skilaboða'; $labels['arialabelmailboxmenu'] = 'Valmynd möppuaðgerða'; $labels['arialabellistselectmenu'] = 'Valmynd vallista'; -$labels['arialabelthreadselectmenu'] = 'Valmynd fyrir upptalningu skeytaþráða'; -$labels['arialabelmessagelistoptions'] = 'Birting póstskeytalista og valkostir við röðun'; -$labels['arialabelmailimportdialog'] = 'Innflutningsgluggi skeyta'; -$labels['arialabelmessagenav'] = 'Rötun um skeyti'; -$labels['arialabelmessagebody'] = 'Meginmál skeytis'; -$labels['arialabelmessageactions'] = 'Aðgerðir skeytis'; +$labels['arialabelthreadselectmenu'] = 'Valmynd fyrir upptalningu skilaboðaþráða'; +$labels['arialabelmessagelistoptions'] = 'Birting póstskilaboða og valkostir við röðun'; +$labels['arialabelmailimportdialog'] = 'Innflutningsgluggi skilaboða'; +$labels['arialabelmessagenav'] = 'Rötun um skilaboð'; +$labels['arialabelmessagebody'] = 'Meginmál skilaboða'; +$labels['arialabelmessageactions'] = 'Aðgerðir skilaboða'; $labels['arialabelcontactquicksearch'] = 'Leitargluggi fyrir tengiliði'; $labels['arialabelcontactsearchbox'] = 'Leitarinntak fyrir tengiliði'; -$labels['arialabelmessageheaders'] = 'Skeytahausar'; +$labels['arialabelmessageheaders'] = 'Skilaboðahausar'; $labels['arialabelforwardingoptions'] = 'Valkostir áframsendinga'; $labels['arialabelreplyalloptions'] = 'Valkostir við að svara-öllum'; -$labels['arialabelmoremessageactions'] = 'Fleiri aðgerðir skeyta'; -$labels['arialabelmarkmessagesas'] = 'Merka valin skeyti sem...'; -$labels['arialabelcomposeoptions'] = 'Valkostir við samningu skeyta'; +$labels['arialabelmoremessageactions'] = 'Fleiri aðgerðir skilaboða'; +$labels['arialabelmorecontactactions'] = 'Fleiri aðgerðir tengiliða'; +$labels['arialabelmarkmessagesas'] = 'Merka valin skilaboð sem...'; +$labels['arialabelcomposeoptions'] = 'Valkostir við samningu skilaboða'; $labels['arialabelresponsesmenu'] = 'Valmynd fyrir stöðluð svör'; $labels['arialabelattachmentuploadform'] = 'Gluggi fyrir innsendingu viðhengja'; $labels['arialabelattachmentmenu'] = 'Valkostir viðhengja'; +$labels['arialabelmailtomenu'] = 'Valkostir tölvupóstfanga'; $labels['arialabelattachmentpreview'] = 'Forskoðun viðhengis'; $labels['ariasummarycomposecontacts'] = 'Listi yfir tengiliði og hópa sem velja má sem viðtakendur'; $labels['arialabelcontactexportoptions'] = 'Valkostir við útflutning tengiliða'; @@ -622,13 +665,15 @@ $labels['arialabelidentityeditfrom'] = 'Gluggi til stillinga auðkenna'; $labels['arialabelresonseeditfrom'] = 'Gluggi fyrir breytingar á svari'; $labels['arialabelsearchterms'] = 'Leitarstrengir'; $labels['arialabeldropactionmenu'] = 'Aðgerðavalmynd fyrir draga-sleppa'; -$labels['helplistnavigation'] = 'Listi fyrir rötun um skeyti með lyklaborði'; +$labels['arialabelheadersmenu'] = 'Valmynd til að bæta við viðtakanda (haus)'; +$labels['arialabelimagetools'] = 'Myndaverkfæri'; +$labels['helplistnavigation'] = 'Listi yfir rötun um skilaboð með lyklaborði'; $labels['helplistkeyboardnavigation'] = "Örvar upp/niður: Flytja virkni/val um röð. Bil: Velja virka röð. Shift + upp/niður: Velja röð til viðbótar fyrir ofan/neðan. Ctrl + Bil: Bæta virkri röð við val/fjarlægja úr vali."; -$labels['helplistkeyboardnavmessages'] = "Örvar hægri/vinstri: Þenja/fella saman skeytaþræði (einungis í samskiptaþráðaham). -Enter: Opna valið/virkt póstskeyti. -Del/Eyða: Færa valin skeyti í ruslið."; +$labels['helplistkeyboardnavmessages'] = "Örvar hægri/vinstri: Þenja/fella saman skilaboðaþræði (einungis í samskiptaþráðaham). +Enter: Opna valin/virk skilaboð. +Del/Eyða: Færa valin skilaboð í ruslið."; $labels['helplistkeyboardnavcontacts'] = "Enter: Opna valinn/virkan tengilið."; ?> diff --git a/program/localization/is_IS/messages.inc b/program/localization/is_IS/messages.inc index 725ace3a1..86e88adac 100644 --- a/program/localization/is_IS/messages.inc +++ b/program/localization/is_IS/messages.inc @@ -17,8 +17,8 @@ */ $messages['errortitle'] = 'Villa kom upp!'; $messages['loginfailed'] = 'Innskráning mistókst.'; -$messages['cookiesdisabled'] = 'Vafrinn þinn vill ekki taka við vefkökum (cookies).'; -$messages['sessionerror'] = 'Innskráningin þín ógild eða útrunnin'; +$messages['cookiesdisabled'] = 'Vafrinn þinn samþykkir ekki vefkökur.'; +$messages['sessionerror'] = 'Innskráningin þín er ógild eða útrunnin.'; $messages['storageerror'] = 'Tenging við geymsluþjón mistókst.'; $messages['servererror'] = 'Villa í þjóni!'; $messages['servererrormsg'] = 'Villa í þjóni: $msg'; @@ -30,33 +30,35 @@ $messages['requesttimedout'] = 'Fyrirspurn féll á tíma'; $messages['errorreadonly'] = 'Tókst ekki að framkvæma aðgerð. Mappa er skrifvarin.'; $messages['errornoperm'] = 'Tókst ekki að framkvæma aðgerð. Heimild var hafnað.'; $messages['erroroverquota'] = 'Tókst ekki að framkvæma aðgerð. Ekkert laust diskpláss.'; -$messages['erroroverquotadelete'] = 'Ekki nægt laust diskpláss. Notaðu SHIFT+DEL til að eyða skeyti.'; +$messages['erroroverquotadelete'] = 'Ekki nægt laust diskpláss. Notaðu SHIFT+DEL til að eyða skilaboðum.'; $messages['invalidrequest'] = 'Ógild fyrirspurn! Engin gögn voru vistuð.'; $messages['invalidhost'] = 'Ógilt heiti á þjóni.'; -$messages['nomessagesfound'] = 'Engin skeyti eru í þessu pósthólfi'; +$messages['nomessagesfound'] = 'Engin skilaboð fundust í þessu pósthólfi.'; $messages['loggedout'] = 'Þú hefur lokað setunni. Bless í bili!'; $messages['mailboxempty'] = 'Pósthólf er tómt'; -$messages['nomessages'] = 'Engin skeyti'; +$messages['nomessages'] = 'Engin skilaboð'; $messages['refreshing'] = 'Endurles...'; $messages['loading'] = 'Hleð...'; $messages['uploading'] = 'Sendi inn skrá...'; $messages['attaching'] = 'Hengi við skrá...'; $messages['uploadingmany'] = 'Sendi inn skrár...'; $messages['loadingdata'] = 'Hleð inn gögnum...'; -$messages['checkingmail'] = 'Athuga með ný skeyti...'; -$messages['sendingmessage'] = 'Sendi skeyti...'; -$messages['messagesent'] = 'Skeytið var sent.'; -$messages['savingmessage'] = 'Vista skeyti...'; -$messages['messagesaved'] = 'Skeytið vistað í Drög.'; +$messages['checkingmail'] = 'Athuga með ný skilaboð...'; +$messages['sendingmessage'] = 'Sendi skilaboð...'; +$messages['messagesent'] = 'Skilaboðin voru send.'; +$messages['savingmessage'] = 'Vista skilaboð...'; +$messages['messagesaved'] = 'Skilaboð vistuð í Drög.'; $messages['successfullysaved'] = 'Vistun heppnaðist!'; $messages['savingresponse'] = 'Vista texta svars...'; $messages['deleteresponseconfirm'] = 'Ertu viss um að þú viljir eyða þessum svartexta?'; +$messages['nocontactselected'] = 'Þú hefur ekki enn valið tengilið.'; $messages['addedsuccessfully'] = 'Netfangi var bætt í netfangaskrá.'; $messages['contactexists'] = 'Tengiliður með sama nafn er þegar skráður í netfangaskrána.'; $messages['contactnameexists'] = 'Tengiliður með sama nafn er þegar skráður í netfangaskrána.'; -$messages['blockedimages'] = 'Til verndar hafa allar myndir í þessu skeyti verið blokkaðar.'; -$messages['encryptedmessage'] = 'Þetta er dulkóðað skeyti og því miður er ekki hægt að birta það'; -$messages['externalmessagedecryption'] = 'Þetta er dulritað skeyti og er hægt að afkóða með vafraviðbótinni.'; +$messages['blockedimages'] = 'Til verndar hefur verið lokað á allar fjartengdar myndir í þessum skilaboðum.'; +$messages['blockedresources'] = 'Til verndar hefur verið lokað á öll fjartengd tilföng.'; +$messages['encryptedmessage'] = 'Þetta eru dulrituð skilaboð og því er ekki hægt að birta þau!'; +$messages['externalmessagedecryption'] = 'Þetta eru dulrituð skilaboð og er hægt að afkóða þau með vafraviðbótinni.'; $messages['nopubkeyfor'] = 'Enginn gildur dreifilykill fannst fyrir $email'; $messages['encryptnoattachments'] = 'Viðhengi sem þegar er búið að senda inn er ekki hægt að dulrita. Bættu þeim við aftur í dulritunarritlinum.'; $messages['searchpubkeyservers'] = 'Viltu leita að þeim lyklum sem vantar á opinberum lyklaþjónum?'; @@ -66,19 +68,22 @@ $messages['keyimportsuccess'] = 'Það tókst að flytja $key dreifilykilinn inn $messages['nocontactsfound'] = 'Engir tengiliðir fundust.'; $messages['contactnotfound'] = 'Umbeðinn tengiliður fannst ekki.'; $messages['contactsearchonly'] = 'Settu inn leitartexta til að finna tengiliði'; -$messages['sendingfailed'] = 'Sending misheppnaðist.'; -$messages['senttooquickly'] = 'Bíða í $sec sekúndu(r) áður en þetta skeyti er sent.'; -$messages['errorsavingsent'] = 'Villa kom upp við vistun sends skeytis.'; +$messages['sendingfailed'] = 'Sending skilaboðanna misheppnaðist.'; +$messages['senttooquickly'] = 'Bíða í $sec sekúndu(r) áður en þessi skilaboð eru send.'; +$messages['errorsavingsent'] = 'Villa kom upp við vistun sendra skilaboða.'; $messages['errorsaving'] = 'Villa kom upp við vistun.'; -$messages['errormoving'] = 'Gat ekki fært skeytið'; -$messages['errorcopying'] = 'Gat ekki afritað skeyti(n).'; -$messages['errordeleting'] = 'Gat ekki eytt skeytinu'; -$messages['errormarking'] = 'Gat ekki merkt skeytið/skeytin.'; +$messages['errormoving'] = 'Gat ekki fært skilaboðin.'; +$messages['errorcopying'] = 'Gat ekki afritað skilaboð.'; +$messages['errordeleting'] = 'Gat ekki eytt skilaboðum.'; +$messages['errormarking'] = 'Gat ekki merkt skilaboð.'; +$messages['alerttitle'] = 'Varúð'; +$messages['confirmationtitle'] = 'Ertu viss...'; $messages['deletecontactconfirm'] = 'Ertu viss um að þú viljir eyða völdum tengiliðum?'; $messages['deletegroupconfirm'] = 'Ertu viss um að þú viljir eyða völdum hópi?'; -$messages['deletemessagesconfirm'] = 'Ertu viss um að þú viljir eyða völdum skeytum?'; +$messages['deletemessagesconfirm'] = 'Ertu viss um að þú viljir eyða völdum skilaboðum?'; $messages['deletefolderconfirm'] = 'Ertu viss um að vilja eyða þessari möppu?'; -$messages['purgefolderconfirm'] = 'Ertu viss um að þú viljir eyða öllum skeytum í þessari möppu?'; +$messages['movefolderconfirm'] = 'Ertu viss um að vilja færa þessa möppu?'; +$messages['purgefolderconfirm'] = 'Ertu viss um að þú viljir eyða öllum skilaboðum í þessari möppu?'; $messages['contactdeleting'] = 'Eyði tengilið(um)...'; $messages['groupdeleting'] = 'Eyði hóp...'; $messages['folderdeleting'] = 'Eyði möppu...'; @@ -90,14 +95,17 @@ $messages['noemailwarning'] = 'Sláðu inn gildt netfang'; $messages['nonamewarning'] = 'Sláðu inn nafn'; $messages['nopagesizewarning'] = 'Sláðu inn síðustærð'; $messages['nosenderwarning'] = 'Settu inn tölvupóstfang sendanda.'; +$messages['recipientsadded'] = 'Tókst að bæta við tengilið(um).'; $messages['norecipientwarning'] = 'Í það minnsta einn viðtakandi verður að vera'; +$messages['disclosedrecipwarning'] = 'Allir viðtakendur munu sjá tölvupóstföng hvers annars. Til að komast hjá þessu og vernda persónuauðkenni viðtakenda geturði notað BCC (falið afrit) reitinn.'; $messages['disclosedreciptitle'] = 'Of margir opinberir viðtakendur'; $messages['nosubjectwarning'] = 'Efnislínan er tóm. Viltu slá eitthvað inn í hana?'; $messages['nosubjecttitle'] = 'Án titils'; -$messages['nobodywarning'] = 'Viltu senda tómt skeyti?'; -$messages['notsentwarning'] = 'Þetta skeyti hefur ekki verið sent og er með óvistaðar breytingar. Viltu henda þessum breytingum?'; +$messages['nobodywarning'] = 'Viltu senda þessi skilaboð án texta?'; +$messages['notsentwarning'] = 'Þessi skilaboð hafa ekki verið send og eru þau með óvistaðar breytingar. Viltu henda þessum breytingum?'; +$messages['restoresavedcomposedata'] = 'Áður skrifuð en ósend skilaboð fundust.\n\nEfni: $subject\nVistað: $date\n\nViltu endurheimta þessi skilaboð?'; $messages['nosearchname'] = 'Sláðu inn nafn eða netfang'; -$messages['searchsuccessful'] = '$nr skeyti fundust'; +$messages['searchsuccessful'] = '$nr skilaboð fundust.'; $messages['contactsearchsuccessful'] = '$nr tengiliðir fundust.'; $messages['searchnomatch'] = 'Leit skilaði engu'; $messages['searching'] = 'Leita...'; @@ -110,37 +118,52 @@ $messages['folderunsubscribed'] = 'Tókst að taka möppu úr áskrift.'; $messages['folderpurged'] = 'Tókst að tæma möppu.'; $messages['folderexpunged'] = 'Tókst að þjappa möppu.'; $messages['deletedsuccessfully'] = 'Tókst að eyða.'; -$messages['messageopenerror'] = 'Gat ekki hlaðið skeyti inn af póstþjóni.'; +$messages['converting'] = 'Fjarlægi snið...'; +$messages['messageopenerror'] = 'Gat ekki hlaðið skilaboðum inn af póstþjóni.'; $messages['filelinkerror'] = 'Mistókst að hengja við skrá.'; $messages['fileuploaderror'] = 'Innsending skráar mistókst.'; +$messages['filesizeerror'] = 'Innsenda skráin er yfir $size leyfilegri stærð.'; $messages['filecounterror'] = 'Þú getur í mesta lagi sent inn $count skrár í einu.'; +$messages['msgsizeerror'] = 'Mistókst að hengja við skrá. Fór yfir leyfilega hámarksstærð ($size) skilaboða.'; $messages['copysuccess'] = 'Tókst að afrita $nr tengiliði'; $messages['movesuccess'] = 'Tókst að færa $nr tengiliði'; $messages['copyerror'] = 'Gat ekki afritað neina tengiliði.'; $messages['moveerror'] = 'Gat ekki fært neina tengiliði.'; +$messages['sourceisreadonly'] = 'Þessi nafnaskrárgjafi er skrifvarinn.'; $messages['errorsavingcontact'] = 'Gat ekki vistað vistfang tengiliðar.'; -$messages['movingmessage'] = 'Færi skeyti...'; -$messages['copyingmessage'] = 'Afrita skeyti...'; +$messages['movingmessage'] = 'Færi skilaboð...'; +$messages['copyingmessage'] = 'Afrita skilaboð...'; $messages['copyingcontact'] = 'Afrita tengiliði...'; $messages['movingcontact'] = 'Færi tengiliði...'; -$messages['deletingmessage'] = 'Eyði skeytum...'; -$messages['markingmessage'] = 'Merki skeyti...'; +$messages['deletingmessage'] = 'Eyði skilaboðum...'; +$messages['markingmessage'] = 'Merki skilaboð...'; $messages['addingmember'] = 'Bæti tengiliðum í hópinn...'; $messages['removingmember'] = 'Fjarlægi tengiliði úr hópi...'; $messages['receiptsent'] = 'Tókst að senda leskvittun.'; $messages['errorsendingreceipt'] = 'Gat ekki sent leskvittunina.'; +$messages['deleteidentityconfirm'] = 'Ertu viss um að vilja eyða þessu auðkenni?'; +$messages['nodeletelastidentity'] = 'Þú getur ekki eytt þessu auðkenni, þetta er það síðasta sem er eftir.'; +$messages['forbiddencharacter'] = 'Heiti möppu inniheldur óleyfilegan staf.'; $messages['selectimportfile'] = 'Veldu skrá til að senda inn.'; $messages['addresswriterror'] = 'Valin nafnaskrá er ekki ritanleg.'; +$messages['contactaddedtogroup'] = 'Tókst að bæta tengiliðunum í þennan hóp.'; +$messages['contactremovedfromgroup'] = 'Tókst að fjarlægja tengiliði úr þessum hóp.'; $messages['importwait'] = 'Flyt inn, bíddu aðeins...'; +$messages['importformaterror'] = 'Innflutningur mistókst! Innsenda skráin er ekki gild gagnainnflutningsskrá'; $messages['importconfirm'] = 'Tókst að flytja inn $inserted tengiliði'; $messages['importconfirmskipped'] = 'Sleppti $skipped fyrirliggjandi færslum'; -$messages['importmessagesuccess'] = 'Tókst að flytja inn $nr skeyti'; +$messages['importmessagesuccess'] = 'Tókst að flytja inn $nr skilaboð'; +$messages['importmessageerror'] = 'Innflutningur mistókst! Innsenda skráin er ekki gild skilaboða- eða pósthólfsskrá'; $messages['opnotpermitted'] = 'Aðgerð ekki leyfð!'; +$messages['nofromaddress'] = 'Vantar tölvupóstfang í völdu auðkenni.'; +$messages['editorwarning'] = 'Ef skipt er um ritil getur snið texta tapast. Viltu halda áfram?'; $messages['smtpconnerror'] = 'SMTP-villa ($code): Tenging við póstþjón mistókst.'; $messages['smtpautherror'] = 'SMTP-villa ($code): Auðkenning mistókst.'; $messages['smtpfromerror'] = 'SMTP-villa ($code): Mistókst að setja sendanda "$from" ($msg).'; $messages['smtptoerror'] = 'SMTP-villa ($code): Mistókst að bæta við viðtakandanum "$to" ($msg).'; $messages['smtprecipientserror'] = 'SMTP-villa: Mistókst að þátta lista yfir viðtakendur.'; +$messages['smtputf8error'] = 'SMTP-villa: Vefþjónn styður ekki Unicode í tölvupóstföngum.'; +$messages['smtpsizeerror'] = 'SMTP-villa: Stærð skilaboða yfir takmörkum vefþjóns ($limit)'; $messages['smtperror'] = 'SMTP villa: $msg'; $messages['emailformaterror'] = 'Ógilt tölvupóstfang: $email'; $messages['toomanyrecipients'] = 'Of margir viðtakendur. Fækkaðu þeim í $max.'; @@ -156,20 +179,24 @@ $messages['savedsearchdeleted'] = 'Tókst að eyða vistaðri leit.'; $messages['savedsearchdeleteerror'] = 'Gat ekki eytt vistaðri leit.'; $messages['savedsearchcreated'] = 'Tókst að búa til vistaða leit.'; $messages['savedsearchcreateerror'] = 'Gat ekki búið til vistaða leit.'; -$messages['messagedeleted'] = 'Tókst að eyða skeyti/skeytum.'; -$messages['messagemoved'] = 'Tókst að færa skeyti.'; -$messages['messagemovedtotrash'] = 'Tókst að færa skeyti í rusl.'; -$messages['messagecopied'] = 'Tókst að afrita skeyti.'; -$messages['messagemarked'] = 'Tókst að merkja skeyti.'; +$messages['messagedeleted'] = 'Tókst að eyða skilaboðum.'; +$messages['messagemoved'] = 'Tókst að færa skilaboð.'; +$messages['messagemovedtotrash'] = 'Tókst að færa skilaboð í rusl.'; +$messages['messagecopied'] = 'Tókst að afrita skilaboð.'; +$messages['messagemarked'] = 'Tókst að merkja skilaboð.'; $messages['autocompletechars'] = 'Settu inn a.m.k. $min stafi fyrir orðaklárun.'; +$messages['autocompletemore'] = 'Fleiri samsvarandi færslur fundust. Sláðu inn fleiri stafi.'; $messages['namecannotbeempty'] = 'Nafn má ekki vera autt.'; $messages['nametoolong'] = 'Nafn er of langt.'; $messages['namedotforbidden'] = 'Heiti möppu má ekki byrja á punkti.'; $messages['folderupdated'] = 'Tókst að uppfæra möppu'; $messages['foldercreated'] = 'Tókst að búa til möppu.'; $messages['invalidimageformat'] = 'Ekki gilt myndasnið.'; -$messages['mispellingsfound'] = 'Stafsetningarvillur fundust í skeytinu.'; -$messages['messagetoobig'] = 'Efnishluti skeytisins er of stór til að hægt sé að meðhöndla skeytið.'; +$messages['mispellingsfound'] = 'Stafsetningarvillur fundust í skilaboðunum.'; +$messages['parentnotwritable'] = 'Tókst ekki að útbúa möppu eða færa inn í valda yfirmöppu. Það vantar aðgangsheimildir.'; +$messages['messagetoobig'] = 'Efnishluti skilaboðanna er of stór til að hægt sé að meðhöndla skilaboðin.'; +$messages['noscriptwarning'] = 'Aðvörun: Þessi vefpóstþjónusta þarfnast JavaScript! Til að nota hana þarftu að virkja JavaScript í stillingum vafrans.'; +$messages['messageissent'] = 'Þessi skilaboð hafa þegar verið send, en hafa ekki verið vistuð. Viltu vista þau núna?'; $messages['errnotfound'] = 'Skrá fannst ekki'; $messages['errnotfoundexplain'] = 'Umbeðið tilfang fannst ekki!'; $messages['errfailedrequest'] = 'Beiðni misfórst'; @@ -179,4 +206,10 @@ $messages['errcontactserveradmin'] = 'Hafðu samband við kerfisstjóra þjónsi $messages['clicktoresumesession'] = 'Smelltu hér til að halda áfram með fyrri setu'; $messages['errcomposesession'] = 'Villa í samningarsetu'; $messages['errcomposesessionexplain'] = 'Umbeðin samningarseta fannst ekki.'; -$messages['clicktocompose'] = 'Smelltu hér til að búa til nýtt skeyti'; +$messages['clicktocompose'] = 'Smelltu hér til að búa til ný skilaboð'; +$messages['nosupporterror'] = 'Þessi eiginleiki er ekki studdur af vafranum þínum.'; +$messages['siginserted'] = 'Tókst að setja inn undirskrift.'; +$messages['responseinserted'] = 'Tókst að setja inn svar.'; +$messages['listempty'] = 'Listinn er tómur.'; +$messages['listusebutton'] = 'Notaðu \'Búa til\' hnappinn til að bæta við færslu.'; +$messages['keypaircreatesuccess'] = 'Tókst að útbúa nýtt lyklapar fyrir $identity.'; diff --git a/program/localization/it_IT/labels.inc b/program/localization/it_IT/labels.inc index 483d60b9b..c185cb77e 100644 --- a/program/localization/it_IT/labels.inc +++ b/program/localization/it_IT/labels.inc @@ -252,6 +252,7 @@ $labels['keyexpired'] = 'Scaduta'; $labels['keyrevoked'] = 'Revocata'; $labels['bccinstead'] = 'Usa ccn'; $labels['addheader'] = 'Aggiungi destinatario (intestazione)'; +$labels['insert'] = 'Inserisci'; $labels['recipient'] = 'Destinatario'; $labels['editidents'] = 'Modifica identità'; $labels['spellcheck'] = 'Controllo ortografico'; @@ -418,7 +419,6 @@ $labels['importreplace'] = 'Sostituisci l\'intera rubrica'; $labels['importgroups'] = 'Importa le assegnazioni di gruppo'; $labels['importgroupsall'] = 'Tutti (crea i gruppi se necessario)'; $labels['importgroupsexisting'] = 'Solo per i gruppi esistenti'; -$labels['importdesc'] = 'Puoi caricare i contatti da una rubrica esistente.
Attualmente si possono importare contatti in formato vCard o CSV (comma-separated).'; $labels['done'] = 'Fatto'; $labels['settingsfor'] = 'Impostazioni per'; $labels['about'] = 'Informazioni'; diff --git a/program/localization/it_IT/messages.inc b/program/localization/it_IT/messages.inc index b27b9f513..0096e83f1 100644 --- a/program/localization/it_IT/messages.inc +++ b/program/localization/it_IT/messages.inc @@ -34,7 +34,6 @@ $messages['erroroverquotadelete'] = 'Spazio su disco non sufficiente. Utilizza S $messages['invalidrequest'] = 'Richiesta non valida! Nessun dato salvato.'; $messages['invalidhost'] = 'Nome del server non valido.'; $messages['nomessagesfound'] = 'Nessun messaggio trovato in questa cartella'; -$messages['loggedout'] = 'Sessione chiusa correttamente. Arrivederci!'; $messages['mailboxempty'] = 'La casella di posta è vuota'; $messages['nomessages'] = 'Non ci sono messaggi'; $messages['refreshing'] = 'Aggiornamento...'; diff --git a/program/localization/ja_JP/labels.inc b/program/localization/ja_JP/labels.inc index f7c60f021..f3e07ebf8 100644 --- a/program/localization/ja_JP/labels.inc +++ b/program/localization/ja_JP/labels.inc @@ -147,6 +147,7 @@ $labels['last'] = '最後'; $labels['previous'] = '前'; $labels['next'] = '次'; $labels['select'] = '選択'; +$labels['selection'] = '選択範囲'; $labels['all'] = 'すべて'; $labels['none'] = 'なし'; $labels['currpage'] = '現在のページ'; @@ -195,6 +196,8 @@ $labels['folderactions'] = 'フォルダーの操作...'; $labels['compact'] = '圧縮'; $labels['empty'] = '空'; $labels['importmessages'] = 'メッセージをインポート'; +$labels['mailimportdesc'] = 'MIMEまたはMbox形式を使用してメールをアップロードできます。'; +$labels['mailimportzip'] = '複数のファイルをzipアーカイブに圧縮できます。'; $labels['quota'] = 'ディスクの使用状況'; $labels['unknown'] = '不明'; $labels['unlimited'] = '無制限'; @@ -248,13 +251,16 @@ $labels['encryptmessage'] = 'メッセージを暗号化'; $labels['encryptmessagemailvelope'] = 'Mailvelopeでメッセージを暗号化'; $labels['importpubkeys'] = '公開鍵をインポート'; $labels['encryptedsendialog'] = '暗号化したメッセージを送信中'; +$labels['encryptandsign'] = '暗号化と署名'; $labels['keyid'] = 'キーID'; $labels['keylength'] = 'ビット'; $labels['keyexpired'] = '期限切れ'; $labels['keyrevoked'] = '取り消し済み'; $labels['bccinstead'] = 'Bccを使用'; $labels['addheader'] = '宛先を追加(ヘッダー)'; +$labels['insert'] = '挿入'; $labels['recipient'] = '宛先'; +$labels['recipientedit'] = '宛先編集'; $labels['editidents'] = '識別情報を編集'; $labels['spellcheck'] = 'スペル'; $labels['checkspelling'] = 'スペルチェック'; @@ -292,8 +298,9 @@ $labels['alwaysshow'] = '$sender から届いた画像は常に表示'; $labels['alwaysallow'] = '$senderからは常に許可'; $labels['isdraft'] = 'これは下書きのメッセージです。'; $labels['andnmore'] = 'さらに$nr件...'; +$labels['details'] = '詳細'; $labels['headers'] = 'ヘッダー'; -$labels['envelope'] = 'エンベロープ'; +$labels['allheaders'] = 'すべてのヘッダー...'; $labels['togglemoreheaders'] = 'さらにメッセージのヘッダーを表示'; $labels['togglefullheaders'] = 'メッセージヘッダーの生の表示と切り替え'; $labels['htmltoggle'] = 'HTML'; @@ -309,6 +316,14 @@ $labels['mdnrequest'] = 'このメッセージを読んだときに、送信者 $labels['receiptread'] = '開封確認(表示済み)'; $labels['yourmessage'] = 'これはあなたが送信したメッセージに対する開封確認です。'; $labels['receiptnote'] = '注意: この開封確認は、メッセージが宛先のコンピューターで表示されたことだけを知らせるものです。受信者がメッセージを読んだり、内容を理解したと保証するものではありません。'; +$labels['zoomin'] = 'ズームイン'; +$labels['zoomout'] = 'ズームアウト'; +$labels['rotate'] = '回転'; +$labels['increaseimage'] = '画像のサイズを増やす'; +$labels['decreaseimage'] = '画像のサイズを減らす'; +$labels['rotateimage'] = '画像を回転'; +$labels['showtools'] = '画像ツールを表示'; +$labels['hidetools'] = '画像ツールを非表示'; $labels['name'] = '表示名'; $labels['firstname'] = '名'; $labels['surname'] = '姓'; @@ -393,6 +408,8 @@ $labels['newgroup'] = '新しいグループを作成'; $labels['addgroup'] = 'グループを追加'; $labels['grouprename'] = 'グループ名を変更'; $labels['groupdelete'] = 'グループを削除'; +$labels['groupassign'] = 'グループに割り当て...'; +$labels['groupremove'] = 'グループから削除'; $labels['groupremoveselected'] = '選択した連絡先をグループから削除'; $labels['uponelevel'] = '1つ上のレベル'; $labels['previouspage'] = '前のページを表示'; @@ -413,7 +430,7 @@ $labels['importreplace'] = 'アドレス帳全体と置き換え'; $labels['importgroups'] = 'グループの割り当てをインポート'; $labels['importgroupsall'] = 'すべて (必要ならグループを作成)'; $labels['importgroupsexisting'] = '存在するグループだけ'; -$labels['importdesc'] = '連絡先を既存のアドレス帳からアップロードできます。
現在、vCardまたはCSV(コンマ区切り)のデータ形式からアドレスのインポートをサポートしています。'; +$labels['importdesc'] = '既存のアドレス帳から連絡先をアップロードできます。
現在、vCardまたはCSV(コンマ区切り)のデータ形式からのアドレスの取り込みをサポートしています。'; $labels['done'] = '完了'; $labels['settingsfor'] = '次の設定:'; $labels['about'] = 'このプログラムについて'; @@ -560,7 +577,9 @@ $labels['namespace.shared'] = '共有した'; $labels['dualuselabel'] = 'これだけ含められる'; $labels['dualusemail'] = 'メッセージ'; $labels['dualusefolder'] = 'フォルダー'; +$labels['generate'] = '生成'; $labels['encryptioncreatekey'] = '新しい鍵ペアを作成'; +$labels['openmailvelopesettings'] = 'Mailvelopeの設定を表示'; $labels['sortby'] = '並べ替え'; $labels['sortasc'] = '昇順で並べ替え'; $labels['sortdesc'] = '降順で並べ替え'; @@ -572,6 +591,12 @@ $labels['source'] = 'ソース'; $labels['license'] = 'ライセンス'; $labels['support'] = 'サポートを依頼'; $labels['savedsearches'] = '検索を保存'; +$labels['dateformatY'] = 'YYYY'; +$labels['dateformaty'] = 'YY'; +$labels['dateformatm'] = 'MM'; +$labels['dateformatd'] = 'DD'; +$labels['dateformatj'] = 'D'; +$labels['dateformatn'] = 'M'; $labels['B'] = 'バイト'; $labels['KB'] = 'KB'; $labels['MB'] = 'MB'; @@ -622,6 +647,7 @@ $labels['arialabelmessageheaders'] = 'メッセージのヘッダー'; $labels['arialabelforwardingoptions'] = '転送のオプション'; $labels['arialabelreplyalloptions'] = '全員に返信のオプション'; $labels['arialabelmoremessageactions'] = 'さらにメッセージを操作'; +$labels['arialabelmorecontactactions'] = 'さらに連絡先を操作'; $labels['arialabelmarkmessagesas'] = '選択したメッセージに次のマーク...'; $labels['arialabelcomposeoptions'] = '作成のオプション'; $labels['arialabelresponsesmenu'] = '回答テンプレートメニュー'; @@ -638,6 +664,7 @@ $labels['arialabelresonseeditfrom'] = '回答のフォーム'; $labels['arialabelsearchterms'] = '検索語'; $labels['arialabeldropactionmenu'] = 'ドラッグ・アンド・ドロップの動作メニュー'; $labels['arialabelheadersmenu'] = '宛先(ヘッダー)を追加するメニュー'; +$labels['arialabelimagetools'] = '画像ツール'; $labels['helplistnavigation'] = 'キーボードのナビゲーションの一覧'; $labels['helplistkeyboardnavigation'] = "上矢印・下矢印: 選択する行を移動します。 スペース: 現在の行を選択します。 diff --git a/program/localization/ja_JP/messages.inc b/program/localization/ja_JP/messages.inc index a51327d50..12263807f 100644 --- a/program/localization/ja_JP/messages.inc +++ b/program/localization/ja_JP/messages.inc @@ -34,7 +34,7 @@ $messages['erroroverquotadelete'] = '空きディスク容量がありません $messages['invalidrequest'] = '不正なリクエストです! データは保存していません。'; $messages['invalidhost'] = '正しくないサーバー名です。'; $messages['nomessagesfound'] = 'このフォルダーにはメッセージはありません。'; -$messages['loggedout'] = 'ログアウトしました。さようなら!'; +$messages['loggedout'] = 'セッションを正しく終了しました。さようなら!'; $messages['mailboxempty'] = 'メールボックスは空です。'; $messages['nomessages'] = 'メッセージなし'; $messages['refreshing'] = '再表示中...'; @@ -51,6 +51,7 @@ $messages['messagesaved'] = 'メッセージを下書きに保存しました。 $messages['successfullysaved'] = '保存しました。'; $messages['savingresponse'] = '回答の文章を保存中...'; $messages['deleteresponseconfirm'] = 'この回答の文章を本当に削除しますか?'; +$messages['nocontactselected'] = 'まだ連絡先を選択していません。'; $messages['addedsuccessfully'] = '連絡先をアドレス帳に追加しました。'; $messages['contactexists'] = '同じ電子メールアドレスの連絡先が既に存在します。'; $messages['contactnameexists'] = '同じ名前の連絡先が既に存在します。'; @@ -82,6 +83,7 @@ $messages['deletecontactconfirm'] = '選択した連絡先を本当に削除し $messages['deletegroupconfirm'] = 'このグループを本当に削除しますか?'; $messages['deletemessagesconfirm'] = '選択したメールを本当に削除しますか?'; $messages['deletefolderconfirm'] = 'このフォルダーを本当に削除しますか?'; +$messages['movefolderconfirm'] = 'このフォルダーを本当に移動しますか?'; $messages['purgefolderconfirm'] = 'このフォルダーのすべてのメールを本当に削除しますか?'; $messages['contactdeleting'] = '連絡先を削除中...'; $messages['groupdeleting'] = 'グループを削除中...'; @@ -94,6 +96,7 @@ $messages['noemailwarning'] = '正しい電子メールアドレスを入力し $messages['nonamewarning'] = '名前を入力してください。'; $messages['nopagesizewarning'] = 'ページのサイズを入力してください。'; $messages['nosenderwarning'] = '送信者の電子メールアドレスを入力してください。'; +$messages['recipientsadded'] = '宛先を追加しました。'; $messages['norecipientwarning'] = '少なくとも1つ宛先を入力してください。'; $messages['disclosedrecipwarning'] = 'すべての宛て先は互いに他のメールアドレスを見ることになります。これを防いで、それぞれのプライバシーを守るにはBcc欄を使用します。'; $messages['disclosedreciptitle'] = '宛て先が多すぎます。'; @@ -163,6 +166,7 @@ $messages['smtpautherror'] = 'SMTPエラー ($code): 認証に失敗しました $messages['smtpfromerror'] = 'SMTPエラー ($code): 差出人 "$from" を設定できません ($msg)'; $messages['smtptoerror'] = 'SMTPエラー ($code): 宛先 "$to" を追加できません ($msg)'; $messages['smtprecipientserror'] = 'SMTPエラー: 宛先の一覧を解析できません。'; +$messages['smtputf8error'] = 'SMTPエラー: サーバーは電子メールアドレスにUnicodeをサポートしていません。'; $messages['smtpsizeerror'] = 'SMTPエラー: メッセージの大きさがサーバーの制限($limit)を超過'; $messages['smtperror'] = 'SMTP エラー: $msg'; $messages['emailformaterror'] = '誤った電子メールアドレス: $email'; @@ -196,6 +200,7 @@ $messages['invalidimageformat'] = '画像の形式が正しくありません。 $messages['mispellingsfound'] = 'メッセージにスペルミスを見つけました。'; $messages['parentnotwritable'] = '選択した親フォルダーに作成または移動をできませんでした。アクセス権限がありません。'; $messages['messagetoobig'] = 'その処理をするにはメッセージ部分が大きすぎます。'; +$messages['attachmentvalidationerror'] = 'ファイルの型とメッセージ中で宣言した型が一致していない、不審な添付ファイルです。送信者を信頼できない場合は、悪意のある内容を含んでいるかもしれないのでブラウザーで開くべきではありません。

Expected: $expected; found: $detected'; $messages['noscriptwarning'] = '警告: このウェブメールサービスにはJavascriptが必要です! 使用するにはJavascriptをブラウザーの設定で有効にしてください。'; $messages['messageissent'] = '既にメッセージを送信しましたが、まだ保存していません。今すぐ保存しますか?'; $messages['errnotfound'] = 'ファイルが見つかりません'; @@ -210,3 +215,9 @@ $messages['clicktoresumesession'] = 'ここをクリックすると以前のセ $messages['errcomposesession'] = 'メッセージを作成するセッションのエラー'; $messages['errcomposesessionexplain'] = 'メッセージを作成するセッションが見つかりません。'; $messages['clicktocompose'] = 'クリックして新しいメッセージを作成'; +$messages['nosupporterror'] = 'この機能を使用しているブラウザーはサポートしていません。'; +$messages['siginserted'] = '署名を挿入しました。'; +$messages['responseinserted'] = '応答を挿入しました。'; +$messages['listempty'] = 'このリストは空です。'; +$messages['listusebutton'] = '新しいレコードを追加するには作成のボタンを使用してください。'; +$messages['keypaircreatesuccess'] = '$identity用の新しい鍵ペアを作成しました。'; diff --git a/program/localization/ka_GE/messages.inc b/program/localization/ka_GE/messages.inc index 53ede5024..d247e7ed7 100644 --- a/program/localization/ka_GE/messages.inc +++ b/program/localization/ka_GE/messages.inc @@ -33,7 +33,6 @@ $messages['erroroverquotadelete'] = 'დისკზე არ დარჩა $messages['invalidrequest'] = 'არასწორი მოთხოვნა! მონაცემების შენახვა არ მოხერხდა.'; $messages['invalidhost'] = 'არასწორი სერვერის სახელი'; $messages['nomessagesfound'] = 'არ არის ახალი შეტყობინება'; -$messages['loggedout'] = 'წარმატებით დაიხურა თქვენი სესია'; $messages['mailboxempty'] = 'საფოსტო ყუთი ცარიელია'; $messages['nomessages'] = 'არ არის შეტყობინებები'; $messages['refreshing'] = 'განახლება...'; diff --git a/program/localization/km_KH/labels.inc b/program/localization/km_KH/labels.inc index 697557ee1..1f9b854cb 100644 --- a/program/localization/km_KH/labels.inc +++ b/program/localization/km_KH/labels.inc @@ -190,6 +190,7 @@ $labels['returnreceipt'] = 'អត្ថបទបញ្ជាក់ពីកា $labels['dsn'] = 'ប្រាប់អំពីស្ថានភាពផ្ញើ'; $labels['mailreplyintro'] = 'កាលពី​ថ្ងៃ $date, $sender បាន​សរសេរ៖'; $labels['originalmessage'] = 'សារ​ដើម'; +$labels['insert'] = 'បញ្ចូល'; $labels['recipient'] = 'អ្នក​ទទួល'; $labels['editidents'] = 'ផ្លាស់ប្តូរអត្តសញ្ញាណ'; $labels['spellcheck'] = 'អក្ខរាវិរុទ្ធ'; diff --git a/program/localization/km_KH/messages.inc b/program/localization/km_KH/messages.inc index 68671216f..c29a1a31d 100644 --- a/program/localization/km_KH/messages.inc +++ b/program/localization/km_KH/messages.inc @@ -29,7 +29,6 @@ $messages['errornoperm'] = 'មិនអាចប្រតិបត្តិប $messages['invalidrequest'] = 'មិនអាចរក្សាទុកទិន្នន័យបានពីព្រោះមានបញ្ហានៅពេលបញ្ជូនទិន្នន័យ'; $messages['invalidhost'] = 'ឈ្មោះ​ម៉ាស៊ីន​មេ​មិន​ត្រឹមត្រូវ។'; $messages['nomessagesfound'] = 'ពុំមានសំបុត្រក្នុងប្រអប់សំបុត្រនេះទេ'; -$messages['loggedout'] = 'អ្នកបានពិនិត្យចេញដោយជោគជ័យ។'; $messages['refreshing'] = 'កំពុង​ផ្ទុកឡើងវិញ...'; $messages['loading'] = 'កំពុងដំណើរការ...'; $messages['uploading'] = 'កំពុងបញ្ជូនឯកសារ...'; diff --git a/program/localization/ko_KR/labels.inc b/program/localization/ko_KR/labels.inc index 603739253..a0c8f13fd 100644 --- a/program/localization/ko_KR/labels.inc +++ b/program/localization/ko_KR/labels.inc @@ -238,6 +238,7 @@ $labels['keylength'] = '비트'; $labels['keyexpired'] = '만료됨'; $labels['keyrevoked'] = '해지됨'; $labels['bccinstead'] = 'Bcc 사용'; +$labels['insert'] = '삽입'; $labels['recipient'] = '수신자'; $labels['editidents'] = '신원 편집'; $labels['spellcheck'] = '맞춤법'; @@ -391,7 +392,6 @@ $labels['importreplace'] = '전체 주소록을 바꾸기'; $labels['importgroups'] = '그룹 할당 가져오기'; $labels['importgroupsall'] = '전체 (필요에 따라 그룹 생성)'; $labels['importgroupsexisting'] = '기존 그룹에만 해당'; -$labels['importdesc'] = '기존 주소록에서 연락처를 가져올 수 있습니다.
현재 vCard 데이터 형식에서 주소 가져오기를 지원합니다.\''; $labels['done'] = '완료'; $labels['settingsfor'] = '설정'; $labels['about'] = '정보...'; diff --git a/program/localization/ko_KR/messages.inc b/program/localization/ko_KR/messages.inc index 106054bea..3dd8a653a 100644 --- a/program/localization/ko_KR/messages.inc +++ b/program/localization/ko_KR/messages.inc @@ -34,7 +34,6 @@ $messages['erroroverquotadelete'] = '여유 디스크 공간이 없습니다. SH $messages['invalidrequest'] = '잘못된 요청입니다! 데이터가 저장되지 않았습니다.'; $messages['invalidhost'] = '잘못된 서버 이름입니다.'; $messages['nomessagesfound'] = '이 편지함에서 메시지를 발견하지 못했습니다.'; -$messages['loggedout'] = '세션을 성공적으로 종료했습니다. 안녕히 가십시오!'; $messages['mailboxempty'] = '편지함이 비어있음'; $messages['nomessages'] = '메시지가 없음'; $messages['refreshing'] = '새로 고치는 중 ...'; diff --git a/program/localization/ku/labels.inc b/program/localization/ku/labels.inc index 92a0a1c6b..d825150d2 100644 --- a/program/localization/ku/labels.inc +++ b/program/localization/ku/labels.inc @@ -197,6 +197,7 @@ $labels['selectimage'] = 'Wêne bibijêre'; $labels['addimage'] = 'Wêne tev bike'; $labels['selectmedia'] = 'Fîlmekê bibijêre'; $labels['addmedia'] = 'Fîlmekê tev bike'; +$labels['insert'] = 'Tev bike'; $labels['checkspelling'] = 'Kontrola rastnivîsê'; $labels['resumeediting'] = 'Serastkirinê bidomîne'; $labels['revertto'] = 'Şûnde bîne'; diff --git a/program/localization/ku/messages.inc b/program/localization/ku/messages.inc index b2e63bd76..146f9d275 100644 --- a/program/localization/ku/messages.inc +++ b/program/localization/ku/messages.inc @@ -32,7 +32,6 @@ $messages['erroroverquotadelete'] = 'Di dîskê de cihê vala nîn e. SHIFT+DEL $messages['invalidrequest'] = 'Dawxaza nederbasdar! Tu dane nehat tomarkirin.'; $messages['invalidhost'] = 'Navê pêşkêş ê nederbasdar.'; $messages['nomessagesfound'] = 'Di vê peyamdankê de tu peyam nehat dîtin'; -$messages['loggedout'] = 'Te danişînî bi dawî anî. Oxir be!'; $messages['mailboxempty'] = 'Cihê peyamên hatî vala ye'; $messages['nomessages'] = 'Peyam nîn in'; $messages['refreshing'] = 'Tê tezekirin...'; diff --git a/program/localization/lb_LU/labels.inc b/program/localization/lb_LU/labels.inc index fc20deefd..1ea01dcb5 100644 --- a/program/localization/lb_LU/labels.inc +++ b/program/localization/lb_LU/labels.inc @@ -211,6 +211,7 @@ $labels['selectimage'] = 'Bild auswielen'; $labels['addimage'] = 'Bild dobäisetzen'; $labels['selectmedia'] = 'Film auswielen'; $labels['addmedia'] = 'Film dobäisetzen'; +$labels['insert'] = 'Drasetze'; $labels['recipient'] = 'Empfänger'; $labels['editidents'] = 'Identitéiten editéieren'; $labels['spellcheck'] = 'Orthographie'; @@ -345,7 +346,6 @@ $labels['importreplace'] = 'Dat ganzt Adressbuch ersetzen'; $labels['importgroups'] = 'Gruppen-Zouweisung importéieren'; $labels['importgroupsall'] = 'All (nei Gruppen uleeën falls néideg)'; $labels['importgroupsexisting'] = 'Just fir Gruppen déi schon existéieren'; -$labels['importdesc'] = 'Du kanns Kontakter aus engem existéierenden Adressbuch eroplueden.
Mir ënnerstëtze momentan en Adress-Import vum vCard- oder CSV (mat Komma getrennt)-Date-Format.'; $labels['done'] = 'Erleedegt'; $labels['settingsfor'] = 'Astellunge fir'; $labels['about'] = 'Iwwert'; diff --git a/program/localization/lb_LU/messages.inc b/program/localization/lb_LU/messages.inc index 2dae43f1c..ed592812d 100644 --- a/program/localization/lb_LU/messages.inc +++ b/program/localization/lb_LU/messages.inc @@ -33,7 +33,6 @@ $messages['erroroverquotadelete'] = 'Et ass net méi genuch Plaz um Disk. Benotz $messages['invalidrequest'] = 'Ongëlteg Ufro! Et goufe keng Date gespäichert.'; $messages['invalidhost'] = 'Ongëltege Server-Numm.'; $messages['nomessagesfound'] = 'Keng Messagen an der Mailbox fonnt.'; -$messages['loggedout'] = 'Du hues dech erfollegräich ofgemellt. Äddi!'; $messages['mailboxempty'] = 'D\'Mailbox ass eidel'; $messages['nomessages'] = 'Keng Messagen'; $messages['refreshing'] = 'Lueden nei...'; diff --git a/program/localization/lt_LT/labels.inc b/program/localization/lt_LT/labels.inc index 22c237524..6ee78e1f1 100644 --- a/program/localization/lt_LT/labels.inc +++ b/program/localization/lt_LT/labels.inc @@ -147,6 +147,7 @@ $labels['last'] = 'Paskutinis'; $labels['previous'] = 'Ankstesnis'; $labels['next'] = 'Sekantis'; $labels['select'] = 'Pažymėti'; +$labels['selection'] = 'Žymėjimas'; $labels['all'] = 'visus'; $labels['none'] = 'Nieko'; $labels['currpage'] = 'matomus šiame puslapyje'; @@ -195,6 +196,8 @@ $labels['folderactions'] = 'Veiksmai su aplankais…'; $labels['compact'] = 'Suglaudinti'; $labels['empty'] = 'Ištuštinti'; $labels['importmessages'] = 'Importuoti laiškus'; +$labels['mailimportdesc'] = 'Jūs galite įkelti paštą, naudodami failus MIME ar Mbox formatu.'; +$labels['mailimportzip'] = 'Keli failai gali būti suglaudinti į zip archyvus.'; $labels['quota'] = 'Disko naudojimas'; $labels['unknown'] = 'nežinomas'; $labels['unlimited'] = 'neribotas'; @@ -255,6 +258,8 @@ $labels['keyexpired'] = 'Nebegalioja'; $labels['keyrevoked'] = 'Atšauktas'; $labels['bccinstead'] = 'Naudoti Bcc'; $labels['addheader'] = 'Pridėti gavėją (antraštė)'; +$labels['insert'] = 'Įterpti'; +$labels['insertcontact'] = 'Įterpti adresatą(-us)'; $labels['recipient'] = 'Gavėjas'; $labels['recipientedit'] = 'Gavėjo taisymas'; $labels['editidents'] = 'Tvarkyti tapatybes'; @@ -294,8 +299,9 @@ $labels['alwaysshow'] = 'Visada rodyti paveikslėlius $sender laiškuose'; $labels['alwaysallow'] = 'Visada leisti nuo $sender'; $labels['isdraft'] = 'Tai – laiško juodraštis.'; $labels['andnmore'] = '$nr daugiau...'; +$labels['details'] = 'Išsamiau'; $labels['headers'] = 'Antraštės'; -$labels['envelope'] = 'Vokas'; +$labels['allheaders'] = 'Visos antraštės...'; $labels['togglemoreheaders'] = 'Rodyti daugiau antraščių'; $labels['togglefullheaders'] = 'Įjungti/išjungti neapdorotas laiškų antraštes'; $labels['htmltoggle'] = 'HTML'; @@ -425,7 +431,7 @@ $labels['importreplace'] = 'Perrašyti visą adresų knygą'; $labels['importgroups'] = 'Importuoti priskyrimus grupėms'; $labels['importgroupsall'] = 'Visus (sukurti trūkstamas grupes)'; $labels['importgroupsexisting'] = 'Tik esamoms grupėms'; -$labels['importdesc'] = 'Galite įkelti kontaktus iš jau turimos adresų knygos.
Šiuo metu galima importuoti kontaktus iš vCard arba CSV (comma-separated) duomenų formatų.'; +$labels['importdesc'] = 'Galite įkelti kontaktus iš jau turimos adresų knygos.
Šiuo metu galima importuoti kontaktus iš vCard ar CSV (comma-separated) duomenų formatų.'; $labels['done'] = 'Baigta'; $labels['settingsfor'] = 'Nuostatos'; $labels['about'] = 'Apie'; diff --git a/program/localization/lt_LT/messages.inc b/program/localization/lt_LT/messages.inc index 3475ceee7..26c7fe706 100644 --- a/program/localization/lt_LT/messages.inc +++ b/program/localization/lt_LT/messages.inc @@ -34,7 +34,7 @@ $messages['erroroverquotadelete'] = 'Diske trūksta laisvos vietos. Laiškui pa $messages['invalidrequest'] = 'Netinkama užklausa! Duomenys neišsaugoti.'; $messages['invalidhost'] = 'Negalimas serverio vardas.'; $messages['nomessagesfound'] = 'Šioje pašto dėžutėje laiškų nėra.'; -$messages['loggedout'] = 'Jūs sėkmingai atsijungėte. Iki kito karto!'; +$messages['loggedout'] = 'Jūs sėkmingai užbaigėte sesiją. Viso gero!'; $messages['mailboxempty'] = 'Pašto dėžutė tuščia.'; $messages['nomessages'] = 'Laiškų nėra'; $messages['refreshing'] = 'Atnaujinama…'; @@ -83,6 +83,7 @@ $messages['deletecontactconfirm'] = 'Ar tikrai pašalinti pažymėtą(-us) adre $messages['deletegroupconfirm'] = 'Ar tikrai pašalinti pažymėtą grupę?'; $messages['deletemessagesconfirm'] = 'Ar tikrai pašalinti pažymėtą(-us) laišką(-us)?'; $messages['deletefolderconfirm'] = 'Ar tikrai pašalinti šį aplanką?'; +$messages['movefolderconfirm'] = 'Ar tikrai norite perkelti šį aplanką?'; $messages['purgefolderconfirm'] = 'Ar tikrai pašalinti visus šiame aplanke esančius laiškus?'; $messages['contactdeleting'] = 'Adresatas(-ai) šalinamas(-i)…'; $messages['groupdeleting'] = 'Grupė šalinama…'; diff --git a/program/localization/lv_LV/labels.inc b/program/localization/lv_LV/labels.inc index 5d2510e01..b0cd56482 100644 --- a/program/localization/lv_LV/labels.inc +++ b/program/localization/lv_LV/labels.inc @@ -254,6 +254,7 @@ $labels['keyexpired'] = 'Beidzies termiņš'; $labels['keyrevoked'] = 'Atsaukta'; $labels['bccinstead'] = 'Lietot Bcc'; $labels['addheader'] = 'Pievienot adresātu (galvenē)'; +$labels['insert'] = 'Ievietot'; $labels['recipient'] = 'Saņēmējs'; $labels['editidents'] = 'Rediģēt identitātes'; $labels['spellcheck'] = 'Izrunāt'; @@ -293,7 +294,6 @@ $labels['alwaysallow'] = 'Vienmēr atļaut no sūtītāja $sender'; $labels['isdraft'] = 'Šis ir melnraksts.'; $labels['andnmore'] = '$nr vairāk...'; $labels['headers'] = 'Galvene'; -$labels['envelope'] = 'Aploksne'; $labels['togglemoreheaders'] = 'Rādīt galvenes papildus informāciju'; $labels['togglefullheaders'] = 'Slēpt galvenes papildus informāciju'; $labels['htmltoggle'] = 'HTML'; @@ -413,7 +413,6 @@ $labels['importreplace'] = 'Aizvietot visu adrešu grāmatu'; $labels['importgroups'] = 'Importēt grupu piesaistes'; $labels['importgroupsall'] = 'Visus (ja nepieciešams, izveidojiet grupas)'; $labels['importgroupsexisting'] = 'Tikai esošām grupām'; -$labels['importdesc'] = 'Jūs varat ieimportēt kontaktus no jau esošas adrešu grāmatas.
Uz doto brīdi tiek atbalstīti vCard vai CSV (ar komatu atdalītie) datu formāti.'; $labels['done'] = 'Pabeigts'; $labels['settingsfor'] = 'Iestatījumi'; $labels['about'] = 'Par'; diff --git a/program/localization/lv_LV/messages.inc b/program/localization/lv_LV/messages.inc index a71f48094..3f4251661 100644 --- a/program/localization/lv_LV/messages.inc +++ b/program/localization/lv_LV/messages.inc @@ -34,7 +34,6 @@ $messages['erroroverquotadelete'] = 'Uz diska nav brīvas vietas. Lai dzēstu v $messages['invalidrequest'] = 'Nederīgs pieprasījums! Dati netika saglabāti ...'; $messages['invalidhost'] = 'Nederīgs servera nosaukums'; $messages['nomessagesfound'] = 'Šajā pastkastē nav vēstuļu'; -$messages['loggedout'] = 'Jūs esat veiksmīgi atslēdzies no sistēmas. Uz redzēšanos!'; $messages['mailboxempty'] = 'Pastkaste ir tukša'; $messages['nomessages'] = 'Nav nevienas vēstules'; $messages['refreshing'] = 'Atjauno...'; diff --git a/program/localization/mk_MK/labels.inc b/program/localization/mk_MK/labels.inc index a288145d7..e55b25342 100644 --- a/program/localization/mk_MK/labels.inc +++ b/program/localization/mk_MK/labels.inc @@ -238,6 +238,7 @@ $labels['keylength'] = 'Битови '; $labels['keyexpired'] = 'Истечено'; $labels['keyrevoked'] = 'Отповикан'; $labels['bccinstead'] = 'Користи Bcc'; +$labels['insert'] = 'Внеси '; $labels['recipient'] = 'Примач'; $labels['editidents'] = 'Уреди идентитети '; $labels['spellcheck'] = 'Правопис'; @@ -390,7 +391,6 @@ $labels['importreplace'] = 'Замени го целиот именик'; $labels['importgroups'] = 'Внеси задачи за група '; $labels['importgroupsall'] = 'Сите (создај групи ако е потребно)'; $labels['importgroupsexisting'] = 'Само за постоечки групи '; -$labels['importdesc'] = 'Можете да прикачите контакти од постоечки адресар.
Моментално подржуваме внесување адреси од vCard или CSV (одделени со запирка) дата формати.'; $labels['done'] = 'Завршено'; $labels['settingsfor'] = 'Нагодувања за'; $labels['about'] = 'За '; diff --git a/program/localization/mk_MK/messages.inc b/program/localization/mk_MK/messages.inc index 980620585..bbdad72ba 100644 --- a/program/localization/mk_MK/messages.inc +++ b/program/localization/mk_MK/messages.inc @@ -34,7 +34,6 @@ $messages['erroroverquotadelete'] = 'Немате повеќе слободно $messages['invalidrequest'] = 'Неважечко барање! Податоците не се зачувани.'; $messages['invalidhost'] = 'Името на серверот не е валидно.'; $messages['nomessagesfound'] = 'Немате писма во ова сандаче'; -$messages['loggedout'] = 'Успешно се одјавивте. Ви благодариме и довидување!'; $messages['mailboxempty'] = 'Поштенското сандаче е празно.'; $messages['nomessages'] = 'Нема пораки'; $messages['refreshing'] = 'Освежување...'; diff --git a/program/localization/mn_MN/messages.inc b/program/localization/mn_MN/messages.inc index 16e5cf8c5..ff7536052 100644 --- a/program/localization/mn_MN/messages.inc +++ b/program/localization/mn_MN/messages.inc @@ -33,7 +33,6 @@ $messages['erroroverquotadelete'] = 'Диск дүүрсэн. Захиа уст $messages['invalidrequest'] = 'Алдаатай хүсэлт! Мэдээлэл хадгалагдаагүй.'; $messages['invalidhost'] = 'Серверийн нэр буруу.'; $messages['nomessagesfound'] = 'Захианы хавтсанд захиа байхгүй байна.'; -$messages['loggedout'] = 'Та холболтоо амжилттай салгалаа. Баяртай!'; $messages['mailboxempty'] = 'Захианы хавтас хоосон байна'; $messages['nomessages'] = 'Захиа байхгүй байна'; $messages['refreshing'] = 'Шинэчилж байна...'; diff --git a/program/localization/mr_IN/messages.inc b/program/localization/mr_IN/messages.inc index 3c1ce14a7..161e39217 100644 --- a/program/localization/mr_IN/messages.inc +++ b/program/localization/mr_IN/messages.inc @@ -27,7 +27,6 @@ $messages['errorreadonly'] = 'कृती करण्यास असमर् $messages['errornoperm'] = 'कृती करण्यास असमर्थ, परवानगी अमान्य'; $messages['invalidrequest'] = 'अवैध विनंती! माहिती साठवलेली नाही.'; $messages['nomessagesfound'] = 'या खात्यामधे कोणताही संदेश आलेला नाही'; -$messages['loggedout'] = 'तुम्ही यशस्वीरित्या खाते बंद केले आहे . राम राम !'; $messages['loading'] = 'संदेश आणत आहे'; $messages['uploading'] = 'फाईल चढवली जात आहे...'; $messages['loadingdata'] = 'माहिती आणत आहे'; diff --git a/program/localization/ms_MY/messages.inc b/program/localization/ms_MY/messages.inc index b2f26cf51..390d1b8e1 100644 --- a/program/localization/ms_MY/messages.inc +++ b/program/localization/ms_MY/messages.inc @@ -20,7 +20,6 @@ $messages['cookiesdisabled'] = 'Pelayar anda tidak menerima cookies'; $messages['sessionerror'] = 'Sesi anda tidak sah atau telah tamat'; $messages['storageerror'] = 'Sambungan ke pelayan IMAP gagal'; $messages['nomessagesfound'] = 'Tiada mesej dijumpai dalam kotak mel ini'; -$messages['loggedout'] = 'Sesi anda telah tamat. Selamat tinggal!'; $messages['loading'] = 'Memuat...'; $messages['loadingdata'] = 'Memuat data...'; $messages['checkingmail'] = 'Menyemak mesej baru...'; diff --git a/program/localization/nb_NO/labels.inc b/program/localization/nb_NO/labels.inc index 94d7ac6ac..a6c9184a3 100644 --- a/program/localization/nb_NO/labels.inc +++ b/program/localization/nb_NO/labels.inc @@ -200,6 +200,7 @@ $labels['returnreceipt'] = 'Be om kvittering'; $labels['dsn'] = 'Leveringsstatus varsling'; $labels['mailreplyintro'] = 'Den $date, skrev $sender:'; $labels['originalmessage'] = 'Opprinnelig melding'; +$labels['insert'] = 'Sett inn'; $labels['recipient'] = 'Mottaker'; $labels['editidents'] = 'Endre identiteter'; $labels['spellcheck'] = 'Stavekontroll'; @@ -334,7 +335,6 @@ $labels['importreplace'] = 'Erstatt hele adresseboken'; $labels['importgroups'] = 'Importer gruppetilordninger'; $labels['importgroupsall'] = 'Alle (opprett grupper hvis nødvendig)'; $labels['importgroupsexisting'] = 'Bare for eksisterende grupper'; -$labels['importdesc'] = 'Du kan laste opp kontakter fra en eksisterende adressebok.
Vi støtter adressebøker i vCard eller CSV (kommaseparert) .'; $labels['done'] = 'Fullført'; $labels['settingsfor'] = 'Innstillinger for'; $labels['about'] = 'Om'; diff --git a/program/localization/nb_NO/messages.inc b/program/localization/nb_NO/messages.inc index fc41748fa..41428255b 100644 --- a/program/localization/nb_NO/messages.inc +++ b/program/localization/nb_NO/messages.inc @@ -31,7 +31,6 @@ $messages['erroroverquotadelete'] = 'Ingen ledig plass på disk. Bruk SHIFT+DEL $messages['invalidrequest'] = 'Ugyldig forespørsel! Ingen data ble lagret.'; $messages['invalidhost'] = 'Ugyldig servernavn.'; $messages['nomessagesfound'] = 'Det ble ikke funnet noen meldinger i denne mappen'; -$messages['loggedout'] = 'Du er logget av webmail. Ha det bra!'; $messages['mailboxempty'] = 'Mappen er tom'; $messages['nomessages'] = 'Ingen meldinger'; $messages['refreshing'] = 'Oppdaterer …'; diff --git a/program/localization/ne_NP/messages.inc b/program/localization/ne_NP/messages.inc index 9255037a8..553a705f4 100644 --- a/program/localization/ne_NP/messages.inc +++ b/program/localization/ne_NP/messages.inc @@ -20,7 +20,6 @@ $messages['cookiesdisabled'] = 'तपाईको ब्राऊसरले $messages['sessionerror'] = 'सत्र समाप्त वा अवैद्य'; $messages['storageerror'] = 'सर्वर संग सम्पर्क हुन पाएन'; $messages['nomessagesfound'] = 'यो मेलबक्स मा कुनै मेल छैन'; -$messages['loggedout'] = 'सत्र समाप्त । नमास्कार!'; $messages['loading'] = 'लोड भईरहेको छ...'; $messages['loadingdata'] = 'डाटा लोड भईरहेको छै...'; $messages['checkingmail'] = 'नया मेलको खोजी भईरहेको छ...'; diff --git a/program/localization/nl_BE/messages.inc b/program/localization/nl_BE/messages.inc index 33570cc8b..c3fdf8e2c 100644 --- a/program/localization/nl_BE/messages.inc +++ b/program/localization/nl_BE/messages.inc @@ -34,7 +34,6 @@ $messages['erroroverquotadelete'] = 'Geen vrije schijfruimte. Gebruik SHIFT+DEL $messages['invalidrequest'] = 'Ongeldige aanvraag! Er zijn geen gegevens opgeslagen.'; $messages['invalidhost'] = 'Ongeldige server.'; $messages['nomessagesfound'] = 'Er zijn geen berichten in deze map...'; -$messages['loggedout'] = 'U bent nu afgemeld. Tot ziens!'; $messages['mailboxempty'] = 'Mailbox is leeg'; $messages['nomessages'] = 'Geen berichten'; $messages['refreshing'] = 'Bezig met vernieuwen...'; diff --git a/program/localization/nl_NL/labels.inc b/program/localization/nl_NL/labels.inc index 47d54c3bf..f9870c091 100644 --- a/program/localization/nl_NL/labels.inc +++ b/program/localization/nl_NL/labels.inc @@ -20,6 +20,7 @@ $labels['username'] = 'Gebruikersnaam'; $labels['password'] = 'Wachtwoord'; $labels['server'] = 'Server'; $labels['login'] = 'Inloggen'; +$labels['menu'] = 'Menu'; $labels['logout'] = 'Uitloggen'; $labels['mail'] = 'E-mail'; $labels['settings'] = 'Instellingen'; @@ -44,6 +45,7 @@ $labels['priority'] = 'Prioriteit'; $labels['organization'] = 'Organisatie'; $labels['readstatus'] = 'Gelezen?'; $labels['listoptions'] = 'Lijstopties...'; +$labels['listoptionstitle'] = 'Lijst Opties'; $labels['mailboxlist'] = 'Mappen'; $labels['messagesfromto'] = 'Bericht $from t/m $to van $count'; $labels['threadsfromto'] = 'Conversatie $from t/m $to van $count'; @@ -112,6 +114,8 @@ $labels['forward'] = 'Doorsturen'; $labels['forwardinline'] = 'Doorsturen in bericht'; $labels['forwardattachment'] = 'Doorsturen als bijlage'; $labels['forwardmessage'] = 'Bericht doorsturen'; +$labels['bouncemsg'] = 'Opnieuw verzenden (kaatsen)'; +$labels['bounce'] = 'Opnieuw verzenden'; $labels['deletemessage'] = 'Verwijder het bericht'; $labels['movemessagetotrash'] = 'Verplaats het bericht naar de prullenbak'; $labels['printmessage'] = 'Dit bericht afdrukken'; @@ -128,18 +132,22 @@ $labels['markunread'] = 'Ongelezen'; $labels['markflagged'] = 'Gemarkeerd'; $labels['markunflagged'] = 'Niet-gemarkeerd'; $labels['moreactions'] = 'Meer acties...'; -$labels['markallread'] = 'Markeren alles als gelezen'; +$labels['markallread'] = 'Markeer alles als gelezen'; $labels['folders-cur'] = 'Alleen geselecteerde map '; -$labels['folders-sub'] = 'Geselecteerde folder en zijn submap'; +$labels['folders-sub'] = 'Geselecteerde map en sub-mapppen'; $labels['folders-all'] = 'Alle mappen'; $labels['more'] = 'Meer'; $labels['back'] = 'Terug'; $labels['options'] = 'Opties'; +$labels['composeoptions'] = 'Opties voor opstellen'; +$labels['optionsandattachments'] = 'Opties en bijlages'; +$labels['actions'] = 'Acties'; $labels['first'] = 'Eerste'; $labels['last'] = 'Laatste'; $labels['previous'] = 'Vorige'; $labels['next'] = 'Volgende'; $labels['select'] = 'Selecteer'; +$labels['selection'] = 'Selectie'; $labels['all'] = 'Allemaal'; $labels['none'] = 'Geen'; $labels['currpage'] = 'Huidige pagina'; @@ -176,14 +184,20 @@ $labels['listcolumns'] = 'Kolommen'; $labels['listsorting'] = 'Sorteer op kolom'; $labels['listorder'] = 'Sorteervolgorde'; $labels['listmode'] = 'Lijstweergave'; -$labels['layout'] = 'Layout'; +$labels['lmode'] = 'Lijst modus'; +$labels['layout'] = 'Indeling'; $labels['layoutwidescreen'] = 'Breedbeeld'; -$labels['layoutdesktop'] = 'Desktop'; +$labels['layoutdesktop'] = 'Bureaublad'; $labels['layoutlist'] = 'Lijst'; +$labels['layoutwidescreendesc'] = 'Breedbeeld (3 kolommen)'; +$labels['layoutdesktopdesc'] = 'Bureaublad (Brede lijst en voorbeeld van bericht onder)'; +$labels['layoutlistdesc'] = 'Lijst (geen voorbeeld van bericht)'; $labels['folderactions'] = 'Mapacties...'; $labels['compact'] = 'Opschonen'; $labels['empty'] = 'Legen'; $labels['importmessages'] = 'Berichten importeren'; +$labels['mailimportdesc'] = 'U kunt e-mail uploaden met bestanden in MIME- of Mbox-formaat.'; +$labels['mailimportzip'] = 'Meerdere bestanden kunnen gecomprimeerd worden in zip-bestanden.'; $labels['quota'] = 'Opslagverbruik'; $labels['unknown'] = 'onbekend'; $labels['unlimited'] = 'onbeperkt'; @@ -192,7 +206,11 @@ $labels['quotatotal'] = 'Limiet'; $labels['quotaused'] = 'Gebruikt'; $labels['quotastorage'] = 'Schijfruimte'; $labels['quotamessage'] = 'Aantal berichten'; +$labels['shortheaderdate'] = 'Op $date'; +$labels['shortheaderto'] = 'Naar $to op $date'; +$labels['shortheaderfrom'] = 'Van $to op $date'; $labels['quicksearch'] = 'Snel zoeken'; +$labels['searchplaceholder'] = 'Zoeken...'; $labels['resetsearch'] = 'Wis zoekopdracht'; $labels['searchmod'] = 'Zoekopties'; $labels['msgtext'] = 'Gehele bericht'; @@ -233,12 +251,16 @@ $labels['encryptmessage'] = 'Versleutel bericht'; $labels['encryptmessagemailvelope'] = 'Versleutel bericht met Mailvelope'; $labels['importpubkeys'] = 'Publieke sleutels importeren'; $labels['encryptedsendialog'] = 'Versleuteld bericht versturen'; +$labels['encryptandsign'] = 'Versleutelen en ondertekenen'; $labels['keyid'] = 'Sleutel ID'; $labels['keylength'] = 'Bits'; $labels['keyexpired'] = 'Verlopen'; $labels['keyrevoked'] = 'Ingetrokken'; $labels['bccinstead'] = 'Bcc gebruiken'; +$labels['addheader'] = 'Ontvanger toevoegen (header)'; +$labels['insert'] = 'Invoegen'; $labels['recipient'] = 'Ontvanger'; +$labels['recipientedit'] = 'Ontvanger aanpassen'; $labels['editidents'] = 'Identiteiten bewerken'; $labels['spellcheck'] = 'Spelling'; $labels['checkspelling'] = 'Controleer spelling'; @@ -271,9 +293,14 @@ $labels['high'] = 'Hoog'; $labels['highest'] = 'Hoogste'; $labels['nosubject'] = '(geen onderwerp)'; $labels['showimages'] = 'Toon afbeeldingen'; +$labels['allow'] = 'Toestaan'; $labels['alwaysshow'] = 'Afbeeldingen van $sender altijd tonen'; +$labels['alwaysallow'] = 'Altijd van $sender toestaan'; $labels['isdraft'] = 'Dit is een conceptbericht.'; $labels['andnmore'] = '$nr meer...'; +$labels['details'] = 'Details'; +$labels['headers'] = 'Headers'; +$labels['allheaders'] = 'Alle headers...'; $labels['togglemoreheaders'] = 'Toon meer berichtheaders'; $labels['togglefullheaders'] = 'Originele berichtheaders aan/uit'; $labels['htmltoggle'] = 'Opgemaakt (HTML)'; @@ -289,6 +316,14 @@ $labels['mdnrequest'] = 'De afzender van dit bericht heeft gevraagd een melding $labels['receiptread'] = 'Ontvangstbevestiging (gelezen)'; $labels['yourmessage'] = 'Dit is een ontvangstbevestiging voor uw bericht'; $labels['receiptnote'] = 'Let op: Dit bevestigt alleen dat uw bericht bij de geadresseerde is weergegeven. Er is geen garantie dat de geadresseerde het bericht daadwerkelijk heeft gelezen of de inhoud ervan heeft begrepen.'; +$labels['zoomin'] = 'Inzoomen'; +$labels['zoomout'] = 'Uitzoomen'; +$labels['rotate'] = 'Draaien'; +$labels['increaseimage'] = 'Afbeelding vergroten'; +$labels['decreaseimage'] = 'Afbeelding verkleinen'; +$labels['rotateimage'] = 'Afbeelding draaien'; +$labels['showtools'] = 'Afbeelding opties weergeven'; +$labels['hidetools'] = 'Afbeelding opties verbergen'; $labels['name'] = 'Weergavenaam'; $labels['firstname'] = 'Voornaam'; $labels['surname'] = 'Achternaam'; @@ -354,6 +389,8 @@ $labels['cancel'] = 'Annuleren'; $labels['save'] = 'Opslaan'; $labels['delete'] = 'Verwijder'; $labels['discard'] = 'Weggooien'; +$labels['continue'] = 'Doorgaan'; +$labels['ok'] = 'OK'; $labels['rename'] = 'Hernoemen'; $labels['addphoto'] = 'Toevoegen'; $labels['replacephoto'] = 'Vervangen'; @@ -371,6 +408,8 @@ $labels['newgroup'] = 'Nieuwe groep maken'; $labels['addgroup'] = 'Groep toevoegen'; $labels['grouprename'] = 'Groep hernoemen'; $labels['groupdelete'] = 'Groep verwijderen'; +$labels['groupassign'] = 'Aan groep toevoegen...'; +$labels['groupremove'] = 'Van groep verwijderen...'; $labels['groupremoveselected'] = 'Verwijder geselecteerde contactpersonen van groep'; $labels['uponelevel'] = 'Een niveau omhoog'; $labels['previouspage'] = 'Vorige pagina'; @@ -391,7 +430,7 @@ $labels['importreplace'] = 'Vervang het complete adresboek'; $labels['importgroups'] = 'Importeer groepstoewijzingen'; $labels['importgroupsall'] = 'Allemaal (maak groepen aan indien nodig)'; $labels['importgroupsexisting'] = 'Alleen voor bestaande groepen'; -$labels['importdesc'] = 'U kunt contactpersonen uploaden van een bestaand adresboek
Momenteel wordt het importeren van adresboeken in vCard-formaat of CSV-formaat (kommagescheiden tekstbestand) ondersteund.'; +$labels['importdesc'] = 'U kunt contactpersonen uploaden van een bestaand adresboek.
Op dit moment ondersteunen we het importeren van adresboeken in vCard-en CSV-formaat (kommagescheiden tekstbestand).'; $labels['done'] = 'Klaar'; $labels['settingsfor'] = 'Instellingen voor'; $labels['about'] = 'Over'; @@ -445,6 +484,7 @@ $labels['skipdeleted'] = 'Verwijderde berichten niet tonen'; $labels['deletealways'] = 'Verwijder bericht wanneer verplaatsen naar Prullenbak mislukt'; $labels['deletejunk'] = 'Verwijder direct berichten in Spam'; $labels['showremoteimages'] = 'Externe afbeeldingen weergeven'; +$labels['allowremoteresources'] = 'Externe bronnen toestaan (afbeeldingen, stijlen)'; $labels['fromknownsenders'] = 'van bekende afzenders'; $labels['always'] = 'altijd'; $labels['alwaysbutplain'] = 'altijd, behalve bij antwoord in tekst zonder opmaak'; @@ -477,6 +517,7 @@ $labels['signatureoptions'] = 'Instellingen voor ondertekening'; $labels['whenreplying'] = 'Bij antwoorden'; $labels['replyempty'] = 'het oorspronkelijke bericht niet citeren'; $labels['replytopposting'] = 'begin bericht boven het origineel'; +$labels['replytoppostingnoindent'] = 'begin nieuw bericht boven het origineel (geen inspringing)'; $labels['replybottomposting'] = 'begin bericht onder het origineel'; $labels['replyremovesignature'] = 'Verwijder oorspronkelijke ondertekening van bericht bij beantwoorden'; $labels['autoaddsignature'] = 'Ondertekening automatisch toevoegen'; @@ -485,6 +526,7 @@ $labels['replyandforwardonly'] = 'alleen bij antwoorden en doorsturen'; $labels['insertsignature'] = 'Ondertekening invoegen'; $labels['sigbelow'] = 'Plaats ondertekening onder het geciteerde bericht'; $labels['sigseparator'] = 'Forceer standaard scheidingsteken in ondertekeningen'; +$labels['automarkread'] = 'Markeer berichten als gelezen'; $labels['afternseconds'] = 'na $n seconden'; $labels['reqmdn'] = 'Vraag altijd een ontvangstbevestiging'; $labels['reqdsn'] = 'Vraag altijd om een afleveringsbericht'; @@ -527,10 +569,19 @@ $labels['personalfolder'] = 'Privémap'; $labels['otherfolder'] = 'Map van andere gebruiker'; $labels['sharedfolder'] = 'Publieke map'; $labels['findfolders'] = 'Zoek mappen'; +$labels['findcontacts'] = 'Zoek contactpersonen'; +$labels['findmail'] = 'Zoek berichten'; $labels['namespace.personal'] = 'Persoonlijk'; $labels['namespace.other'] = 'Andere gebruikers'; $labels['namespace.shared'] = 'Gedeeld'; +$labels['dualuselabel'] = 'Bevat alleen'; +$labels['dualusemail'] = 'berichten'; +$labels['dualusefolder'] = 'mappen'; +$labels['generate'] = 'Aanmaken'; $labels['encryptioncreatekey'] = 'Maak een nieuw sleutelpaar aan'; +$labels['openmailvelopesettings'] = 'open Mailvelope Instellingen'; +$labels['encryptionprivkeysinmailvelope'] = 'U heeft $nr overeenkomende privé sleutels opgeslagen in Mailvelope'; +$labels['encryptionnoprivkeysinmailvelope'] = 'Deze afzender zijn indentiteit heeft (nog) geen PGP privé sleutels opgeslagen in uw Mailvelope extensie. Wilt u deze aanmaken om versleuteling van berichten in te kunnen schakelen?'; $labels['sortby'] = 'Sorteer op'; $labels['sortasc'] = 'Sorteer oplopend'; $labels['sortdesc'] = 'Sorteer aflopend'; @@ -541,6 +592,13 @@ $labels['version'] = 'Versie'; $labels['source'] = 'Broncode'; $labels['license'] = 'Licentie'; $labels['support'] = 'Hulp nodig?'; +$labels['savedsearches'] = 'Opgeslagen zoekacties'; +$labels['dateformatY'] = 'JJJJ'; +$labels['dateformaty'] = 'JJ'; +$labels['dateformatm'] = 'MM'; +$labels['dateformatd'] = 'DD'; +$labels['dateformatj'] = 'D'; +$labels['dateformatn'] = 'M'; $labels['B'] = 'B'; $labels['KB'] = 'KB'; $labels['MB'] = 'MB'; @@ -591,10 +649,13 @@ $labels['arialabelmessageheaders'] = 'Berichtheaders'; $labels['arialabelforwardingoptions'] = 'Opties voor doorsturen'; $labels['arialabelreplyalloptions'] = 'Opties voor iedereen beantwoorden'; $labels['arialabelmoremessageactions'] = 'Meer berichtacties'; +$labels['arialabelmorecontactactions'] = 'Meer contacten acties'; $labels['arialabelmarkmessagesas'] = 'Geselecteerde berichten markeren als...'; $labels['arialabelcomposeoptions'] = 'Opties voor opstellen'; $labels['arialabelresponsesmenu'] = 'Menu voor standaardreacties'; $labels['arialabelattachmentuploadform'] = 'Uploadformulier voor bijlagen'; +$labels['arialabelattachmentmenu'] = 'Opties voor bijlagen'; +$labels['arialabelmailtomenu'] = 'opties voor email adressen'; $labels['arialabelattachmentpreview'] = 'Voorbeeldweergave van bijlagen'; $labels['ariasummarycomposecontacts'] = 'Lijst van contacten en groepen om als ontvanger te selecteren'; $labels['arialabelcontactexportoptions'] = 'Opties voor contacten exporteren'; @@ -603,6 +664,9 @@ $labels['arialabelpreferencesform'] = 'Formulier voor instellingen'; $labels['arialabelidentityeditfrom'] = 'Formulier voor identiteit bewerken'; $labels['arialabelresonseeditfrom'] = 'Formulier voor bewerken antwoord'; $labels['arialabelsearchterms'] = 'Zoekwoorden'; +$labels['arialabeldropactionmenu'] = 'Sleep actie menu'; +$labels['arialabelheadersmenu'] = 'Ontvanger (header) toevoegen menu'; +$labels['arialabelimagetools'] = 'Afbeelding opties'; $labels['helplistnavigation'] = 'Overzicht met sneltoetsen'; $labels['helplistkeyboardnavigation'] = "Pijl omhoog/omlaag: Verander actieve rij of selectie. Spatiebalk: Selecteer actieve rij. diff --git a/program/localization/nl_NL/messages.inc b/program/localization/nl_NL/messages.inc index 9f7ff8c70..5e08056b1 100644 --- a/program/localization/nl_NL/messages.inc +++ b/program/localization/nl_NL/messages.inc @@ -51,10 +51,12 @@ $messages['messagesaved'] = 'Bericht opgeslagen in Concepten.'; $messages['successfullysaved'] = 'Succesvol opgeslagen.'; $messages['savingresponse'] = 'Reactie wordt opgeslagen...'; $messages['deleteresponseconfirm'] = 'Weet u zeker dat u deze reactie wilt verwijderen?'; +$messages['nocontactselected'] = 'U heeft nog geen contactpersoon geselecteerd.'; $messages['addedsuccessfully'] = 'Contactpersoon succesvol toegevoegd aan het adresboek.'; $messages['contactexists'] = 'Er bestaat al een contactpersoon met hetzelfde e-mailadres.'; $messages['contactnameexists'] = 'Er bestaat al een contactpersoon met deze naam.'; $messages['blockedimages'] = 'Om uw privacy te beschermen zijn externe afbeeldingen geblokkeerd in dit bericht.'; +$messages['blockedresources'] = 'Om uw privacy te beschermen zijn externe afbeeldingen geblokkeerd in dit bericht.'; $messages['encryptedmessage'] = 'Dit is een versleuteld bericht en kan niet weergegeven worden. Excuses!'; $messages['externalmessagedecryption'] = 'Dit is een versleuteld bericht en kan ontsleuteld worden met uw browserextensie.'; $messages['nopubkeyfor'] = 'Geen geldige publieke sleutel gevonden voor $email'; @@ -75,10 +77,13 @@ $messages['errormoving'] = 'Kan bericht(en) niet verplaatsen.'; $messages['errorcopying'] = 'Kan bericht(en) niet kopiëren.'; $messages['errordeleting'] = 'Kan bericht(en) niet verwijderen.'; $messages['errormarking'] = 'Kan bericht(en) niet markeren.'; +$messages['alerttitle'] = 'Let op'; +$messages['confirmationtitle'] = 'Weet u zeker...'; $messages['deletecontactconfirm'] = 'Weet u zeker dat u de geselecteerde contact(en) wilt verwijderen?'; $messages['deletegroupconfirm'] = 'Weet u zeker dat u de geselecteerde groep wilt verwijderen?'; $messages['deletemessagesconfirm'] = 'Weet u zeker dat u de geselecteerde bericht(en) wilt verwijderen?'; $messages['deletefolderconfirm'] = 'Weet u zeker dat u deze map wilt verwijderen?'; +$messages['movefolderconfirm'] = 'Wilt u deze map echt verplaatsen?'; $messages['purgefolderconfirm'] = 'Weet u zeker dat u alle berichten in deze map wilt verwijderen?'; $messages['contactdeleting'] = 'Bezig met verwijderen van contact(en)...'; $messages['groupdeleting'] = 'Groep wordt verwijderd...'; @@ -91,6 +96,7 @@ $messages['noemailwarning'] = 'Geef een geldig e-mailadres op.'; $messages['nonamewarning'] = 'Vul een naam in.'; $messages['nopagesizewarning'] = 'Geef een paginagrootte op.'; $messages['nosenderwarning'] = 'Voer een e-mailadres van de afzender in.'; +$messages['recipientsadded'] = 'Ontvanger(s) succesvol toegevoegd.'; $messages['norecipientwarning'] = 'Geef tenminste één ontvanger op.'; $messages['disclosedrecipwarning'] = 'Ontvangers zien alle e-mail adressen. Gebruik het Bcc veld om de privacy van anderen te beschermen.'; $messages['disclosedreciptitle'] = 'Te veel publiek ontvangers'; @@ -160,6 +166,8 @@ $messages['smtpautherror'] = 'SMTP-fout ($code): Authenticatie mislukt.'; $messages['smtpfromerror'] = 'SMTP-fout ($code): Afzender "$from" kan niet ingesteld worden ($msg).'; $messages['smtptoerror'] = 'SMTP-fout ($code): Ontvanger "$to" kan niet toegevoegd worden ($msg).'; $messages['smtprecipientserror'] = 'SMTP-fout: Lijst met ontvangers kan niet verwerkt worden.'; +$messages['smtputf8error'] = 'SMTP-fout: server ondersteunt geen Unicode in het e-mailadres.'; +$messages['smtpsizeerror'] = 'SMTP-fout: berichtgrootte overschrijdt de serverlimit ($limit)'; $messages['smtperror'] = 'SMTP-fout: $msg'; $messages['emailformaterror'] = 'Ongeldig e-mailadres: $email'; $messages['toomanyrecipients'] = 'Te veel ontvangers. Reduceer het aantal ontvangers tot $max.'; diff --git a/program/localization/nn_NO/labels.inc b/program/localization/nn_NO/labels.inc index c1b8f0ad6..7d37389a8 100644 --- a/program/localization/nn_NO/labels.inc +++ b/program/localization/nn_NO/labels.inc @@ -186,6 +186,7 @@ $labels['returnreceipt'] = 'Epost-er-lest-kvittering'; $labels['dsn'] = 'Leveringsstatus'; $labels['mailreplyintro'] = 'Den $date skreiv $sender:'; $labels['originalmessage'] = 'Opphavleg melding'; +$labels['insert'] = 'Sett inn'; $labels['recipient'] = 'Mottakar'; $labels['editidents'] = 'Redigere identitetar'; $labels['spellcheck'] = 'Stavekontroll'; @@ -306,7 +307,6 @@ $labels['searchdelete'] = 'Slett søk'; $labels['import'] = 'Importer'; $labels['importcontacts'] = 'Importer kontaktar'; $labels['importreplace'] = 'Byt ut heile adresseboka'; -$labels['importdesc'] = 'Du kan laste opp kontaktar frå ei eksisterande adressebok.
Vi støttar adressebøker i formata vCard og CSV (kommaseparert).'; $labels['done'] = 'Ferdig'; $labels['settingsfor'] = 'Innstillingar for'; $labels['about'] = 'Om'; diff --git a/program/localization/nn_NO/messages.inc b/program/localization/nn_NO/messages.inc index ef8c50935..195071970 100644 --- a/program/localization/nn_NO/messages.inc +++ b/program/localization/nn_NO/messages.inc @@ -29,7 +29,6 @@ $messages['errornoperm'] = 'Klarte ikkje utføra handlinga. Nekta tilgang.'; $messages['invalidrequest'] = 'Eg forstår ingen ting! Ingen data lagra.'; $messages['invalidhost'] = 'Ugyldig tenarnamn.'; $messages['nomessagesfound'] = 'Ingen meldingar i denne postkassa.'; -$messages['loggedout'] = 'Du har avslutta økta. Ha det bra!'; $messages['refreshing'] = 'Oppdaterer …'; $messages['loading'] = 'Hentar …'; $messages['uploading'] = 'Lastar opp fil …'; diff --git a/program/localization/pl_PL/labels.inc b/program/localization/pl_PL/labels.inc index a9260dedc..fba0aa9f2 100644 --- a/program/localization/pl_PL/labels.inc +++ b/program/localization/pl_PL/labels.inc @@ -147,6 +147,7 @@ $labels['last'] = 'Ostatnia'; $labels['previous'] = 'Poprzednia'; $labels['next'] = 'Następna'; $labels['select'] = 'Zaznacz'; +$labels['selection'] = 'Zaznaczenie'; $labels['all'] = 'Wszystkie'; $labels['none'] = 'Brak'; $labels['currpage'] = 'Bieżąca strona'; @@ -195,6 +196,8 @@ $labels['folderactions'] = 'Działania na folderach...'; $labels['compact'] = 'Porządkuj'; $labels['empty'] = 'Opróżnij'; $labels['importmessages'] = 'Import wiadomości'; +$labels['mailimportdesc'] = 'Możesz zaimportować pliki w formacie MIME lub Mbox.'; +$labels['mailimportzip'] = 'Wiele plików może być skompresowane przy użyciu archiwum zip.'; $labels['quota'] = 'Użyte miejsce'; $labels['unknown'] = 'nieznane'; $labels['unlimited'] = 'bez limitu'; @@ -248,13 +251,16 @@ $labels['encryptmessage'] = 'Szyfruj wiadomość'; $labels['encryptmessagemailvelope'] = 'Szyfruj wiadomość używając Mailvelope'; $labels['importpubkeys'] = 'Importuj klucze publiczne'; $labels['encryptedsendialog'] = 'Wysyłanie zaszyfrowanej wiadomości'; +$labels['encryptandsign'] = 'Szyfruj i podpisz'; $labels['keyid'] = 'ID Klucza'; $labels['keylength'] = 'Bitów'; $labels['keyexpired'] = 'Przedawniony'; $labels['keyrevoked'] = 'Unieważniony'; $labels['bccinstead'] = 'Użyj Bcc'; $labels['addheader'] = 'Dodaj odbiorcę (nagłówek)'; +$labels['insert'] = 'Dodawanie'; $labels['recipient'] = 'Odbiorca'; +$labels['recipientedit'] = 'Edycja odbiorcy'; $labels['editidents'] = 'Edytuj tożsamości'; $labels['spellcheck'] = 'Pisownia'; $labels['checkspelling'] = 'Sprawdź pisownię'; @@ -292,8 +298,9 @@ $labels['alwaysshow'] = 'Zawsze wyświetlaj obrazki od $sender'; $labels['alwaysallow'] = 'Zawsze zezwalaj od $sender'; $labels['isdraft'] = 'To jest kopia robocza wiadomości.'; $labels['andnmore'] = '$nr więcej...'; +$labels['details'] = 'Szczegóły'; $labels['headers'] = 'Nagłówki'; -$labels['envelope'] = 'Koperta'; +$labels['allheaders'] = 'Wszystkie nagłówki...'; $labels['togglemoreheaders'] = 'Pokaż więcej nagłówków wiadomości'; $labels['togglefullheaders'] = 'Przełącz podgląd nagłówków wiadomości'; $labels['htmltoggle'] = 'HTML'; @@ -309,6 +316,14 @@ $labels['mdnrequest'] = 'Nadawca zażądał potwierdzenia przeczytania tej wiado $labels['receiptread'] = 'Potwierdzenie otrzymania'; $labels['yourmessage'] = 'To jest potwierdzenie dostarczenia Twojej wiadomości'; $labels['receiptnote'] = 'Uwaga: To potwierdzenie dostarczenia wiadomości oznacza tylko, że wiadomość została wyświetlona na komputerze adresata. Nie ma żadnej gwarancji, że odbiorca przeczytał czy też zrozumiał treść wiadomości.'; +$labels['zoomin'] = 'Zwiększ'; +$labels['zoomout'] = 'Zmniejsz'; +$labels['rotate'] = 'Obróć'; +$labels['increaseimage'] = 'Zwiększ rozmiar obrazu'; +$labels['decreaseimage'] = 'Zmniejsz rozmiar obrazu'; +$labels['rotateimage'] = 'Obróć obraz'; +$labels['showtools'] = 'Pokaż narzędzia obrazu'; +$labels['hidetools'] = 'Ukryj narzędzia obrazu'; $labels['name'] = 'Nazwa'; $labels['firstname'] = 'Imię'; $labels['surname'] = 'Nazwisko'; @@ -393,6 +408,8 @@ $labels['newgroup'] = 'Utwórz nową grupę'; $labels['addgroup'] = 'Dodaj grupę'; $labels['grouprename'] = 'Zmień nazwę grupy'; $labels['groupdelete'] = 'Usuń grupę'; +$labels['groupassign'] = 'Przypisz do grupy...'; +$labels['groupremove'] = 'Usuń z grupy'; $labels['groupremoveselected'] = 'Usuń wybrane kontakty z grupy'; $labels['uponelevel'] = 'Jeden poziom w górę'; $labels['previouspage'] = 'Poprzednia strona'; @@ -413,7 +430,7 @@ $labels['importreplace'] = 'Zastąp całą książkę adresową'; $labels['importgroups'] = 'Importuj powiązania z grupami'; $labels['importgroupsall'] = 'Wszystkie (utwórz grupy jeśli potrzeba)'; $labels['importgroupsexisting'] = 'Tylko do isniejących grup'; -$labels['importdesc'] = 'Import kontaktów z istniejącej książki adresowej.
Obecnie obsługiwany jest import w formacie vCard lub CSV (pola oddzielone przecinkiem).'; +$labels['importdesc'] = 'Możesz zaimportować kontakty z istniejącej książki adresowej.
Obecnie wspierany jest format vCard lub CSV (dane odzielone przecinkami).'; $labels['done'] = 'Wykonane'; $labels['settingsfor'] = 'Ustawienia dla'; $labels['about'] = 'O programie'; @@ -560,7 +577,11 @@ $labels['namespace.shared'] = 'Współdzielone'; $labels['dualuselabel'] = 'Może zawierać tylko'; $labels['dualusemail'] = 'wiadomości'; $labels['dualusefolder'] = 'foldery'; +$labels['generate'] = 'Generuj'; $labels['encryptioncreatekey'] = 'Utwórz nową parę kluczy'; +$labels['openmailvelopesettings'] = 'Otwórz ustawienia Mailvelope'; +$labels['encryptionprivkeysinmailvelope'] = 'Znaleziono $nr pasujących kluczy prywatnych w bazie Mailvelope:'; +$labels['encryptionnoprivkeysinmailvelope'] = 'Wybrana tożsamość nadawcy nie posiada pasującego klucza prywatnego w bazie Mailvelope. Czy chcesz utworzyć klucz pozwalający szyfrować wiadomości?'; $labels['sortby'] = 'Sortuj wg'; $labels['sortasc'] = 'Rosnąco'; $labels['sortdesc'] = 'Malejąco'; @@ -572,6 +593,12 @@ $labels['source'] = 'Źródła'; $labels['license'] = 'Licencja'; $labels['support'] = 'Wsparcie techniczne'; $labels['savedsearches'] = 'Zapisane wyszukiwania'; +$labels['dateformatY'] = 'RRRR'; +$labels['dateformaty'] = 'RR'; +$labels['dateformatm'] = 'MM'; +$labels['dateformatd'] = 'DD'; +$labels['dateformatj'] = 'D'; +$labels['dateformatn'] = 'M'; $labels['B'] = 'B'; $labels['KB'] = 'KB'; $labels['MB'] = 'MB'; @@ -622,6 +649,7 @@ $labels['arialabelmessageheaders'] = 'Nagłówki wiadomości'; $labels['arialabelforwardingoptions'] = 'Opcje przekazywania wiadomości'; $labels['arialabelreplyalloptions'] = 'Opcje odpowiedzi do wszystkich'; $labels['arialabelmoremessageactions'] = 'Więcej akcji'; +$labels['arialabelmorecontactactions'] = 'Więcej akcji'; $labels['arialabelmarkmessagesas'] = 'Oznacz wybrane wiadomości jako...'; $labels['arialabelcomposeoptions'] = 'Opcje kompozycji'; $labels['arialabelresponsesmenu'] = 'Menu zapisanych odpowiedzi'; @@ -638,6 +666,7 @@ $labels['arialabelresonseeditfrom'] = 'Formularz edycji odpowiedzi'; $labels['arialabelsearchterms'] = 'Szukana fraza'; $labels['arialabeldropactionmenu'] = 'Menu Przeciągnij-i-upuść'; $labels['arialabelheadersmenu'] = 'Menu dodawania odbiorcy (nagłóweka)'; +$labels['arialabelimagetools'] = 'Narzędzia obrazu'; $labels['helplistnavigation'] = 'Obsługa listy przy pomocy klawiatury'; $labels['helplistkeyboardnavigation'] = "Strzałki góra/dół: Oznaczanie/poruszanie się po wierszach. Spacja: Wybór bieżącego wiersza. diff --git a/program/localization/pl_PL/messages.inc b/program/localization/pl_PL/messages.inc index f9d6c7eda..44abf0404 100644 --- a/program/localization/pl_PL/messages.inc +++ b/program/localization/pl_PL/messages.inc @@ -34,7 +34,7 @@ $messages['erroroverquotadelete'] = 'Brak miejsca na dysku. Użyj SHIFT+DEL aby $messages['invalidrequest'] = 'Błędne żądanie! Nie zapisano danych.'; $messages['invalidhost'] = 'Błędna nazwa serwera.'; $messages['nomessagesfound'] = 'Brak wiadomości w skrzynce.'; -$messages['loggedout'] = 'Użytkownik wylogował się poprawnie.'; +$messages['loggedout'] = 'Sesja została zakończona poprawnie. Do widzenia!'; $messages['mailboxempty'] = 'Folder jest pusty'; $messages['nomessages'] = 'Brak wiadomości'; $messages['refreshing'] = 'Odświeżanie...'; @@ -51,6 +51,7 @@ $messages['messagesaved'] = 'Wiadomość została zapisana w folderze Kopie robo $messages['successfullysaved'] = 'Zapisano pomyślnie.'; $messages['savingresponse'] = 'Zapisywanie tekstu odpowiedzi...'; $messages['deleteresponseconfirm'] = 'Czy na pewno chcesz usunąć tą odpowiedź?'; +$messages['nocontactselected'] = 'Nie wybrałeś jeszcze kontaktu.'; $messages['addedsuccessfully'] = 'Kontakt został dodany.'; $messages['contactexists'] = 'Kontakt o podanym adresie e-mail już istnieje!'; $messages['contactnameexists'] = 'Kontakt z podaną nazwą już istnieje!'; @@ -82,6 +83,7 @@ $messages['deletecontactconfirm'] = 'Czy na pewno chcesz usunąć wybrane konta $messages['deletegroupconfirm'] = 'Czy na pewno chcesz usunąć wybraną grupę?'; $messages['deletemessagesconfirm'] = 'Czy na pewno chcesz usunąć wybrane wiadomości?'; $messages['deletefolderconfirm'] = 'Czy na pewno chcesz usunąć wybrany folder?'; +$messages['movefolderconfirm'] = 'Czy na pewno chcesz przenieść ten folder?'; $messages['purgefolderconfirm'] = 'Czy na pewno chcesz usunąć wszystkie wiadomości w tym folderze?'; $messages['contactdeleting'] = 'Usuwanie kontaktów...'; $messages['groupdeleting'] = 'Usuwanie grupy...'; @@ -94,6 +96,7 @@ $messages['noemailwarning'] = 'Podaj poprawny adres e-mail!'; $messages['nonamewarning'] = 'Podaj nazwę!'; $messages['nopagesizewarning'] = 'Podaj poprawną wartość!'; $messages['nosenderwarning'] = 'Podaj adres e-mail nadawcy!'; +$messages['recipientsadded'] = 'Odbiorcy zostali dodani pomyślnie.'; $messages['norecipientwarning'] = 'Podaj co najmniej jednego odbiorcę!'; $messages['disclosedrecipwarning'] = 'Wszyscy odbiorcy będą widzieć adresy e-mail innych. Aby temu zapobiec i chronić ich prywatność możesz użyć pola Bcc.'; $messages['disclosedreciptitle'] = 'Zbyt wielu publicznych odbiorców'; @@ -163,6 +166,7 @@ $messages['smtpautherror'] = 'Błąd SMTP ($code): Uwierzytelnianie nie powiodł $messages['smtpfromerror'] = 'Błąd SMTP ($code): Nie można ustawić nadawcy "$from" ($msg).'; $messages['smtptoerror'] = 'Błąd SMTP ($code): Nie można dodać odbiorcy "$to" ($msg).'; $messages['smtprecipientserror'] = 'Błąd SMTP: Parsowanie listy odbiorców nie powiodło się.'; +$messages['smtputf8error'] = 'Błąd SMTP: Serwer nie obsługuje znaków Unicode w adresach email.'; $messages['smtpsizeerror'] = 'Błąd SMTP: Rozmiar wiadomości przekracza limit ($limit)'; $messages['smtperror'] = 'Błąd SMTP: $msg'; $messages['emailformaterror'] = 'Błędny adres e-mail: $email'; @@ -196,6 +200,7 @@ $messages['invalidimageformat'] = 'Niepoprawny format obrazka.'; $messages['mispellingsfound'] = 'Wykryto błędy pisowni w tej wiadomości.'; $messages['parentnotwritable'] = 'Nie można utworzyć/przenieść folderu w wybrane miejsce. Brak upranień.'; $messages['messagetoobig'] = 'Ta część wiadomości jest zbyt duża aby ją przetworzyć.'; +$messages['attachmentvalidationerror'] = 'UWAGA! Ten załącznik jest podejrzany ponieważ jego typ nie jest zgodny z typem zadeklarownym w wiadomości. Jeśli nie ufasz temu nadawcy nie powinieneś otwierać go w przeglądarce, gdyż może zawierać złośliwe oprogramowanie.

Zadeklarowano: $expected; wykryto: $detected'; $messages['noscriptwarning'] = 'Uwaga: Usługa wymaga Javascriptu! Aby z niej skorzystać proszę włączyć obsługę języka Javascript w ustawieniach przeglądarki.'; $messages['messageissent'] = 'Wiadomość została już wysłana, jednak nie została zapisana. Czy chcesz ją zapisać teraz?'; $messages['errnotfound'] = 'Nie znaleziono pliku'; @@ -210,3 +215,9 @@ $messages['clicktoresumesession'] = 'Kliknij tutaj aby przywrócić poprzednią $messages['errcomposesession'] = 'Błąd sesji tworzenia'; $messages['errcomposesessionexplain'] = 'Wywoływana sesja nie została odnaleziona'; $messages['clicktocompose'] = 'Kliknij tutaj aby stworzyć nową wiadomość'; +$messages['nosupporterror'] = 'Ta funkcja nie jest obsługiwana w twojej przeglądarce.'; +$messages['siginserted'] = 'Podpis został dodany pomyślnie.'; +$messages['responseinserted'] = 'Odpowiedź została dodana pomyślnie.'; +$messages['listempty'] = 'Lista jest pusta.'; +$messages['listusebutton'] = 'Aby dodać nowy wpis użyj przycisk Utwórz.'; +$messages['keypaircreatesuccess'] = 'Pomyślnie utworzono parę kluczy dla $identity.'; diff --git a/program/localization/ps/messages.inc b/program/localization/ps/messages.inc index 8353a6bdf..284949933 100644 --- a/program/localization/ps/messages.inc +++ b/program/localization/ps/messages.inc @@ -20,7 +20,6 @@ $messages['cookiesdisabled'] = 'ستاسو لټوني ککوړي ونه منل'; $messages['sessionerror'] = 'ستاسې ناسته ناباوري يا له مينځه تللې ده'; $messages['storageerror'] = 'له ای ميپ سرور سره پيوستون په بري سره ترسره نه شو'; $messages['nomessagesfound'] = 'ليکبکس کې هېڅ استوزي ونه مونده'; -$messages['loggedout'] = 'تاسې له ناستې څخه په بشپړه توګه وويستل شوئ الله په امان'; $messages['loading'] = 'د کار په حال کې'; $messages['loadingdata'] = 'اومتوک د کار په حال کې'; $messages['checkingmail'] = 'نوي استوزي ګوري'; diff --git a/program/localization/pt_BR/labels.inc b/program/localization/pt_BR/labels.inc index 953bb51a6..9b561edc8 100644 --- a/program/localization/pt_BR/labels.inc +++ b/program/localization/pt_BR/labels.inc @@ -248,12 +248,14 @@ $labels['encryptmessage'] = 'Criptografar mensagem'; $labels['encryptmessagemailvelope'] = 'Criptografar mensagem com Mailvelope'; $labels['importpubkeys'] = 'Importar chaves públicas'; $labels['encryptedsendialog'] = 'Enviando mensagem criptografada'; +$labels['encryptandsign'] = 'Cifrar e assinar'; $labels['keyid'] = 'ID da chave'; $labels['keylength'] = 'Bits'; $labels['keyexpired'] = 'Expirado'; $labels['keyrevoked'] = 'Revogado'; $labels['bccinstead'] = 'Usar Cco'; $labels['addheader'] = 'Adicionar destinatário (cabeçalho)'; +$labels['insert'] = 'Inserir'; $labels['recipient'] = 'Destinatário'; $labels['editidents'] = 'Editar identidades'; $labels['spellcheck'] = 'Revisar'; @@ -293,7 +295,6 @@ $labels['alwaysallow'] = 'Sempre permitir de $sender'; $labels['isdraft'] = 'Esta é uma mensagem salva como rascunho.'; $labels['andnmore'] = '$nr mais...'; $labels['headers'] = 'Cabeçalhos'; -$labels['envelope'] = 'Envelope'; $labels['togglemoreheaders'] = 'Exibir informações adicionais da mensagem (cabeçalhos)'; $labels['togglefullheaders'] = 'Exibir cabeçalho original da mensagem'; $labels['htmltoggle'] = 'HTML'; @@ -309,6 +310,14 @@ $labels['mdnrequest'] = 'O remetente desta mensagem deseja ser notificado quando $labels['receiptread'] = 'Confirmação de Leitura (exibida)'; $labels['yourmessage'] = 'Esta é uma confirmação de leitura da sua mensagem'; $labels['receiptnote'] = 'Nota: Esta confirmação de leitura somente informa que a mensagem foi aberta no computador do destinatário. Não há garantia que o destinatário tenha lido ou compreendido o conteúdo da mensagem.'; +$labels['zoomin'] = 'Aumentar o Zoom'; +$labels['zoomout'] = 'Diminuir o Zoom'; +$labels['rotate'] = 'Rotacionar'; +$labels['increaseimage'] = 'Aumentar tamanho da imagem'; +$labels['decreaseimage'] = 'Diminuir tamanho da imagem'; +$labels['rotateimage'] = 'Rotacionar imagem'; +$labels['showtools'] = 'Mostrar ferramentas de imagem'; +$labels['hidetools'] = 'Esconder ferramentas de imagem'; $labels['name'] = 'Nome'; $labels['firstname'] = 'Primeiro Nome'; $labels['surname'] = 'Sobrenome'; @@ -393,6 +402,8 @@ $labels['newgroup'] = 'Criar novo grupo'; $labels['addgroup'] = 'Adicionar grupo'; $labels['grouprename'] = 'Renomear grupo'; $labels['groupdelete'] = 'Excluir grupo'; +$labels['groupassign'] = 'Atribuir ao grupo...'; +$labels['groupremove'] = 'Remover do grupo'; $labels['groupremoveselected'] = 'Remover os contatos selecionados do grupo'; $labels['uponelevel'] = 'Subir um nível'; $labels['previouspage'] = 'Página Anterior'; @@ -560,6 +571,7 @@ $labels['namespace.shared'] = 'Compartilhada'; $labels['dualuselabel'] = 'Pode conter apenas'; $labels['dualusemail'] = 'mensagens'; $labels['dualusefolder'] = 'pastas'; +$labels['generate'] = 'Gerar'; $labels['encryptioncreatekey'] = 'Criar novo par de chaves'; $labels['sortby'] = 'Ordenar por'; $labels['sortasc'] = 'Ascendente'; @@ -644,6 +656,7 @@ $labels['arialabelresonseeditfrom'] = 'Formulário de edição de resposta'; $labels['arialabelsearchterms'] = 'Termos de pesquisa'; $labels['arialabeldropactionmenu'] = 'Menu de ações arrastar-e-largar'; $labels['arialabelheadersmenu'] = 'Menu para adicionar destinatário (cabeçalho)'; +$labels['arialabelimagetools'] = 'Ferramentas para imagens'; $labels['helplistnavigation'] = 'Lista de navegação pelo teclado'; $labels['helplistkeyboardnavigation'] = "Setas para cima/baixo: Move o foco/seleção da linha. Espaço: Seleciona a linha em foco. diff --git a/program/localization/pt_BR/messages.inc b/program/localization/pt_BR/messages.inc index 12a1e1f84..b0d17e044 100644 --- a/program/localization/pt_BR/messages.inc +++ b/program/localization/pt_BR/messages.inc @@ -51,6 +51,7 @@ $messages['messagesaved'] = 'Mensagem salva em Rascunhos'; $messages['successfullysaved'] = 'Salvo com sucesso'; $messages['savingresponse'] = 'Salvando resposta pré-definida...'; $messages['deleteresponseconfirm'] = 'Você realmente deseja apagar esta resposta pré-definida?'; +$messages['nocontactselected'] = 'Você ainda não selecionou um contato.'; $messages['addedsuccessfully'] = 'Contato incluído com sucesso no catálogo de endereços.'; $messages['contactexists'] = 'Já existe um contato com esse mesmo e-mail.'; $messages['contactnameexists'] = 'Já existe um contato com o mesmo nome.'; @@ -82,6 +83,7 @@ $messages['deletecontactconfirm'] = 'Deseja realmente excluir o(s) contato(s) s $messages['deletegroupconfirm'] = 'Deseja realmente excluir o grupo selecionado?'; $messages['deletemessagesconfirm'] = 'Deseja realmente excluir a(s) mensagem(s) selecionada(s)?'; $messages['deletefolderconfirm'] = 'Deseja realmente excluir esta pasta?'; +$messages['movefolderconfirm'] = 'Você realmente quer mover esta pasta?'; $messages['purgefolderconfirm'] = 'Deseja realmente excluir todas mensagens desta pasta?'; $messages['contactdeleting'] = 'Excluindo contato(s)...'; $messages['groupdeleting'] = 'Excluindo grupo...'; diff --git a/program/localization/pt_PT/labels.inc b/program/localization/pt_PT/labels.inc index 3cc7fcd03..38d9a585e 100644 --- a/program/localization/pt_PT/labels.inc +++ b/program/localization/pt_PT/labels.inc @@ -133,8 +133,8 @@ $labels['markflagged'] = 'Com sinalização'; $labels['markunflagged'] = 'Como sem sinalização'; $labels['moreactions'] = 'Mais ações...'; $labels['markallread'] = 'Marcar todas como Lidas'; -$labels['folders-cur'] = 'Apenas pasta seleccionada'; -$labels['folders-sub'] = 'Pasta seleccionada e respectivas subpastas'; +$labels['folders-cur'] = 'Apenas pasta selecionada'; +$labels['folders-sub'] = 'Pasta selecionada e respetivas subpastas'; $labels['folders-all'] = 'Todas as pastas'; $labels['more'] = 'Mais'; $labels['back'] = 'Voltar'; @@ -147,6 +147,7 @@ $labels['last'] = 'Último'; $labels['previous'] = 'Anterior'; $labels['next'] = 'Seguinte'; $labels['select'] = 'Selecionar'; +$labels['selection'] = 'Selecção'; $labels['all'] = 'Todas'; $labels['none'] = 'Nenhum'; $labels['currpage'] = 'Página atual'; @@ -195,6 +196,8 @@ $labels['folderactions'] = 'Ações para pastas...'; $labels['compact'] = 'Compactar'; $labels['empty'] = 'Esvaziar'; $labels['importmessages'] = 'Importar mensagens'; +$labels['mailimportdesc'] = 'Pode carregar e-mails usando ficheiros no formato MIME ou Mbox.'; +$labels['mailimportzip'] = 'Vários ficheiros podem ser compactados em arquivos zip.'; $labels['quota'] = 'Espaço utilizado'; $labels['unknown'] = 'desconhecido'; $labels['unlimited'] = 'ilimitado'; @@ -256,6 +259,8 @@ $labels['keyexpired'] = 'Expirada'; $labels['keyrevoked'] = 'Revogada'; $labels['bccinstead'] = 'Usar Bcc'; $labels['addheader'] = 'Adicionar destinatário (cabeçalho)'; +$labels['insert'] = 'Inserir'; +$labels['insertcontact'] = 'Inserir contacto(s)'; $labels['recipient'] = 'Destinatário'; $labels['recipientedit'] = 'Editar destinatário'; $labels['editidents'] = 'Editar entidades'; @@ -295,8 +300,9 @@ $labels['alwaysshow'] = 'Mostrar sempre imagens a partir de $sender'; $labels['alwaysallow'] = 'Permitir sempre de $sender'; $labels['isdraft'] = 'Esta é uma mensagem de rascunho.'; $labels['andnmore'] = '$nr mais...'; +$labels['details'] = 'Detalhes'; $labels['headers'] = 'Cabeçalhos'; -$labels['envelope'] = 'Envelope'; +$labels['allheaders'] = 'Todos os cabeçalhos'; $labels['togglemoreheaders'] = 'Mostrar cabeçalhos adicionais da mensagem'; $labels['togglefullheaders'] = 'Mostrar cabeçalho original da mensagem'; $labels['htmltoggle'] = 'HTML'; @@ -426,7 +432,7 @@ $labels['importreplace'] = 'Substituir todo o livro de endereços.'; $labels['importgroups'] = 'Importar atribuições de grupo'; $labels['importgroupsall'] = 'Todos (criar grupos se necessário)'; $labels['importgroupsexisting'] = 'Apenas para grupos existentes'; -$labels['importdesc'] = 'Pode enviar/carregar contactos de um livro de endereços existente.
Neste momento suportamos a importação nos seguintes formatos: vCard ou CSV (valores separados por vírgula).'; +$labels['importdesc'] = 'Pode carregar contactos de um livro de endereços existente.
Actualmente, suportamos a importação de endereços no formato de dados vCard ou CSV (separados por vírgulas).'; $labels['done'] = 'Concluído'; $labels['settingsfor'] = 'Configurações para'; $labels['about'] = 'Acerca'; @@ -660,7 +666,7 @@ $labels['arialabelpreferencesform'] = 'Formulário de preferências'; $labels['arialabelidentityeditfrom'] = 'Formulário de edição de identidade'; $labels['arialabelresonseeditfrom'] = 'Formulário de edição de resposta'; $labels['arialabelsearchterms'] = 'Termos de pesquisa'; -$labels['arialabeldropactionmenu'] = 'Menu de acção Arrastar e Largar'; +$labels['arialabeldropactionmenu'] = 'Menu de ação Arrastar e Largar'; $labels['arialabelheadersmenu'] = 'Destinatário (cabeçalho) a adicionar menu'; $labels['arialabelimagetools'] = 'Ferramentas de imagem'; $labels['helplistnavigation'] = 'Lista de teclas de navegação'; diff --git a/program/localization/pt_PT/messages.inc b/program/localization/pt_PT/messages.inc index 6256d98c0..086af8405 100644 --- a/program/localization/pt_PT/messages.inc +++ b/program/localization/pt_PT/messages.inc @@ -51,7 +51,7 @@ $messages['messagesaved'] = 'Mensagem guardada como rascunho'; $messages['successfullysaved'] = 'Guardado com sucesso'; $messages['savingresponse'] = 'A guardar texto de resposta...'; $messages['deleteresponseconfirm'] = 'Deseja realmente apagar este texto de resposta?'; -$messages['nocontactselected'] = 'Ainda não seleccionou um contacto.'; +$messages['nocontactselected'] = 'Ainda não selecionou um contacto.'; $messages['addedsuccessfully'] = 'Contacto adicionado com sucesso'; $messages['contactexists'] = 'Já existe um contacto com este e-mail'; $messages['contactnameexists'] = 'Já existe um contacto com este nome.'; @@ -83,6 +83,7 @@ $messages['deletecontactconfirm'] = 'Tem a certeza que pretende eliminar o(s) c $messages['deletegroupconfirm'] = 'Tem a certeza que pretende eliminar o grupo selecionado?'; $messages['deletemessagesconfirm'] = 'Tem a certeza que pretende eliminar a(s) mensagem(ns) selecionada(s)?'; $messages['deletefolderconfirm'] = 'Deseja realmente eliminar esta pasta?'; +$messages['movefolderconfirm'] = 'Pretende realmente mover esta pasta?'; $messages['purgefolderconfirm'] = 'Deseja realmente eliminar todas mensagens desta pasta?'; $messages['contactdeleting'] = 'A eliminar contacto(s)...'; $messages['groupdeleting'] = 'A eliminar grupo...'; diff --git a/program/localization/ro_RO/labels.inc b/program/localization/ro_RO/labels.inc index 3c5ef22f3..96e7ebce0 100644 --- a/program/localization/ro_RO/labels.inc +++ b/program/localization/ro_RO/labels.inc @@ -242,6 +242,7 @@ $labels['keylength'] = 'Biți'; $labels['keyexpired'] = 'Expirat'; $labels['keyrevoked'] = 'Revocat'; $labels['bccinstead'] = 'Folosește Bcc'; +$labels['insert'] = 'Inserează'; $labels['recipient'] = 'Destinatar'; $labels['editidents'] = 'Editează identităţi'; $labels['spellcheck'] = 'Ortografie'; @@ -394,7 +395,6 @@ $labels['importreplace'] = 'Înlocuieşte întreaga agendă'; $labels['importgroups'] = 'Importă atribuirile în grup'; $labels['importgroupsall'] = 'Toate (creează grupurile dacă este necesar)'; $labels['importgroupsexisting'] = 'Doar pentru grupurile existente'; -$labels['importdesc'] = 'Puteți încărca contacte dintr-o agendă existentă.
Momentan este suportat importul în formatul vCard sau în formatul CSV (comma-separated).'; $labels['done'] = 'Finalizat'; $labels['settingsfor'] = 'Setări pentru'; $labels['about'] = 'Despre'; diff --git a/program/localization/ro_RO/messages.inc b/program/localization/ro_RO/messages.inc index 053aa15d9..f6d2d225d 100644 --- a/program/localization/ro_RO/messages.inc +++ b/program/localization/ro_RO/messages.inc @@ -34,7 +34,6 @@ $messages['erroroverquotadelete'] = 'Nu există spațiu liber. Folosiți SHIFT+D $messages['invalidrequest'] = 'Solicitare invalidă! Datele nu au fost salvate.'; $messages['invalidhost'] = 'Nume server invalid.'; $messages['nomessagesfound'] = 'Nu a fost găsit nici un mesaj în această căsuţă poştală'; -$messages['loggedout'] = 'Sesiune încheiată cu succes. La revedere!'; $messages['mailboxempty'] = 'Căsuţa poştală este goală'; $messages['nomessages'] = 'Nici un mesaj'; $messages['refreshing'] = 'Reîmprospătare...'; diff --git a/program/localization/ru_RU/labels.inc b/program/localization/ru_RU/labels.inc index 4b2507dc9..2f19cc4a7 100644 --- a/program/localization/ru_RU/labels.inc +++ b/program/localization/ru_RU/labels.inc @@ -147,6 +147,7 @@ $labels['last'] = 'Последнее'; $labels['previous'] = 'Предыдущее'; $labels['next'] = 'Следующее'; $labels['select'] = 'Выбрать'; +$labels['selection'] = 'Выбор'; $labels['all'] = 'Все'; $labels['none'] = 'Отсутствует'; $labels['currpage'] = 'Текущая страница'; @@ -195,6 +196,8 @@ $labels['folderactions'] = 'Операции над папкой...'; $labels['compact'] = 'Сжать'; $labels['empty'] = 'Опустошить'; $labels['importmessages'] = 'Импорт сообщений'; +$labels['mailimportdesc'] = 'Вы можете загрузить почту используя файлы в формате MIME или Mbox.'; +$labels['mailimportzip'] = 'Несколько файлов могут быть сжаты в zip-архивы.'; $labels['quota'] = 'Квота'; $labels['unknown'] = 'неизвестно'; $labels['unlimited'] = 'без ограничений'; @@ -255,6 +258,8 @@ $labels['keyexpired'] = 'С истёкщим сроком'; $labels['keyrevoked'] = 'Отозван'; $labels['bccinstead'] = 'Использовать BCC'; $labels['addheader'] = 'Добавить получателя (заголовок)'; +$labels['insert'] = 'Вставить'; +$labels['insertcontact'] = 'Вставить контакт(ы)'; $labels['recipient'] = 'Получатель'; $labels['recipientedit'] = 'Изменить получателя'; $labels['editidents'] = 'Изменить данные'; @@ -294,8 +299,9 @@ $labels['alwaysshow'] = 'Всегда показывать изображени $labels['alwaysallow'] = 'Всегда разрешать от $sender'; $labels['isdraft'] = 'Это черновик.'; $labels['andnmore'] = 'ещё $nr...'; +$labels['details'] = 'Подробности'; $labels['headers'] = 'Заголовки'; -$labels['envelope'] = 'Конверт'; +$labels['allheaders'] = 'Все заголовки...'; $labels['togglemoreheaders'] = 'Загрузить ещё заголовки сообщений'; $labels['togglefullheaders'] = 'Показать оригинальные заголовки сообщения'; $labels['htmltoggle'] = 'HTML'; @@ -314,6 +320,11 @@ $labels['receiptnote'] = 'Это уведомление означает тол $labels['zoomin'] = 'Увеличить'; $labels['zoomout'] = 'Уменьшить'; $labels['rotate'] = 'Вращать'; +$labels['increaseimage'] = 'Увеличить изображение'; +$labels['decreaseimage'] = 'Уменьшить изображение'; +$labels['rotateimage'] = 'Повернуть изображение'; +$labels['showtools'] = 'Показать инструменты'; +$labels['hidetools'] = 'Скрыть инструменты'; $labels['name'] = 'Отображаемое имя'; $labels['firstname'] = 'Имя'; $labels['surname'] = 'Фамилия'; @@ -398,6 +409,8 @@ $labels['newgroup'] = 'Создать новую группу'; $labels['addgroup'] = 'Добавить группу'; $labels['grouprename'] = 'Переименовать группу'; $labels['groupdelete'] = 'Удалить группу'; +$labels['groupassign'] = 'Добавить в группу...'; +$labels['groupremove'] = 'Удалить из группы'; $labels['groupremoveselected'] = 'Удалить выбранные контакты из группы'; $labels['uponelevel'] = 'Вверх на уровень'; $labels['previouspage'] = 'Показать предыдущую страницу'; @@ -418,7 +431,7 @@ $labels['importreplace'] = 'Заменить всю адресную книгу' $labels['importgroups'] = 'Распределение по группам при импорте.'; $labels['importgroupsall'] = 'Все (создать группы при необходимости)'; $labels['importgroupsexisting'] = 'Только для существующих групп'; -$labels['importdesc'] = 'Вы можете загрузить контакты из существующей адресной книги.
В настоящее время мы поддерживаем импорт адресов в формате визитной карточки vCard или CSV (данные разделённые запятой).'; +$labels['importdesc'] = 'Вы можете загрузить контакты из существующей адресной книги.
В настоящее время мы поддерживаем импорт адресов в формате визитной карточки vCard или CSV (данные разделённые запятой).'; $labels['done'] = 'Завершено'; $labels['settingsfor'] = 'Настройки для'; $labels['about'] = 'О программе'; @@ -565,7 +578,11 @@ $labels['namespace.shared'] = 'Общие'; $labels['dualuselabel'] = 'Может содержать только'; $labels['dualusemail'] = 'сообщения'; $labels['dualusefolder'] = 'папки'; +$labels['generate'] = 'Создать'; $labels['encryptioncreatekey'] = 'Создать новую пару ключей'; +$labels['openmailvelopesettings'] = 'Открыть настройки Mailvelope'; +$labels['encryptionprivkeysinmailvelope'] = 'У вас есть $nr подходящих закрытых PGP ключей, хранящиеся на вашей связке ключей Mailvelope:'; +$labels['encryptionnoprivkeysinmailvelope'] = 'У этого идентификатора отправителя еще нет закрытого ключа PGP, хранящегося расширении Mailvelope. Вы хотите создать ключ для того, чтобы включить зашифрованный обмен сообщениями?'; $labels['sortby'] = 'Сортировать по'; $labels['sortasc'] = 'Возрастанию'; $labels['sortdesc'] = 'Убыванию'; @@ -633,6 +650,7 @@ $labels['arialabelmessageheaders'] = 'Заголовки сообщений'; $labels['arialabelforwardingoptions'] = 'Опции пересылки'; $labels['arialabelreplyalloptions'] = 'Параметры ответа всем'; $labels['arialabelmoremessageactions'] = 'Дополнительные действия с сообщением'; +$labels['arialabelmorecontactactions'] = 'Дополнительные действия с контактом'; $labels['arialabelmarkmessagesas'] = 'Отметить выделенные сообщения как...'; $labels['arialabelcomposeoptions'] = 'Параметры создания'; $labels['arialabelresponsesmenu'] = 'Меню заранее подготовленных ответов'; @@ -649,6 +667,7 @@ $labels['arialabelresonseeditfrom'] = 'Форма редактирования $labels['arialabelsearchterms'] = 'Поисковый запросы'; $labels['arialabeldropactionmenu'] = 'Меню действий при перетаскивании'; $labels['arialabelheadersmenu'] = 'Меню добавления получателя (Заголовок)'; +$labels['arialabelimagetools'] = 'Инструменты работы с изображениями'; $labels['helplistnavigation'] = 'Клавиши навигации по списку'; $labels['helplistkeyboardnavigation'] = "Стрелки вверх/вниз: Перемещает фокус по строкам/выделение. Пробел: Выделяет строку на которой находится фокус. diff --git a/program/localization/ru_RU/messages.inc b/program/localization/ru_RU/messages.inc index cf96b49a9..e47b6b706 100644 --- a/program/localization/ru_RU/messages.inc +++ b/program/localization/ru_RU/messages.inc @@ -34,7 +34,7 @@ $messages['erroroverquotadelete'] = 'Нет свободного места на $messages['invalidrequest'] = 'Неверный запрос! Информация не сохранена.'; $messages['invalidhost'] = 'Неверное имя сервера.'; $messages['nomessagesfound'] = 'Сообщений не найдено'; -$messages['loggedout'] = 'Ваша сессия завершена. Всего доброго!'; +$messages['loggedout'] = 'Ваша сессия успешно завершена. Всего доброго!'; $messages['mailboxempty'] = 'Почтовый ящик пуст'; $messages['nomessages'] = 'Сообщения отсутствуют'; $messages['refreshing'] = 'Обновление...'; @@ -51,6 +51,7 @@ $messages['messagesaved'] = 'Сохранено в Черновиках.'; $messages['successfullysaved'] = 'Сохранено.'; $messages['savingresponse'] = 'Сохранение текста ответа...'; $messages['deleteresponseconfirm'] = 'Вы действительно хотите удалить этот текст ответа?'; +$messages['nocontactselected'] = 'Вы не выбрали контакт.'; $messages['addedsuccessfully'] = 'Контакт добавлен в адресную книгу.'; $messages['contactexists'] = 'Контакт с этим адресом e-mail уже существует.'; $messages['contactnameexists'] = 'Контакт с таким именем уже существует.'; @@ -82,6 +83,7 @@ $messages['deletecontactconfirm'] = 'Вы действительно хотит $messages['deletegroupconfirm'] = 'Вы действительно хотите удалить выделенную группу?'; $messages['deletemessagesconfirm'] = 'Вы действительно хотите удалить выбранные сообщения?'; $messages['deletefolderconfirm'] = 'Вы действительно хотите удалить эту папку?'; +$messages['movefolderconfirm'] = 'Вы действительно хотите удалить эту папку?'; $messages['purgefolderconfirm'] = 'Вы действительно хотите удалить все сообщения в этой папке?'; $messages['contactdeleting'] = 'Удаление контакта(ов)...'; $messages['groupdeleting'] = 'Удаление группы...'; @@ -94,6 +96,7 @@ $messages['noemailwarning'] = 'Пожалуйста, введите коррек $messages['nonamewarning'] = 'Пожалуйста, введите имя.'; $messages['nopagesizewarning'] = 'Пожалуйста, введите размер страницы.'; $messages['nosenderwarning'] = 'Пожалуйста, введите адрес электронной почты отправителя.'; +$messages['recipientsadded'] = 'Получатель(и) успешно добавлен.'; $messages['norecipientwarning'] = 'Пожалуйста, введите хотя бы одного получателя.'; $messages['disclosedrecipwarning'] = 'Все получатели будут видеть адреса друг друга. Чтобы избежать этого и защитить свою частную жизнь, вы можете использовать поле BCC.'; $messages['disclosedreciptitle'] = 'Слишком много внешних получателей'; @@ -163,6 +166,7 @@ $messages['smtpautherror'] = 'SMTP ошибка ($code): Ошибка автор $messages['smtpfromerror'] = 'SMTP ошибка ($code): Невозможно установить отправителя "$from" ($msg)'; $messages['smtptoerror'] = 'SMTP ошибка ($code): Невозможно добавить получателя "$to" ($msg)'; $messages['smtprecipientserror'] = 'SMTP ошибка: Невозможно обработать список получателей.'; +$messages['smtputf8error'] = 'Ошибка SMTP: сервер не поддерживает Unicode в адресе электронной почты.'; $messages['smtpsizeerror'] = 'Ошибка SMTP: Размер сообщения превышает ограничения сервера ($limit)'; $messages['smtperror'] = 'SMTP ошибка: $msg'; $messages['emailformaterror'] = 'Неверный адрес: $email'; @@ -196,6 +200,7 @@ $messages['invalidimageformat'] = 'Неверный формат изображ $messages['mispellingsfound'] = 'В сообщении обнаружены орфографические ошибки.'; $messages['parentnotwritable'] = 'Не удается создать/переместить папку в выбранную родительскую папку. Нет прав доступа.'; $messages['messagetoobig'] = 'Часть сообщения слишком велика для обработки.'; +$messages['attachmentvalidationerror'] = 'Это вложение подозрительно, потому что его тип не соответствует типу, объявленному в сообщении. Если Вы не доверяете отправителю, Вы не должны открывать его в браузере, потому что оно может содержать вредоносное содержимое.

Ожидаемое: $expected; найденое: $detected'; $messages['noscriptwarning'] = 'Внимание: Данному сервису веб-почты требуется Javascript! Для того, чтобы его использовать необходимо включить поддержку Javascript в настройках вашего браузера.'; $messages['messageissent'] = 'Сообщение уже отправлено, но еще не сохранено. Вы хотите сохранить его?'; $messages['errnotfound'] = 'Файл не найден'; @@ -210,3 +215,9 @@ $messages['clicktoresumesession'] = 'Нажмите здесь, чтобы во $messages['errcomposesession'] = 'Ошибка сеанса написания письма'; $messages['errcomposesessionexplain'] = 'Требуемый сеанс написания письма не найден.'; $messages['clicktocompose'] = 'Нажмите для создания нового сообщения'; +$messages['nosupporterror'] = 'Эта функция не поддерживается Вашим веб-браузером.'; +$messages['siginserted'] = 'Подпись вставлена успешно.'; +$messages['responseinserted'] = 'Ответ успешно вставлен.'; +$messages['listempty'] = 'Список пуст.'; +$messages['listusebutton'] = 'Используйте кнопку Создать, чтобы добавить новую запись.'; +$messages['keypaircreatesuccess'] = 'Новая пара ключей была создана для $identity.'; diff --git a/program/localization/si_LK/messages.inc b/program/localization/si_LK/messages.inc index 05ffb3dd5..a08d418b3 100644 --- a/program/localization/si_LK/messages.inc +++ b/program/localization/si_LK/messages.inc @@ -21,7 +21,6 @@ $messages['cookiesdisabled'] = 'ඔබේ බෞසරය කුකී බාර $messages['sessionerror'] = 'ඔබේ වාරය අවලංගු හෝ කාලය ඉකුත් වී ඇත'; $messages['dberror'] = 'දත්ත ගබඩාවේ දෝෂය!'; $messages['nomessagesfound'] = 'ලියුම් පෙට්ටියේ පනිවුඩ නැත'; -$messages['loggedout'] = 'ඔබගේ වාරය සාර්ථකව අවසන් විය. අයුබොවන්!'; $messages['loading'] = 'පූරනය...'; $messages['loadingdata'] = 'දත්ත පූරනය...'; $messages['checkingmail'] = 'අලුත් පණිවිඩ පරීක්ෂා කරමින්...'; diff --git a/program/localization/sk_SK/labels.inc b/program/localization/sk_SK/labels.inc index 151e80615..7c93cdd5d 100644 --- a/program/localization/sk_SK/labels.inc +++ b/program/localization/sk_SK/labels.inc @@ -147,6 +147,7 @@ $labels['last'] = 'Posledná/-ý'; $labels['previous'] = 'Predchádzajúca/-i'; $labels['next'] = 'Ďalšia/-í'; $labels['select'] = 'Výber'; +$labels['selection'] = 'Výber'; $labels['all'] = 'Všetko'; $labels['none'] = 'Nič'; $labels['currpage'] = 'Aktuálna stránka'; @@ -195,6 +196,8 @@ $labels['folderactions'] = 'Akcie pre priečinky...'; $labels['compact'] = 'Zhustiť'; $labels['empty'] = 'Vyprázdniť'; $labels['importmessages'] = 'Importovať správy'; +$labels['mailimportdesc'] = 'E-mail môžete nahrať s použitím súborov vo formáte MIME alebo Mbox.'; +$labels['mailimportzip'] = 'Viaceré súbory je možné skomprimovať do archívov ZIP.'; $labels['quota'] = 'Úložné miesto'; $labels['unknown'] = 'neznáme'; $labels['unlimited'] = 'neobmedzené'; @@ -255,6 +258,8 @@ $labels['keyexpired'] = 'Expirované'; $labels['keyrevoked'] = 'Odvolané'; $labels['bccinstead'] = 'Použiť skrytú kópiu'; $labels['addheader'] = 'Pridať príjemcu (hlavička)'; +$labels['insert'] = 'Vložiť'; +$labels['insertcontact'] = 'Vložiť kontakt(y)'; $labels['recipient'] = 'Príjemca'; $labels['recipientedit'] = 'Úprava príjemcu'; $labels['editidents'] = 'Upraviť identitu odosielateľa'; @@ -294,8 +299,9 @@ $labels['alwaysshow'] = 'Vždy zobraziť obrázky od odosielateľa $sender'; $labels['alwaysallow'] = 'Vždy povoliť od $sender'; $labels['isdraft'] = 'Toto je koncept'; $labels['andnmore'] = 'Počet ďalších: $nr...'; +$labels['details'] = 'Podrobnosti'; $labels['headers'] = 'Hlavičky'; -$labels['envelope'] = 'Obálka'; +$labels['allheaders'] = 'Všetky hlavičky...'; $labels['togglemoreheaders'] = 'Zobraziť viac hlavičiek správ'; $labels['togglefullheaders'] = 'Prepnúť zobrazenie úplných hlavičiek správ'; $labels['htmltoggle'] = 'HTML'; @@ -425,7 +431,7 @@ $labels['importreplace'] = 'Nahradiť celý adresár kontaktov'; $labels['importgroups'] = 'Importovať priradenia do skupín'; $labels['importgroupsall'] = 'Všetky (vytvoriť skupiny ak je to potrebné)'; $labels['importgroupsexisting'] = 'Len pre existujúce skupiny'; -$labels['importdesc'] = 'Môžete vložiť kontakty zo svojho existujúceho adresára.
Momentálne je možné importovanie adries z formátu vCard alebo CSV (údaje oddeľované čiarkou).'; +$labels['importdesc'] = 'Môžete nahrať kontakty z existujúceho adresára.
Momentálne podporujeme import adries z formátu vCard alebo CSV (údaje oddeľované čiarkou).'; $labels['done'] = 'Hotovo'; $labels['settingsfor'] = 'Nastavenia pre'; $labels['about'] = 'O systéme'; diff --git a/program/localization/sk_SK/messages.inc b/program/localization/sk_SK/messages.inc index 55f56dbc4..40950314f 100644 --- a/program/localization/sk_SK/messages.inc +++ b/program/localization/sk_SK/messages.inc @@ -34,7 +34,7 @@ $messages['erroroverquotadelete'] = 'Nie je dostatok voľného miesta. Vymažte $messages['invalidrequest'] = 'Neplatná požiadavka! Neuložili sa žiadne údaje.'; $messages['invalidhost'] = 'Neplatný názov servera.'; $messages['nomessagesfound'] = 'V tomto priečinku nie je žiadna správa.'; -$messages['loggedout'] = 'Odhlásenie prebehlo úspešne. Dovidenia.'; +$messages['loggedout'] = 'Relácia bola úspešne prerušená. Dovidenia!'; $messages['mailboxempty'] = 'Schránka je prázdna'; $messages['nomessages'] = 'Žiadne správy'; $messages['refreshing'] = 'Obnovuje sa...'; @@ -83,6 +83,7 @@ $messages['deletecontactconfirm'] = 'Naozaj chcete vymazať vybrané kontakty?' $messages['deletegroupconfirm'] = 'Naozaj chcete vymazať vybranú skupinu?'; $messages['deletemessagesconfirm'] = 'Naozaj chcete vymazať vybrané správy?'; $messages['deletefolderconfirm'] = 'Naozaj chcete vymazať tento priečinok?'; +$messages['movefolderconfirm'] = 'Naozaj chcete presunúť tento priečinok?'; $messages['purgefolderconfirm'] = 'Naozaj chcete vyprázdniť tento priečinok?'; $messages['contactdeleting'] = 'Vymazávajú sa kontakty...'; $messages['groupdeleting'] = 'Vymazáva sa skupina...'; diff --git a/program/localization/sl_SI/labels.inc b/program/localization/sl_SI/labels.inc index 16fda3699..110f27a62 100644 --- a/program/localization/sl_SI/labels.inc +++ b/program/localization/sl_SI/labels.inc @@ -246,6 +246,7 @@ $labels['keylength'] = 'Bitov'; $labels['keyexpired'] = 'Pretečen'; $labels['keyrevoked'] = 'Preklican'; $labels['bccinstead'] = 'Uporabi Skp'; +$labels['insert'] = 'Vstavi'; $labels['recipient'] = 'Prejemnik'; $labels['editidents'] = 'Uredi identitete'; $labels['spellcheck'] = 'Črkovanje'; @@ -398,7 +399,6 @@ $labels['importreplace'] = 'Zamenjaj celoten imenik'; $labels['importgroups'] = 'Vnesi skupinske zadolžitve'; $labels['importgroupsall'] = 'Vse (ustvari skupine, če je potrebno)'; $labels['importgroupsexisting'] = 'Samo za obstoječe skupine'; -$labels['importdesc'] = 'Stike lahko naložite iz obstoječega imenika.
Trenutno je podprt uvoz stikov v zapisu vCard ali v CSV (z vejico ločene vrednosti) zapisu.'; $labels['done'] = 'Dokončano'; $labels['settingsfor'] = 'Nastavitve za'; $labels['about'] = 'Vizitka'; diff --git a/program/localization/sl_SI/messages.inc b/program/localization/sl_SI/messages.inc index 03aee592c..1fe2cbc98 100644 --- a/program/localization/sl_SI/messages.inc +++ b/program/localization/sl_SI/messages.inc @@ -34,7 +34,6 @@ $messages['erroroverquotadelete'] = 'Zmanjkalo je diskovnega prostora. Za izbris $messages['invalidrequest'] = 'Neveljavna zahteva. Podatki niso bili shranjeni.'; $messages['invalidhost'] = 'Nepravilno ime strežnika'; $messages['nomessagesfound'] = 'V poštnem predalu ni sporočil.'; -$messages['loggedout'] = 'Odjava je bila uspešna.'; $messages['mailboxempty'] = 'Poštni predal je prazen.'; $messages['nomessages'] = 'Ni sporočil'; $messages['refreshing'] = 'Osvežujem...'; diff --git a/program/localization/sq_AL/labels.inc b/program/localization/sq_AL/labels.inc index b94b230f5..ca5cccc0f 100644 --- a/program/localization/sq_AL/labels.inc +++ b/program/localization/sq_AL/labels.inc @@ -147,6 +147,7 @@ $labels['last'] = 'I fundit'; $labels['previous'] = 'I mëparshmi'; $labels['next'] = 'Pasuesi'; $labels['select'] = 'Përzgjidhni'; +$labels['selection'] = 'Përzgjdhje'; $labels['all'] = 'Krejt'; $labels['none'] = 'Asnjë'; $labels['currpage'] = 'Faqja e tanishme'; @@ -195,6 +196,8 @@ $labels['folderactions'] = 'Veprime mbi dosje…'; $labels['compact'] = 'Ngjeshe'; $labels['empty'] = 'Zbraze'; $labels['importmessages'] = 'Importo mesazhe'; +$labels['mailimportdesc'] = 'Mund të ngarkoni postë duke përdorur kartela në formatin MIME ose Mbox.'; +$labels['mailimportzip'] = 'Një grup kartelash mund të ngjeshen në arkiva zip.'; $labels['quota'] = 'Përdorim disku'; $labels['unknown'] = 'i panjohur'; $labels['unlimited'] = 'i pakufizuar'; @@ -255,6 +258,8 @@ $labels['keyexpired'] = 'I skaduar'; $labels['keyrevoked'] = 'I shfuqizuar'; $labels['bccinstead'] = 'Përdor Bcc'; $labels['addheader'] = 'Shtoni marrës (krye)'; +$labels['insert'] = 'Fut'; +$labels['insertcontact'] = 'Futni kontakt(e)'; $labels['recipient'] = 'Marrës'; $labels['recipientedit'] = 'Përpunim i marrësit'; $labels['editidents'] = 'Përpunoni identitete'; @@ -294,8 +299,9 @@ $labels['alwaysshow'] = 'Shfaqi përherë figurat nga $sender'; $labels['alwaysallow'] = 'Lejo përherë nga $sender'; $labels['isdraft'] = 'Kjo është një skicë mesazhi.'; $labels['andnmore'] = '$nr të tjerë...'; +$labels['details'] = 'Hollësi'; $labels['headers'] = 'Krye'; -$labels['envelope'] = 'Mbështjellëse'; +$labels['allheaders'] = 'Krejt kryet…'; $labels['togglemoreheaders'] = 'Shfaq më tepër krye mesazhi'; $labels['togglefullheaders'] = 'Shfaq/fshih krye të papërpunuar mesazhi'; $labels['htmltoggle'] = 'HTML'; @@ -425,7 +431,7 @@ $labels['importreplace'] = 'Zëvendëso krejt librin e adresave'; $labels['importgroups'] = 'Importo përshoqërime grupi'; $labels['importgroupsall'] = 'Krejt (krijo grupe, në u dashtë)'; $labels['importgroupsexisting'] = 'Vetëm për grupe ekzistues'; -$labels['importdesc'] = 'Mund të ngarkoni kontakte nga një libër ekzistues adresash.
Hëpërhë mbulojmë adresa nga format të dhënash vCard ose CSV (ndarë me presje).'; +$labels['importdesc'] = 'Mund të ngarkoni kontakte nga një libër ekzistues adresash.
Deri këtu mbulojmë importim adresash prej formati vCard ose CSV (comma-separated) të dhënash.'; $labels['done'] = 'U bë'; $labels['settingsfor'] = 'Rregullime për'; $labels['about'] = 'Rreth'; diff --git a/program/localization/sq_AL/messages.inc b/program/localization/sq_AL/messages.inc index 20544aa1b..b884a996f 100644 --- a/program/localization/sq_AL/messages.inc +++ b/program/localization/sq_AL/messages.inc @@ -34,7 +34,7 @@ $messages['erroroverquotadelete'] = 'S’ka hapësirë të lirë në disk. Përd $messages['invalidrequest'] = 'Kërkesë e pavlefshme! S’u ruajt ndonjë e dhënë.'; $messages['invalidhost'] = 'Emër i pavlefshëm shërbyesi.'; $messages['nomessagesfound'] = 'S’u gjetën mesazhe në këtë kuti postare.'; -$messages['loggedout'] = 'Sesionin e mbyllët me sukses. Mirupafshim!'; +$messages['loggedout'] = 'E përfunduat me sukses sesionin. Mirupafshim!'; $messages['mailboxempty'] = 'Kutia postare është e zbrazët'; $messages['nomessages'] = 'S’ka mesazhe'; $messages['refreshing'] = 'Po rifreskohet…'; @@ -83,6 +83,7 @@ $messages['deletecontactconfirm'] = 'Doni vërtet të fshihet kontakti(et) i p $messages['deletegroupconfirm'] = 'Doni vërtet të fshihet grupi i përzgjedhur?'; $messages['deletemessagesconfirm'] = 'Doni vërtet të fshihet mesazhi(et) i përzgjedhur?'; $messages['deletefolderconfirm'] = 'Doni vërtet të fshihet kjo dosje?'; +$messages['movefolderconfirm'] = 'Doni vërtet të lëvizet kjo dosje?'; $messages['purgefolderconfirm'] = 'Doni vërtet të fshihen krejt mesazhet në këtë dosje?'; $messages['contactdeleting'] = 'Po fshihet kontakti(et)…'; $messages['groupdeleting'] = 'Po fshihet grupi…'; diff --git a/program/localization/sr_CS/labels.inc b/program/localization/sr_CS/labels.inc index bb78106ea..8bcf11617 100644 --- a/program/localization/sr_CS/labels.inc +++ b/program/localization/sr_CS/labels.inc @@ -235,6 +235,7 @@ $labels['keyid'] = 'ИД кључа'; $labels['keyexpired'] = 'Истекао'; $labels['keyrevoked'] = 'Опозван'; $labels['bccinstead'] = 'Користи БЦЦ'; +$labels['insert'] = 'Убаци'; $labels['editidents'] = 'Уреди идентитете'; $labels['spellcheck'] = 'Правопис'; $labels['checkspelling'] = 'Провера правописа'; diff --git a/program/localization/sr_CS/messages.inc b/program/localization/sr_CS/messages.inc index 22f6d1498..de51b362c 100644 --- a/program/localization/sr_CS/messages.inc +++ b/program/localization/sr_CS/messages.inc @@ -34,7 +34,6 @@ $messages['erroroverquotadelete'] = 'Нема слободног простор $messages['invalidrequest'] = 'Неисправан захтев! Подаци нису сачувани.'; $messages['invalidhost'] = 'Неисправно име сервера.'; $messages['nomessagesfound'] = 'Немате порука у сандучету.'; -$messages['loggedout'] = 'Успешно сте завршили сесију. Довиђења!'; $messages['mailboxempty'] = 'Сандуче је празно'; $messages['nomessages'] = 'Нема порука'; $messages['refreshing'] = 'Освежавам...'; diff --git a/program/localization/sv_SE/labels.inc b/program/localization/sv_SE/labels.inc index 5edd2659c..3479886ec 100644 --- a/program/localization/sv_SE/labels.inc +++ b/program/localization/sv_SE/labels.inc @@ -147,6 +147,7 @@ $labels['last'] = 'Sista'; $labels['previous'] = 'Föregående'; $labels['next'] = 'Nästa'; $labels['select'] = 'Välj'; +$labels['selection'] = 'Markering'; $labels['all'] = 'Alla'; $labels['none'] = 'Ingen'; $labels['currpage'] = 'Sida'; @@ -185,7 +186,7 @@ $labels['listorder'] = 'Ordning'; $labels['listmode'] = 'Visningsläge'; $labels['lmode'] = 'Listläge'; $labels['layout'] = 'Layout'; -$labels['layoutwidescreen'] = 'Bredbild'; +$labels['layoutwidescreen'] = 'Bred skärm'; $labels['layoutdesktop'] = 'Skrivbord'; $labels['layoutlist'] = 'Lista'; $labels['layoutwidescreendesc'] = 'Bred skärm (visning i 3 kolumner)'; @@ -195,6 +196,8 @@ $labels['folderactions'] = 'Hantera kataloger...'; $labels['compact'] = 'Packa'; $labels['empty'] = 'Töm'; $labels['importmessages'] = 'Importera meddelanden'; +$labels['mailimportdesc'] = 'Meddelanden kan laddas upp från filer i formatet MIME eller formatet Mbox.'; +$labels['mailimportzip'] = 'Flera filer kan komprimeras till zip-arkiv.'; $labels['quota'] = 'Diskutrymme'; $labels['unknown'] = 'okänt'; $labels['unlimited'] = 'obegränsat'; @@ -255,6 +258,8 @@ $labels['keyexpired'] = 'Utgången'; $labels['keyrevoked'] = 'Upphävd'; $labels['bccinstead'] = 'Använd Dold kopia'; $labels['addheader'] = 'Lägg till mottagare (meddelandeinfo)'; +$labels['insert'] = 'Infoga'; +$labels['insertcontact'] = 'Infoga kontakt(er)'; $labels['recipient'] = 'Mottagare'; $labels['recipientedit'] = 'Ändra mottagare'; $labels['editidents'] = 'Ändra identiteter'; @@ -294,8 +299,9 @@ $labels['alwaysshow'] = 'Visa alltid bilder från $sender'; $labels['alwaysallow'] = 'Tillåt alltid från $sender'; $labels['isdraft'] = 'Detta meddelande är ett utkast.'; $labels['andnmore'] = '$nr fler...'; +$labels['details'] = 'Detaljerad information'; $labels['headers'] = 'Meddelandeinfo'; -$labels['envelope'] = 'Konvolut'; +$labels['allheaders'] = 'All meddelandeinfo...'; $labels['togglemoreheaders'] = 'Växla ytterligare meddelandeinfo'; $labels['togglefullheaders'] = 'Växla teknisk meddelandeinfo'; $labels['htmltoggle'] = 'HTML'; @@ -425,7 +431,7 @@ $labels['importreplace'] = 'Ersätt samtliga kontakter i adressboken'; $labels['importgroups'] = 'Importera grupptillhörigheter'; $labels['importgroupsall'] = 'Alla (skapa grupper om nödvändigt)'; $labels['importgroupsexisting'] = 'Endast till befintliga grupper'; -$labels['importdesc'] = 'Kontakter kan importeras från en befintlig adressbok.
Programmet stödjer inläsning av kontakter i formatet vCard eller formatet CSV (kommaseparerad data).'; +$labels['importdesc'] = 'Kontakter kan importeras från en befintlig adressbok.
Programmet stödjer inläsning av kontakter i formatet vCard eller formatet CSV (kommaseparerad data).'; $labels['done'] = 'Klart'; $labels['settingsfor'] = 'Inställningar för'; $labels['about'] = 'Om'; diff --git a/program/localization/sv_SE/messages.inc b/program/localization/sv_SE/messages.inc index 1b52d5b31..a35cae8b3 100644 --- a/program/localization/sv_SE/messages.inc +++ b/program/localization/sv_SE/messages.inc @@ -83,6 +83,7 @@ $messages['deletecontactconfirm'] = 'Vill du verkligen ta bort valda kontakter? $messages['deletegroupconfirm'] = 'Vill du verkligen ta bort den valda gruppen?'; $messages['deletemessagesconfirm'] = 'Vill du verkligen ta bort valda meddelanden?'; $messages['deletefolderconfirm'] = 'Vill du verkligen ta bort den här katalogen?'; +$messages['movefolderconfirm'] = 'Vill du verkligen flytta den här katalogen?'; $messages['purgefolderconfirm'] = 'Vill du verkligen ta bort alla meddelanden i den här katalogen?'; $messages['contactdeleting'] = 'Tar bort kontakt...'; $messages['groupdeleting'] = 'Tar bort grupp...'; diff --git a/program/localization/ta_IN/messages.inc b/program/localization/ta_IN/messages.inc index 2039db60e..0b7b6e772 100644 --- a/program/localization/ta_IN/messages.inc +++ b/program/localization/ta_IN/messages.inc @@ -24,7 +24,6 @@ $messages['servererror'] = 'சேவையக பிழை!'; $messages['servererrormsg'] = 'சேவையக பிழை: $msg'; $messages['invalidrequest'] = 'செல்லாத வேண்டுகோள்! எந்த தரவும் சேமிக்கப்படவில்லை.'; $messages['nomessagesfound'] = 'இந்த தபால் பெட்டியில் எந்த தரவும் சேமிக்கப்படவில்லை'; -$messages['loggedout'] = 'நீங்கள் அமர்வை வெற்றிகரமாக முடித்தீர்கள். வணக்கம்'; $messages['mailboxempty'] = 'தபால் பெட்டி காலியாக உள்ளது'; $messages['loading'] = 'ஏற்றுகிறது...'; $messages['uploading'] = 'கோப்பை ஏற்றுகிறது...'; diff --git a/program/localization/th_TH/labels.inc b/program/localization/th_TH/labels.inc index 0dd33a199..d3f0ab84e 100644 --- a/program/localization/th_TH/labels.inc +++ b/program/localization/th_TH/labels.inc @@ -243,6 +243,7 @@ $labels['keylength'] = 'บิต'; $labels['keyexpired'] = 'หมดอายุ'; $labels['keyrevoked'] = 'ยกเลิก'; $labels['bccinstead'] = 'ใช้สำเนาลับ'; +$labels['insert'] = 'แทรก'; $labels['recipient'] = 'ผู้รับ'; $labels['editidents'] = 'แก้ไขข้อมูลประจำตัว'; $labels['spellcheck'] = 'สะกด'; @@ -393,7 +394,6 @@ $labels['importreplace'] = 'แทนที่ทั้งหมดในสม $labels['importgroups'] = 'นำเข้ากลุ่มที่ได้รับมอบหมาย'; $labels['importgroupsall'] = 'ทั้งหมด (สร้างกลุ่มหากจำเป็น)'; $labels['importgroupsexisting'] = 'เฉพาะสำหรับกลุ่มที่มีอยู่เท่านั้น'; -$labels['importdesc'] = 'คุณสามารถอัปโหลดรายชื่อจากสมุดที่อยู่ที่มีอยู่
ขณะนี้ระบบรองรับนำเข้าจากรูปแบบข้อมูล vCard หรือ CSV (ที่คั่นด้วยจุลภาค)'; $labels['done'] = 'สำเร็จ'; $labels['settingsfor'] = 'ตั้งค่าสำหรับ'; $labels['about'] = 'เกี่ยวกับ'; diff --git a/program/localization/th_TH/messages.inc b/program/localization/th_TH/messages.inc index 7f42029b8..1db9f4f0f 100644 --- a/program/localization/th_TH/messages.inc +++ b/program/localization/th_TH/messages.inc @@ -24,7 +24,6 @@ $messages['servererror'] = 'เกิดข้อผิดพลาดเกี $messages['dberror'] = 'เกิดข้อผิดพลาดเกี่ยวกับฐานข้อมูล'; $messages['invalidhost'] = 'ชื่อเซิร์ฟเวอร์ไม่ถูกต้อง'; $messages['nomessagesfound'] = 'ไม่มีจดหมายในกล่องจดหมายนี้'; -$messages['loggedout'] = 'ทำการออกจากระบบเรียบร้อย'; $messages['refreshing'] = 'กำลังรีเฟรช...'; $messages['loading'] = 'Loading...'; $messages['uploading'] = 'กำลังอัพโหลดไฟล์...'; diff --git a/program/localization/ti/labels.inc b/program/localization/ti/labels.inc index 515d0993a..3e2abde66 100644 --- a/program/localization/ti/labels.inc +++ b/program/localization/ti/labels.inc @@ -60,6 +60,7 @@ $labels['thursday'] = 'ሓሙስ'; $labels['friday'] = 'ዓርቢ '; $labels['saturday'] = 'ቀዳም'; $labels['isread'] = 'ከንብብ'; +$labels['insert'] = 'ይሸጎጥ'; $labels['other'] = 'ካሊእ'; $labels['typeother'] = 'ካሊእ'; $labels['delete'] = 'ይጥፋእ'; diff --git a/program/localization/tr_TR/labels.inc b/program/localization/tr_TR/labels.inc index 8dff7ca06..551426aff 100644 --- a/program/localization/tr_TR/labels.inc +++ b/program/localization/tr_TR/labels.inc @@ -127,7 +127,7 @@ $labels['backtolist'] = 'İleti Listesine Dön'; $labels['viewsource'] = 'Kaynağı Görüntüle'; $labels['mark'] = 'İşaretle'; $labels['markmessages'] = 'İletileri işaretle'; -$labels['markread'] = 'Okunmuş '; +$labels['markread'] = 'Okunmuş Olarak'; $labels['markunread'] = 'Okunmamış Olarak'; $labels['markflagged'] = 'İşaretlenmiş Olarak'; $labels['markunflagged'] = 'İşaretlenmemiş Olarak'; @@ -147,6 +147,7 @@ $labels['last'] = 'Son'; $labels['previous'] = 'Önceki'; $labels['next'] = 'Sonraki'; $labels['select'] = 'Seç'; +$labels['selection'] = 'Seçim'; $labels['all'] = 'Tümü'; $labels['none'] = 'Yok'; $labels['currpage'] = 'Geçerli Sayfa'; @@ -195,6 +196,8 @@ $labels['folderactions'] = 'Klasör İşlemleri...'; $labels['compact'] = 'Sıkıştır'; $labels['empty'] = 'Boşalt'; $labels['importmessages'] = 'İçe Aktar'; +$labels['mailimportdesc'] = 'MIME ya da Mbox biçiminde dosyalar kullanarak e-postalarınızı yükleyebilirsiniz.'; +$labels['mailimportzip'] = 'Birden çok dosya zip arşivi biçiminde sıkıştırılabilir.'; $labels['quota'] = 'Disk Kullanımı'; $labels['unknown'] = 'bilinmeyen'; $labels['unlimited'] = 'sınırsız'; @@ -255,6 +258,8 @@ $labels['keyexpired'] = 'Süre Doldu'; $labels['keyrevoked'] = 'İptal Edilen'; $labels['bccinstead'] = 'Gizli Kopya Kullanılsın'; $labels['addheader'] = 'Alıcı Ekle (üst Bilgi)'; +$labels['insert'] = 'Ekle'; +$labels['insertcontact'] = 'Kişi ekle'; $labels['recipient'] = 'Alıcı'; $labels['recipientedit'] = 'Alıcıyı düzenle'; $labels['editidents'] = 'Kimlikleri Düzenle'; @@ -270,7 +275,7 @@ $labels['insertresponse'] = 'Hazır Yanıt Ekle'; $labels['manageresponses'] = 'Hazır Yanıt Yönetimi'; $labels['newresponse'] = 'Yeni Hazır Yanıt Ekle'; $labels['addresponse'] = 'Hazır Yanıt Ekle'; -$labels['editresponse'] = 'Hazır Cevabı Düzenle'; +$labels['editresponse'] = 'Hazır Yanıtı Düzenle'; $labels['editresponses'] = 'Hazır Yanıtları Düzenle'; $labels['responsename'] = 'Ad'; $labels['responsetext'] = 'Hazır Yanıt Metni'; @@ -294,8 +299,9 @@ $labels['alwaysshow'] = '$sender tarafından gönderilen görseller her zaman g $labels['alwaysallow'] = '$sender tarafından gönderilen iletiler her zaman alınsın'; $labels['isdraft'] = 'Bu ileti henüz taslak.'; $labels['andnmore'] = '$nr daha...'; +$labels['details'] = 'Ayrıntılar'; $labels['headers'] = 'Üst Bilgiler'; -$labels['envelope'] = 'Zarf'; +$labels['allheaders'] = 'Tüm üst bilgiler...'; $labels['togglemoreheaders'] = 'Daha fazla ileti başlığı görüntüle'; $labels['togglefullheaders'] = 'İleti başlıklarını görüntüle/gizle'; $labels['htmltoggle'] = 'HTML'; @@ -425,7 +431,7 @@ $labels['importreplace'] = 'Tüm adres defterinin yerine geçsin'; $labels['importgroups'] = 'Grup Atamalarını İçe Aktar'; $labels['importgroupsall'] = 'Tümü (Gerekirse Gruplar Eklensin)'; $labels['importgroupsexisting'] = 'Yalnız Varolan Gruplar'; -$labels['importdesc'] = 'Varolan bir adres defterinden kişileri yükleyebilirsiniz.
Şu anda vCard ya da CSV (virgülle ayrılmış) veri biçimleri desteklenmektedir.'; +$labels['importdesc'] = 'Var olan bir adres defterindeki kişileri yükleyebilirsiniz.
Şu anda vCard ve CSV (virgül ile ayrılmış veriler) dosya biçimlerini destekliyoruz.'; $labels['done'] = 'Tamam'; $labels['settingsfor'] = 'Şunun Ayarları'; $labels['about'] = 'Hakkında'; diff --git a/program/localization/tr_TR/messages.inc b/program/localization/tr_TR/messages.inc index a32b4cd9e..9d185f800 100644 --- a/program/localization/tr_TR/messages.inc +++ b/program/localization/tr_TR/messages.inc @@ -34,7 +34,7 @@ $messages['erroroverquotadelete'] = 'Diskte boş alan kalmadı. SHIFT+DEL tuşla $messages['invalidrequest'] = 'İstek geçersiz! Herhangi bir veri kaydedilmedi'; $messages['invalidhost'] = 'Sunucu adı geçersiz.'; $messages['nomessagesfound'] = 'Bu posta kutusunda bir ileti bulunamadı.'; -$messages['loggedout'] = 'Oturumunuzu kapattınız. Hoşçakalın....'; +$messages['loggedout'] = 'Oturumunuzu kapattınız. Hoşça kalın!'; $messages['mailboxempty'] = 'Posta kutusu boş'; $messages['nomessages'] = 'Herhangi bir ileti yok'; $messages['refreshing'] = 'Yenileniyor...'; @@ -50,7 +50,7 @@ $messages['savingmessage'] = 'İleti kaydediliyor...'; $messages['messagesaved'] = 'İleti taslaklara kaydedildi.'; $messages['successfullysaved'] = 'Kaydedildi'; $messages['savingresponse'] = 'Yanıt metni kaydediliyor...'; -$messages['deleteresponseconfirm'] = 'Cevabı silmek istiyor musunuz?'; +$messages['deleteresponseconfirm'] = 'Bu yanıt metnini silmek istediğinize emin misiniz?'; $messages['nocontactselected'] = 'Henüz bir kişi seçmemişsiniz.'; $messages['addedsuccessfully'] = 'Kişi adres defterine eklendi'; $messages['contactexists'] = 'Bu e-posta adresi rehberde var.'; @@ -83,6 +83,7 @@ $messages['deletecontactconfirm'] = 'Seçilmiş kişileri silmek istediğinize $messages['deletegroupconfirm'] = 'Seçilmiş grupları silmek istediğinize emin misiniz?'; $messages['deletemessagesconfirm'] = 'Seçilmiş iletileri silmek istediğinize emin misiniz?'; $messages['deletefolderconfirm'] = 'Bu klasörü silmek istediğinize emin misiniz?'; +$messages['movefolderconfirm'] = 'Bu klasörü taşımak istediğinize emin misiniz?'; $messages['purgefolderconfirm'] = 'Bu klasördeki tüm iletileri silmek istediğinize emin misiniz?'; $messages['contactdeleting'] = 'Kişi(ler) siliniyor...'; $messages['groupdeleting'] = 'Grup siliniyor...'; diff --git a/program/localization/tr_TR/timezones.inc b/program/localization/tr_TR/timezones.inc index 4dc517062..a82759cef 100644 --- a/program/localization/tr_TR/timezones.inc +++ b/program/localization/tr_TR/timezones.inc @@ -17,10 +17,10 @@ $labels['tz:utc'] = 'UTC'; $labels['tz:africa'] = 'Afrika'; -$labels['tz:africa:abidjan'] = 'Abidjan'; -$labels['tz:africa:accra'] = 'Accra'; +$labels['tz:africa:abidjan'] = 'Abican'; +$labels['tz:africa:accra'] = 'Akra'; $labels['tz:africa:addis_ababa'] = 'Addis Ababa'; -$labels['tz:africa:algiers'] = 'Algiers'; +$labels['tz:africa:algiers'] = 'Cezayir'; $labels['tz:africa:asmara'] = 'Asmara'; $labels['tz:africa:bamako'] = 'Bamako'; $labels['tz:africa:bangui'] = 'Bangui'; @@ -32,12 +32,12 @@ $labels['tz:africa:bujumbura'] = 'Bujumbura'; $labels['tz:africa:cairo'] = 'Kahire'; $labels['tz:africa:casablanca'] = 'Kazablanka'; $labels['tz:africa:ceuta'] = 'Ceuta'; -$labels['tz:africa:conakry'] = 'Conakry'; +$labels['tz:africa:conakry'] = 'Konakri'; $labels['tz:africa:dakar'] = 'Dakar'; -$labels['tz:africa:dar_es_salaam'] = 'Dar es Salaam'; +$labels['tz:africa:dar_es_salaam'] = 'Darüsselam'; $labels['tz:africa:djibouti'] = 'Cibuti'; $labels['tz:africa:douala'] = 'Douala'; -$labels['tz:africa:el_aaiun'] = 'El Aaiun'; +$labels['tz:africa:el_aaiun'] = 'Layun'; $labels['tz:africa:freetown'] = 'Freetown'; $labels['tz:africa:gaborone'] = 'Gaborone'; $labels['tz:africa:harare'] = 'Harare'; @@ -46,7 +46,7 @@ $labels['tz:africa:juba'] = 'Juba'; $labels['tz:africa:kampala'] = 'Kampala'; $labels['tz:africa:khartoum'] = 'Hartum'; $labels['tz:africa:kigali'] = 'Kigali'; -$labels['tz:africa:kinshasa'] = 'Kinshasa'; +$labels['tz:africa:kinshasa'] = 'Kinşasa'; $labels['tz:africa:lagos'] = 'Lagos'; $labels['tz:africa:libreville'] = 'Libreville'; $labels['tz:africa:lome'] = 'Lomé'; @@ -57,12 +57,12 @@ $labels['tz:africa:malabo'] = 'Malabo'; $labels['tz:africa:maputo'] = 'Maputo'; $labels['tz:africa:maseru'] = 'Maseru'; $labels['tz:africa:mbabane'] = 'Mbabane'; -$labels['tz:africa:mogadishu'] = 'Mogadishu'; +$labels['tz:africa:mogadishu'] = 'Mogadişu'; $labels['tz:africa:monrovia'] = 'Monrovia'; $labels['tz:africa:nairobi'] = 'Nairobi'; -$labels['tz:africa:ndjamena'] = 'Ndjamena'; +$labels['tz:africa:ndjamena'] = 'N\'Djamena'; $labels['tz:africa:niamey'] = 'Niamey'; -$labels['tz:africa:nouakchott'] = 'Nouakchott'; +$labels['tz:africa:nouakchott'] = 'Nuakşot'; $labels['tz:africa:ouagadougou'] = 'Ouagadougou'; $labels['tz:africa:porto-novo'] = 'Porto-Novo'; $labels['tz:africa:sao_tome'] = 'São Tomé'; @@ -92,7 +92,7 @@ $labels['tz:america:aruba'] = 'Aruba'; $labels['tz:america:asuncion'] = 'Asunción'; $labels['tz:america:atikokan'] = 'Atikokan'; $labels['tz:america:bahia'] = 'Bahia'; -$labels['tz:america:bahia_banderas'] = 'Bahia Banderas'; +$labels['tz:america:bahia_banderas'] = 'Bahía de Banderas'; $labels['tz:america:barbados'] = 'Barbados'; $labels['tz:america:belem'] = 'Belem'; $labels['tz:america:belize'] = 'Belize'; @@ -102,7 +102,7 @@ $labels['tz:america:bogota'] = 'Bogota'; $labels['tz:america:boise'] = 'Boise'; $labels['tz:america:cambridge_bay'] = 'Cambridge Bay'; $labels['tz:america:campo_grande'] = 'Campo Grande'; -$labels['tz:america:cancun'] = 'Cancun'; +$labels['tz:america:cancun'] = 'Cancún'; $labels['tz:america:caracas'] = 'Caracas'; $labels['tz:america:cayenne'] = 'Cayenne'; $labels['tz:america:cayman'] = 'Cayman'; @@ -117,7 +117,7 @@ $labels['tz:america:dawson'] = 'Dawson'; $labels['tz:america:dawson_creek'] = 'Dawson Creek'; $labels['tz:america:denver'] = 'Denver'; $labels['tz:america:detroit'] = 'Detroit'; -$labels['tz:america:dominica'] = 'Dominica'; +$labels['tz:america:dominica'] = 'Dominika'; $labels['tz:america:edmonton'] = 'Edmonton'; $labels['tz:america:eirunepe'] = 'Eirunepe'; $labels['tz:america:el_salvador'] = 'El Salvador'; @@ -146,7 +146,7 @@ $labels['tz:america:indiana:vincennes'] = 'Vincennes'; $labels['tz:america:indiana:winamac'] = 'Winamac'; $labels['tz:america:inuvik'] = 'Inuvik'; $labels['tz:america:iqaluit'] = 'Iqaluit'; -$labels['tz:america:jamaica'] = 'Jamaica'; +$labels['tz:america:jamaica'] = 'Jamaika'; $labels['tz:america:juneau'] = 'Juneau'; $labels['tz:america:kentucky'] = 'Kentucky'; $labels['tz:america:kentucky:louisville'] = 'Louisville'; @@ -156,17 +156,17 @@ $labels['tz:america:la_paz'] = 'La Paz'; $labels['tz:america:lima'] = 'Lima'; $labels['tz:america:los_angeles'] = 'Los Angeles'; $labels['tz:america:lower_princes'] = 'Lower Princes'; -$labels['tz:america:maceio'] = 'Maceio'; +$labels['tz:america:maceio'] = 'Maceió'; $labels['tz:america:managua'] = 'Managua'; $labels['tz:america:manaus'] = 'Manaus'; $labels['tz:america:marigot'] = 'Marigot'; $labels['tz:america:martinique'] = 'Martinique'; $labels['tz:america:matamoros'] = 'Matamoros'; $labels['tz:america:mazatlan'] = 'Mazatlan'; -$labels['tz:america:menominee'] = 'Menominee'; +$labels['tz:america:menominee'] = 'Menominiler'; $labels['tz:america:merida'] = 'Merida'; $labels['tz:america:metlakatla'] = 'Metlakatla'; -$labels['tz:america:mexico_city'] = 'Mexico City'; +$labels['tz:america:mexico_city'] = 'Meksiko'; $labels['tz:america:miquelon'] = 'Miquelon'; $labels['tz:america:moncton'] = 'Moncton'; $labels['tz:america:monterrey'] = 'Monterrey'; @@ -177,9 +177,9 @@ $labels['tz:america:new_york'] = 'New York'; $labels['tz:america:nipigon'] = 'Nipigon'; $labels['tz:america:nome'] = 'Nome'; $labels['tz:america:noronha'] = 'Noronha'; -$labels['tz:america:north_dakota'] = 'North Dakota'; +$labels['tz:america:north_dakota'] = 'Kuzey Dakota'; $labels['tz:america:north_dakota:beulah'] = 'Beulah'; -$labels['tz:america:north_dakota:center'] = 'Center'; +$labels['tz:america:north_dakota:center'] = 'Orta'; $labels['tz:america:north_dakota:new_salem'] = 'New Salem'; $labels['tz:america:ojinaga'] = 'Ojinaga'; $labels['tz:america:panama'] = 'Panama'; @@ -189,7 +189,7 @@ $labels['tz:america:phoenix'] = 'Phoenix'; $labels['tz:america:port-au-prince'] = 'Port-au-Prince'; $labels['tz:america:port_of_spain'] = 'Port of Spain'; $labels['tz:america:porto_velho'] = 'Porto Velho'; -$labels['tz:america:puerto_rico'] = 'Puerto Rico'; +$labels['tz:america:puerto_rico'] = 'Porto Riko'; $labels['tz:america:rainy_river'] = 'Rainy River'; $labels['tz:america:rankin_inlet'] = 'Rankin Inlet'; $labels['tz:america:recife'] = 'Recife'; @@ -200,7 +200,7 @@ $labels['tz:america:santarem'] = 'Santarem'; $labels['tz:america:santiago'] = 'Santiago'; $labels['tz:america:santo_domingo'] = 'Santo Domingo'; $labels['tz:america:sao_paulo'] = 'Sao Paulo'; -$labels['tz:america:scoresbysund'] = 'Scoresbysund'; +$labels['tz:america:scoresbysund'] = 'Ittoqqortoormiit'; $labels['tz:america:sitka'] = 'Sitka'; $labels['tz:america:st_barthelemy'] = 'Saint Barthélemy'; $labels['tz:america:st_johns'] = "Saint John's"; @@ -232,17 +232,17 @@ $labels['tz:antarctica:rothera'] = 'Rothera'; $labels['tz:antarctica:syowa'] = 'Syowa'; $labels['tz:antarctica:troll'] = 'Troll'; $labels['tz:antarctica:vostok'] = 'Vostok'; -$labels['tz:arctic'] = 'Arctic'; +$labels['tz:arctic'] = 'Arktika'; $labels['tz:arctic:longyearbyen'] = 'Longyearbyen'; $labels['tz:asia'] = 'Asya'; $labels['tz:asia:aden'] = 'Aden'; -$labels['tz:asia:almaty'] = 'Almati'; -$labels['tz:asia:amman'] = 'Umman'; -$labels['tz:asia:anadyr'] = 'Anadyr'; -$labels['tz:asia:aqtau'] = 'Aqtau'; -$labels['tz:asia:aqtobe'] = 'Aqtobe'; +$labels['tz:asia:almaty'] = 'Almatı'; +$labels['tz:asia:amman'] = 'Amman'; +$labels['tz:asia:anadyr'] = 'Anadır'; +$labels['tz:asia:aqtau'] = 'Aktav'; +$labels['tz:asia:aqtobe'] = 'Aktöbe'; $labels['tz:asia:ashgabat'] = 'Aşkabat'; -$labels['tz:asia:atyrau'] = 'Atyrau'; +$labels['tz:asia:atyrau'] = 'Atırav'; $labels['tz:asia:baghdad'] = 'Bağdat'; $labels['tz:asia:bahrain'] = 'Bahreyn'; $labels['tz:asia:baku'] = 'Bakü'; @@ -251,22 +251,22 @@ $labels['tz:asia:barnaul'] = 'Barnaul'; $labels['tz:asia:beirut'] = 'Beyrut'; $labels['tz:asia:bishkek'] = 'Bişkek'; $labels['tz:asia:brunei'] = 'Brunei'; -$labels['tz:asia:chita'] = 'Chita'; -$labels['tz:asia:choibalsan'] = 'Choibalsan'; +$labels['tz:asia:chita'] = 'Çita'; +$labels['tz:asia:choibalsan'] = 'Çoybalsan'; $labels['tz:asia:colombo'] = 'Kolombo'; -$labels['tz:asia:damascus'] = 'Damascus'; -$labels['tz:asia:dhaka'] = 'Dhaka'; +$labels['tz:asia:damascus'] = 'Şam'; +$labels['tz:asia:dhaka'] = 'Dakka'; $labels['tz:asia:dili'] = 'Dili'; $labels['tz:asia:dubai'] = 'Dubai'; $labels['tz:asia:dushanbe'] = 'Duşanbe'; -$labels['tz:asia:famagusta'] = 'Famagusta'; -$labels['tz:asia:gaza'] = 'Gaza'; -$labels['tz:asia:hebron'] = 'Hebron'; +$labels['tz:asia:famagusta'] = 'Gazimağusa'; +$labels['tz:asia:gaza'] = 'Gazze'; +$labels['tz:asia:hebron'] = 'El Halil'; $labels['tz:asia:ho_chi_minh'] = 'Ho Chi Minh'; $labels['tz:asia:hong_kong'] = 'Hong Kong'; $labels['tz:asia:hovd'] = 'Hovd'; -$labels['tz:asia:irkutsk'] = 'Irkutsk'; -$labels['tz:asia:jakarta'] = 'Jakarta'; +$labels['tz:asia:irkutsk'] = 'İrkutsk'; +$labels['tz:asia:jakarta'] = 'Cakarta'; $labels['tz:asia:jayapura'] = 'Jayapura'; $labels['tz:asia:jerusalem'] = 'Kudüs'; $labels['tz:asia:kabul'] = 'Kabil'; @@ -283,8 +283,8 @@ $labels['tz:asia:macau'] = 'Makau'; $labels['tz:asia:magadan'] = 'Magadan'; $labels['tz:asia:makassar'] = 'Makassar'; $labels['tz:asia:manila'] = 'Manila'; -$labels['tz:asia:muscat'] = 'Muscat'; -$labels['tz:asia:nicosia'] = 'Nicosia'; +$labels['tz:asia:muscat'] = 'Maskat'; +$labels['tz:asia:nicosia'] = 'Lefkoşa'; $labels['tz:asia:novokuznetsk'] = 'Novokuznetsk'; $labels['tz:asia:novosibirsk'] = 'Novosibirsk'; $labels['tz:asia:omsk'] = 'Omsk'; @@ -293,14 +293,14 @@ $labels['tz:asia:phnom_penh'] = 'Phnom Penh'; $labels['tz:asia:pontianak'] = 'Pontianak'; $labels['tz:asia:pyongyang'] = 'Pyongyang'; $labels['tz:asia:qatar'] = 'Katar'; -$labels['tz:asia:qyzylorda'] = 'Qyzylorda'; +$labels['tz:asia:qyzylorda'] = 'Kızılorda'; $labels['tz:asia:riyadh'] = 'Riyad'; -$labels['tz:asia:sakhalin'] = 'Sakhalin'; +$labels['tz:asia:sakhalin'] = 'Sahalin'; $labels['tz:asia:samarkand'] = 'Semerkant'; $labels['tz:asia:seoul'] = 'Seul'; $labels['tz:asia:shanghai'] = 'Şangay'; $labels['tz:asia:singapore'] = 'Singapur'; -$labels['tz:asia:srednekolymsk'] = 'Srednekolymsk'; +$labels['tz:asia:srednekolymsk'] = 'Srednekolimsk'; $labels['tz:asia:taipei'] = 'Taipei'; $labels['tz:asia:tashkent'] = 'Taşkent'; $labels['tz:asia:tbilisi'] = 'Tiflis'; @@ -309,7 +309,7 @@ $labels['tz:asia:thimphu'] = 'Thimphu'; $labels['tz:asia:tokyo'] = 'Tokyo'; $labels['tz:asia:tomsk'] = 'Tomsk'; $labels['tz:asia:ulaanbaatar'] = 'Ulanbatur'; -$labels['tz:asia:urumqi'] = 'Urumqi'; +$labels['tz:asia:urumqi'] = 'Urumçi'; $labels['tz:asia:ust-nera'] = 'Ust-Nera'; $labels['tz:asia:vientiane'] = 'Vientiane'; $labels['tz:asia:vladivostok'] = 'Vladivostok'; @@ -318,14 +318,14 @@ $labels['tz:asia:yangon'] = 'Yangon'; $labels['tz:asia:yekaterinburg'] = 'Yekaterinburg'; $labels['tz:asia:yerevan'] = 'Erivan'; $labels['tz:atlantic'] = 'Atlantik'; -$labels['tz:atlantic:azores'] = 'Azores'; +$labels['tz:atlantic:azores'] = 'Azorlar'; $labels['tz:atlantic:bermuda'] = 'Bermuda'; $labels['tz:atlantic:canary'] = 'Kanarya'; -$labels['tz:atlantic:cape_verde'] = 'Cape Verde'; -$labels['tz:atlantic:faroe'] = 'Faroe'; +$labels['tz:atlantic:cape_verde'] = 'Yeşil Burun Adaları'; +$labels['tz:atlantic:faroe'] = 'Faroe Adaları'; $labels['tz:atlantic:madeira'] = 'Madeira'; $labels['tz:atlantic:reykjavik'] = 'Reykjavik'; -$labels['tz:atlantic:south_georgia'] = 'South Georgia'; +$labels['tz:atlantic:south_georgia'] = 'Güney Georgia'; $labels['tz:atlantic:st_helena'] = 'St Helena'; $labels['tz:atlantic:stanley'] = 'Stanley'; $labels['tz:australia'] = 'Avustralya'; @@ -340,32 +340,32 @@ $labels['tz:australia:lindeman'] = 'Lindeman'; $labels['tz:australia:lord_howe'] = 'Lord Howe'; $labels['tz:australia:melbourne'] = 'Melbourne'; $labels['tz:australia:perth'] = 'Perth'; -$labels['tz:australia:sydney'] = 'Sydney'; +$labels['tz:australia:sydney'] = 'Sidney'; $labels['tz:europe'] = 'Avrupa'; $labels['tz:europe:amsterdam'] = 'Amsterdam'; $labels['tz:europe:andorra'] = 'Andorra'; -$labels['tz:europe:astrakhan'] = 'Astrakhan'; +$labels['tz:europe:astrakhan'] = 'Astrahan'; $labels['tz:europe:athens'] = 'Atina'; $labels['tz:europe:belgrade'] = 'Belgrad'; $labels['tz:europe:berlin'] = 'Berlin'; $labels['tz:europe:bratislava'] = 'Bratislava'; $labels['tz:europe:brussels'] = 'Brüksel'; -$labels['tz:europe:bucharest'] = 'Bucharest'; +$labels['tz:europe:bucharest'] = 'Bükreş'; $labels['tz:europe:budapest'] = 'Budapeşte'; $labels['tz:europe:busingen'] = 'Busingen'; -$labels['tz:europe:chisinau'] = 'Chisinau'; +$labels['tz:europe:chisinau'] = 'Kişinev'; $labels['tz:europe:copenhagen'] = 'Kopenhag'; $labels['tz:europe:dublin'] = 'Dublin'; $labels['tz:europe:gibraltar'] = 'Gibraltar'; $labels['tz:europe:guernsey'] = 'Guernsey'; $labels['tz:europe:helsinki'] = 'Helsinki'; -$labels['tz:europe:isle_of_man'] = 'Isle of Man'; -$labels['tz:europe:istanbul'] = 'Istanbul'; +$labels['tz:europe:isle_of_man'] = 'Man Adası'; +$labels['tz:europe:istanbul'] = 'İstanbul'; $labels['tz:europe:jersey'] = 'Jersey'; $labels['tz:europe:kaliningrad'] = 'Kaliningrad'; $labels['tz:europe:kiev'] = 'Kiev'; $labels['tz:europe:kirov'] = 'Kirov'; -$labels['tz:europe:lisbon'] = 'Lisbon'; +$labels['tz:europe:lisbon'] = 'Lizbon'; $labels['tz:europe:ljubljana'] = 'Ljubljana'; $labels['tz:europe:london'] = 'Londra'; $labels['tz:europe:luxembourg'] = 'Lüksemburg'; @@ -383,16 +383,16 @@ $labels['tz:europe:riga'] = 'Riga'; $labels['tz:europe:rome'] = 'Roma'; $labels['tz:europe:samara'] = 'Samara'; $labels['tz:europe:san_marino'] = 'San Marino'; -$labels['tz:europe:sarajevo'] = 'Sarajevo'; +$labels['tz:europe:sarajevo'] = 'Saraybosna'; $labels['tz:europe:saratov'] = 'Saratov'; $labels['tz:europe:simferopol'] = 'Simferopol'; -$labels['tz:europe:skopje'] = 'Skopje'; +$labels['tz:europe:skopje'] = 'Üsküp'; $labels['tz:europe:sofia'] = 'Sofya'; $labels['tz:europe:stockholm'] = 'Stokholm'; $labels['tz:europe:tallinn'] = 'Tallinn'; $labels['tz:europe:tirane'] = 'Tiran'; $labels['tz:europe:ulyanovsk'] = 'Ulyanovsk'; -$labels['tz:europe:uzhgorod'] = 'Uzhgorod'; +$labels['tz:europe:uzhgorod'] = 'Ujgorod'; $labels['tz:europe:vaduz'] = 'Vaduz'; $labels['tz:europe:vatican'] = 'Vatikan'; $labels['tz:europe:vienna'] = 'Viyana'; @@ -400,27 +400,27 @@ $labels['tz:europe:vilnius'] = 'Vilnius'; $labels['tz:europe:volgograd'] = 'Volgograd'; $labels['tz:europe:warsaw'] = 'Varşova'; $labels['tz:europe:zagreb'] = 'Zagreb'; -$labels['tz:europe:zaporozhye'] = 'Zaporozhye'; +$labels['tz:europe:zaporozhye'] = 'Zaporijya'; $labels['tz:europe:zurich'] = 'Zürih'; $labels['tz:indian'] = 'Indian'; $labels['tz:indian:antananarivo'] = 'Antananarivo'; $labels['tz:indian:chagos'] = 'Chagos'; -$labels['tz:indian:christmas'] = 'Christmas'; -$labels['tz:indian:cocos'] = 'Cocos'; -$labels['tz:indian:comoro'] = 'Comoro'; -$labels['tz:indian:kerguelen'] = 'Kerguelen'; -$labels['tz:indian:mahe'] = 'Mahe'; +$labels['tz:indian:christmas'] = 'Christmas Adası'; +$labels['tz:indian:cocos'] = 'Cocos Adaları'; +$labels['tz:indian:comoro'] = 'Komorlar'; +$labels['tz:indian:kerguelen'] = 'Kerguelen Adaları'; +$labels['tz:indian:mahe'] = 'Mahé'; $labels['tz:indian:maldives'] = 'Maldivler'; $labels['tz:indian:mauritius'] = 'Mauritius'; $labels['tz:indian:mayotte'] = 'Mayotte'; -$labels['tz:indian:reunion'] = 'Reunion'; +$labels['tz:indian:reunion'] = 'Réunion'; $labels['tz:pacific'] = 'Pasifik'; $labels['tz:pacific:apia'] = 'Apia'; $labels['tz:pacific:auckland'] = 'Auckland'; $labels['tz:pacific:bougainville'] = 'Bougainville'; $labels['tz:pacific:chatham'] = 'Chatham'; $labels['tz:pacific:chuuk'] = 'Chuuk'; -$labels['tz:pacific:easter'] = 'Easter'; +$labels['tz:pacific:easter'] = 'Paskalya Adası'; $labels['tz:pacific:efate'] = 'Efate'; $labels['tz:pacific:enderbury'] = 'Enderbury'; $labels['tz:pacific:fakaofo'] = 'Fakaofo'; @@ -434,23 +434,23 @@ $labels['tz:pacific:honolulu'] = 'Honolulu'; $labels['tz:pacific:johnston'] = 'Johnston'; $labels['tz:pacific:kiritimati'] = 'Kiritimati'; $labels['tz:pacific:kosrae'] = 'Kosrae'; -$labels['tz:pacific:kwajalein'] = 'Kwajalein'; +$labels['tz:pacific:kwajalein'] = 'Kwajalein Atolü'; $labels['tz:pacific:majuro'] = 'Majuro'; -$labels['tz:pacific:marquesas'] = 'Marquesas'; -$labels['tz:pacific:midway'] = 'Midway'; +$labels['tz:pacific:marquesas'] = 'Markiz Adaları'; +$labels['tz:pacific:midway'] = 'Midway Adası'; $labels['tz:pacific:nauru'] = 'Nauru'; -$labels['tz:pacific:niue'] = 'Niue'; +$labels['tz:pacific:niue'] = 'Niue Adası'; $labels['tz:pacific:norfolk'] = 'Norfolk'; -$labels['tz:pacific:noumea'] = 'Noumea'; +$labels['tz:pacific:noumea'] = 'Nouméa'; $labels['tz:pacific:pago_pago'] = 'Pago Pago'; $labels['tz:pacific:palau'] = 'Palau'; -$labels['tz:pacific:pitcairn'] = 'Pitcairn'; -$labels['tz:pacific:pohnpei'] = 'Pohnpei'; +$labels['tz:pacific:pitcairn'] = 'Pitcairn Adaları'; +$labels['tz:pacific:pohnpei'] = 'Pohnpei Adası'; $labels['tz:pacific:port_moresby'] = 'Port Moresby'; -$labels['tz:pacific:rarotonga'] = 'Rarotonga'; -$labels['tz:pacific:saipan'] = 'Saipan'; +$labels['tz:pacific:rarotonga'] = 'Rarotonga Adası'; +$labels['tz:pacific:saipan'] = 'Saipan Adası'; $labels['tz:pacific:tahiti'] = 'Tahiti'; -$labels['tz:pacific:tarawa'] = 'Tarawa'; -$labels['tz:pacific:tongatapu'] = 'Tongatapu'; +$labels['tz:pacific:tarawa'] = 'Tarawa Adası'; +$labels['tz:pacific:tongatapu'] = 'Tongatapu Adası'; $labels['tz:pacific:wake'] = 'Wake'; $labels['tz:pacific:wallis'] = 'Wallis'; diff --git a/plugins/markasjunk/localization/ps.inc b/program/localization/tzl/messages.inc similarity index 71% rename from plugins/markasjunk/localization/ps.inc rename to program/localization/tzl/messages.inc index f7208ab7b..5a68a19fc 100644 --- a/plugins/markasjunk/localization/ps.inc +++ b/program/localization/tzl/messages.inc @@ -2,10 +2,10 @@ /* +-----------------------------------------------------------------------+ - | plugins/markasjunk/localization/.inc | + | localization//messages.inc | | | - | Localization file of the Roundcube Webmail Mark-As-Junk plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | 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. | @@ -13,7 +13,6 @@ | | +-----------------------------------------------------------------------+ - For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-markasjunk/ + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/messages/ */ -$labels['buttontext'] = 'جنک'; -?> \ No newline at end of file +$messages['grouprenamed'] = 'Rinominarh'; diff --git a/program/localization/uk_UA/labels.inc b/program/localization/uk_UA/labels.inc index 95e4cb5b4..4b1bea810 100644 --- a/program/localization/uk_UA/labels.inc +++ b/program/localization/uk_UA/labels.inc @@ -235,6 +235,7 @@ $labels['keyid'] = 'ID ключа'; $labels['keylength'] = 'Біти'; $labels['keyexpired'] = 'Закінчився'; $labels['keyrevoked'] = 'Відкликаний'; +$labels['insert'] = 'Вставити'; $labels['recipient'] = 'Отримувач'; $labels['editidents'] = 'Змінити дані'; $labels['spellcheck'] = 'Орфографія'; @@ -387,7 +388,6 @@ $labels['importreplace'] = 'Замінити всю адресну книгу'; $labels['importgroups'] = 'Імпортувати розподіл за групами'; $labels['importgroupsall'] = 'Усі (створити групи за потреби)'; $labels['importgroupsexisting'] = 'Лише для наявних груп'; -$labels['importdesc'] = 'Ви можете завантажити контакти з наявної адресної книги.
Наразі ми підтримуємо імпорт адрес у форматі візитної картки vCard або CSV (дані, розділені комами).'; $labels['done'] = 'Готово'; $labels['settingsfor'] = 'Налаштування для'; $labels['about'] = 'Про програму'; diff --git a/program/localization/uk_UA/messages.inc b/program/localization/uk_UA/messages.inc index e8434df43..2586d3992 100644 --- a/program/localization/uk_UA/messages.inc +++ b/program/localization/uk_UA/messages.inc @@ -34,7 +34,6 @@ $messages['erroroverquotadelete'] = 'Недостатньо вільного м $messages['invalidrequest'] = 'Недійсний запит! Дані не збережено.'; $messages['invalidhost'] = 'Недійсне ім\'я сервера.'; $messages['nomessagesfound'] = 'Листів не знайдено'; -$messages['loggedout'] = 'Вашу сесію завершено. Всього найкращого!'; $messages['mailboxempty'] = 'Поштова скринька порожня'; $messages['nomessages'] = 'Повідомлень немає'; $messages['refreshing'] = 'Оновлення...'; diff --git a/program/localization/ur_PK/labels.inc b/program/localization/ur_PK/labels.inc index c005a284d..7603961e5 100644 --- a/program/localization/ur_PK/labels.inc +++ b/program/localization/ur_PK/labels.inc @@ -19,17 +19,76 @@ $labels['welcome'] = ' $product میں خوش آمدید'; $labels['username'] = 'صارف'; $labels['password'] = 'پاسورڈ'; $labels['server'] = 'سَروَر'; +$labels['login'] = 'فولڈرز کا اصلی نام'; +$labels['menu'] = 'مینو'; $labels['logout'] = 'لاگ آؤٹ'; $labels['mail'] = 'میل'; $labels['settings'] = 'ترتیبات'; $labels['addressbook'] = 'ایڈریس بک'; $labels['inbox'] = 'ان باکس'; $labels['drafts'] = 'ڈرافٹ'; +$labels['sent'] = 'بھیجا ہوا میل'; +$labels['trash'] = 'ردی کی ٹوکری'; +$labels['junk'] = 'جنک میل'; +$labels['show_real_foldernames'] = 'فولڈرز کا اصلی نام'; $labels['subject'] = 'مضمون'; $labels['from'] = 'از'; $labels['sender'] = 'بھیجنے والا'; +$labels['date'] = 'تاریخ'; +$labels['size'] = 'سائز'; +$labels['mailboxlist'] = 'فولڈرز'; +$labels['move'] = 'منتقل کریں'; $labels['download'] = 'ڈاؤن لوڈ'; +$labels['open'] = 'کھولیں'; +$labels['showattachment'] = 'دیکھایں'; $labels['showanyway'] = 'جیسا بھی ہے ظاہر کر دیں'; +$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['jan'] = 'جنوری'; +$labels['feb'] = 'فروری'; +$labels['mar'] = 'مارچ'; +$labels['apr'] = 'اپریل'; +$labels['may'] = 'مئی'; +$labels['jun'] = 'جون'; +$labels['jul'] = 'جولائی'; +$labels['aug'] = 'ٓآ گست'; +$labels['sep'] = 'ستمبر'; +$labels['oct'] = 'اُکتوبر'; +$labels['nov'] = 'نومبر'; +$labels['dec'] = 'دسمبر'; +$labels['longjan'] = 'جنوری'; +$labels['longfeb'] = 'فروری'; +$labels['longmar'] = 'مارچ'; +$labels['longapr'] = 'اپریل'; +$labels['longmay'] = 'مئی'; +$labels['longjun'] = 'جون'; +$labels['longjul'] = 'جولائی'; +$labels['longaug'] = 'ٓآگست'; +$labels['longsep'] = 'ستمبر'; +$labels['longoct'] = 'اکتوبر'; +$labels['longnov'] = 'نومبر'; +$labels['longdec'] = 'دسمبر'; +$labels['today'] = 'آج '; +$labels['refresh'] = 'تازہ'; +$labels['checkmail'] = 'نیا میسج دیکھیں'; +$labels['compose'] = 'نیا میسج '; +$labels['writenewmessage'] = 'نیا میسج لکھیں'; +$labels['reply'] = 'میسج کا جواب'; +$labels['replytomessage'] = 'بھیجنے والے کو جواب دیں'; +$labels['replyall'] = 'سب کو جواب دیں'; +$labels['forward'] = 'آگےبھجوائیں'; $labels['markread'] = 'جیسے پڑھ لیا ہو'; $labels['markunread'] = 'جیسے ابھی نہ پڑھا ہو'; $labels['more'] = 'مزید'; @@ -47,4 +106,5 @@ $labels['expand-all'] = 'تمام کھولیں'; $labels['attachment'] = 'مُنسلَک شُدہ'; $labels['nonesort'] = 'کوئی نہیں'; $labels['layoutlist'] = 'لِسٹ'; +$labels['folders'] = 'فولڈرز'; ?> diff --git a/program/localization/uz/labels.inc b/program/localization/uz/labels.inc index 4d053d173..9d8f8f8a1 100644 --- a/program/localization/uz/labels.inc +++ b/program/localization/uz/labels.inc @@ -396,7 +396,6 @@ $labels['importreplace'] = 'Jami manzillar kitobini almashtirish'; $labels['importgroups'] = 'Importda guruhlar bo`yicha taqsimlash'; $labels['importgroupsall'] = 'Barcha (zaruriyat bo`lganda guruh yaratish)'; $labels['importgroupsexisting'] = 'Faqat mavjud guruhlar uchun'; -$labels['importdesc'] = 'Siz mavjud manzillar kitobidan kontaktlarni yuklashingiz mumkin.
Hozirda biz manzillarni
vCard vizit kartalari ko`rinishida yoki CSV (ma`lumotlar , bilan ajratilgan) formatlar bilan ishlay olamiz.'; $labels['done'] = 'Yakunlandi'; $labels['settingsfor'] = 'Kun sozlamalari'; $labels['about'] = 'Dastur haqida'; diff --git a/program/localization/uz/messages.inc b/program/localization/uz/messages.inc index 23c18cf65..b12ec1a56 100644 --- a/program/localization/uz/messages.inc +++ b/program/localization/uz/messages.inc @@ -34,7 +34,6 @@ $messages['erroroverquotadelete'] = 'Bo‘sh joy qolmagan. SHIFT+DEL ni bosib, x $messages['invalidrequest'] = 'Noto‘g‘ri so‘rov! Ma’lumot saqlanmadi.'; $messages['invalidhost'] = 'Server nomi noto‘g‘ri.'; $messages['nomessagesfound'] = 'Bu pochta qutisida xabarlar topilmadi.'; -$messages['loggedout'] = 'Siz sessiyani muvaffaqqiyatli yakunladingiz. Xayr!'; $messages['mailboxempty'] = 'Pochta qutisi bo‘sh'; $messages['nomessages'] = 'Xabarlar yo‘q'; $messages['refreshing'] = 'Yangilanmoqda...'; diff --git a/program/localization/vi_VN/labels.inc b/program/localization/vi_VN/labels.inc index dda45de8a..9b5c5e16d 100644 --- a/program/localization/vi_VN/labels.inc +++ b/program/localization/vi_VN/labels.inc @@ -215,6 +215,7 @@ $labels['selectimage'] = 'Chọn ảnh'; $labels['addimage'] = 'Thêm ảnh'; $labels['selectmedia'] = 'Chọn phim'; $labels['addmedia'] = 'Thêm phim'; +$labels['insert'] = 'Chèn'; $labels['recipient'] = 'Người nhận'; $labels['editidents'] = 'Chỉnh sửa nhận diện'; $labels['spellcheck'] = 'Đánh vần'; @@ -362,7 +363,6 @@ $labels['importreplace'] = 'Thay thế toàn bộ sổ địa chỉ'; $labels['importgroups'] = 'Nhập nhóm'; $labels['importgroupsall'] = 'Tất cả (tạo nhóm nếu cần thiết)'; $labels['importgroupsexisting'] = 'Chỉ dành cho các nhóm đang tồn tại'; -$labels['importdesc'] = 'Bạn có thể cập nhật các liên hệ từ một sổ địa chỉ có sẵn.
Hiện tại, chúng tôi hỗ trợ nhập địa chỉ từ dạng dữ liệu vCard hoặc CSV (dạng thức dữ liệu ngăn cách bằng dấu phẩy)'; $labels['done'] = 'Hoàn tất'; $labels['settingsfor'] = 'Thiết lập cho'; $labels['about'] = 'Lời ngõ'; diff --git a/program/localization/vi_VN/messages.inc b/program/localization/vi_VN/messages.inc index 97708b30f..756eccd0e 100644 --- a/program/localization/vi_VN/messages.inc +++ b/program/localization/vi_VN/messages.inc @@ -33,7 +33,6 @@ $messages['erroroverquotadelete'] = 'Không còn dư chỗ trống trên ổ đ $messages['invalidrequest'] = 'Yêu cầu không hợp lệ! Không có dữ liệu nào được lưu.'; $messages['invalidhost'] = 'Sai thông tin tên máy chủ'; $messages['nomessagesfound'] = 'Không thấy có thư nào trong hộp thư này.'; -$messages['loggedout'] = 'Phiên làm việc đã kết thúc thành công. Tạm biệt!'; $messages['mailboxempty'] = 'Hộp thư rỗng'; $messages['nomessages'] = 'Không có thư nào'; $messages['refreshing'] = 'Nạp lại dữ liệu...'; diff --git a/program/localization/zh_CN/labels.inc b/program/localization/zh_CN/labels.inc index 880ddc912..5139e93f7 100644 --- a/program/localization/zh_CN/labels.inc +++ b/program/localization/zh_CN/labels.inc @@ -248,13 +248,16 @@ $labels['encryptmessage'] = '加密邮件'; $labels['encryptmessagemailvelope'] = '用 Mailvelope 加密邮件'; $labels['importpubkeys'] = '导入公钥'; $labels['encryptedsendialog'] = '正在发送加密的邮件'; +$labels['encryptandsign'] = '加密并签名'; $labels['keyid'] = '密钥 ID'; $labels['keylength'] = '位'; $labels['keyexpired'] = '已过期'; $labels['keyrevoked'] = '已废除'; $labels['bccinstead'] = '使用密送'; $labels['addheader'] = '添加收件人 (信头)'; +$labels['insert'] = '插入'; $labels['recipient'] = '收件人'; +$labels['recipientedit'] = '编辑收件人'; $labels['editidents'] = '编辑身份'; $labels['spellcheck'] = '拼写'; $labels['checkspelling'] = '拼写检查'; @@ -293,7 +296,6 @@ $labels['alwaysallow'] = '总是允许来自 $sender 的信件'; $labels['isdraft'] = '这是一封草稿'; $labels['andnmore'] = '第 $nr 封或更多...'; $labels['headers'] = '信头'; -$labels['envelope'] = '信封'; $labels['togglemoreheaders'] = '显示更多消息头'; $labels['togglefullheaders'] = '切换至原始消息头'; $labels['htmltoggle'] = 'HTML'; @@ -309,6 +311,14 @@ $labels['mdnrequest'] = '发件人要求在您阅读这封邮件时发送已读 $labels['receiptread'] = '发送回执(已读)'; $labels['yourmessage'] = '这是您的邮件回执'; $labels['receiptnote'] = '注意:回执只表示邮件在收件人的电脑上被打开过,不表示收件人已经阅读或了解邮件内容。'; +$labels['zoomin'] = '放大'; +$labels['zoomout'] = '缩小'; +$labels['rotate'] = '旋转'; +$labels['increaseimage'] = '增加图片大小'; +$labels['decreaseimage'] = '减小图片大小'; +$labels['rotateimage'] = '旋转图片'; +$labels['showtools'] = '显示图像工具'; +$labels['hidetools'] = '隐藏图像工具'; $labels['name'] = '显示名称'; $labels['firstname'] = '名字'; $labels['surname'] = '姓氏'; @@ -393,6 +403,8 @@ $labels['newgroup'] = '创建新组'; $labels['addgroup'] = '新建组'; $labels['grouprename'] = '重命名群组'; $labels['groupdelete'] = '删除群组'; +$labels['groupassign'] = '分配到分组…'; +$labels['groupremove'] = '从分组中移除'; $labels['groupremoveselected'] = '删除选中'; $labels['uponelevel'] = '升一级'; $labels['previouspage'] = '上一页'; @@ -413,7 +425,6 @@ $labels['importreplace'] = '替换全部通讯录'; $labels['importgroups'] = '导入群组任务'; $labels['importgroupsall'] = '全部(如果需要则创建新的群组)'; $labels['importgroupsexisting'] = '仅限于已有群组'; -$labels['importdesc'] = '您可以从通讯录文件上传联系人,目前已支持 vCard 和 CSV(逗号分隔)格式'; $labels['done'] = '完成'; $labels['settingsfor'] = '设置'; $labels['about'] = '关于'; @@ -560,7 +571,11 @@ $labels['namespace.shared'] = '已共享'; $labels['dualuselabel'] = '只能包含'; $labels['dualusemail'] = '消息'; $labels['dualusefolder'] = '文件夹'; +$labels['generate'] = '生成'; $labels['encryptioncreatekey'] = '创建新密钥对'; +$labels['openmailvelopesettings'] = '打开 Mailvelope 设置'; +$labels['encryptionprivkeysinmailvelope'] = '你的 Mailvelope 钥匙环中有 $nr 项符合条件的 PGP 私钥:'; +$labels['encryptionnoprivkeysinmailvelope'] = '你的 Mailvelope 插件钥匙环中没有符合此发件人身份的 PGP 私钥。你想要生成一个以启用加密消息吗?'; $labels['sortby'] = '排序'; $labels['sortasc'] = '递增排序'; $labels['sortdesc'] = '递减排序'; @@ -628,6 +643,7 @@ $labels['arialabelmessageheaders'] = '邮件头'; $labels['arialabelforwardingoptions'] = '转发选项'; $labels['arialabelreplyalloptions'] = '回复全部选项'; $labels['arialabelmoremessageactions'] = '更多邮件选项'; +$labels['arialabelmorecontactactions'] = '更多联系人操作'; $labels['arialabelmarkmessagesas'] = '标记选中邮件为...'; $labels['arialabelcomposeoptions'] = '布局选项'; $labels['arialabelresponsesmenu'] = '预设回复菜单'; @@ -644,6 +660,7 @@ $labels['arialabelresonseeditfrom'] = '回复编辑表单'; $labels['arialabelsearchterms'] = '搜索关键词'; $labels['arialabeldropactionmenu'] = '拖拽选项菜单'; $labels['arialabelheadersmenu'] = '收件人 (信头) 添加菜单'; +$labels['arialabelimagetools'] = '图片工具'; $labels['helplistnavigation'] = '列表键盘导航'; $labels['helplistkeyboardnavigation'] = "方向键上/下:移动选中/焦点所在行。 空格键:选中焦点所在行。 diff --git a/program/localization/zh_CN/messages.inc b/program/localization/zh_CN/messages.inc index 68e934f7a..bb9bde42c 100644 --- a/program/localization/zh_CN/messages.inc +++ b/program/localization/zh_CN/messages.inc @@ -34,7 +34,6 @@ $messages['erroroverquotadelete'] = '没有足够的磁盘空间。请使用 SHI $messages['invalidrequest'] = '请求无效!未保存数据。'; $messages['invalidhost'] = '无效的主机名。'; $messages['nomessagesfound'] = '此邮件夹内无邮件。'; -$messages['loggedout'] = '您已成功注销,再见!'; $messages['mailboxempty'] = '邮箱为空'; $messages['nomessages'] = '无邮件'; $messages['refreshing'] = '正在刷新...'; @@ -51,6 +50,7 @@ $messages['messagesaved'] = '邮件已暂存至草稿箱。'; $messages['successfullysaved'] = '保存成功。'; $messages['savingresponse'] = '正在保存响应文本...'; $messages['deleteresponseconfirm'] = '是否确认删除响应文本?'; +$messages['nocontactselected'] = '你还没有选择联系人'; $messages['addedsuccessfully'] = '联系人已添加。'; $messages['contactexists'] = '已经具有此电子邮件地址的联系人已经存在。'; $messages['contactnameexists'] = '已存在同名联系人。'; @@ -94,6 +94,7 @@ $messages['noemailwarning'] = '请输入一个有效的邮件地址。'; $messages['nonamewarning'] = '请输入名称。'; $messages['nopagesizewarning'] = '请输入每页显示的邮件数量。'; $messages['nosenderwarning'] = '请输入发件人的电子邮件地址。'; +$messages['recipientsadded'] = '联系人添加成功'; $messages['norecipientwarning'] = '至少输入一个收件人。'; $messages['disclosedrecipwarning'] = '所有的收件人都能看到其他收件人的地址。如果您不想这么做并且想保护他人隐私,您可以使用"密送 (Bcc)"一栏。'; $messages['disclosedreciptitle'] = '太多公共收件人'; @@ -163,6 +164,7 @@ $messages['smtpautherror'] = 'SMTP 错误 ($code): 认证失败。'; $messages['smtpfromerror'] = 'SMTP 错误 ($code):添加发件人失败 "$from" ($msg)。'; $messages['smtptoerror'] = 'SMTP 错误 ($code): 添加收件人失败 "$to" ($msg)。'; $messages['smtprecipientserror'] = 'SMTP 错误: 无法解析收件人列表。'; +$messages['smtputf8error'] = 'SMTP 错误:服务器不支持带 Unicode 字符的邮件地址'; $messages['smtpsizeerror'] = 'SMTP 错误:消息长度超过服务器能接受的长度 ($limit)'; $messages['smtperror'] = 'SMTP 错误: $msg'; $messages['emailformaterror'] = '无效的电子邮件地址:$email'; @@ -211,3 +213,9 @@ $messages['clicktoresumesession'] = '点击此处恢复你之前的会话'; $messages['errcomposesession'] = '撰写会话错误'; $messages['errcomposesessionexplain'] = '请求的撰写会话未找到。'; $messages['clicktocompose'] = '点击这里撰写新邮件'; +$messages['nosupporterror'] = '你的网页浏览器不支持此功能'; +$messages['siginserted'] = '签名插入成功'; +$messages['responseinserted'] = '回复插入成功'; +$messages['listempty'] = '列表为空'; +$messages['listusebutton'] = '请使用 添加 按钮添加新的记录'; +$messages['keypaircreatesuccess'] = '已为 $identity 添加了新的钥匙对'; diff --git a/program/localization/zh_TW/labels.inc b/program/localization/zh_TW/labels.inc index 1763fe904..b238ad654 100644 --- a/program/localization/zh_TW/labels.inc +++ b/program/localization/zh_TW/labels.inc @@ -20,6 +20,7 @@ $labels['username'] = '使用者名稱'; $labels['password'] = '使用者密碼'; $labels['server'] = '伺服器'; $labels['login'] = '登入'; +$labels['menu'] = '選單'; $labels['logout'] = '登出'; $labels['mail'] = '電子郵件'; $labels['settings'] = '設定'; @@ -44,6 +45,7 @@ $labels['priority'] = '優先次序'; $labels['organization'] = '組織/公司'; $labels['readstatus'] = '讀信狀態'; $labels['listoptions'] = '列表選項...'; +$labels['listoptionstitle'] = '列表選項'; $labels['mailboxlist'] = '資料夾'; $labels['messagesfromto'] = '郵件 $from 至 $to,共 $count 封'; $labels['threadsfromto'] = '郵件串 $from 至 $to,共 $count 個'; @@ -112,6 +114,8 @@ $labels['forward'] = '轉寄'; $labels['forwardinline'] = '以內文方式轉寄'; $labels['forwardattachment'] = '以附件方式轉寄'; $labels['forwardmessage'] = '轉寄'; +$labels['bouncemsg'] = '重寄 (退回郵件)'; +$labels['bounce'] = '重寄'; $labels['deletemessage'] = '刪除郵件'; $labels['movemessagetotrash'] = '移動郵件至垃圾桶'; $labels['printmessage'] = '列印此郵件'; @@ -135,6 +139,9 @@ $labels['folders-all'] = '所有資料夾'; $labels['more'] = '更多'; $labels['back'] = '返回'; $labels['options'] = '選項'; +$labels['composeoptions'] = '撰寫選項'; +$labels['optionsandattachments'] = '選項及附件'; +$labels['actions'] = '動作'; $labels['first'] = '第一個'; $labels['last'] = '最後一個'; $labels['previous'] = '前一個'; @@ -175,11 +182,15 @@ $labels['desc'] = '遞減'; $labels['listcolumns'] = '列出欄位'; $labels['listsorting'] = '排序欄位'; $labels['listorder'] = '排序順序'; -$labels['listmode'] = '清單檢視模式'; +$labels['listmode'] = '列表檢視模式'; +$labels['lmode'] = '列表模式'; $labels['layout'] = '畫面配置'; $labels['layoutwidescreen'] = '寬螢幕'; $labels['layoutdesktop'] = '桌面'; $labels['layoutlist'] = '清單'; +$labels['layoutwidescreendesc'] = '寬螢幕 (3欄檢視)'; +$labels['layoutdesktopdesc'] = '桌面 (寬列表,下面是郵件預覽)'; +$labels['layoutlistdesc'] = '列表 (無郵件預覽)'; $labels['folderactions'] = '資料夾動作...'; $labels['compact'] = '壓緊'; $labels['empty'] = '清空'; @@ -192,7 +203,11 @@ $labels['quotatotal'] = '上限'; $labels['quotaused'] = '已使用'; $labels['quotastorage'] = '儲存空間'; $labels['quotamessage'] = '郵件數目'; +$labels['shortheaderdate'] = '於 $date'; +$labels['shortheaderto'] = '於 $date,寄給 $to'; +$labels['shortheaderfrom'] = '於 $date,寄自 $from'; $labels['quicksearch'] = '快速搜尋'; +$labels['searchplaceholder'] = '搜尋...'; $labels['resetsearch'] = '重設搜尋'; $labels['searchmod'] = '修改搜尋'; $labels['msgtext'] = '整封郵件'; @@ -233,12 +248,16 @@ $labels['encryptmessage'] = '加密郵件'; $labels['encryptmessagemailvelope'] = '以 Mailvelope 加密郵件'; $labels['importpubkeys'] = '匯入公鑰'; $labels['encryptedsendialog'] = '發送加密郵件'; +$labels['encryptandsign'] = '加密並簽署'; $labels['keyid'] = '金鑰 ID'; $labels['keylength'] = '位元'; $labels['keyexpired'] = '已過期'; $labels['keyrevoked'] = '已撤銷'; $labels['bccinstead'] = '使用「密件副本」'; +$labels['addheader'] = '加入收件者 (標頭)'; +$labels['insert'] = '插入'; $labels['recipient'] = '收件者'; +$labels['recipientedit'] = '收件者編輯'; $labels['editidents'] = '編輯身份資訊'; $labels['spellcheck'] = '拼字'; $labels['checkspelling'] = '拼字檢查'; @@ -271,9 +290,13 @@ $labels['high'] = '高'; $labels['highest'] = '最高'; $labels['nosubject'] = '(沒有主旨)'; $labels['showimages'] = '顯示圖片'; +$labels['allow'] = '允許'; $labels['alwaysshow'] = '總是顯示來自 $sender 的圖片'; +$labels['alwaysallow'] = '必定允許寄自 $sender 的郵件'; $labels['isdraft'] = '這是草稿'; $labels['andnmore'] = '第$nr封或是更多...'; +$labels['details'] = '詳情'; +$labels['headers'] = '標頭'; $labels['togglemoreheaders'] = '顯示更多的郵件標頭'; $labels['togglefullheaders'] = '切換原始郵件標頭'; $labels['htmltoggle'] = 'HTML'; @@ -289,6 +312,14 @@ $labels['mdnrequest'] = '此郵件的寄件者希望在你閱讀此郵件時受 $labels['receiptread'] = '郵件回條(已閱讀)'; $labels['yourmessage'] = '這是你郵件的郵件回條'; $labels['receiptnote'] = '注意:此回條只能確認收件者的電腦顯示了郵件,並不能保證收件者已閱讀或了解郵件的內容。'; +$labels['zoomin'] = '放大'; +$labels['zoomout'] = '縮小'; +$labels['rotate'] = '旋轉'; +$labels['increaseimage'] = '放大圖像'; +$labels['decreaseimage'] = '縮小圖像'; +$labels['rotateimage'] = '旋轉圖像'; +$labels['showtools'] = '顯示圖像工具'; +$labels['hidetools'] = '隱藏圖像工具'; $labels['name'] = '顯示名稱'; $labels['firstname'] = '名字'; $labels['surname'] = '姓氏'; @@ -354,6 +385,8 @@ $labels['cancel'] = '取消'; $labels['save'] = '儲存'; $labels['delete'] = '刪除'; $labels['discard'] = '丟棄'; +$labels['continue'] = '繼續'; +$labels['ok'] = '確定'; $labels['rename'] = '重新命名'; $labels['addphoto'] = '加入'; $labels['replacephoto'] = '取代'; @@ -371,6 +404,8 @@ $labels['newgroup'] = '新建群組'; $labels['addgroup'] = '加入群組'; $labels['grouprename'] = '重新命名群組'; $labels['groupdelete'] = '刪除群組'; +$labels['groupassign'] = '分配到群組...'; +$labels['groupremove'] = '從群組移除'; $labels['groupremoveselected'] = '於群組刪除所選的聯絡人'; $labels['uponelevel'] = '回到上一層'; $labels['previouspage'] = '顯示上一頁'; @@ -391,7 +426,6 @@ $labels['importreplace'] = '取代整個通訊錄'; $labels['importgroups'] = '匯入群組'; $labels['importgroupsall'] = '全部 (必要時新增群組)'; $labels['importgroupsexisting'] = '僅限於既有群組'; -$labels['importdesc'] = '可以將現有的聯絡人匯入通訊錄。
目前支援匯入 vCard 與 CSV (逗點分隔)格式。'; $labels['done'] = '完成'; $labels['settingsfor'] = '設定'; $labels['about'] = '關於'; @@ -445,6 +479,7 @@ $labels['skipdeleted'] = '不要顯示已刪除的郵件'; $labels['deletealways'] = '如果移動郵件到垃圾桶失敗,就直接刪除'; $labels['deletejunk'] = '直接刪除「垃圾郵件」中的郵件'; $labels['showremoteimages'] = '顯示遠端郵件內文的圖片'; +$labels['allowremoteresources'] = '允許遠端資源 (圖像、樣式)'; $labels['fromknownsenders'] = '從已知的寄件者'; $labels['always'] = '總是'; $labels['alwaysbutplain'] = '總是,除非回覆純文字郵件'; @@ -476,8 +511,9 @@ $labels['newmessage'] = '新郵件'; $labels['signatureoptions'] = '簽名檔選項'; $labels['whenreplying'] = '回覆時'; $labels['replyempty'] = '不要包含原來的信件內容'; -$labels['replytopposting'] = '在原文的上方開始新郵件'; -$labels['replybottomposting'] = '在原文的下方開始新郵件'; +$labels['replytopposting'] = '在原文上方開始新郵件'; +$labels['replytoppostingnoindent'] = '在原文上方開始新郵件 (無縮排)'; +$labels['replybottomposting'] = '在原文下方開始新郵件'; $labels['replyremovesignature'] = '回覆時移除原有簽名檔'; $labels['autoaddsignature'] = '自動附加簽名'; $labels['newmessageonly'] = '僅新郵件'; @@ -485,6 +521,7 @@ $labels['replyandforwardonly'] = '僅回覆或轉寄時'; $labels['insertsignature'] = '插入簽名檔'; $labels['sigbelow'] = '將簽名置於引用郵件之後'; $labels['sigseparator'] = '在簽名強制使用標準分隔符號'; +$labels['automarkread'] = '將郵件標記為已讀'; $labels['afternseconds'] = '$n 秒之後'; $labels['reqmdn'] = '總是索取讀取回條'; $labels['reqdsn'] = '總是要求傳送狀態通知'; @@ -527,10 +564,19 @@ $labels['personalfolder'] = '私人資料夾'; $labels['otherfolder'] = '其他使用者資料夾'; $labels['sharedfolder'] = '公用資料夾'; $labels['findfolders'] = '尋找資料夾'; +$labels['findcontacts'] = '尋找聯絡人'; +$labels['findmail'] = '尋找郵件'; $labels['namespace.personal'] = '個人'; $labels['namespace.other'] = '其他使用者'; $labels['namespace.shared'] = '共享'; +$labels['dualuselabel'] = '僅可包含'; +$labels['dualusemail'] = '郵件'; +$labels['dualusefolder'] = '資料夾'; +$labels['generate'] = '建立'; $labels['encryptioncreatekey'] = '建立新的金鑰對'; +$labels['openmailvelopesettings'] = '開啟 Mailvelope 設定'; +$labels['encryptionprivkeysinmailvelope'] = '有 $nr 個符合的私鑰儲存於 Mailvelope 鑰匙圈:'; +$labels['encryptionnoprivkeysinmailvelope'] = '未有在 Mailvelope 附加程式找到寄件者的身分的 PGP 私鑰。是否建立一個新的,以啟用郵件加密?'; $labels['sortby'] = '排序'; $labels['sortasc'] = '遞增排序'; $labels['sortdesc'] = '遞減排序'; @@ -541,6 +587,13 @@ $labels['version'] = '版本'; $labels['source'] = '來源'; $labels['license'] = '授權許可'; $labels['support'] = '取得支援'; +$labels['savedsearches'] = '儲存的搜尋樣式'; +$labels['dateformatY'] = 'YYYY'; +$labels['dateformaty'] = 'YY'; +$labels['dateformatm'] = 'MM'; +$labels['dateformatd'] = 'DD'; +$labels['dateformatj'] = 'D'; +$labels['dateformatn'] = 'M'; $labels['B'] = 'B'; $labels['KB'] = 'KB'; $labels['MB'] = 'MB'; @@ -591,10 +644,13 @@ $labels['arialabelmessageheaders'] = '郵件標頭'; $labels['arialabelforwardingoptions'] = '轉寄選項'; $labels['arialabelreplyalloptions'] = '「全部回覆」選項'; $labels['arialabelmoremessageactions'] = '更多郵件動作'; +$labels['arialabelmorecontactactions'] = '更多聯絡人動作'; $labels['arialabelmarkmessagesas'] = '將所選郵件標示為...'; $labels['arialabelcomposeoptions'] = '撰寫選項'; $labels['arialabelresponsesmenu'] = '「罐頭」預設回應選單'; $labels['arialabelattachmentuploadform'] = '附件上載表單'; +$labels['arialabelattachmentmenu'] = '附件選項'; +$labels['arialabelmailtomenu'] = '電郵位址選項'; $labels['arialabelattachmentpreview'] = '附件預覽'; $labels['ariasummarycomposecontacts'] = '可以選取為收件者的聯絡人和群組清單'; $labels['arialabelcontactexportoptions'] = '聯絡人匯出選項'; @@ -603,6 +659,9 @@ $labels['arialabelpreferencesform'] = '設定表單'; $labels['arialabelidentityeditfrom'] = '身份編輯表單'; $labels['arialabelresonseeditfrom'] = '預設回應編輯表單'; $labels['arialabelsearchterms'] = '搜尋項目'; +$labels['arialabeldropactionmenu'] = '拖曳動作選單'; +$labels['arialabelheadersmenu'] = '收件者 (標頭) 加入選單'; +$labels['arialabelimagetools'] = '圖像工具'; $labels['helplistnavigation'] = '清單鍵盤導覽'; $labels['helplistkeyboardnavigation'] = "上下箭嘴:移動焦點/選取列 空格鍵:選取焦點列 diff --git a/program/localization/zh_TW/messages.inc b/program/localization/zh_TW/messages.inc index 8ad747b68..e8a28b97e 100644 --- a/program/localization/zh_TW/messages.inc +++ b/program/localization/zh_TW/messages.inc @@ -34,7 +34,7 @@ $messages['erroroverquotadelete'] = '硬碟空間不夠,請使用 SHIFT+DEL $messages['invalidrequest'] = '要求無效!未儲存任何資料'; $messages['invalidhost'] = '伺服器名稱無效'; $messages['nomessagesfound'] = '此郵件匣沒有郵件'; -$messages['loggedout'] = '已成功登出,並結束工作階段。再見!'; +$messages['loggedout'] = '已成功結束工作階段。再見!'; $messages['mailboxempty'] = '郵件匣是空的'; $messages['nomessages'] = '沒有郵件'; $messages['refreshing'] = '重新整理中...'; @@ -51,10 +51,12 @@ $messages['messagesaved'] = '郵件已經儲存至草稿匣'; $messages['successfullysaved'] = '儲存成功'; $messages['savingresponse'] = '儲存預設回應中...'; $messages['deleteresponseconfirm'] = '確定要刪除這個預設回應嗎?'; +$messages['nocontactselected'] = '尚未選取聯絡人。'; $messages['addedsuccessfully'] = '聯絡人已經成功新增至通訊錄'; $messages['contactexists'] = '已有相同電郵位址的聯絡人'; $messages['contactnameexists'] = '已有相同名稱的聯絡人'; $messages['blockedimages'] = '為了保護你的隱私,已經阻擋此郵件的遠端圖片。'; +$messages['blockedresources'] = '已阻擋遠端資源,以保障您的隱私。'; $messages['encryptedmessage'] = '此郵件經過加密,因此無法顯示。抱歉!'; $messages['externalmessagedecryption'] = '此郵件經過加密,可以用你瀏覽器的擴充程式解密'; $messages['nopubkeyfor'] = '找不到用於 $email 的有效公鑰'; @@ -75,10 +77,13 @@ $messages['errormoving'] = '無法移動此郵件'; $messages['errorcopying'] = '無法複製此郵件'; $messages['errordeleting'] = '無法刪除此郵件'; $messages['errormarking'] = '無法標記此郵件'; +$messages['alerttitle'] = '注意'; +$messages['confirmationtitle'] = '真的確定嗎...'; $messages['deletecontactconfirm'] = '確定要刪除所選的聯絡人嗎?'; $messages['deletegroupconfirm'] = '確定要刪除所選的群組嗎?'; $messages['deletemessagesconfirm'] = '確定要刪除所選的郵件嗎?'; $messages['deletefolderconfirm'] = '確定要刪除這個資料夾嗎?'; +$messages['movefolderconfirm'] = '確定要移動此資料夾嗎?'; $messages['purgefolderconfirm'] = '確定要刪除這個資料夾裡面所有的郵件嗎?'; $messages['contactdeleting'] = '刪除聯絡人...'; $messages['groupdeleting'] = '刪除群組...'; @@ -91,6 +96,7 @@ $messages['noemailwarning'] = '請輸入有效的電子郵件位址'; $messages['nonamewarning'] = '請輸入名字'; $messages['nopagesizewarning'] = '請輸入一頁顯示多少郵件'; $messages['nosenderwarning'] = '請輸入寄件者的電郵位址'; +$messages['recipientsadded'] = '成功加入收件者。'; $messages['norecipientwarning'] = '請輸入至少一位收件者'; $messages['disclosedrecipwarning'] = '所有收件者都會看到其他人的電郵位址。要防止這件事發生,以及保護其隱私,可以用「密件副本(Bcc)」欄位'; $messages['disclosedreciptitle'] = '太多公開收件者'; @@ -116,13 +122,13 @@ $messages['folderexpunged'] = '資料夾成功壓緊'; $messages['deletedsuccessfully'] = '刪除成功'; $messages['converting'] = '移除郵件格式中...'; $messages['messageopenerror'] = '無法從伺服器載入郵件'; -$messages['filelinkerror'] = '附加檔案失敗'; -$messages['fileuploaderror'] = '檔案上傳失敗。'; +$messages['filelinkerror'] = '未能附加檔案。'; +$messages['fileuploaderror'] = '未能上傳檔案。'; $messages['filesizeerror'] = '上傳的檔案超過了 $size 的大小限制。'; $messages['filecounterror'] = '一次只能上傳最多 $count 個檔案'; -$messages['msgsizeerror'] = '附加檔案失敗。因為超過了郵件的最大尺寸 ($size)'; -$messages['copysuccess'] = '成功複製 $nr 個聯絡人。'; -$messages['movesuccess'] = '成功移動 $nr 個聯絡人。'; +$messages['msgsizeerror'] = '未能附加檔案。因為超過了郵件的大小限制 ($size)'; +$messages['copysuccess'] = '複製了 $nr 個聯絡人。'; +$messages['movesuccess'] = '移動了 $nr 個聯絡人。'; $messages['copyerror'] = '無法複製聯絡人。'; $messages['moveerror'] = '無法移動聯絡人。'; $messages['sourceisreadonly'] = '此來源位址是唯讀的'; @@ -132,7 +138,7 @@ $messages['copyingmessage'] = '正在複製郵件...'; $messages['copyingcontact'] = '正在複製聯絡人...'; $messages['movingcontact'] = '正在移動聯絡人...'; $messages['deletingmessage'] = '正在刪除郵件...'; -$messages['markingmessage'] = '正在標示郵件...'; +$messages['markingmessage'] = '正在標記郵件...'; $messages['addingmember'] = '正在新增聯絡人至群組...'; $messages['removingmember'] = '正在從群組刪除聯絡人...'; $messages['receiptsent'] = '閱讀回條傳送成功'; @@ -160,6 +166,8 @@ $messages['smtpautherror'] = 'SMTP 錯誤($code):身份核對失敗'; $messages['smtpfromerror'] = 'SMTP 錯誤($code):無法設定寄件者「$from」($msg)'; $messages['smtptoerror'] = 'SMTP 錯誤($code):無法加入收件者「$to」($msg)'; $messages['smtprecipientserror'] = 'SMTP 錯誤:無法解讀收件者清單'; +$messages['smtputf8error'] = 'SMTP 錯誤:伺服器不支援電郵位址有 Unicode。'; +$messages['smtpsizeerror'] = 'SMTP 錯誤:郵件大小超過伺服器限制 ($limit)'; $messages['smtperror'] = 'SMTP 錯誤:$msg'; $messages['emailformaterror'] = '電郵位址無效:$email'; $messages['toomanyrecipients'] = '太多收件人。請減少至 $max 人'; @@ -192,6 +200,7 @@ $messages['invalidimageformat'] = '圖片格式錯誤'; $messages['mispellingsfound'] = '郵件中偵測到拼字錯誤'; $messages['parentnotwritable'] = '無法建立/移動資料夾至指定的上層目錄,因為無存取權限'; $messages['messagetoobig'] = '郵件太大,無法處理'; +$messages['attachmentvalidationerror'] = '附件有可疑,因其類型不符合在郵件宣稱的。如不信任寄件者,不應在瀏覽器開啟,因可能有惡意內容。

預期的是:$expected;收到的是:$detected'; $messages['noscriptwarning'] = '警告:使用 Webmail 要有 Javascript 支援!請確定您瀏覽器已啟用 Javascript'; $messages['messageissent'] = '此郵件已經寄出,但尚未儲存。是否立即儲存?'; $messages['errnotfound'] = '找不到檔案'; @@ -206,3 +215,9 @@ $messages['clicktoresumesession'] = '按此繼續之前的工作階段'; $messages['errcomposesession'] = '撰寫工作階段出錯'; $messages['errcomposesessionexplain'] = '找不到要求的撰寫工作階段'; $messages['clicktocompose'] = '按此撰寫新郵件'; +$messages['nosupporterror'] = '您的瀏覽器不支援此功能。'; +$messages['siginserted'] = '已加入簽章。'; +$messages['responseinserted'] = '已加入回應。'; +$messages['listempty'] = '列表沒有內容'; +$messages['listusebutton'] = '按「建立」鈕加入新紀錄'; +$messages['keypaircreatesuccess'] = '已為 $identity 建立新的金鑰對。'; diff --git a/program/localization/zh_TW/timezones.inc b/program/localization/zh_TW/timezones.inc new file mode 100644 index 000000000..576b9ca75 --- /dev/null +++ b/program/localization/zh_TW/timezones.inc @@ -0,0 +1,117 @@ +/timezones.inc | + | | + | Localization file of the Roundcube Webmail client | + | Copyright (C) 2005-2017, 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/timezones/ +*/ + +$labels['tz:utc'] = 'UTC'; +$labels['tz:africa'] = '非洲'; +$labels['tz:africa:cairo'] = '開羅'; +$labels['tz:america'] = '美洲'; +$labels['tz:america:argentina'] = '阿根廷'; +$labels['tz:america:argentina:buenos_aires'] = '布宜諾斯艾利斯'; +$labels['tz:america:chicago'] = '芝加哥'; +$labels['tz:america:costa_rica'] = '哥斯大黎加'; +$labels['tz:america:denver'] = '丹佛'; +$labels['tz:america:detroit'] = '底特律'; +$labels['tz:america:dominica'] = '多米尼加'; +$labels['tz:america:el_salvador'] = '薩爾瓦多'; +$labels['tz:america:grenada'] = '格瑞那達'; +$labels['tz:america:guatemala'] = '瓜地馬拉'; +$labels['tz:america:guyana'] = '蓋亞那'; +$labels['tz:america:indiana'] = '印第安納州'; +$labels['tz:america:jamaica'] = '牙買加'; +$labels['tz:america:kentucky'] = '肯塔基州'; +$labels['tz:america:los_angeles'] = '洛杉磯'; +$labels['tz:america:mexico_city'] = '墨西哥城'; +$labels['tz:america:new_york'] = '紐約'; +$labels['tz:america:phoenix'] = '鳳凰城'; +$labels['tz:america:port-au-prince'] = '太子港'; +$labels['tz:america:port_of_spain'] = '西班牙港'; +$labels['tz:america:puerto_rico'] = '波多黎各'; +$labels['tz:america:rio_branco'] = '里約布蘭科'; +$labels['tz:america:santiago'] = '聖地亞哥'; +$labels['tz:america:santo_domingo'] = '聖多明哥'; +$labels['tz:america:sao_paulo'] = '聖保羅'; +$labels['tz:america:toronto'] = '多倫多'; +$labels['tz:america:vancouver'] = '溫哥華'; +$labels['tz:antarctica'] = '南極洲'; +$labels['tz:asia'] = '亞洲'; +$labels['tz:asia:baghdad'] = '巴格達'; +$labels['tz:asia:bangkok'] = '曼谷'; +$labels['tz:asia:brunei'] = '汶萊'; +$labels['tz:asia:colombo'] = '科倫坡'; +$labels['tz:asia:dhaka'] = '達卡'; +$labels['tz:asia:dubai'] = '杜拜'; +$labels['tz:asia:gaza'] = '加薩'; +$labels['tz:asia:ho_chi_minh'] = '胡志明市'; +$labels['tz:asia:hong_kong'] = '香港'; +$labels['tz:asia:jakarta'] = '耶加達'; +$labels['tz:asia:jerusalem'] = '耶路撒冷'; +$labels['tz:asia:kuala_lumpur'] = '吉隆坡'; +$labels['tz:asia:kuwait'] = '科威特'; +$labels['tz:asia:macau'] = '澳門'; +$labels['tz:asia:manila'] = '馬尼拉'; +$labels['tz:asia:pyongyang'] = '平壤'; +$labels['tz:asia:qatar'] = '卡塔爾'; +$labels['tz:asia:seoul'] = '首爾'; +$labels['tz:asia:shanghai'] = '上海'; +$labels['tz:asia:singapore'] = '新加坡'; +$labels['tz:asia:taipei'] = '台北'; +$labels['tz:asia:tokyo'] = '東京'; +$labels['tz:atlantic'] = '大西洋'; +$labels['tz:atlantic:bermuda'] = '百慕達'; +$labels['tz:atlantic:cape_verde'] = '維德角'; +$labels['tz:australia'] = '澳洲'; +$labels['tz:australia:darwin'] = '達爾文'; +$labels['tz:australia:melbourne'] = '墨爾本'; +$labels['tz:australia:perth'] = '珀斯'; +$labels['tz:australia:sydney'] = '雪梨'; +$labels['tz:europe'] = '歐洲'; +$labels['tz:europe:amsterdam'] = '阿姆斯特丹'; +$labels['tz:europe:athens'] = '雅典'; +$labels['tz:europe:berlin'] = '柏林'; +$labels['tz:europe:brussels'] = '布魯塞爾'; +$labels['tz:europe:budapest'] = '布達佩斯'; +$labels['tz:europe:copenhagen'] = '哥本哈根'; +$labels['tz:europe:dublin'] = '都柏林'; +$labels['tz:europe:gibraltar'] = '直布羅陀'; +$labels['tz:europe:helsinki'] = '赫爾辛基'; +$labels['tz:europe:isle_of_man'] = '曼島'; +$labels['tz:europe:istanbul'] = '伊斯坦堡'; +$labels['tz:europe:kiev'] = '基輔'; +$labels['tz:europe:lisbon'] = '里斯本'; +$labels['tz:europe:london'] = '倫敦'; +$labels['tz:europe:luxembourg'] = '盧森堡'; +$labels['tz:europe:madrid'] = '馬德里'; +$labels['tz:europe:monaco'] = '摩納哥'; +$labels['tz:europe:moscow'] = '莫斯科'; +$labels['tz:europe:oslo'] = '奧斯陸'; +$labels['tz:europe:paris'] = '巴黎'; +$labels['tz:europe:prague'] = '布拉格'; +$labels['tz:europe:rome'] = '羅馬'; +$labels['tz:europe:san_marino'] = '聖馬力諾'; +$labels['tz:europe:stockholm'] = '斯德哥爾摩'; +$labels['tz:europe:vatican'] = '梵蒂岡'; +$labels['tz:europe:vienna'] = '維也納'; +$labels['tz:europe:warsaw'] = '華沙'; +$labels['tz:europe:zurich'] = '蘇黎世'; +$labels['tz:indian:maldives'] = '馬爾地夫'; +$labels['tz:pacific'] = '太平洋'; +$labels['tz:pacific:auckland'] = '奧克蘭'; +$labels['tz:pacific:easter'] = '復活節島'; +$labels['tz:pacific:fiji'] = '斐濟'; +$labels['tz:pacific:honolulu'] = '檀香山'; +$labels['tz:pacific:midway'] = '中途島'; +$labels['tz:pacific:saipan'] = '塞班島';