diff options
author | Nextcloud bot <bot@nextcloud.com> | 2016-10-08 00:06:50 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2016-10-08 00:06:50 +0000 |
commit | 0beecbf2c5723d6ff3fabb884a1eb35d80e0aac9 (patch) | |
tree | 949dc5ad36f9bd2da7ed0e8baf04d78ca630111f /apps/dav/l10n/id.js | |
parent | 9e7824f3edcb498447915a396e93678ddb6f5768 (diff) | |
download | nextcloud-server-0beecbf2c5723d6ff3fabb884a1eb35d80e0aac9.tar.gz nextcloud-server-0beecbf2c5723d6ff3fabb884a1eb35d80e0aac9.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/dav/l10n/id.js')
-rw-r--r-- | apps/dav/l10n/id.js | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/apps/dav/l10n/id.js b/apps/dav/l10n/id.js new file mode 100644 index 00000000000..694a85d44d8 --- /dev/null +++ b/apps/dav/l10n/id.js @@ -0,0 +1,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;"); |