diff options
Diffstat (limited to 'apps/comments/l10n/ca.js')
-rw-r--r-- | apps/comments/l10n/ca.js | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/apps/comments/l10n/ca.js b/apps/comments/l10n/ca.js index 30a1f6475a6..3156599f57a 100644 --- a/apps/comments/l10n/ca.js +++ b/apps/comments/l10n/ca.js @@ -1,13 +1,23 @@ OC.L10N.register( "comments", { + "Comments" : "Comentaris", + "You commented" : "Heu comentat", + "%1$s commented" : "%1$s ha comentat", + "{author} commented" : "{author} ha comentat", + "You commented on %1$s" : "Heu comentat a %1$s", + "You commented on {file}" : "Heu comentat a {file}", + "%1$s commented on %2$s" : "%1$s ha comentat a %2$s", + "{author} commented on {file}" : "{author} ha comentat a {file}", + "<strong>Comments</strong> for files" : "<strong>Comentaris</strong> per arxius", + "You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "Has estat mencionat a \"{file}\" en un comentari d'un usuari que ja no existeix", + "{user} mentioned you in a comment on “{file}”" : "{user} us ha nomenat en un comentari de “{file}”", "Edit comment" : "Editar comentari", "Delete comment" : "Esborrar comentari", "New comment …" : "Nou comentari...", "Post" : "Publica", "Cancel" : "Cancel·la", "[Deleted user]" : "[usuari Esborrat]", - "Comments" : "Comentaris", "No comments yet, start the conversation!" : "Encara no hi ha comentaris. Comenceu la conversa!", "More comments …" : "Més comentaris...", "Save" : "Desa", @@ -16,16 +26,6 @@ OC.L10N.register( "Error occurred while posting comment" : "Hi ha hagut un error en publicar el comentari", "_%n unread comment_::_%n unread comments_" : ["%n comentari no llegit","%n comentaris no llegits"], "Comment" : "Comentari", - "You commented" : "Heu comentat", - "%1$s commented" : "%1$s ha comentat", - "{author} commented" : "{author} ha comentat", - "You commented on %1$s" : "Heu comentat a %1$s", - "You commented on {file}" : "Heu comentat a {file}", - "%1$s commented on %2$s" : "%1$s ha comentat a %2$s", - "{author} commented on {file}" : "{author} ha comentat a {file}", - "<strong>Comments</strong> for files" : "<strong>Comentaris</strong> per arxius", - "You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "Has estat mencionat a \"{file}\" en un comentari d'un usuari que ja no existeix", - "{user} mentioned you in a comment on “{file}”" : "{user} us ha nomenat en un comentari de “{file}”", "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Has estat mencionat a \"%s\" en un comentari d'un usuari que ja no existeix", "%1$s mentioned you in a comment on “%2$s”" : "%1$s us ha nomenat en un comentari a “%2$s”" }, |