diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2014-01-02 01:56:21 -0500 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2014-01-02 01:56:21 -0500 |
commit | 095f9b8ee047f4bf7b51d5adfcbb74c4d5c713d5 (patch) | |
tree | 409b4e04c9cadca8e7f4500adbeb454bd70c2d50 /apps/files_versions | |
parent | 25a9311e9412efca78a60e8485ed311ac6e7d955 (diff) | |
download | nextcloud-server-095f9b8ee047f4bf7b51d5adfcbb74c4d5c713d5.tar.gz nextcloud-server-095f9b8ee047f4bf7b51d5adfcbb74c4d5c713d5.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_versions')
-rw-r--r-- | apps/files_versions/l10n/es_MX.php | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/apps/files_versions/l10n/es_MX.php b/apps/files_versions/l10n/es_MX.php new file mode 100644 index 00000000000..b7acc376978 --- /dev/null +++ b/apps/files_versions/l10n/es_MX.php @@ -0,0 +1,10 @@ +<?php +$TRANSLATIONS = array( +"Could not revert: %s" => "No se puede revertir: %s", +"Versions" => "Revisiones", +"Failed to revert {file} to revision {timestamp}." => "No se ha podido revertir {archivo} a revisión {timestamp}.", +"More versions..." => "Más versiones...", +"No other versions available" => "No hay otras versiones disponibles", +"Restore" => "Recuperar" +); +$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |