diff options
author | Nextcloud bot <bot@nextcloud.com> | 2017-02-07 01:08:50 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2017-02-07 01:08:50 +0000 |
commit | 5e4bbb394cb02413e38d5694dd3c3c479b70a392 (patch) | |
tree | 1a6ac3488ac47c365448eb11c3f51e01ec4fa2ed /apps/comments/l10n/ia.js | |
parent | 5157f16d286f1ea43cc8f25bd49948ba6972a6c9 (diff) | |
download | nextcloud-server-5e4bbb394cb02413e38d5694dd3c3c479b70a392.tar.gz nextcloud-server-5e4bbb394cb02413e38d5694dd3c3c479b70a392.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/comments/l10n/ia.js')
-rw-r--r-- | apps/comments/l10n/ia.js | 34 |
1 files changed, 33 insertions, 1 deletions
diff --git a/apps/comments/l10n/ia.js b/apps/comments/l10n/ia.js index ff148a13b8d..40b43ffccbb 100644 --- a/apps/comments/l10n/ia.js +++ b/apps/comments/l10n/ia.js @@ -1,7 +1,39 @@ OC.L10N.register( "comments", { + "Comments" : "Commentarios", + "Unknown user" : "Usator incognite", + "New comment …" : "Nove commentario ...", + "Delete comment" : "Deler commentario", + "Post" : "Publicar", "Cancel" : "Cancellar", - "Save" : "Salveguardar" + "Edit comment" : "Modificar commentario", + "[Deleted user]" : "[Usator delite]", + "No comments yet, start the conversation!" : "Il ha nulle commentarios ancora, initia le conversation!", + "More comments …" : "Plus commentarios ...", + "Save" : "Salveguardar", + "Allowed characters {count} of {max}" : "{count} characteres permittite de {max}", + "Error occurred while retrieving comment with id {id}" : "Un error occurreva durante le recuperation del commentario identificate per {id}", + "Error occurred while updating comment with id {id}" : "Un error occurreva durante le actualisation del commentario identificate per {id}", + "Error occurred while posting comment" : "Un error occurreva durante le publication del commentario", + "_%n unread comment_::_%n unread comments_" : ["%n commentario non legite","%n commentarios non legite"], + "Comment" : "Commentario", + "You commented" : "Tu commentava", + "%1$s commented" : "%1$s commentava", + "{author} commented" : "{author} commentava", + "You commented on %1$s" : "Tu commentava in %1$s", + "You commented on {file}" : "Tu commentava in {file}", + "%1$s commented on %2$s" : "%1$s commentava in %2$s", + "{author} commented on {file}" : "{author} commentava in {file}", + "<strong>Comments</strong> for files" : "<strong>Commentarios</strong> pro files", + "A (now) deleted user mentioned you in a comment on “%s”" : "Un (ora) delite usator mentionava tu in un commentario in “%s”", + "A (now) deleted user mentioned you in a comment on “{file}”" : "Un (ora) delite usator mentionava tu in un commentario in “{file}”", + "%1$s mentioned you in a comment on “%2$s”" : "%1$s mentionava tu in un commentario in “%2$s”", + "{user} mentioned you in a comment on “{file}”" : "{user} mentionava tu in un commentario in “{file}”", + "Type in a new comment..." : "Scribe in un nove commentario...", + "No other comments available" : "Nulle altere commentarios disponibile", + "More comments..." : "Plus commentarios...", + "{count} unread comments" : "{count} commentarios non legite", + "You commented on %2$s" : "Tu commentava in %2$s" }, "nplurals=2; plural=(n != 1);"); |