diff options
Diffstat (limited to 'apps/files/l10n/es_PY.js')
-rw-r--r-- | apps/files/l10n/es_PY.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/files/l10n/es_PY.js b/apps/files/l10n/es_PY.js index 8a7f665016d..436cba0b2a1 100644 --- a/apps/files/l10n/es_PY.js +++ b/apps/files/l10n/es_PY.js @@ -4,6 +4,7 @@ OC.L10N.register( "Files" : "Archivos", "_%n folder_::_%n folders_" : ["",""], "_%n file_::_%n files_" : ["",""], - "_Uploading %n file_::_Uploading %n files_" : ["",""] + "_Uploading %n file_::_Uploading %n files_" : ["",""], + "_ matches '{filter}'_::_ match '{filter}'_" : ["",""] }, "nplurals=2; plural=(n != 1);"); |