Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/apps.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins for ownCloud <owncloud-bot@tmit.eu>2015-06-02 07:50:45 +0300
committerJenkins for ownCloud <owncloud-bot@tmit.eu>2015-06-02 07:50:45 +0300
commit87bdf71a54b5b15d9351eab44d69842f4c12b58e (patch)
tree8c8514d40c6e6e166fbe2c7020b33c63eab53fdf /user_migrate
parentda44fcd7da946582edfff244836ed824b8b9cdec (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'user_migrate')
-rw-r--r--user_migrate/l10n/oc.js7
-rw-r--r--user_migrate/l10n/oc.json7
2 files changed, 10 insertions, 4 deletions
diff --git a/user_migrate/l10n/oc.js b/user_migrate/l10n/oc.js
index 61f9a8eff..ed9cfec6d 100644
--- a/user_migrate/l10n/oc.js
+++ b/user_migrate/l10n/oc.js
@@ -1,7 +1,10 @@
OC.L10N.register(
"user_migrate",
{
- "Export" : "Exporta",
- "Import" : "Importa"
+ "Export" : "Exportar",
+ "Something went wrong while the export file was being generated" : "Una error s'es produsida pendent la generacion del fichièr d'exportacion",
+ "An error has occurred" : "Una error s'es produsida",
+ "Account Export/Import" : "Importar/exportar un compte",
+ "Import" : "Importar"
},
"nplurals=2; plural=(n > 1);");
diff --git a/user_migrate/l10n/oc.json b/user_migrate/l10n/oc.json
index 0c51ded80..2a0ca991b 100644
--- a/user_migrate/l10n/oc.json
+++ b/user_migrate/l10n/oc.json
@@ -1,5 +1,8 @@
{ "translations": {
- "Export" : "Exporta",
- "Import" : "Importa"
+ "Export" : "Exportar",
+ "Something went wrong while the export file was being generated" : "Una error s'es produsida pendent la generacion del fichièr d'exportacion",
+ "An error has occurred" : "Una error s'es produsida",
+ "Account Export/Import" : "Importar/exportar un compte",
+ "Import" : "Importar"
},"pluralForm" :"nplurals=2; plural=(n > 1);"
} \ No newline at end of file