diff options
author | Thomas Müller <DeepDiver1975@users.noreply.github.com> | 2016-05-11 14:29:34 +0200 |
---|---|---|
committer | Thomas Müller <DeepDiver1975@users.noreply.github.com> | 2016-05-11 14:29:34 +0200 |
commit | c7c7d5048895ede04ba383353d1e00f9517e8a97 (patch) | |
tree | d6d29cd5fd91a9642e9253622d9209e8569755f7 | |
parent | 1686d809fa71897670f7a373cfe09b99fb1f67fa (diff) | |
parent | fc90829e5c5fc92868531872c89073d0f68e8efc (diff) | |
download | nextcloud-server-c7c7d5048895ede04ba383353d1e00f9517e8a97.tar.gz nextcloud-server-c7c7d5048895ede04ba383353d1e00f9517e8a97.zip |
Merge pull request #24556 from owncloud/kill-en@pirate-stable8.1
[stable8.1] Yo-ho-oh - Murder all band 'o pirates
-rw-r--r-- | apps/files/l10n/en@pirate.js | 6 | ||||
-rw-r--r-- | apps/files/l10n/en@pirate.json | 4 | ||||
-rw-r--r-- | apps/files_external/l10n/en@pirate.js | 6 | ||||
-rw-r--r-- | apps/files_external/l10n/en@pirate.json | 4 | ||||
-rw-r--r-- | apps/files_sharing/l10n/en@pirate.js | 7 | ||||
-rw-r--r-- | apps/files_sharing/l10n/en@pirate.json | 5 | ||||
-rw-r--r-- | apps/user_ldap/l10n/en@pirate.js | 6 | ||||
-rw-r--r-- | apps/user_ldap/l10n/en@pirate.json | 4 | ||||
-rw-r--r-- | core/l10n/en@pirate.js | 6 | ||||
-rw-r--r-- | core/l10n/en@pirate.json | 4 | ||||
-rw-r--r-- | lib/l10n/en@pirate.js | 6 | ||||
-rw-r--r-- | lib/l10n/en@pirate.json | 4 | ||||
-rw-r--r-- | settings/l10n/en@pirate.js | 6 | ||||
-rw-r--r-- | settings/l10n/en@pirate.json | 4 |
14 files changed, 0 insertions, 72 deletions
diff --git a/apps/files/l10n/en@pirate.js b/apps/files/l10n/en@pirate.js deleted file mode 100644 index 5c456a089fe..00000000000 --- a/apps/files/l10n/en@pirate.js +++ /dev/null @@ -1,6 +0,0 @@ -OC.L10N.register( - "files", - { - "Download" : "Download" -}, -"nplurals=2; plural=(n != 1);"); diff --git a/apps/files/l10n/en@pirate.json b/apps/files/l10n/en@pirate.json deleted file mode 100644 index a8fb4073298..00000000000 --- a/apps/files/l10n/en@pirate.json +++ /dev/null @@ -1,4 +0,0 @@ -{ "translations": { - "Download" : "Download" -},"pluralForm" :"nplurals=2; plural=(n != 1);" -}
\ No newline at end of file diff --git a/apps/files_external/l10n/en@pirate.js b/apps/files_external/l10n/en@pirate.js deleted file mode 100644 index 7345429f750..00000000000 --- a/apps/files_external/l10n/en@pirate.js +++ /dev/null @@ -1,6 +0,0 @@ -OC.L10N.register( - "files_external", - { - "Password" : "Secret Code" -}, -"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_external/l10n/en@pirate.json b/apps/files_external/l10n/en@pirate.json deleted file mode 100644 index bde5153f309..00000000000 --- a/apps/files_external/l10n/en@pirate.json +++ /dev/null @@ -1,4 +0,0 @@ -{ "translations": { - "Password" : "Secret Code" -},"pluralForm" :"nplurals=2; plural=(n != 1);" -}
\ No newline at end of file diff --git a/apps/files_sharing/l10n/en@pirate.js b/apps/files_sharing/l10n/en@pirate.js deleted file mode 100644 index 84e0fabadc6..00000000000 --- a/apps/files_sharing/l10n/en@pirate.js +++ /dev/null @@ -1,7 +0,0 @@ -OC.L10N.register( - "files_sharing", - { - "Password" : "Secret Code", - "Download" : "Download" -}, -"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_sharing/l10n/en@pirate.json b/apps/files_sharing/l10n/en@pirate.json deleted file mode 100644 index ec5b5f4b272..00000000000 --- a/apps/files_sharing/l10n/en@pirate.json +++ /dev/null @@ -1,5 +0,0 @@ -{ "translations": { - "Password" : "Secret Code", - "Download" : "Download" -},"pluralForm" :"nplurals=2; plural=(n != 1);" -}
\ No newline at end of file diff --git a/apps/user_ldap/l10n/en@pirate.js b/apps/user_ldap/l10n/en@pirate.js deleted file mode 100644 index 0670deb5fbc..00000000000 --- a/apps/user_ldap/l10n/en@pirate.js +++ /dev/null @@ -1,6 +0,0 @@ -OC.L10N.register( - "user_ldap", - { - "Password" : "Passcode" -}, -"nplurals=2; plural=(n != 1);"); diff --git a/apps/user_ldap/l10n/en@pirate.json b/apps/user_ldap/l10n/en@pirate.json deleted file mode 100644 index 6f74658eb82..00000000000 --- a/apps/user_ldap/l10n/en@pirate.json +++ /dev/null @@ -1,4 +0,0 @@ -{ "translations": { - "Password" : "Passcode" -},"pluralForm" :"nplurals=2; plural=(n != 1);" -}
\ No newline at end of file diff --git a/core/l10n/en@pirate.js b/core/l10n/en@pirate.js deleted file mode 100644 index adc62c8c962..00000000000 --- a/core/l10n/en@pirate.js +++ /dev/null @@ -1,6 +0,0 @@ -OC.L10N.register( - "core", - { - "Password" : "Passcode" -}, -"nplurals=2; plural=(n != 1);"); diff --git a/core/l10n/en@pirate.json b/core/l10n/en@pirate.json deleted file mode 100644 index 6f74658eb82..00000000000 --- a/core/l10n/en@pirate.json +++ /dev/null @@ -1,4 +0,0 @@ -{ "translations": { - "Password" : "Passcode" -},"pluralForm" :"nplurals=2; plural=(n != 1);" -}
\ No newline at end of file diff --git a/lib/l10n/en@pirate.js b/lib/l10n/en@pirate.js deleted file mode 100644 index ade0ad04df4..00000000000 --- a/lib/l10n/en@pirate.js +++ /dev/null @@ -1,6 +0,0 @@ -OC.L10N.register( - "lib", - { - "web services under your control" : "web services under your control" -}, -"nplurals=2; plural=(n != 1);"); diff --git a/lib/l10n/en@pirate.json b/lib/l10n/en@pirate.json deleted file mode 100644 index 8bbc4280fae..00000000000 --- a/lib/l10n/en@pirate.json +++ /dev/null @@ -1,4 +0,0 @@ -{ "translations": { - "web services under your control" : "web services under your control" -},"pluralForm" :"nplurals=2; plural=(n != 1);" -}
\ No newline at end of file diff --git a/settings/l10n/en@pirate.js b/settings/l10n/en@pirate.js deleted file mode 100644 index f9293f8094c..00000000000 --- a/settings/l10n/en@pirate.js +++ /dev/null @@ -1,6 +0,0 @@ -OC.L10N.register( - "settings", - { - "Password" : "Passcode" -}, -"nplurals=2; plural=(n != 1);"); diff --git a/settings/l10n/en@pirate.json b/settings/l10n/en@pirate.json deleted file mode 100644 index 6f74658eb82..00000000000 --- a/settings/l10n/en@pirate.json +++ /dev/null @@ -1,4 +0,0 @@ -{ "translations": { - "Password" : "Passcode" -},"pluralForm" :"nplurals=2; plural=(n != 1);" -}
\ No newline at end of file |