diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2016-03-06 19:59:57 +0100 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2016-03-06 19:59:57 +0100 |
commit | 6dcf70f2442684a1e5bc4ff49152efe9f161b7b7 (patch) | |
tree | f6fc416c73e30874bad9176d8474003ae19b9a5f /apps | |
parent | 6f6d659f56c8c39b6286c02c2045a85870193a74 (diff) | |
parent | 8cacfce83dbb33cd75aa0c42375287b6a7a0369b (diff) | |
download | nextcloud-server-6dcf70f2442684a1e5bc4ff49152efe9f161b7b7.tar.gz nextcloud-server-6dcf70f2442684a1e5bc4ff49152efe9f161b7b7.zip |
Merge pull request #22807 from owncloud/remove-empty-translations
ne, or_IN, uz and yo have been removed from transifex and will be rem…
Diffstat (limited to 'apps')
-rw-r--r-- | apps/files/l10n/ne.js | 9 | ||||
-rw-r--r-- | apps/files/l10n/ne.json | 7 | ||||
-rw-r--r-- | apps/files/l10n/or_IN.js | 9 | ||||
-rw-r--r-- | apps/files/l10n/or_IN.json | 7 | ||||
-rw-r--r-- | apps/files/l10n/uz.js | 9 | ||||
-rw-r--r-- | apps/files/l10n/uz.json | 7 | ||||
-rw-r--r-- | apps/files/l10n/yo.js | 9 | ||||
-rw-r--r-- | apps/files/l10n/yo.json | 7 | ||||
-rw-r--r-- | apps/user_ldap/l10n/ne.js | 7 | ||||
-rw-r--r-- | apps/user_ldap/l10n/ne.json | 5 | ||||
-rw-r--r-- | apps/user_ldap/l10n/or_IN.js | 7 | ||||
-rw-r--r-- | apps/user_ldap/l10n/or_IN.json | 5 | ||||
-rw-r--r-- | apps/user_ldap/l10n/uz.js | 7 | ||||
-rw-r--r-- | apps/user_ldap/l10n/uz.json | 5 | ||||
-rw-r--r-- | apps/user_ldap/l10n/yo.js | 7 | ||||
-rw-r--r-- | apps/user_ldap/l10n/yo.json | 5 |
16 files changed, 0 insertions, 112 deletions
diff --git a/apps/files/l10n/ne.js b/apps/files/l10n/ne.js deleted file mode 100644 index 7988332fa91..00000000000 --- a/apps/files/l10n/ne.js +++ /dev/null @@ -1,9 +0,0 @@ -OC.L10N.register( - "files", - { - "_%n folder_::_%n folders_" : ["",""], - "_%n file_::_%n files_" : ["",""], - "_Uploading %n file_::_Uploading %n files_" : ["",""], - "_matches '{filter}'_::_match '{filter}'_" : ["",""] -}, -"nplurals=2; plural=(n != 1);"); diff --git a/apps/files/l10n/ne.json b/apps/files/l10n/ne.json deleted file mode 100644 index ef5fc586755..00000000000 --- a/apps/files/l10n/ne.json +++ /dev/null @@ -1,7 +0,0 @@ -{ "translations": { - "_%n folder_::_%n folders_" : ["",""], - "_%n file_::_%n files_" : ["",""], - "_Uploading %n file_::_Uploading %n files_" : ["",""], - "_matches '{filter}'_::_match '{filter}'_" : ["",""] -},"pluralForm" :"nplurals=2; plural=(n != 1);" -}
\ No newline at end of file diff --git a/apps/files/l10n/or_IN.js b/apps/files/l10n/or_IN.js deleted file mode 100644 index 7988332fa91..00000000000 --- a/apps/files/l10n/or_IN.js +++ /dev/null @@ -1,9 +0,0 @@ -OC.L10N.register( - "files", - { - "_%n folder_::_%n folders_" : ["",""], - "_%n file_::_%n files_" : ["",""], - "_Uploading %n file_::_Uploading %n files_" : ["",""], - "_matches '{filter}'_::_match '{filter}'_" : ["",""] -}, -"nplurals=2; plural=(n != 1);"); diff --git a/apps/files/l10n/or_IN.json b/apps/files/l10n/or_IN.json deleted file mode 100644 index ef5fc586755..00000000000 --- a/apps/files/l10n/or_IN.json +++ /dev/null @@ -1,7 +0,0 @@ -{ "translations": { - "_%n folder_::_%n folders_" : ["",""], - "_%n file_::_%n files_" : ["",""], - "_Uploading %n file_::_Uploading %n files_" : ["",""], - "_matches '{filter}'_::_match '{filter}'_" : ["",""] -},"pluralForm" :"nplurals=2; plural=(n != 1);" -}
\ No newline at end of file diff --git a/apps/files/l10n/uz.js b/apps/files/l10n/uz.js deleted file mode 100644 index 91d52801985..00000000000 --- a/apps/files/l10n/uz.js +++ /dev/null @@ -1,9 +0,0 @@ -OC.L10N.register( - "files", - { - "_%n folder_::_%n folders_" : [""], - "_%n file_::_%n files_" : [""], - "_Uploading %n file_::_Uploading %n files_" : [""], - "_matches '{filter}'_::_match '{filter}'_" : [""] -}, -"nplurals=1; plural=0;"); diff --git a/apps/files/l10n/uz.json b/apps/files/l10n/uz.json deleted file mode 100644 index 82cca5a0661..00000000000 --- a/apps/files/l10n/uz.json +++ /dev/null @@ -1,7 +0,0 @@ -{ "translations": { - "_%n folder_::_%n folders_" : [""], - "_%n file_::_%n files_" : [""], - "_Uploading %n file_::_Uploading %n files_" : [""], - "_matches '{filter}'_::_match '{filter}'_" : [""] -},"pluralForm" :"nplurals=1; plural=0;" -}
\ No newline at end of file diff --git a/apps/files/l10n/yo.js b/apps/files/l10n/yo.js deleted file mode 100644 index 7988332fa91..00000000000 --- a/apps/files/l10n/yo.js +++ /dev/null @@ -1,9 +0,0 @@ -OC.L10N.register( - "files", - { - "_%n folder_::_%n folders_" : ["",""], - "_%n file_::_%n files_" : ["",""], - "_Uploading %n file_::_Uploading %n files_" : ["",""], - "_matches '{filter}'_::_match '{filter}'_" : ["",""] -}, -"nplurals=2; plural=(n != 1);"); diff --git a/apps/files/l10n/yo.json b/apps/files/l10n/yo.json deleted file mode 100644 index ef5fc586755..00000000000 --- a/apps/files/l10n/yo.json +++ /dev/null @@ -1,7 +0,0 @@ -{ "translations": { - "_%n folder_::_%n folders_" : ["",""], - "_%n file_::_%n files_" : ["",""], - "_Uploading %n file_::_Uploading %n files_" : ["",""], - "_matches '{filter}'_::_match '{filter}'_" : ["",""] -},"pluralForm" :"nplurals=2; plural=(n != 1);" -}
\ No newline at end of file diff --git a/apps/user_ldap/l10n/ne.js b/apps/user_ldap/l10n/ne.js deleted file mode 100644 index 37042a4f412..00000000000 --- a/apps/user_ldap/l10n/ne.js +++ /dev/null @@ -1,7 +0,0 @@ -OC.L10N.register( - "user_ldap", - { - "_%s group found_::_%s groups found_" : ["",""], - "_%s user found_::_%s users found_" : ["",""] -}, -"nplurals=2; plural=(n != 1);"); diff --git a/apps/user_ldap/l10n/ne.json b/apps/user_ldap/l10n/ne.json deleted file mode 100644 index 521de7ba1a8..00000000000 --- a/apps/user_ldap/l10n/ne.json +++ /dev/null @@ -1,5 +0,0 @@ -{ "translations": { - "_%s group found_::_%s groups found_" : ["",""], - "_%s user found_::_%s users found_" : ["",""] -},"pluralForm" :"nplurals=2; plural=(n != 1);" -}
\ No newline at end of file diff --git a/apps/user_ldap/l10n/or_IN.js b/apps/user_ldap/l10n/or_IN.js deleted file mode 100644 index 37042a4f412..00000000000 --- a/apps/user_ldap/l10n/or_IN.js +++ /dev/null @@ -1,7 +0,0 @@ -OC.L10N.register( - "user_ldap", - { - "_%s group found_::_%s groups found_" : ["",""], - "_%s user found_::_%s users found_" : ["",""] -}, -"nplurals=2; plural=(n != 1);"); diff --git a/apps/user_ldap/l10n/or_IN.json b/apps/user_ldap/l10n/or_IN.json deleted file mode 100644 index 521de7ba1a8..00000000000 --- a/apps/user_ldap/l10n/or_IN.json +++ /dev/null @@ -1,5 +0,0 @@ -{ "translations": { - "_%s group found_::_%s groups found_" : ["",""], - "_%s user found_::_%s users found_" : ["",""] -},"pluralForm" :"nplurals=2; plural=(n != 1);" -}
\ No newline at end of file diff --git a/apps/user_ldap/l10n/uz.js b/apps/user_ldap/l10n/uz.js deleted file mode 100644 index 5494dcae62e..00000000000 --- a/apps/user_ldap/l10n/uz.js +++ /dev/null @@ -1,7 +0,0 @@ -OC.L10N.register( - "user_ldap", - { - "_%s group found_::_%s groups found_" : [""], - "_%s user found_::_%s users found_" : [""] -}, -"nplurals=1; plural=0;"); diff --git a/apps/user_ldap/l10n/uz.json b/apps/user_ldap/l10n/uz.json deleted file mode 100644 index 75f0f056cc4..00000000000 --- a/apps/user_ldap/l10n/uz.json +++ /dev/null @@ -1,5 +0,0 @@ -{ "translations": { - "_%s group found_::_%s groups found_" : [""], - "_%s user found_::_%s users found_" : [""] -},"pluralForm" :"nplurals=1; plural=0;" -}
\ No newline at end of file diff --git a/apps/user_ldap/l10n/yo.js b/apps/user_ldap/l10n/yo.js deleted file mode 100644 index 37042a4f412..00000000000 --- a/apps/user_ldap/l10n/yo.js +++ /dev/null @@ -1,7 +0,0 @@ -OC.L10N.register( - "user_ldap", - { - "_%s group found_::_%s groups found_" : ["",""], - "_%s user found_::_%s users found_" : ["",""] -}, -"nplurals=2; plural=(n != 1);"); diff --git a/apps/user_ldap/l10n/yo.json b/apps/user_ldap/l10n/yo.json deleted file mode 100644 index 521de7ba1a8..00000000000 --- a/apps/user_ldap/l10n/yo.json +++ /dev/null @@ -1,5 +0,0 @@ -{ "translations": { - "_%s group found_::_%s groups found_" : ["",""], - "_%s user found_::_%s users found_" : ["",""] -},"pluralForm" :"nplurals=2; plural=(n != 1);" -}
\ No newline at end of file |