diff options
Diffstat (limited to 'apps/comments')
-rw-r--r-- | apps/comments/l10n/en_GB.js | 1 | ||||
-rw-r--r-- | apps/comments/l10n/en_GB.json | 1 | ||||
-rw-r--r-- | apps/comments/l10n/zh_HK.js | 1 | ||||
-rw-r--r-- | apps/comments/l10n/zh_HK.json | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/apps/comments/l10n/en_GB.js b/apps/comments/l10n/en_GB.js index f3983b6cece..722b7ead5de 100644 --- a/apps/comments/l10n/en_GB.js +++ b/apps/comments/l10n/en_GB.js @@ -9,6 +9,7 @@ OC.L10N.register( "%1$s commented on %2$s" : "%1$s commented on %2$s", "{author} commented on {file}" : "{author} commented on {file}", "<strong>Comments</strong> for files" : "<strong>Comments</strong> for files", + "You were mentioned on \"{file}\", in a comment by an account that has since been deleted" : "You were mentioned on \"{file}\", in a comment by an account that has since been deleted", "{user} mentioned you in a comment on \"{file}\"" : "{user} mentioned you in a comment on \"{file}\"", "Files app plugin to add comments to files" : "Files app plugin to add comments to files", "Edit comment" : "Edit comment", diff --git a/apps/comments/l10n/en_GB.json b/apps/comments/l10n/en_GB.json index f41d12099f2..1a4370f3a04 100644 --- a/apps/comments/l10n/en_GB.json +++ b/apps/comments/l10n/en_GB.json @@ -7,6 +7,7 @@ "%1$s commented on %2$s" : "%1$s commented on %2$s", "{author} commented on {file}" : "{author} commented on {file}", "<strong>Comments</strong> for files" : "<strong>Comments</strong> for files", + "You were mentioned on \"{file}\", in a comment by an account that has since been deleted" : "You were mentioned on \"{file}\", in a comment by an account that has since been deleted", "{user} mentioned you in a comment on \"{file}\"" : "{user} mentioned you in a comment on \"{file}\"", "Files app plugin to add comments to files" : "Files app plugin to add comments to files", "Edit comment" : "Edit comment", diff --git a/apps/comments/l10n/zh_HK.js b/apps/comments/l10n/zh_HK.js index 76ee02ce8ba..21855d7e066 100644 --- a/apps/comments/l10n/zh_HK.js +++ b/apps/comments/l10n/zh_HK.js @@ -9,6 +9,7 @@ OC.L10N.register( "%1$s commented on %2$s" : "%1$s 對 %2$s 留了言", "{author} commented on {file}" : "{author} 對 {file} 留了言", "<strong>Comments</strong> for files" : "檔案的<strong>留言</strong>", + "You were mentioned on \"{file}\", in a comment by an account that has since been deleted" : "一個已被刪除的賬戶在 “{file}” 的留言中提到你", "{user} mentioned you in a comment on \"{file}\"" : "{user} 在 “{file}” 的留言中提到你", "Files app plugin to add comments to files" : "檔案插件程式插件,用於為檔案增加註釋", "Edit comment" : "編輯留言", diff --git a/apps/comments/l10n/zh_HK.json b/apps/comments/l10n/zh_HK.json index 3ba0f8d0cae..02e80807066 100644 --- a/apps/comments/l10n/zh_HK.json +++ b/apps/comments/l10n/zh_HK.json @@ -7,6 +7,7 @@ "%1$s commented on %2$s" : "%1$s 對 %2$s 留了言", "{author} commented on {file}" : "{author} 對 {file} 留了言", "<strong>Comments</strong> for files" : "檔案的<strong>留言</strong>", + "You were mentioned on \"{file}\", in a comment by an account that has since been deleted" : "一個已被刪除的賬戶在 “{file}” 的留言中提到你", "{user} mentioned you in a comment on \"{file}\"" : "{user} 在 “{file}” 的留言中提到你", "Files app plugin to add comments to files" : "檔案插件程式插件,用於為檔案增加註釋", "Edit comment" : "編輯留言", |