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