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

id.js « l10n - github.com/nextcloud/richdocuments.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 14f4991cfb007de52121be86c1598aa136232e70 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
OC.L10N.register(
    "richdocuments",
    {
    "Can't create document" : "Tidak dapat membuat dokumen",
    "Saved" : "Disimpan",
    "Save" : "Simpan",
    "Could not create file" : "Tidak dapat membuat berkas",
    "Apply" : "Terapkan",
    "Wrong password. Please retry." : "Kata sandi salah. Silakan ulangi.",
    "Password" : "Kata Sandi",
    "OK" : "Oke",
    "Guest %s" : "Pengunjung %s",
    "This link has been expired or is never existed. Please contact the person who shared it with you for details." : "Tautan ini sudah kadaluarsa atau tidak pernah ada. Silahkan hubungi orang yang berbagi dengan Anda untuk lebih rinci."
},
"nplurals=1; plural=0;");