diff --git a/apps/comments/l10n/eu.js b/apps/comments/l10n/eu.js index b1bbbb8e7dc..9dd83b6ccd6 100644 --- a/apps/comments/l10n/eu.js +++ b/apps/comments/l10n/eu.js @@ -3,9 +3,9 @@ OC.L10N.register( { "Comments" : "Iruzkinak", "You commented" : "Iruzkindu duzu", - "%1$s commented" : "%1$s iruzkin du", - "{author} commented" : "{author}-(e)k iruzkin du", - "You commented on %1$s" : "%1$s-en Iruzkin duzu", + "%1$s commented" : "%1$s-(e)k iruzkindu du", + "{author} commented" : "{author}-(e)k iruzkindu du", + "You commented on %1$s" : "%1$s-en iruzkindu duzu", "You commented on {file}" : "{file} fitxategian iruzkina egin duzu", "%1$s commented on %2$s" : "%1$s %2$s-en iruzkin du", "{author} commented on {file}" : "{author}-(e)k {file}-en iruzkina egin du", diff --git a/apps/comments/l10n/eu.json b/apps/comments/l10n/eu.json index 3b83ddaa244..45e0d593b6f 100644 --- a/apps/comments/l10n/eu.json +++ b/apps/comments/l10n/eu.json @@ -1,9 +1,9 @@ { "translations": { "Comments" : "Iruzkinak", "You commented" : "Iruzkindu duzu", - "%1$s commented" : "%1$s iruzkin du", - "{author} commented" : "{author}-(e)k iruzkin du", - "You commented on %1$s" : "%1$s-en Iruzkin duzu", + "%1$s commented" : "%1$s-(e)k iruzkindu du", + "{author} commented" : "{author}-(e)k iruzkindu du", + "You commented on %1$s" : "%1$s-en iruzkindu duzu", "You commented on {file}" : "{file} fitxategian iruzkina egin duzu", "%1$s commented on %2$s" : "%1$s %2$s-en iruzkin du", "{author} commented on {file}" : "{author}-(e)k {file}-en iruzkina egin du",