blob: ffc8530e02b0aea6d1c33a1cd94d2be10f0f65e1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
OC.L10N.register(
"dav",
{
"Contact birthdays" : "Verjaardagen",
"Personal" : "Persoonlijk",
"Contacts" : "Contactpersonen",
"Technical details" : "Technische details",
"Remote Address: %s" : "Extern adres: %s",
"Request ID: %s" : "Aanvraag-ID: %s",
"Type: %s" : "Type: %s",
"Code: %s" : "Code: %s",
"Message: %s" : "Boodschap: %s",
"File: %s" : "Bestand: %s",
"Line: %s" : "Regel: %s",
"Trace" : "Trace"
},
"nplurals=2; plural=(n != 1);");
|