diff options
author | Nextcloud bot <bot@nextcloud.com> | 2022-09-20 02:32:43 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2022-09-20 02:32:43 +0000 |
commit | 3ac720aaca1cde1ea8bac8216d27f389804f328a (patch) | |
tree | d00f5346bf52a50212a9ca29239483faeb6e623e /core/l10n/en_GB.js | |
parent | ea08fabca3c10370d393ab10480fd82c36e1eaac (diff) | |
download | nextcloud-server-3ac720aaca1cde1ea8bac8216d27f389804f328a.tar.gz nextcloud-server-3ac720aaca1cde1ea8bac8216d27f389804f328a.zip |
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'core/l10n/en_GB.js')
-rw-r--r-- | core/l10n/en_GB.js | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/core/l10n/en_GB.js b/core/l10n/en_GB.js index 71dd7dd62b4..c6d2c6b78f9 100644 --- a/core/l10n/en_GB.js +++ b/core/l10n/en_GB.js @@ -172,8 +172,8 @@ OC.L10N.register( "No action available" : "No action available", "Error fetching contact actions" : "Error fetching contact actions", "Non-existing tag #{tag}" : "Non-existing tag #{tag}", - "restricted" : "restricted", - "invisible" : "invisible", + "Restricted" : "Restricted", + "Invisible" : "Invisible", "Delete" : "Delete", "Rename" : "Rename", "Collaborative tags" : "Collaborative tags", @@ -255,6 +255,8 @@ OC.L10N.register( "[%d / %d]: Checking table %s" : "[%d / %d]: Checking table %s", "This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the Internet to enjoy all features." : "This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the Internet to enjoy all features.", "Your data directory and files are probably accessible from the Internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "Your data directory and files are probably accessible from the Internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root.", + "restricted" : "restricted", + "invisible" : "invisible", "More" : "More", "More apps menu" : "More apps menu", "Settings menu" : "Settings menu", |