diff options
Diffstat (limited to 'apps/comments/l10n/oc.js')
-rw-r--r-- | apps/comments/l10n/oc.js | 49 |
1 files changed, 34 insertions, 15 deletions
diff --git a/apps/comments/l10n/oc.js b/apps/comments/l10n/oc.js index 94b99dfa366..bd5864517e4 100644 --- a/apps/comments/l10n/oc.js +++ b/apps/comments/l10n/oc.js @@ -1,23 +1,42 @@ OC.L10N.register( "comments", { - "Type in a new comment..." : "Escriure un comentari novèl...", - "Delete comment" : "Suprimir lo comentari", - "Post" : "Mandar", - "Cancel" : "Anullar", - "Edit comment" : "Modificar lo comentari", - "[Deleted user]" : "[Utilizaire suprimit]", "Comments" : "Comentaris", - "No other comments available" : "Pas cap d'autre comentari", - "More comments..." : "Mai de comentaris...", - "Save" : "Enregistrar", - "Allowed characters {count} of {max}" : "{count} sus {max} caractèrs autorizats", - "{count} unread comments" : "{count} comentaris pas legits", - "Comment" : "Comentar", - "<strong>Comments</strong> for files <em>(always listed in stream)</em>" : "<strong>Comentaris</strong> pels fichièrs <em>(totjorn listats dins lo flux)</em>", "You commented" : "Avètz comentat", "%1$s commented" : "%1$s a comentat", - "You commented on %2$s" : "Avètz comentat %2$s", - "%1$s commented on %2$s" : "%1$s a comentat %2$s" + "{author} commented" : "{author} a comentat", + "You commented on %1$s" : "Comentèretz %1$s", + "You commented on {file}" : "Comentèretz {file}", + "%1$s commented on %2$s" : "%1$s comentèt %2$s", + "{author} commented on {file}" : "{author} comentèt {file}", + "<strong>Comments</strong> for files" : "<strong>Comentaris</strong> de fichièrs", + "You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "Un utilizaire qu'es ara suprimit vos mencionèt sul fichièr « {file} »", + "{user} mentioned you in a comment on “{file}”" : "{user} vos a mencionat dins un comentari sus « {file} »", + "Files app plugin to add comments to files" : "Extension d’aplication Fichièrs per apondre de comentaris als fichièrs", + "Edit comment" : "Modificar lo comentari", + "Delete comment" : "Suprimir lo comentari", + "Cancel edit" : "Anullar la modificacion", + "Post comment" : "Publicar lo comentari", + "No comments yet, start the conversation!" : "Cap de comentari pel moment, començat la conversacion !", + "No more messages" : "Pas mai de messatge", + "Retry" : "Tornar ensajar", + "Unable to load the comments list" : "Cargament impossible de la lista dels comentaris", + "_%n unread comment_::_%n unread comments_" : ["%n comentari pas legit","%n comentaris pas legits"], + "_1 new comment_::_{unread} new comments_" : ["1 comentari novèl","{unread} comentaris novèls"], + "Comment" : "Comentar", + "An error occurred while trying to edit the comment" : "Error en ensajant de modificar lo comentari", + "Comment deleted" : "Comentari suprimit", + "An error occurred while trying to delete the comment" : "Error en ensajant de suprimir lo comentari", + "An error occurred while trying to create the comment" : "Error en ensajant de crear lo comentari", + "New comment …" : "Comentari novèl…", + "Post" : "Publicar", + "Cancel" : "Anullar", + "[Deleted user]" : "[utilizaire suprimit]", + "More comments …" : "Mai de comentaris…", + "Save" : "Salvar", + "Allowed characters {count} of {max}" : "Caractèrs permeses {count} de {max}", + "Error occurred while retrieving comment with ID {id}" : "Error en recuperant los comentaris amb l’ID {id}", + "Error occurred while updating comment with id {id}" : "Error en actualizant los comentaris amb l’ID {id}", + "Error occurred while posting comment" : "Error en publicant lo comentari" }, "nplurals=2; plural=(n > 1);"); |