summaryrefslogtreecommitdiff
path: root/plugins/password
diff options
context:
space:
mode:
authorThomas Bruederli <thomas@roundcube.net>2012-12-26 18:48:46 +0100
committerThomas Bruederli <thomas@roundcube.net>2012-12-26 18:48:46 +0100
commitaabeab1e4e08ffba5d709aa71de1182dfeb698d1 (patch)
treee7b5b5fd688e3f721e7849a92a8eaecea76c1467 /plugins/password
parent4f5f2acd1649592569d13c88c7c946d4861834e0 (diff)
Updated localizations from launchpad
Diffstat (limited to 'plugins/password')
-rw-r--r--plugins/password/localization/ber.inc17
-rw-r--r--plugins/password/localization/br.inc30
-rw-r--r--plugins/password/localization/id_ID.inc20
-rw-r--r--plugins/password/localization/nb_NO.inc (renamed from plugins/password/localization/nb_NB.inc)8
-rw-r--r--plugins/password/localization/nn_NO.inc31
-rw-r--r--plugins/password/localization/sv_SE.inc8
6 files changed, 106 insertions, 8 deletions
diff --git a/plugins/password/localization/ber.inc b/plugins/password/localization/ber.inc
new file mode 100644
index 000000000..12fe4442e
--- /dev/null
+++ b/plugins/password/localization/ber.inc
@@ -0,0 +1,17 @@
+<?php
+
+/*
+ +-----------------------------------------------------------------------+
+ | localization//labels.inc |
+ | |
+ | Language file of the Roundcube Webmail client |
+ | Copyright (C) 2012, The Roundcube Dev Team |
+ | Licensed under the GNU General Public License |
+ | |
+ +-----------------------------------------------------------------------+
+ | Author: FULL NAME <EMAIL@ADDRESS> |
+ +-----------------------------------------------------------------------+
+*/
+
+$labels = array();
+
diff --git a/plugins/password/localization/br.inc b/plugins/password/localization/br.inc
new file mode 100644
index 000000000..c4573884c
--- /dev/null
+++ b/plugins/password/localization/br.inc
@@ -0,0 +1,30 @@
+<?php
+
+/*
+ +-----------------------------------------------------------------------+
+ | localization/br/labels.inc |
+ | |
+ | Language file of the Roundcube Webmail client |
+ | Copyright (C) 2012, The Roundcube Dev Team |
+ | Licensed under the GNU General Public License |
+ | |
+ +-----------------------------------------------------------------------+
+ | Author: Denis |
+ +-----------------------------------------------------------------------+
+*/
+
+$labels = array();
+$labels['changepasswd'] = 'Kemmañ ar ger-tremen';
+$labels['curpasswd'] = 'Ger-tremen red :';
+$labels['newpasswd'] = 'Ger-tremen nevez :';
+$labels['confpasswd'] = 'Kadarnaat ar ger-tremen :';
+$labels['nopassword'] = 'Roit ur ger-tremen nevez, mar plij.';
+$labels['nocurpassword'] = 'Roit ar ger-tremen red, mar plij.';
+$labels['passwordincorrect'] = 'Direizh eo ar ger-tremen red.';
+$labels['passwordinconsistency'] = 'Ar gerioù-tremen ne glotont ket an eil gant eben, roit anezhe en-dro.';
+$labels['crypterror'] = 'N\'haller ket enrollañ ar ger-tremen nevez. Arc\'hwel enrinegañ o vank.';
+$labels['connecterror'] = 'N\'haller ket enrollañ ar ger-tremen nevez. Fazi gant ar c\'hennask.';
+$labels['internalerror'] = 'N\'haller ket enrollañ ar ger-tremen nevez.';
+$labels['passwordshort'] = 'Ret eo d\'ar ger-tremen bezañ hiroc\'h eget $length arouezenn.';
+$labels['passwordforbidden'] = 'Arouezennoù difennet zo er ger-tremen.';
+
diff --git a/plugins/password/localization/id_ID.inc b/plugins/password/localization/id_ID.inc
new file mode 100644
index 000000000..f5e8a5c30
--- /dev/null
+++ b/plugins/password/localization/id_ID.inc
@@ -0,0 +1,20 @@
+<?php
+
+/*
+ +-----------------------------------------------------------------------+
+ | localization/id_ID/labels.inc |
+ | |
+ | Language file of the Roundcube Webmail client |
+ | Copyright (C) 2012, The Roundcube Dev Team |
+ | Licensed under the GNU General Public License |
+ | |
+ +-----------------------------------------------------------------------+
+ | Author: Lazlo |
+ +-----------------------------------------------------------------------+
+*/
+
+$labels = array();
+$labels['changepasswd'] = 'Ubah Sandi';
+$labels['curpasswd'] = 'Sandi:';
+$labels['newpasswd'] = 'Sandi Baru:';
+
diff --git a/plugins/password/localization/nb_NB.inc b/plugins/password/localization/nb_NO.inc
index ce4679bb1..ff148b4ed 100644
--- a/plugins/password/localization/nb_NB.inc
+++ b/plugins/password/localization/nb_NO.inc
@@ -9,7 +9,7 @@
| Licensed under the GNU General Public License |
| |
+-----------------------------------------------------------------------+
- | Author: Tobias V. Langhoff <spug@thespug.net> |
+ | Author: Fredrik Larsen <fredrik.h.larsen@gmail.com> |
+-----------------------------------------------------------------------+
*/
@@ -20,12 +20,12 @@ $labels['newpasswd'] = 'Nytt passord:';
$labels['confpasswd'] = 'Bekreft nytt passord';
$labels['nopassword'] = 'Vennligst skriv inn nytt passord';
$labels['nocurpassword'] = 'Vennligst skriv inn nåværende passord';
-$labels['passwordincorrect'] = 'Nåværende passord er feil';
+$labels['passwordincorrect'] = 'Nåværende passord er feil.';
$labels['passwordinconsistency'] = 'Passordene er ikke like, vennligst prøv igjen.';
$labels['crypterror'] = 'Kunne ikke lagre nytt passord. Krypteringsfunksjonen mangler.';
-$labels['connecterror'] = 'Kunne ikke lagre nytt passord. Tilkoblings feil.';
+$labels['connecterror'] = 'Kunne ikke lagre nytt passord. Tilkoblingsfeil.';
$labels['internalerror'] = 'Kunne ikke lagre nytt passord';
-$labels['passwordshort'] = 'Passordet må minumum være $length karakterer langt.';
+$labels['passwordshort'] = 'Passordet må minimum inneholde $length tegn.';
$labels['passwordweak'] = 'Passordet må inneholde minst ett tall og ett tegnsettingssymbol.';
$labels['passwordforbidden'] = 'Passordet inneholder forbudte tegn.';
diff --git a/plugins/password/localization/nn_NO.inc b/plugins/password/localization/nn_NO.inc
new file mode 100644
index 000000000..13d396833
--- /dev/null
+++ b/plugins/password/localization/nn_NO.inc
@@ -0,0 +1,31 @@
+<?php
+
+/*
+ +-----------------------------------------------------------------------+
+ | localization/nn_NN/labels.inc |
+ | |
+ | Language file of the Roundcube Webmail client |
+ | Copyright (C) 2012, The Roundcube Dev Team |
+ | Licensed under the GNU General Public License |
+ | |
+ +-----------------------------------------------------------------------+
+ | Author: Fredrik Larsen <fredrik.h.larsen@gmail.com> |
+ +-----------------------------------------------------------------------+
+*/
+
+$labels = array();
+$labels['changepasswd'] = 'Bytt passord';
+$labels['curpasswd'] = 'Noverande passord:';
+$labels['newpasswd'] = 'Nytt passord:';
+$labels['confpasswd'] = 'Bekreft nytt passord';
+$labels['nopassword'] = 'Venlegast skriv inn nytt passord.';
+$labels['nocurpassword'] = 'Venlegast skriv inn noverande passord.';
+$labels['passwordincorrect'] = 'Noverande passord er feil.';
+$labels['passwordinconsistency'] = 'Passorda er ikkje like, venlegast prøv igjen.';
+$labels['crypterror'] = 'Kunne ikkje lagre nytt passord. Krypteringsfunksjonen manglar.';
+$labels['connecterror'] = 'Kunne ikkje lagre nytt passord. Tilkoblingsfeil.';
+$labels['internalerror'] = 'Kunne ikkje lagre nytt passord.';
+$labels['passwordshort'] = 'Passordet må minimum innehalde $length teikn.';
+$labels['passwordweak'] = 'Passordet må innehalde minst eitt tal og eitt skilleteikn.';
+$labels['passwordforbidden'] = 'Passordet inneheld forbodne teikn.';
+
diff --git a/plugins/password/localization/sv_SE.inc b/plugins/password/localization/sv_SE.inc
index 67e71a424..250dc2f08 100644
--- a/plugins/password/localization/sv_SE.inc
+++ b/plugins/password/localization/sv_SE.inc
@@ -9,7 +9,7 @@
| Licensed under the GNU General Public License |
| |
+-----------------------------------------------------------------------+
- | Author: Thomas |
+ | Author: Jonas Nasholm |
+-----------------------------------------------------------------------+
*/
@@ -18,10 +18,10 @@ $labels['changepasswd'] = 'Ändra lösenord';
$labels['curpasswd'] = 'Nuvarande lösenord:';
$labels['newpasswd'] = 'Nytt lösenord:';
$labels['confpasswd'] = 'Bekräfta nytt lösenord:';
-$labels['nopassword'] = 'Vänligen ange nytt lösenord.';
-$labels['nocurpassword'] = 'Vänligen ange nuvarande lösenord.';
+$labels['nopassword'] = 'Ange nytt lösenord.';
+$labels['nocurpassword'] = 'Ange nuvarande lösenord.';
$labels['passwordincorrect'] = 'Felaktigt nuvarande lösenord.';
-$labels['passwordinconsistency'] = 'Nya lösenordet och bekräftelsen överensstämmer inte, försök igen.';
+$labels['passwordinconsistency'] = 'Bekräftelsen av lösenordet stämmer inte, försök igen.';
$labels['crypterror'] = 'Lösenordet kunde inte ändras. Krypteringsfunktionen saknas.';
$labels['connecterror'] = 'Lösenordet kunde inte ändras. Anslutningen misslyckades.';
$labels['internalerror'] = 'Lösenordet kunde inte ändras.';