diff options
Diffstat (limited to 'apps/comments/l10n/id.js')
-rw-r--r-- | apps/comments/l10n/id.js | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/apps/comments/l10n/id.js b/apps/comments/l10n/id.js index 99444ff6a11..dde624155c0 100644 --- a/apps/comments/l10n/id.js +++ b/apps/comments/l10n/id.js @@ -3,13 +3,13 @@ OC.L10N.register( { "Comments" : "Komentar", "You commented" : "Anda berkomentar", - "{author} commented" : "{Pengarang} berkomentar", + "{author} commented" : "{author} berkomentar", "You commented on %1$s" : "Anda berkomentar pada %1$s", "You commented on {file}" : "Anda berkomentar pada {file} ", "%1$s commented on %2$s" : "%1$s dikomentari pada %2$s", - "{author} commented on {file}" : "{pengarang} berkomentar pada {file}", + "{author} commented on {file}" : "{author} berkomentar pada {file}", "<strong>Comments</strong> for files" : "<strong>komentar</strong> pada file", - "{user} mentioned you in a comment on \"{file}\"" : "{pengguna} menyebut Anda dalam sebuah komentar pada \"{file}\" ", + "{user} mentioned you in a comment on \"{file}\"" : "{user} menyebut Anda dalam sebuah komentar pada \"{file}\" ", "Files app plugin to add comments to files" : "Plugin aplikasi file untuk menambah komentar pada file", "Edit comment" : "Sunting komentar", "Delete comment" : "Hapus komentar", @@ -19,7 +19,6 @@ OC.L10N.register( "No more messages" : "Tidak ada pesan lagi", "Retry" : "Ulangi", "Unable to load the comments list" : "Tidak dapat memuat daftar komentar", - "_1 new comment_::_{unread} new comments_" : ["komentar baru {belum terbaca}"], "Comment" : "Komentar", "An error occurred while trying to edit the comment" : "Terjadi kesalahan ketika mencoba menyunting komentar", "Comment deleted" : "Komentar dihapus", |