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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins for ownCloud <thomas.mueller@tmit.eu>2013-09-07 12:46:57 +0400
committerJenkins for ownCloud <thomas.mueller@tmit.eu>2013-09-07 12:46:57 +0400
commite895cf9188954645bc45f3e402d8dc2f0b3d43bc (patch)
tree6d6ba9486dc8463c5c1105fc0e2dd8c1f84a44cc /apps/files_versions
parentb8241aa79d732371c7436de15114f2b52afc6866 (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_versions')
-rw-r--r--apps/files_versions/l10n/es_AR.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/files_versions/l10n/es_AR.php b/apps/files_versions/l10n/es_AR.php
index 068f835d0af..3008220122f 100644
--- a/apps/files_versions/l10n/es_AR.php
+++ b/apps/files_versions/l10n/es_AR.php
@@ -2,6 +2,9 @@
$TRANSLATIONS = array(
"Could not revert: %s" => "No se pudo revertir: %s ",
"Versions" => "Versiones",
+"Failed to revert {file} to revision {timestamp}." => "Falló al revertir {file} a la revisión {timestamp}.",
+"More versions..." => "Más versiones...",
+"No other versions available" => "No hay más versiones disponibles",
"Restore" => "Recuperar"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";