diff options
Diffstat (limited to 'apps/files_external/l10n/en_GB.js')
-rw-r--r-- | apps/files_external/l10n/en_GB.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files_external/l10n/en_GB.js b/apps/files_external/l10n/en_GB.js index 7d6a81f731e..482c33bc191 100644 --- a/apps/files_external/l10n/en_GB.js +++ b/apps/files_external/l10n/en_GB.js @@ -24,13 +24,11 @@ OC.L10N.register( "Saving..." : "Saving...", "Save" : "Save", "Empty response from the server" : "Empty response from the server", - "Couldn't access. Please logout and login to activate this mount point" : "Couldn't access. Please logout and login to activate this mount point", "Couldn't get the information from the remote server: {code} {type}" : "Couldn't get the information from the remote server: {code} {type}", "Couldn't get the list of external mount points: {type}" : "Couldn't get the list of external mount points: {type}", "There was an error with message: " : "There was an error with message: ", "External mount error" : "External mount error", "external-storage" : "external-storage", - "Couldn't get the list of Windows network drive mount points: empty response from the server" : "Couldn't get the list of Windows network drive mount points: empty response from the server", "Some of the configured external mount points are not connected. Please click on the red row(s) for more information" : "Some of the configured external mount points are not connected. Please click on the red row(s) for more information", "Please enter the credentials for the {mount} mount" : "Please enter the credentials for the {mount} mount", "Username" : "Username", @@ -127,6 +125,8 @@ OC.L10N.register( "Delete" : "Delete", "Allow users to mount external storage" : "Allow users to mount external storage", "Allow users to mount the following external storage" : "Allow users to mount the following external storage", + "Couldn't access. Please logout and login to activate this mount point" : "Couldn't access. Please logout and login to activate this mount point", + "Couldn't get the list of Windows network drive mount points: empty response from the server" : "Couldn't get the list of Windows network drive mount points: empty response from the server", "Storage with id \"%i\" not found" : "Storage with id \"%i\" not found", "Storage with id \"%i\" is not user editable" : "Storage with id \"%i\" is not user editable" }, |