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:
authorJoas Schilling <213943+nickvergessen@users.noreply.github.com>2022-01-11 13:56:56 +0300
committerGitHub <noreply@github.com>2022-01-11 13:56:56 +0300
commitbce7f09336f4934827076dd0854e2ef87cce3269 (patch)
tree864b79090cbd847ffa5cbfe5286ffe0a3e8078a6 /apps/systemtags
parent6c3e9822e6cc485a37ebdc992414c39ee91f4e46 (diff)
parent2f6c7b68ab077a1a102825dcae2408ab1714d88f (diff)
Merge pull request #30570 from nextcloud/rakekniven-branch3
Removed obselete language files - Pt. II
Diffstat (limited to 'apps/systemtags')
-rw-r--r--apps/systemtags/l10n/bn_IN.js8
-rw-r--r--apps/systemtags/l10n/bn_IN.json6
-rw-r--r--apps/systemtags/l10n/ku_IQ.js7
-rw-r--r--apps/systemtags/l10n/ku_IQ.json5
-rw-r--r--apps/systemtags/l10n/nds.js6
-rw-r--r--apps/systemtags/l10n/nds.json4
-rw-r--r--apps/systemtags/l10n/si_LK.js9
-rw-r--r--apps/systemtags/l10n/si_LK.json7
-rw-r--r--apps/systemtags/l10n/ta_LK.js9
-rw-r--r--apps/systemtags/l10n/ta_LK.json7
-rw-r--r--apps/systemtags/l10n/te.js7
-rw-r--r--apps/systemtags/l10n/te.json5
12 files changed, 0 insertions, 80 deletions
diff --git a/apps/systemtags/l10n/bn_IN.js b/apps/systemtags/l10n/bn_IN.js
deleted file mode 100644
index fa63ae2f4d1..00000000000
--- a/apps/systemtags/l10n/bn_IN.js
+++ /dev/null
@@ -1,8 +0,0 @@
-OC.L10N.register(
- "systemtags",
- {
- "Tags" : "ট্যাগ্স",
- "Name" : "নাম",
- "Size" : "আকার"
-},
-"nplurals=2; plural=(n != 1);");
diff --git a/apps/systemtags/l10n/bn_IN.json b/apps/systemtags/l10n/bn_IN.json
deleted file mode 100644
index 2e77bae1a0f..00000000000
--- a/apps/systemtags/l10n/bn_IN.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{ "translations": {
- "Tags" : "ট্যাগ্স",
- "Name" : "নাম",
- "Size" : "আকার"
-},"pluralForm" :"nplurals=2; plural=(n != 1);"
-} \ No newline at end of file
diff --git a/apps/systemtags/l10n/ku_IQ.js b/apps/systemtags/l10n/ku_IQ.js
deleted file mode 100644
index b2210de9dd6..00000000000
--- a/apps/systemtags/l10n/ku_IQ.js
+++ /dev/null
@@ -1,7 +0,0 @@
-OC.L10N.register(
- "systemtags",
- {
- "Tags" : "تاگه‌کان",
- "Name" : "ناو"
-},
-"nplurals=2; plural=(n != 1);");
diff --git a/apps/systemtags/l10n/ku_IQ.json b/apps/systemtags/l10n/ku_IQ.json
deleted file mode 100644
index 7d552ae3695..00000000000
--- a/apps/systemtags/l10n/ku_IQ.json
+++ /dev/null
@@ -1,5 +0,0 @@
-{ "translations": {
- "Tags" : "تاگه‌کان",
- "Name" : "ناو"
-},"pluralForm" :"nplurals=2; plural=(n != 1);"
-} \ No newline at end of file
diff --git a/apps/systemtags/l10n/nds.js b/apps/systemtags/l10n/nds.js
deleted file mode 100644
index 25ab44ecb4f..00000000000
--- a/apps/systemtags/l10n/nds.js
+++ /dev/null
@@ -1,6 +0,0 @@
-OC.L10N.register(
- "systemtags",
- {
- "Name" : "Name"
-},
-"nplurals=2; plural=(n != 1);");
diff --git a/apps/systemtags/l10n/nds.json b/apps/systemtags/l10n/nds.json
deleted file mode 100644
index d00289bba5c..00000000000
--- a/apps/systemtags/l10n/nds.json
+++ /dev/null
@@ -1,4 +0,0 @@
-{ "translations": {
- "Name" : "Name"
-},"pluralForm" :"nplurals=2; plural=(n != 1);"
-} \ No newline at end of file
diff --git a/apps/systemtags/l10n/si_LK.js b/apps/systemtags/l10n/si_LK.js
deleted file mode 100644
index 79b1f9f9f47..00000000000
--- a/apps/systemtags/l10n/si_LK.js
+++ /dev/null
@@ -1,9 +0,0 @@
-OC.L10N.register(
- "systemtags",
- {
- "Tags" : "ටැග",
- "Name" : "නම",
- "Size" : "ප්‍රමාණය",
- "Modified" : "වෙනස් කළ"
-},
-"nplurals=2; plural=(n != 1);");
diff --git a/apps/systemtags/l10n/si_LK.json b/apps/systemtags/l10n/si_LK.json
deleted file mode 100644
index 7891839a910..00000000000
--- a/apps/systemtags/l10n/si_LK.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{ "translations": {
- "Tags" : "ටැග",
- "Name" : "නම",
- "Size" : "ප්‍රමාණය",
- "Modified" : "වෙනස් කළ"
-},"pluralForm" :"nplurals=2; plural=(n != 1);"
-} \ No newline at end of file
diff --git a/apps/systemtags/l10n/ta_LK.js b/apps/systemtags/l10n/ta_LK.js
deleted file mode 100644
index 8d72eec96bf..00000000000
--- a/apps/systemtags/l10n/ta_LK.js
+++ /dev/null
@@ -1,9 +0,0 @@
-OC.L10N.register(
- "systemtags",
- {
- "Tags" : "சீட்டுகள்",
- "Name" : "பெயர்",
- "Size" : "அளவு",
- "Modified" : "மாற்றப்பட்டது"
-},
-"nplurals=2; plural=(n != 1);");
diff --git a/apps/systemtags/l10n/ta_LK.json b/apps/systemtags/l10n/ta_LK.json
deleted file mode 100644
index a7091a2efee..00000000000
--- a/apps/systemtags/l10n/ta_LK.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{ "translations": {
- "Tags" : "சீட்டுகள்",
- "Name" : "பெயர்",
- "Size" : "அளவு",
- "Modified" : "மாற்றப்பட்டது"
-},"pluralForm" :"nplurals=2; plural=(n != 1);"
-} \ No newline at end of file
diff --git a/apps/systemtags/l10n/te.js b/apps/systemtags/l10n/te.js
deleted file mode 100644
index ba9137e212a..00000000000
--- a/apps/systemtags/l10n/te.js
+++ /dev/null
@@ -1,7 +0,0 @@
-OC.L10N.register(
- "systemtags",
- {
- "Name" : "పేరు",
- "Size" : "పరిమాణం"
-},
-"nplurals=2; plural=(n != 1);");
diff --git a/apps/systemtags/l10n/te.json b/apps/systemtags/l10n/te.json
deleted file mode 100644
index b2db2bebe45..00000000000
--- a/apps/systemtags/l10n/te.json
+++ /dev/null
@@ -1,5 +0,0 @@
-{ "translations": {
- "Name" : "పేరు",
- "Size" : "పరిమాణం"
-},"pluralForm" :"nplurals=2; plural=(n != 1);"
-} \ No newline at end of file