summaryrefslogtreecommitdiffstats
path: root/apps/files/l10n/en@pirate.js
blob: dcea419024abd4d7aa78cc62c11d5ce38ad09a7a (plain)
1
2
3
4
5
6
7
8
9
10
OC.L10N.register(
    "files",
    {
    "_%n folder_::_%n folders_" : ["",""],
    "_%n file_::_%n files_" : ["",""],
    "_Uploading %n file_::_Uploading %n files_" : ["",""],
    "_ matches '{filter}'_::_ match '{filter}'_" : ["",""],
    "Download" : "Download"
},
"nplurals=2; plural=(n != 1);");