blob: 694a85d44d80b51169a3d4be32968ce9146b4db3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
OC.L10N.register(
"dav",
{
"Contact birthdays" : "Ulang tahun kontak",
"Personal" : "Pribadi",
"Contacts" : "Kontak",
"Technical details" : "Rincian teknis",
"Remote Address: %s" : "Alamat remote: %s",
"Request ID: %s" : "ID Permintaan: %s",
"Type: %s" : "Tipe: %s",
"Code: %s" : "Kode: %s",
"Message: %s" : "Pesan: %s",
"File: %s" : "Berkas: %s",
"Line: %s" : "Baris: %s",
"Trace" : "Jejak"
},
"nplurals=1; plural=0;");
|