diff options
Diffstat (limited to 'apps/comments/l10n/id.js')
-rw-r--r-- | apps/comments/l10n/id.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/apps/comments/l10n/id.js b/apps/comments/l10n/id.js index 87a17367b11..cecae13fb6f 100644 --- a/apps/comments/l10n/id.js +++ b/apps/comments/l10n/id.js @@ -1,20 +1,20 @@ OC.L10N.register( "comments", { - "%1$s commented" : "%1$s dikomentari", - "%1$s commented on %2$s" : "%1$s dikomentari pada %2$s", - "Comments" : "Komentar", "Type in a new comment..." : "Ketik di komentar baru...", "Delete comment" : "Hapus komentar", "Post" : "Posting", "Cancel" : "Batal", "Edit comment" : "Sunting komentar", "[Deleted user]" : "[Hapus pengguna]", + "Comments" : "Komentar", "No other comments available" : "Tidak ada komentar lainnya", "More comments..." : "Komentar lainya...", "Save" : "Simpan", "Allowed characters {count} of {max}" : "Karakter yang diizinkan {count} dari {max}", "{count} unread comments" : "{count} komentar belum dibaca", - "Comment" : "Komentar" + "Comment" : "Komentar", + "%1$s commented" : "%1$s dikomentari", + "%1$s commented on %2$s" : "%1$s dikomentari pada %2$s" }, "nplurals=1; plural=0;"); |