summaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin
diff options
context:
space:
mode:
authorJenkins for ownCloud <thomas.mueller@tmit.eu>2014-01-02 01:56:21 -0500
committerJenkins for ownCloud <thomas.mueller@tmit.eu>2014-01-02 01:56:21 -0500
commit095f9b8ee047f4bf7b51d5adfcbb74c4d5c713d5 (patch)
tree409b4e04c9cadca8e7f4500adbeb454bd70c2d50 /apps/files_trashbin
parent25a9311e9412efca78a60e8485ed311ac6e7d955 (diff)
downloadnextcloud-server-095f9b8ee047f4bf7b51d5adfcbb74c4d5c713d5.tar.gz
nextcloud-server-095f9b8ee047f4bf7b51d5adfcbb74c4d5c713d5.zip
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_trashbin')
-rw-r--r--apps/files_trashbin/l10n/es_MX.php12
1 files changed, 10 insertions, 2 deletions
diff --git a/apps/files_trashbin/l10n/es_MX.php b/apps/files_trashbin/l10n/es_MX.php
index 0acad00e8b5..db7a617729b 100644
--- a/apps/files_trashbin/l10n/es_MX.php
+++ b/apps/files_trashbin/l10n/es_MX.php
@@ -1,6 +1,14 @@
<?php
$TRANSLATIONS = array(
-"_%n folder_::_%n folders_" => array("",""),
-"_%n file_::_%n files_" => array("","")
+"Couldn't delete %s permanently" => "No se puede eliminar %s permanentemente",
+"Couldn't restore %s" => "No se puede restaurar %s",
+"Error" => "Error",
+"restored" => "recuperado",
+"Nothing in here. Your trash bin is empty!" => "No hay nada aquí. ¡Tu papelera esta vacía!",
+"Name" => "Nombre",
+"Restore" => "Recuperar",
+"Deleted" => "Eliminado",
+"Delete" => "Eliminar",
+"Deleted Files" => "Archivos Eliminados"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";