diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2012-08-24 02:07:18 +0200 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2012-08-24 02:07:18 +0200 |
commit | 07a889631eeecfbf6a4c0e94220c4179748eb1ff (patch) | |
tree | 8e459828be90547dce244f3c75d67cd94fa7c0da /apps/user_migrate | |
parent | 2cffcfbc03dfa4463bdfd72de0341000509bcec3 (diff) | |
download | nextcloud-server-07a889631eeecfbf6a4c0e94220c4179748eb1ff.tar.gz nextcloud-server-07a889631eeecfbf6a4c0e94220c4179748eb1ff.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/user_migrate')
-rw-r--r-- | apps/user_migrate/l10n/de.php | 4 | ||||
-rw-r--r-- | apps/user_migrate/l10n/el.php | 8 | ||||
-rw-r--r-- | apps/user_migrate/l10n/es.php | 5 | ||||
-rw-r--r-- | apps/user_migrate/l10n/fr.php | 2 |
4 files changed, 16 insertions, 3 deletions
diff --git a/apps/user_migrate/l10n/de.php b/apps/user_migrate/l10n/de.php index 110b0bba6e6..928a211dd4e 100644 --- a/apps/user_migrate/l10n/de.php +++ b/apps/user_migrate/l10n/de.php @@ -1,9 +1,9 @@ <?php $TRANSLATIONS = array( "Export" => "Export", -"Something went wrong while the export file was being generated" => "Beim Export der Datei ist etwas schief gegangen.", +"Something went wrong while the export file was being generated" => "Beim Export der Datei ist etwas schiefgegangen.", "An error has occurred" => "Es ist ein Fehler aufgetreten.", "Export your user account" => "Ihr Konto exportieren", -"This will create a compressed file that contains your ownCloud account." => "Eine komprimierte Datei wird erzeugen, die Ihr ownCloud-Konto enthält.", +"This will create a compressed file that contains your ownCloud account." => "Eine komprimierte Datei wird erzeugt, die Ihr ownCloud-Konto enthält.", "Import user account" => "Konto importieren", "ownCloud User Zip" => "Zip-Archiv mit Benutzerdaten", "Import" => "Importieren" diff --git a/apps/user_migrate/l10n/el.php b/apps/user_migrate/l10n/el.php new file mode 100644 index 00000000000..5b57e69a637 --- /dev/null +++ b/apps/user_migrate/l10n/el.php @@ -0,0 +1,8 @@ +<?php $TRANSLATIONS = array( +"Export" => "Εξαγωγή", +"An error has occurred" => "Παρουσιάστηκε σφάλμα", +"Export your user account" => "Εξαγωγή του λογαριασμού χρήστη σας", +"This will create a compressed file that contains your ownCloud account." => "Αυτό θα δημιουργήσει ένα συμπιεσμένο αρχείο που θα περιέχει τον λογαριασμό σας ownCloud.", +"Import user account" => "Εισαγωγή λογαριασμού χρήστη", +"Import" => "Εισαγωγή" +); diff --git a/apps/user_migrate/l10n/es.php b/apps/user_migrate/l10n/es.php new file mode 100644 index 00000000000..6a0551fe235 --- /dev/null +++ b/apps/user_migrate/l10n/es.php @@ -0,0 +1,5 @@ +<?php $TRANSLATIONS = array( +"Export" => "Exportar", +"ownCloud User Zip" => "Zip de usuario de ownCloud", +"Import" => "Importar" +); diff --git a/apps/user_migrate/l10n/fr.php b/apps/user_migrate/l10n/fr.php index f1fe46bcacb..70ab2f8f22d 100644 --- a/apps/user_migrate/l10n/fr.php +++ b/apps/user_migrate/l10n/fr.php @@ -1,6 +1,6 @@ <?php $TRANSLATIONS = array( "Export" => "Exporter", -"Something went wrong while the export file was being generated" => "Une erreur s'est produit pendant la génération du fichier d'export", +"Something went wrong while the export file was being generated" => "Une erreur s'est produite pendant la génération du fichier d'export", "An error has occurred" => "Une erreur s'est produite", "Export your user account" => "Exportez votre compte utilisateur", "This will create a compressed file that contains your ownCloud account." => "Cette action va créer une archive compressée qui contiendra les données de votre compte ownCloud.", |