summaryrefslogtreecommitdiffstats
path: root/apps/files/l10n/es_UY.php
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2014-05-19 20:40:55 +0200
committerThomas Müller <thomas.mueller@tmit.eu>2014-05-19 20:40:55 +0200
commitf8cb8f480346fb36ca18258b902a7157265c8ac7 (patch)
tree6445753bb12ad5d050d6397364ddd61c035ad0e8 /apps/files/l10n/es_UY.php
parente1e1009ccc304f6e527c3cc392b510f6d8868533 (diff)
parentb6d2d6329d99c47fa8a01a7a8db7f8f2de6b9f74 (diff)
downloadnextcloud-server-f8cb8f480346fb36ca18258b902a7157265c8ac7.tar.gz
nextcloud-server-f8cb8f480346fb36ca18258b902a7157265c8ac7.zip
Merge branch 'master' into csrf-on-login-and-logout
Conflicts: core/templates/login.php
Diffstat (limited to 'apps/files/l10n/es_UY.php')
-rw-r--r--apps/files/l10n/es_UY.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/apps/files/l10n/es_UY.php b/apps/files/l10n/es_UY.php
new file mode 100644
index 00000000000..0157af093e9
--- /dev/null
+++ b/apps/files/l10n/es_UY.php
@@ -0,0 +1,7 @@
+<?php
+$TRANSLATIONS = array(
+"_%n folder_::_%n folders_" => array("",""),
+"_%n file_::_%n files_" => array("",""),
+"_Uploading %n file_::_Uploading %n files_" => array("","")
+);
+$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";