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: fd44d84e81c45e8738e3349dc06e41be179d83a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
OC.L10N.register(
    "files",
    {
    "Unknown error" : "ਅਣਜਾਣ ਗਲਤੀ",
    "Files" : "ਫਾਇਲਾਂ",
    "Download" : "ਡਾਊਨਲੋਡ",
    "Rename" : "ਨਾਂ ਬਦਲੋ",
    "Delete" : "ਹਟਾਓ",
    "Details" : "ਵੇਰਵ",
    "Upload" : "ਅੱਪਲੋਡ",
    "Settings" : "ਸੈਟਿੰਗ"
},
"nplurals=2; plural=(n != 1);");