diff options
Diffstat (limited to 'apps/user_openid/l10n')
-rw-r--r-- | apps/user_openid/l10n/de.php | 4 | ||||
-rw-r--r-- | apps/user_openid/l10n/el.php | 8 | ||||
-rw-r--r-- | apps/user_openid/l10n/es.php | 5 | ||||
-rw-r--r-- | apps/user_openid/l10n/fi_FI.php | 7 |
4 files changed, 22 insertions, 2 deletions
diff --git a/apps/user_openid/l10n/de.php b/apps/user_openid/l10n/de.php index 97abccba9e4..7bfe678574c 100644 --- a/apps/user_openid/l10n/de.php +++ b/apps/user_openid/l10n/de.php @@ -1,10 +1,10 @@ <?php $TRANSLATIONS = array( -"This is an OpenID server endpoint. For more information, see " => "Dies ist ein OpenID-Server-Endpunkt. Für weitere Informationen schauen Sie sich folgendes an:", +"This is an OpenID server endpoint. For more information, see " => "Dies ist ein OpenID-Server-Endpunkt. Weitere Informationen finden Sie unter:", "Identity: <b>" => "Identität: <b>", "Realm: <b>" => "Bereich: <b>", "User: <b>" => "Benutzer: <b>", "Login" => "Anmelden", -"Error: <b>No user Selected" => "Fehler: <b> Kein Benutzer gewählt", +"Error: <b>No user Selected" => "Fehler: <b> Kein Benutzer ausgewählt", "you can authenticate to other sites with this address" => "Sie können sich auf anderen Seiten mit dieser Adresse authentifizieren.", "Authorized OpenID provider" => "Authorisierter OpenID-Anbieter", "Your address at Wordpress, Identi.ca, …" => "Ihre Adresse bei Wordpress, Identi.ca, …" diff --git a/apps/user_openid/l10n/el.php b/apps/user_openid/l10n/el.php new file mode 100644 index 00000000000..a80f5bdb246 --- /dev/null +++ b/apps/user_openid/l10n/el.php @@ -0,0 +1,8 @@ +<?php $TRANSLATIONS = array( +"Identity: <b>" => "Ταυτότητα: <b>", +"User: <b>" => "Χρήστης: <b>", +"Login" => "Σύνδεση", +"Error: <b>No user Selected" => "Σφάλμα: <b> Δεν έχει επιλεχθεί κάποιος χρήστης", +"Authorized OpenID provider" => "Εξουσιοδοτημένος παροχέας OpenID", +"Your address at Wordpress, Identi.ca, …" => "Η διευθυνσή σας σε Wordpress, Identi.ca, …" +); diff --git a/apps/user_openid/l10n/es.php b/apps/user_openid/l10n/es.php new file mode 100644 index 00000000000..048336d3dba --- /dev/null +++ b/apps/user_openid/l10n/es.php @@ -0,0 +1,5 @@ +<?php $TRANSLATIONS = array( +"Identity: <b>" => "Identidad: <b>", +"User: <b>" => "Usuario: <b>", +"Login" => "Iniciar sesión" +); diff --git a/apps/user_openid/l10n/fi_FI.php b/apps/user_openid/l10n/fi_FI.php new file mode 100644 index 00000000000..1cde4ae6600 --- /dev/null +++ b/apps/user_openid/l10n/fi_FI.php @@ -0,0 +1,7 @@ +<?php $TRANSLATIONS = array( +"Identity: <b>" => "Identiteetti: <b>", +"Realm: <b>" => "Alue: <b>", +"User: <b>" => "Käyttäjä: <b>", +"Login" => "Kirjaudu", +"Error: <b>No user Selected" => "Virhe: <b>Käyttäjää ei valittu" +); |