nextcloud/apps/files/l10n/en@pirate.js

11 lines
300 B
JavaScript
Raw Normal View History

OC.L10N.register(
"files",
{
2015-02-10 09:55:06 +03:00
"Download" : "Download",
"_%n folder_::_%n folders_" : ["",""],
"_%n file_::_%n files_" : ["",""],
"_Uploading %n file_::_Uploading %n files_" : ["",""],
2015-02-10 09:55:06 +03:00
"_matches '{filter}'_::_match '{filter}'_" : ["",""]
},
"nplurals=2; plural=(n != 1);");