12345678910111213141516171819202122232425 |
- OC.L10N.register(
- "comments",
- {
- "Delete comment" : "Hapus komentar",
- "Post" : "Posting",
- "Cancel" : "Batal",
- "Edit comment" : "Sunting komentar",
- "[Deleted user]" : "[Hapus pengguna]",
- "Comments" : "Komentar",
- "Save" : "Simpan",
- "Allowed characters {count} of {max}" : "Karakter yang diizinkan {count} dari {max}",
- "Error occurred while retrieving comment with id {id}" : "Terjadi kesalahan saat mendapatkan komentar dengan id {id}",
- "Error occurred while updating comment with id {id}" : "Terjadi kesalahan saat memperbarui komentar dengan id {id}",
- "Error occurred while posting comment" : "Terjadi kesalahan saat memosting komentar",
- "Comment" : "Komentar",
- "You commented" : "Anda berkomentar",
- "%1$s commented" : "%1$s dikomentari",
- "You commented on %2$s" : "Anda berkomentar di %2$s",
- "%1$s commented on %2$s" : "%1$s dikomentari pada %2$s",
- "Type in a new comment..." : "Ketik di komentar baru...",
- "No other comments available" : "Tidak ada komentar lainnya",
- "More comments..." : "Komentar lainya...",
- "{count} unread comments" : "{count} komentar belum dibaca"
- },
- "nplurals=1; plural=0;");
|