diff options
Diffstat (limited to 'core/l10n/fil.js')
-rw-r--r-- | core/l10n/fil.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/core/l10n/fil.js b/core/l10n/fil.js index 572404948ed..2970f46e122 100644 --- a/core/l10n/fil.js +++ b/core/l10n/fil.js @@ -1,8 +1,8 @@ OC.L10N.register( "core", { - "_{count} file conflict_::_{count} file conflicts_" : ["",""], - "_download %n file_::_download %n files_" : ["",""], - "_{count} search result in other places_::_{count} search results in other places_" : ["",""] + "Error" : "Error", + "Password" : "Password", + "Username" : "Username" }, "nplurals=2; plural=(n > 1);"); |