diff options
Diffstat (limited to 'core/l10n/en@pirate.js')
-rw-r--r-- | core/l10n/en@pirate.js | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/core/l10n/en@pirate.js b/core/l10n/en@pirate.js index 6a402a35323..adc62c8c962 100644 --- a/core/l10n/en@pirate.js +++ b/core/l10n/en@pirate.js @@ -1,9 +1,6 @@ OC.L10N.register( "core", { - "_{count} file conflict_::_{count} file conflicts_" : ["",""], - "Password" : "Passcode", - "_download %n file_::_download %n files_" : ["",""], - "_{count} search result in other places_::_{count} search results in other places_" : ["",""] + "Password" : "Passcode" }, "nplurals=2; plural=(n != 1);"); |