1234567891011121314151617181920 |
- OC.L10N.register(
- "comments",
- {
- "Comments" : "Comentarios",
- "You commented" : "Comentesti",
- "{author} commented" : "{author} comentó",
- "You commented on %1$s" : "Comentesti en: %1$s",
- "You commented on {file}" : "Comentesti en: {file}",
- "%1$s commented on %2$s" : "%1$s comentó en: %2$s",
- "{author} commented on {file}" : "{author} comentó en {file}",
- "No more messages" : "Nun hai más mensaxes",
- "_1 new comment_::_{unread} new comments_" : ["1 comentariu nuevu","{unread} comentarios nuevos"],
- "Comment" : "Comentariu",
- "An error occurred while trying to edit the comment" : "Prodúxose un error mentanto se tentaba d'editar el comentariu",
- "Comment deleted" : "Desanicióse'l comentariu",
- "An error occurred while trying to delete the comment" : "Prodúxose un error mentanto se tentaba de desaniciar el comentariu",
- "An error occurred while trying to create the comment" : "Prodúxose un error mentanto se tentaba de crear el comentariu",
- "_%n unread comment_::_%n unread comments_" : ["%n comentariu ensin lleer","%n comentarios ensin lleer"]
- },
- "nplurals=2; plural=(n != 1);");
|