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

ms_MY.js « l10n « files_trashbin « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1441ab03bf9c017152c2b81139a06fef3b78adb4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
OC.L10N.register(
    "files_trashbin",
    {
    "Couldn't delete %s permanently" : "Tidak dapat menghapuskan %s secara kekal",
    "Couldn't restore %s" : "Tidak dapat memulihkan %s",
    "Deleted files" : "Fail dipadam",
    "Restore" : "Pulihkan",
    "Error" : "Ralat",
    "restored" : "dipulihkan",
    "Name" : "Nama",
    "Deleted" : "Dipadam",
    "Delete" : "Padam"
},
"nplurals=1; plural=0;");