diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-11-22 00:20:45 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-11-22 00:20:45 +0000 |
commit | fb68da8baa8b217e65bbd73c057bdfdd92ffb9ae (patch) | |
tree | 9b2d9863b340d36ec7e4df8095d92acfc2d5265a /apps/files/l10n/en_GB.json | |
parent | d7798d5d1410b938970476f2278463631161b542 (diff) | |
download | nextcloud-server-fb68da8baa8b217e65bbd73c057bdfdd92ffb9ae.tar.gz nextcloud-server-fb68da8baa8b217e65bbd73c057bdfdd92ffb9ae.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/files/l10n/en_GB.json')
-rw-r--r-- | apps/files/l10n/en_GB.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/apps/files/l10n/en_GB.json b/apps/files/l10n/en_GB.json index a6dc54a34ea..fbacf9417fa 100644 --- a/apps/files/l10n/en_GB.json +++ b/apps/files/l10n/en_GB.json @@ -86,6 +86,7 @@ "Another entry with the same name already exists." : "Another entry with the same name already exists.", "Invalid filename." : "Invalid filename.", "Renamed \"{oldName}\" to \"{newName}\"" : "Renamed \"{oldName}\" to \"{newName}\"", + "Unknown date" : "Unknown date", "Pending" : "Pending", "Clear filter" : "Clear filter", "Modified" : "Modified", @@ -262,6 +263,13 @@ "Files moved successfully" : "Files moved successfully", "Conflicts resolution skipped" : "Conflicts resolution skipped", "Upload cancelled" : "Upload cancelled", + "Adding the file extension \"{new}\" may render the file unreadable." : "Adding the file extension \"{new}\" may render the file unreadable.", + "Removing the file extension \"{old}\" may render the file unreadable." : "Removing the file extension \"{old}\" may render the file unreadable.", + "Changing the file extension from \"{old}\" to \"{new}\" may render the file unreadable." : "Changing the file extension from \"{old}\" to \"{new}\" may render the file unreadable.", + "Change file extension" : "Change file extension", + "Keep {oldextension}" : "Keep {oldextension}", + "Use {newextension}" : "Use {newextension}", + "Remove extension" : "Remove extension", "This operation is forbidden" : "This operation is forbidden", "This directory is unavailable, please check the logs or contact the administrator" : "This directory is unavailable, please check the logs or contact the administrator", "Storage is temporarily not available" : "Storage is temporarily not available", |