diff options
Diffstat (limited to 'apps/comments/l10n')
-rw-r--r-- | apps/comments/l10n/de_DE.js | 1 | ||||
-rw-r--r-- | apps/comments/l10n/de_DE.json | 1 | ||||
-rw-r--r-- | apps/comments/l10n/he.js | 2 | ||||
-rw-r--r-- | apps/comments/l10n/he.json | 2 |
4 files changed, 6 insertions, 0 deletions
diff --git a/apps/comments/l10n/de_DE.js b/apps/comments/l10n/de_DE.js index 33d448c56ef..8d02960fd60 100644 --- a/apps/comments/l10n/de_DE.js +++ b/apps/comments/l10n/de_DE.js @@ -2,6 +2,7 @@ OC.L10N.register( "comments", { "<strong>Comments</strong> for files" : "<strong>Kommentare</strong> für Dateien", + "You commented" : "Durch dich kommentiert", "%1$s commented" : "%1$s kommentiert", "%1$s commented on %2$s" : "%1$s kommentierte %2$s", "Comments" : "Kommentare", diff --git a/apps/comments/l10n/de_DE.json b/apps/comments/l10n/de_DE.json index a99a1663f50..28b45f670b3 100644 --- a/apps/comments/l10n/de_DE.json +++ b/apps/comments/l10n/de_DE.json @@ -1,5 +1,6 @@ { "translations": { "<strong>Comments</strong> for files" : "<strong>Kommentare</strong> für Dateien", + "You commented" : "Durch dich kommentiert", "%1$s commented" : "%1$s kommentiert", "%1$s commented on %2$s" : "%1$s kommentierte %2$s", "Comments" : "Kommentare", diff --git a/apps/comments/l10n/he.js b/apps/comments/l10n/he.js index 641d13861a7..640ec297dd3 100644 --- a/apps/comments/l10n/he.js +++ b/apps/comments/l10n/he.js @@ -2,7 +2,9 @@ OC.L10N.register( "comments", { "<strong>Comments</strong> for files" : "<strong>תגובות</strong> לקבצים", + "You commented" : "הערות שלך", "%1$s commented" : "התקבלו תגובות %1$s", + "You commented on %2$s" : "הערות שלך ב- %2$s", "%1$s commented on %2$s" : "התקבלו תגובות %1$s ב- %2$s ", "Comments" : "תגובות", "Type in a new comment..." : "יש להכניס תגובה חדשה...", diff --git a/apps/comments/l10n/he.json b/apps/comments/l10n/he.json index dc10680e96a..0f79918c472 100644 --- a/apps/comments/l10n/he.json +++ b/apps/comments/l10n/he.json @@ -1,6 +1,8 @@ { "translations": { "<strong>Comments</strong> for files" : "<strong>תגובות</strong> לקבצים", + "You commented" : "הערות שלך", "%1$s commented" : "התקבלו תגובות %1$s", + "You commented on %2$s" : "הערות שלך ב- %2$s", "%1$s commented on %2$s" : "התקבלו תגובות %1$s ב- %2$s ", "Comments" : "תגובות", "Type in a new comment..." : "יש להכניס תגובה חדשה...", |