diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-08-23 00:20:06 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-08-23 00:20:06 +0000 |
commit | 0cab17bfe7825e49d3dd6608f20f46164c975e31 (patch) | |
tree | ba74aa594e2409e90da6ae3905139660ce0c3afc /lib/l10n/en_GB.js | |
parent | 3d1785bb2f0fe5f7f1dc12c7cf8a8df6a2182a1d (diff) | |
download | nextcloud-server-0cab17bfe7825e49d3dd6608f20f46164c975e31.tar.gz nextcloud-server-0cab17bfe7825e49d3dd6608f20f46164c975e31.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'lib/l10n/en_GB.js')
-rw-r--r-- | lib/l10n/en_GB.js | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/l10n/en_GB.js b/lib/l10n/en_GB.js index 9efd9d0f7ec..59a2da4847f 100644 --- a/lib/l10n/en_GB.js +++ b/lib/l10n/en_GB.js @@ -376,8 +376,6 @@ OC.L10N.register( "User disabled" : "User disabled", "Your data directory is readable by other users." : "Your data directory is readable by other users.", "Please change the permissions to 0770 so that the directory cannot be listed by other users." : "Please change the permissions to 0770 so that the directory cannot be listed by other users.", - "Ensure there is a file called \".ocdata\" in the root of the data directory." : "Ensure there is a file called \".ocdata\" in the root of the data directory.", - "Invalid character \"%1$s\" in filename" : "Invalid character \"%1$s\" in filename", - "Invalid filename extension \"%1$s\"" : "Invalid filename extension \"%1$s\"" + "Ensure there is a file called \".ocdata\" in the root of the data directory." : "Ensure there is a file called \".ocdata\" in the root of the data directory." }, "nplurals=2; plural=(n != 1);"); |