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>2014-04-25 08:49:01 +0400
committerJenkins for ownCloud <owncloud-bot@tmit.eu>2014-04-25 08:49:01 +0400
commit8e7267af34ebec8609a59d8498f852779b90cffb (patch)
treeb2ae985f0791571682c9502be55fa49cd33d1b47 /user_migrate
parentde807fc1cb669f827435ce152434ddc0e9671635 (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'user_migrate')
-rw-r--r--user_migrate/l10n/es_CL.php3
-rw-r--r--user_migrate/l10n/ia.php3
2 files changed, 5 insertions, 1 deletions
diff --git a/user_migrate/l10n/es_CL.php b/user_migrate/l10n/es_CL.php
index 51f429591..0b7f8b461 100644
--- a/user_migrate/l10n/es_CL.php
+++ b/user_migrate/l10n/es_CL.php
@@ -3,6 +3,7 @@ $TRANSLATIONS = array(
"Export" => "Exportar",
"Something went wrong while the export file was being generated" => "Algo salió mal mientras se generaba el archivo de exportación",
"An error has occurred" => "Ocurrió un error",
-"Account Export/Import" => "Exportar/Importar Cuenta"
+"Account Export/Import" => "Exportar/Importar Cuenta",
+"Import" => "Importar"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
diff --git a/user_migrate/l10n/ia.php b/user_migrate/l10n/ia.php
index d62be0ddc..daaefe768 100644
--- a/user_migrate/l10n/ia.php
+++ b/user_migrate/l10n/ia.php
@@ -1,6 +1,9 @@
<?php
$TRANSLATIONS = array(
"Export" => "Exportar",
+"Something went wrong while the export file was being generated" => "Il occurreva alcun cosa errate durante que le exportation de file esseva generate",
+"An error has occurred" => "Il occurreva un error",
+"Account Export/Import" => "Importation/exportation de conto",
"Import" => "Importar"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";