Welcome to mirror list, hosted at ThFree Co, Russian Federation.

pa.js « l10n « files « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 84216361960d53430c50b3f3e3565a6fd68249e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
OC.L10N.register(
    "files",
    {
    "Unknown error" : "ਅਣਜਾਣ ਗਲਤੀ",
    "Files" : "ਫਾਇਲਾਂ",
    "Share" : "ਸਾਂਝਾ ਕਰੋ",
    "Delete" : "ਹਟਾਓ",
    "Rename" : "ਨਾਂ ਬਦਲੋ",
    "Error" : "ਗਲਤੀ",
    "_%n folder_::_%n folders_" : ["",""],
    "_%n file_::_%n files_" : ["",""],
    "_Uploading %n file_::_Uploading %n files_" : ["",""],
    "Download" : "ਡਾਊਨਲੋਡ"
},
"nplurals=2; plural=(n != 1);");