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 <thomas.mueller@tmit.eu>2014-01-02 09:50:19 +0400
committerJenkins for ownCloud <thomas.mueller@tmit.eu>2014-01-02 09:50:19 +0400
commitb067215cfa67dac8f0eaf1a259fc1842c1e0eb34 (patch)
treea301fbe5f23c838e815292e0a6b4290548d53cca /admin_migrate
parente35b20266a94118b36560a9fa8d6ea5afef5d5a8 (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'admin_migrate')
-rw-r--r--admin_migrate/l10n/es_MX.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/admin_migrate/l10n/es_MX.php b/admin_migrate/l10n/es_MX.php
new file mode 100644
index 000000000..3b0a8adc0
--- /dev/null
+++ b/admin_migrate/l10n/es_MX.php
@@ -0,0 +1,7 @@
+<?php $TRANSLATIONS = array(
+"Export data" => "Exportar datos",
+"All system files and user data" => "Todos los archivos del sistema y datos de usuarios",
+"Only system files" => "Solo archivos del sistema",
+"Only user data" => "Solo datos de usuario",
+"Export" => "Exportar"
+);