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

id.js « l10n - github.com/nextcloud/files_antivirus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8e45e0863d6dfc4b03f90cf27abf487a339a93af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
OC.L10N.register(
    "files_antivirus",
    {
    "Saving…" : "Menyimpan...",
    "Saved" : "Disimpan",
    "Host" : "Host",
    "Port" : "Port",
    "Select" : "Pilih",
    "Delete file" : "Hapus berkas",
    "Save" : "Simpan",
    "Advanced" : "Lanjutan",
    "Description" : "Deskrisi"
},
"nplurals=1; plural=0;");