diff options
author | Jan-Christoph Borchardt <JanCBorchardt@fsfe.org> | 2011-07-30 10:20:05 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <JanCBorchardt@fsfe.org> | 2011-07-30 10:21:55 +0200 |
commit | bb5e6c9823a6c89f9eecd82c45d48f664063cace (patch) | |
tree | d5427a0306c1effc6555674ddbcab333864cf939 /admin | |
parent | 924cd17f2ed18dcc860a5e15543c3fc835203c4c (diff) | |
download | nextcloud-server-bb5e6c9823a6c89f9eecd82c45d48f664063cace.tar.gz nextcloud-server-bb5e6c9823a6c89f9eecd82c45d48f664063cace.zip |
Transifex connection, added French and part of Bulgarian
Diffstat (limited to 'admin')
-rw-r--r-- | admin/l10n/da.php | 5 | ||||
-rw-r--r-- | admin/l10n/de.php | 4 | ||||
-rw-r--r-- | admin/l10n/fr.php | 20 | ||||
-rw-r--r-- | admin/l10n/nl.php | 3 | ||||
-rw-r--r-- | admin/l10n/pl.php | 8 |
5 files changed, 28 insertions, 12 deletions
diff --git a/admin/l10n/da.php b/admin/l10n/da.php index 477dd9db9e2..467c259dc37 100644 --- a/admin/l10n/da.php +++ b/admin/l10n/da.php @@ -7,11 +7,10 @@ "Modified" => "Ændret", "Administration" => "Administration", "System Settings" => "System indstillinger", -"Add user" => "Tilføj bruger", +"Users" => "Brugere", +"Groups" => "Grupper", "Password" => "Kodeord", -"Create user" => "Lav bruger", "remove" => "slet", -"Groups" => "Grupper", "Create group" => "Lav gruppe", "Force new password:" => "Tving ny adgangskode", "Set" => "Indstil", diff --git a/admin/l10n/de.php b/admin/l10n/de.php index 9d1b12b1a16..a1a0ec099e7 100644 --- a/admin/l10n/de.php +++ b/admin/l10n/de.php @@ -7,10 +7,10 @@ "Modified" => "Änderungsdatum", "Administration" => "Verwaltung", "System Settings" => "Systemeinstellungen", +"Users" => "Nutzer", "Groups" => "Gruppen", -"Add user" => "Nutzer hinzufügen", "Password" => "Passwort", -"Create user" => "Nutzer erstellen", +"Create" => "Erstellen", "remove" => "entfernen", "Create group" => "Gruppe erstellen", "Force new password:" => "Neues Passwort:", diff --git a/admin/l10n/fr.php b/admin/l10n/fr.php new file mode 100644 index 00000000000..e8d41a4be72 --- /dev/null +++ b/admin/l10n/fr.php @@ -0,0 +1,20 @@ +<?php $TRANSLATIONS = array( +"read more" => "en lire plus", +"INSTALL" => "INSTALLATION", +"Apps Repository" => "Répertoire d'applications", +"Cannot connect to apps repository" => "Impossible de se connecter au répertoire d'applications", +"Name" => "Nom", +"Modified" => "Modifié le", +"Administration" => "Administration", +"System Settings" => "Préférences Système", +"Users" => "Utilisateurs", +"Groups" => "Groupes", +"Password" => "Mot de passe", +"Create" => "Créer", +"remove" => "retirer", +"Create group" => "Créer un groupe", +"Force new password:" => "Forcer un nouveau mot de passe :", +"Set" => "Appliquer", +"Do you really want to delete user" => "Voulez-vous réellement supprimer cet utilisateur", +"Do you really want to delete group" => "Voulez-vous réellement supprimer ce groupe" +); diff --git a/admin/l10n/nl.php b/admin/l10n/nl.php index cfbc1b0f515..138c95d2c98 100644 --- a/admin/l10n/nl.php +++ b/admin/l10n/nl.php @@ -7,10 +7,9 @@ "Modified" => "Laatst aangepast", "Administration" => "Administratie", "System Settings" => "Systeeminstellingen", +"Users" => "Gebruikers", "Groups" => "Groepen", -"Add user" => "Gebruiker toevoegen", "Password" => "Wachtwoord", -"Create user" => "Gebruiker aanmaken", "remove" => "verwijder", "Create group" => "Groep aanmaken", "Force new password:" => "Forceer nieuw wachtwoord:", diff --git a/admin/l10n/pl.php b/admin/l10n/pl.php index 9995c5da56f..169bb37b109 100644 --- a/admin/l10n/pl.php +++ b/admin/l10n/pl.php @@ -7,15 +7,13 @@ "Modified" => "Zmodyfikowano", "Administration" => "Administracja", "System Settings" => "Ustawienia systemowe", -"Add user" => "Dodaj użytkownika", +"Users" => "Użytkownicy", +"Groups" => "Grupy", "Password" => "Hasło", -"Create user" => "Utwórz użytkownika", "remove" => "usuń", -"Groups" => "Grupy", "Create group" => "Utwórz grupę", "Force new password:" => "Wymuś nowe hasło", "Set" => "Ustaw", "Do you really want to delete user" => "Czy naprawdę chcesz usunąć użytkownika", -"Do you really want to delete group" => "Czy naprawdę chcesz usunąć grupę", -"Users" => "Użytkownicy" +"Do you really want to delete group" => "Czy naprawdę chcesz usunąć grupę" ); |