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
path: root/apps
diff options
context:
space:
mode:
authorLukas Reschke <lukas@owncloud.com>2014-08-15 16:07:52 +0400
committerLukas Reschke <lukas@owncloud.com>2014-08-15 16:07:52 +0400
commitb0678485090a0b09134d123a5ad24cc666eeddec (patch)
tree4db21d948ec9d1a6e924e3e6cca8f424b215aa0c /apps
parentca33b2af720883f021cd36e134da0d6a78397111 (diff)
parentf00563c652e91130863f596cb2efe0de027e79e5 (diff)
Merge pull request #10034 from owncloud/remove-es_MX-from-stable6
Remove es mx from stable6
Diffstat (limited to 'apps')
-rw-r--r--apps/files/l10n/es_MX.php7
-rw-r--r--apps/files_trashbin/l10n/es_MX.php6
-rw-r--r--apps/user_ldap/l10n/es_MX.php6
3 files changed, 0 insertions, 19 deletions
diff --git a/apps/files/l10n/es_MX.php b/apps/files/l10n/es_MX.php
deleted file mode 100644
index 0157af093e9..00000000000
--- a/apps/files/l10n/es_MX.php
+++ /dev/null
@@ -1,7 +0,0 @@
-<?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);";
diff --git a/apps/files_trashbin/l10n/es_MX.php b/apps/files_trashbin/l10n/es_MX.php
deleted file mode 100644
index 0acad00e8b5..00000000000
--- a/apps/files_trashbin/l10n/es_MX.php
+++ /dev/null
@@ -1,6 +0,0 @@
-<?php
-$TRANSLATIONS = array(
-"_%n folder_::_%n folders_" => array("",""),
-"_%n file_::_%n files_" => array("","")
-);
-$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
diff --git a/apps/user_ldap/l10n/es_MX.php b/apps/user_ldap/l10n/es_MX.php
deleted file mode 100644
index 3a1e002311c..00000000000
--- a/apps/user_ldap/l10n/es_MX.php
+++ /dev/null
@@ -1,6 +0,0 @@
-<?php
-$TRANSLATIONS = array(
-"_%s group found_::_%s groups found_" => array("",""),
-"_%s user found_::_%s users found_" => array("","")
-);
-$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";