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

id.js « l10n « dav « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0ab333b580f0ba6ffd516be39e7b19cb83c81ea3 (plain)
1
2
3
4
5
6
7
8
9
10
11
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"
},
"nplurals=1; plural=0;");