diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-02-21 02:26:12 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-02-21 02:26:12 +0000 |
commit | 93e703bbfc7c8ef654b7b0185474397ec1bbaa6b (patch) | |
tree | 194a5f2bef1c93dd17dc557b2e1fcde14dbb78e3 /apps/dav/l10n/en_GB.json | |
parent | 21f9688c70f1e0f7ade06f5235a1f6042050868d (diff) | |
download | nextcloud-server-93e703bbfc7c8ef654b7b0185474397ec1bbaa6b.tar.gz nextcloud-server-93e703bbfc7c8ef654b7b0185474397ec1bbaa6b.zip |
Fix(l10n): 🔠Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/dav/l10n/en_GB.json')
-rw-r--r-- | apps/dav/l10n/en_GB.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/dav/l10n/en_GB.json b/apps/dav/l10n/en_GB.json index ee386676c4a..e768f628440 100644 --- a/apps/dav/l10n/en_GB.json +++ b/apps/dav/l10n/en_GB.json @@ -123,8 +123,6 @@ "Encryption not ready: %1$s" : "Encryption not ready: %1$s", "Failed to open file: %1$s" : "Failed to open file: %1$s", "Failed to unlink: %1$s" : "Failed to unlink: %1$s", - "Invalid chunk name" : "Invalid chunk name", - "Could not rename part file assembled from chunks" : "Could not rename part file assembled from chunks", "Failed to write file contents: %1$s" : "Failed to write file contents: %1$s", "File not found: %1$s" : "File not found: %1$s", "System is in maintenance mode." : "System is in maintenance mode.", @@ -193,6 +191,8 @@ "A calendar <strong>todo</strong> was modified" : "A calendar <strong>todo</strong> was modified", "Invitation canceled" : "Invitation cancelled", "Invitation updated" : "Invitation updated", - "Invitation" : "Invitation" + "Invitation" : "Invitation", + "Invalid chunk name" : "Invalid chunk name", + "Could not rename part file assembled from chunks" : "Could not rename part file assembled from chunks" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file |