diff options
Diffstat (limited to 'apps/comments')
-rw-r--r-- | apps/comments/l10n/it.js | 1 | ||||
-rw-r--r-- | apps/comments/l10n/it.json | 1 | ||||
-rw-r--r-- | apps/comments/l10n/sl.js | 1 | ||||
-rw-r--r-- | apps/comments/l10n/sl.json | 1 | ||||
-rw-r--r-- | apps/comments/l10n/sq.js | 1 | ||||
-rw-r--r-- | apps/comments/l10n/sq.json | 1 |
6 files changed, 6 insertions, 0 deletions
diff --git a/apps/comments/l10n/it.js b/apps/comments/l10n/it.js index 304262bfbcf..c7ad15cf17f 100644 --- a/apps/comments/l10n/it.js +++ b/apps/comments/l10n/it.js @@ -1,6 +1,7 @@ OC.L10N.register( "comments", { + "<strong>Comments</strong> for files <em>(always listed in stream)</em>" : "<strong>Commenti</strong> sui file <em>(elencati sempre nel flusso)</em>", "You commented" : "Hai commentato", "%1$s commented" : "%1$s ha commentato", "You commented on %2$s" : "Hai commentato su %2$s", diff --git a/apps/comments/l10n/it.json b/apps/comments/l10n/it.json index 6bd508c0b11..deb0b5aea80 100644 --- a/apps/comments/l10n/it.json +++ b/apps/comments/l10n/it.json @@ -1,4 +1,5 @@ { "translations": { + "<strong>Comments</strong> for files <em>(always listed in stream)</em>" : "<strong>Commenti</strong> sui file <em>(elencati sempre nel flusso)</em>", "You commented" : "Hai commentato", "%1$s commented" : "%1$s ha commentato", "You commented on %2$s" : "Hai commentato su %2$s", diff --git a/apps/comments/l10n/sl.js b/apps/comments/l10n/sl.js index 95d3b4ab591..ff0fc49ac49 100644 --- a/apps/comments/l10n/sl.js +++ b/apps/comments/l10n/sl.js @@ -1,6 +1,7 @@ OC.L10N.register( "comments", { + "<strong>Comments</strong> for files <em>(always listed in stream)</em>" : "<strong>Komentarji</strong> za datoteke <em>(vedno prikaži)</em>", "You commented" : "Vaša opomba", "%1$s commented" : "%1$s opomb", "You commented on %2$s" : "Napisali ste opombo na %2$s", diff --git a/apps/comments/l10n/sl.json b/apps/comments/l10n/sl.json index 770da087867..3efe21ae26e 100644 --- a/apps/comments/l10n/sl.json +++ b/apps/comments/l10n/sl.json @@ -1,4 +1,5 @@ { "translations": { + "<strong>Comments</strong> for files <em>(always listed in stream)</em>" : "<strong>Komentarji</strong> za datoteke <em>(vedno prikaži)</em>", "You commented" : "Vaša opomba", "%1$s commented" : "%1$s opomb", "You commented on %2$s" : "Napisali ste opombo na %2$s", diff --git a/apps/comments/l10n/sq.js b/apps/comments/l10n/sq.js index 60fda55c550..da7185bfc13 100644 --- a/apps/comments/l10n/sq.js +++ b/apps/comments/l10n/sq.js @@ -1,6 +1,7 @@ OC.L10N.register( "comments", { + "<strong>Comments</strong> for files <em>(always listed in stream)</em>" : "<strong>Komente</strong> për kartela <em>(përherë të pranishme në rrjedhë)</em>", "You commented" : "Komentuat", "%1$s commented" : "%1$s komentoi", "You commented on %2$s" : "Komentuat te %2$s", diff --git a/apps/comments/l10n/sq.json b/apps/comments/l10n/sq.json index 78c9f392c9f..ca3079d07ec 100644 --- a/apps/comments/l10n/sq.json +++ b/apps/comments/l10n/sq.json @@ -1,4 +1,5 @@ { "translations": { + "<strong>Comments</strong> for files <em>(always listed in stream)</em>" : "<strong>Komente</strong> për kartela <em>(përherë të pranishme në rrjedhë)</em>", "You commented" : "Komentuat", "%1$s commented" : "%1$s komentoi", "You commented on %2$s" : "Komentuat te %2$s", |