diff options
Diffstat (limited to 'apps/files_trashbin/l10n')
-rw-r--r-- | apps/files_trashbin/l10n/gl.js | 1 | ||||
-rw-r--r-- | apps/files_trashbin/l10n/gl.json | 1 | ||||
-rw-r--r-- | apps/files_trashbin/l10n/zh_CN.js | 1 | ||||
-rw-r--r-- | apps/files_trashbin/l10n/zh_CN.json | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/apps/files_trashbin/l10n/gl.js b/apps/files_trashbin/l10n/gl.js index d859ca0495f..fd7326e722a 100644 --- a/apps/files_trashbin/l10n/gl.js +++ b/apps/files_trashbin/l10n/gl.js @@ -11,6 +11,7 @@ OC.L10N.register( "All files" : "Todos os ficheiros", "You" : "Vde.", "Original location" : "Localización orixinal", + "Deleted by" : "Eliminado por", "Deleted" : "Eliminado", "A long time ago" : "Hai moito tempo", "List of files that have been deleted." : "Lista de ficheiros que foron eliminados.", diff --git a/apps/files_trashbin/l10n/gl.json b/apps/files_trashbin/l10n/gl.json index 1138ba181b8..3bbe28e94e2 100644 --- a/apps/files_trashbin/l10n/gl.json +++ b/apps/files_trashbin/l10n/gl.json @@ -9,6 +9,7 @@ "All files" : "Todos os ficheiros", "You" : "Vde.", "Original location" : "Localización orixinal", + "Deleted by" : "Eliminado por", "Deleted" : "Eliminado", "A long time ago" : "Hai moito tempo", "List of files that have been deleted." : "Lista de ficheiros que foron eliminados.", diff --git a/apps/files_trashbin/l10n/zh_CN.js b/apps/files_trashbin/l10n/zh_CN.js index 56947e4866a..3e3d449edb8 100644 --- a/apps/files_trashbin/l10n/zh_CN.js +++ b/apps/files_trashbin/l10n/zh_CN.js @@ -10,6 +10,7 @@ OC.L10N.register( "Unknown" : "未知", "All files" : "全部文件", "You" : "你", + "Original location" : "初始位置", "Deleted by" : "删除者", "Deleted" : "已删除", "A long time ago" : "很久以前", diff --git a/apps/files_trashbin/l10n/zh_CN.json b/apps/files_trashbin/l10n/zh_CN.json index 5d4b334ad7c..5e96b29a58e 100644 --- a/apps/files_trashbin/l10n/zh_CN.json +++ b/apps/files_trashbin/l10n/zh_CN.json @@ -8,6 +8,7 @@ "Unknown" : "未知", "All files" : "全部文件", "You" : "你", + "Original location" : "初始位置", "Deleted by" : "删除者", "Deleted" : "已删除", "A long time ago" : "很久以前", |