diff options
Diffstat (limited to 'apps/files/l10n')
-rw-r--r-- | apps/files/l10n/ja.js | 2 | ||||
-rw-r--r-- | apps/files/l10n/ja.json | 2 | ||||
-rw-r--r-- | apps/files/l10n/nl.js | 1 | ||||
-rw-r--r-- | apps/files/l10n/nl.json | 1 |
4 files changed, 4 insertions, 2 deletions
diff --git a/apps/files/l10n/ja.js b/apps/files/l10n/ja.js index f85557f5f58..68b3339412f 100644 --- a/apps/files/l10n/ja.js +++ b/apps/files/l10n/ja.js @@ -159,7 +159,7 @@ OC.L10N.register( "Shared with others" : "他ユーザーと共有中", "Shared with you" : "他ユーザーがあなたと共有中", "Shared by link" : "URLリンクで共有中", - "Deleted shares" : "共有を解除しました", + "Deleted shares" : "削除された共有", "Text file" : "テキストファイル", "New text file.txt" : "新規のテキストファイル作成", "Move" : "移動", diff --git a/apps/files/l10n/ja.json b/apps/files/l10n/ja.json index 5307a6f6d59..f05b52f4bcc 100644 --- a/apps/files/l10n/ja.json +++ b/apps/files/l10n/ja.json @@ -157,7 +157,7 @@ "Shared with others" : "他ユーザーと共有中", "Shared with you" : "他ユーザーがあなたと共有中", "Shared by link" : "URLリンクで共有中", - "Deleted shares" : "共有を解除しました", + "Deleted shares" : "削除された共有", "Text file" : "テキストファイル", "New text file.txt" : "新規のテキストファイル作成", "Move" : "移動", diff --git a/apps/files/l10n/nl.js b/apps/files/l10n/nl.js index 973081fea5c..70d1c05f31b 100644 --- a/apps/files/l10n/nl.js +++ b/apps/files/l10n/nl.js @@ -14,6 +14,7 @@ OC.L10N.register( "Home" : "Thuis", "Close" : "Sluiten", "Could not create folder \"{dir}\"" : "Kon map \"{dir}\" niet aanmaken", + "This will stop your current uploads." : "Dit beëindigt onderhanden uploads", "Upload cancelled." : "Uploaden geannuleerd.", "…" : "...", "Processing files …" : "Verwerken bestanden ...", diff --git a/apps/files/l10n/nl.json b/apps/files/l10n/nl.json index 870651711d9..2637e19480d 100644 --- a/apps/files/l10n/nl.json +++ b/apps/files/l10n/nl.json @@ -12,6 +12,7 @@ "Home" : "Thuis", "Close" : "Sluiten", "Could not create folder \"{dir}\"" : "Kon map \"{dir}\" niet aanmaken", + "This will stop your current uploads." : "Dit beëindigt onderhanden uploads", "Upload cancelled." : "Uploaden geannuleerd.", "…" : "...", "Processing files …" : "Verwerken bestanden ...", |