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

id.js « l10n « files_trashbin « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6e13e4555919938a39532a5917056cca2e73b7cb (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 menghapus permanen %s",
    "Couldn't restore %s" : "Tidak dapat memulihkan %s",
    "Deleted files" : "Berkas yang dihapus",
    "Restore" : "Pulihkan",
    "Error" : "Galat",
    "Nothing in here. Your trash bin is empty!" : "Tempat sampah anda kosong!",
    "Name" : "Nama",
    "Deleted" : "Dihapus",
    "Delete" : "Hapus"
},
"nplurals=1; plural=0;");