diff options
author | Nextcloud bot <bot@nextcloud.com> | 2019-02-27 01:12:05 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2019-02-27 01:12:05 +0000 |
commit | 36b01e3c2d4033f690b30b4fcf92711da28cb2ed (patch) | |
tree | 1821b439cb9ee787894fef8fb69a9949938d6157 /apps/comments/l10n/ia.js | |
parent | c2da3bf1d9820f4031d63daa9bb9e055a3723528 (diff) | |
download | nextcloud-server-36b01e3c2d4033f690b30b4fcf92711da28cb2ed.tar.gz nextcloud-server-36b01e3c2d4033f690b30b4fcf92711da28cb2ed.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/comments/l10n/ia.js')
-rw-r--r-- | apps/comments/l10n/ia.js | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/apps/comments/l10n/ia.js b/apps/comments/l10n/ia.js index 9e68a9128c3..0206709b3c0 100644 --- a/apps/comments/l10n/ia.js +++ b/apps/comments/l10n/ia.js @@ -1,13 +1,22 @@ OC.L10N.register( "comments", { + "Comments" : "Commentarios", + "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", + "{user} mentioned you in a comment on “{file}”" : "{user} mentionava tu in un commentario in “{file}”", "Edit comment" : "Modificar commentario", "Delete comment" : "Deler commentario", "New comment …" : "Nove commentario ...", "Post" : "Publicar", "Cancel" : "Cancellar", "[Deleted user]" : "[Usator delite]", - "Comments" : "Commentarios", "No comments yet, start the conversation!" : "Il ha nulle commentarios ancora, initia le conversation!", "More comments …" : "Plus commentarios ...", "Save" : "Salveguardar", @@ -16,15 +25,6 @@ OC.L10N.register( "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", - "{user} mentioned you in a comment on “{file}”" : "{user} 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”" }, "nplurals=2; plural=(n != 1);"); |