diff options
Diffstat (limited to 'apps/comments')
-rw-r--r-- | apps/comments/l10n/cs_CZ.js | 2 | ||||
-rw-r--r-- | apps/comments/l10n/cs_CZ.json | 2 | ||||
-rw-r--r-- | apps/comments/l10n/fr.js | 2 | ||||
-rw-r--r-- | apps/comments/l10n/fr.json | 2 | ||||
-rw-r--r-- | apps/comments/l10n/pt_PT.js | 2 | ||||
-rw-r--r-- | apps/comments/l10n/pt_PT.json | 2 |
6 files changed, 12 insertions, 0 deletions
diff --git a/apps/comments/l10n/cs_CZ.js b/apps/comments/l10n/cs_CZ.js index 4a18c2911ee..1b4e03102d4 100644 --- a/apps/comments/l10n/cs_CZ.js +++ b/apps/comments/l10n/cs_CZ.js @@ -2,7 +2,9 @@ OC.L10N.register( "comments", { "<strong>Comments</strong> for files" : "<strong>Komentáře</strong> souborů", + "You commented" : "Okomentoval jste", "%1$s commented" : "%1$s okomentován", + "You commented on %2$s" : "Okomentoval jste %2$s", "%1$s commented on %2$s" : "%1$s okomentoval %2$s", "Comments" : "Komentáře", "Type in a new comment..." : "Zadat nový komentář...", diff --git a/apps/comments/l10n/cs_CZ.json b/apps/comments/l10n/cs_CZ.json index 438fe7208bc..5ca994542bf 100644 --- a/apps/comments/l10n/cs_CZ.json +++ b/apps/comments/l10n/cs_CZ.json @@ -1,6 +1,8 @@ { "translations": { "<strong>Comments</strong> for files" : "<strong>Komentáře</strong> souborů", + "You commented" : "Okomentoval jste", "%1$s commented" : "%1$s okomentován", + "You commented on %2$s" : "Okomentoval jste %2$s", "%1$s commented on %2$s" : "%1$s okomentoval %2$s", "Comments" : "Komentáře", "Type in a new comment..." : "Zadat nový komentář...", diff --git a/apps/comments/l10n/fr.js b/apps/comments/l10n/fr.js index 514ba843f3e..fc065bd0db0 100644 --- a/apps/comments/l10n/fr.js +++ b/apps/comments/l10n/fr.js @@ -2,7 +2,9 @@ OC.L10N.register( "comments", { "<strong>Comments</strong> for files" : "<strong>Commentaires</strong> pour les fichiers", + "You commented" : "Vous avez commenté", "%1$s commented" : "%1$s a commenté", + "You commented on %2$s" : "Vous avez commenté %2$s", "%1$s commented on %2$s" : "%1$s a commenté %2$s", "Comments" : "Commentaires", "Type in a new comment..." : "Écrire un nouveau commentaire...", diff --git a/apps/comments/l10n/fr.json b/apps/comments/l10n/fr.json index ace5e14a14c..d69887540f9 100644 --- a/apps/comments/l10n/fr.json +++ b/apps/comments/l10n/fr.json @@ -1,6 +1,8 @@ { "translations": { "<strong>Comments</strong> for files" : "<strong>Commentaires</strong> pour les fichiers", + "You commented" : "Vous avez commenté", "%1$s commented" : "%1$s a commenté", + "You commented on %2$s" : "Vous avez commenté %2$s", "%1$s commented on %2$s" : "%1$s a commenté %2$s", "Comments" : "Commentaires", "Type in a new comment..." : "Écrire un nouveau commentaire...", diff --git a/apps/comments/l10n/pt_PT.js b/apps/comments/l10n/pt_PT.js index 821afec0c50..5c874329fcd 100644 --- a/apps/comments/l10n/pt_PT.js +++ b/apps/comments/l10n/pt_PT.js @@ -2,7 +2,9 @@ OC.L10N.register( "comments", { "<strong>Comments</strong> for files" : "<strong>Comentários</strong> para ficheiros", + "You commented" : "Comentou", "%1$s commented" : "%1$s comentou", + "You commented on %2$s" : "Comentou %2$s", "%1$s commented on %2$s" : "%1$s comentou %2$s", "Comments" : "Comentários", "Type in a new comment..." : "Escreva um novo comentário...", diff --git a/apps/comments/l10n/pt_PT.json b/apps/comments/l10n/pt_PT.json index d5a5edc8c7e..f5fc1d7070b 100644 --- a/apps/comments/l10n/pt_PT.json +++ b/apps/comments/l10n/pt_PT.json @@ -1,6 +1,8 @@ { "translations": { "<strong>Comments</strong> for files" : "<strong>Comentários</strong> para ficheiros", + "You commented" : "Comentou", "%1$s commented" : "%1$s comentou", + "You commented on %2$s" : "Comentou %2$s", "%1$s commented on %2$s" : "%1$s comentou %2$s", "Comments" : "Comentários", "Type in a new comment..." : "Escreva um novo comentário...", |