summaryrefslogtreecommitdiffstats
path: root/apps/comments/l10n
diff options
context:
space:
mode:
Diffstat (limited to 'apps/comments/l10n')
-rw-r--r--apps/comments/l10n/es.js3
-rw-r--r--apps/comments/l10n/es.json3
-rw-r--r--apps/comments/l10n/lt_LT.js10
-rw-r--r--apps/comments/l10n/lt_LT.json10
4 files changed, 24 insertions, 2 deletions
diff --git a/apps/comments/l10n/es.js b/apps/comments/l10n/es.js
index 98d9d422365..a8bc6e78fba 100644
--- a/apps/comments/l10n/es.js
+++ b/apps/comments/l10n/es.js
@@ -12,6 +12,9 @@ OC.L10N.register(
"More comments..." : "Más comentarios...",
"Save" : "Guardar",
"Allowed characters {count} of {max}" : "Caracteres permitidos {count} de {max}",
+ "Error occurred while retrieving comment with id {id}" : "Se produjo un error al obtener el comentario con el id {id}",
+ "Error occurred while updating comment with id {id}" : "Se produjo un error al actualizar el comentario con el id {id}",
+ "Error occurred while posting comment" : "Se produjo un error al intentar incluir un comentario",
"{count} unread comments" : "{count} comentarios no leídos",
"Comment" : "Comentario",
"<strong>Comments</strong> for files <em>(always listed in stream)</em>" : "<strong>Comentarios</strong> de archivos <em>(siempre se listarán en stream)</em>",
diff --git a/apps/comments/l10n/es.json b/apps/comments/l10n/es.json
index 636342911c2..4615fe584e0 100644
--- a/apps/comments/l10n/es.json
+++ b/apps/comments/l10n/es.json
@@ -10,6 +10,9 @@
"More comments..." : "Más comentarios...",
"Save" : "Guardar",
"Allowed characters {count} of {max}" : "Caracteres permitidos {count} de {max}",
+ "Error occurred while retrieving comment with id {id}" : "Se produjo un error al obtener el comentario con el id {id}",
+ "Error occurred while updating comment with id {id}" : "Se produjo un error al actualizar el comentario con el id {id}",
+ "Error occurred while posting comment" : "Se produjo un error al intentar incluir un comentario",
"{count} unread comments" : "{count} comentarios no leídos",
"Comment" : "Comentario",
"<strong>Comments</strong> for files <em>(always listed in stream)</em>" : "<strong>Comentarios</strong> de archivos <em>(siempre se listarán en stream)</em>",
diff --git a/apps/comments/l10n/lt_LT.js b/apps/comments/l10n/lt_LT.js
index ef4967e9fcc..af11d0c7238 100644
--- a/apps/comments/l10n/lt_LT.js
+++ b/apps/comments/l10n/lt_LT.js
@@ -1,8 +1,16 @@
OC.L10N.register(
"comments",
{
+ "Type in a new comment..." : "Įrašykite naują komentarą...",
+ "Delete comment" : "Ištrinti komentarą",
+ "Post" : "Paskelbti",
"Cancel" : "Atšaukti",
+ "Edit comment" : "Redaguoti komentarą",
+ "[Deleted user]" : "[Ištrinti naudotojai]",
+ "Comments" : "Komentarai",
"Save" : "Išsaugoti",
- "Comment" : "Komentaras"
+ "Comment" : "Komentaras",
+ "You commented" : "Jūs pakomentavote",
+ "%1$s commented" : "%1$s pakomentavo"
},
"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);");
diff --git a/apps/comments/l10n/lt_LT.json b/apps/comments/l10n/lt_LT.json
index 59432d7b6b4..8708c127fa8 100644
--- a/apps/comments/l10n/lt_LT.json
+++ b/apps/comments/l10n/lt_LT.json
@@ -1,6 +1,14 @@
{ "translations": {
+ "Type in a new comment..." : "Įrašykite naują komentarą...",
+ "Delete comment" : "Ištrinti komentarą",
+ "Post" : "Paskelbti",
"Cancel" : "Atšaukti",
+ "Edit comment" : "Redaguoti komentarą",
+ "[Deleted user]" : "[Ištrinti naudotojai]",
+ "Comments" : "Komentarai",
"Save" : "Išsaugoti",
- "Comment" : "Komentaras"
+ "Comment" : "Komentaras",
+ "You commented" : "Jūs pakomentavote",
+ "%1$s commented" : "%1$s pakomentavo"
},"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);"
} \ No newline at end of file