Blame view
sources/apps/files_external/l10n/en_GB.php
4.47 KB
|
31b7f2792
|
1 2 |
<?php $TRANSLATIONS = array( |
|
6d9380f96
|
3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 |
"Fetching request tokens failed. Verify that your Dropbox app key and secret are correct." => "Fetching request tokens failed. Verify that your Dropbox app key and secret are correct.", "Fetching access tokens failed. Verify that your Dropbox app key and secret are correct." => "Fetching access tokens failed. Verify that your Dropbox app key and secret are correct.", "Please provide a valid Dropbox app key and secret." => "Please provide a valid Dropbox app key and secret.", "Step 1 failed. Exception: %s" => "Step 1 failed. Exception: %s", "Step 2 failed. Exception: %s" => "Step 2 failed. Exception: %s", "External storage" => "External storage", "Local" => "Local", "Location" => "Location", "Amazon S3" => "Amazon S3", "Key" => "Key", "Secret" => "Secret", "Bucket" => "Bucket", "Amazon S3 and compliant" => "Amazon S3 and compliant", "Access Key" => "Access Key", "Secret Key" => "Secret Key", "Hostname (optional)" => "Hostname (optional)", "Port (optional)" => "Port (optional)", "Region (optional)" => "Region (optional)", "Enable SSL" => "Enable SSL", "Enable Path Style" => "Enable Path Style", "App key" => "App key", "App secret" => "App secret", "Host" => "Host", "Username" => "Username", "Password" => "Password", "Root" => "Root", "Secure ftps://" => "Secure ftps://", "Client ID" => "Client ID", "Client secret" => "Client secret", "OpenStack Object Storage" => "OpenStack Object Storage", "Username (required)" => "Username (required)", "Bucket (required)" => "Bucket (required)", "Region (optional for OpenStack Object Storage)" => "Region (optional for OpenStack Object Storage)", "API Key (required for Rackspace Cloud Files)" => "API Key (required for Rackspace Cloud Files)", "Tenantname (required for OpenStack Object Storage)" => "Tenantname (required for OpenStack Object Storage)", "Password (required for OpenStack Object Storage)" => "Password (required for OpenStack Object Storage)", "Service Name (required for OpenStack Object Storage)" => "Service Name (required for OpenStack Object Storage)", "URL of identity endpoint (required for OpenStack Object Storage)" => "URL of identity endpoint (required for OpenStack Object Storage)", "Timeout of HTTP requests in seconds (optional)" => "Timeout of HTTP requests in seconds (optional)", "Share" => "Share", "SMB / CIFS using OC login" => "SMB / CIFS using OC login", "Username as share" => "Username as share", "URL" => "URL", "Secure https://" => "Secure https://", "Remote subfolder" => "Remote subfolder", |
|
31b7f2792
|
48 49 50 |
"Access granted" => "Access granted", "Error configuring Dropbox storage" => "Error configuring Dropbox storage", "Grant access" => "Grant access", |
|
31b7f2792
|
51 |
"Error configuring Google Drive storage" => "Error configuring Google Drive storage", |
|
6d9380f96
|
52 53 54 55 56 57 58 59 60 61 62 63 |
"Personal" => "Personal", "System" => "System", "Saved" => "Saved", "<b>Note:</b> " => "<b>Note:</b> ", " and " => " and ", "<b>Note:</b> The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." => "<b>Note:</b> The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it.", "<b>Note:</b> The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." => "<b>Note:</b> The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it.", "<b>Note:</b> \"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." => "<b>Note:</b> \"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it.", "You don't have any external storages" => "You don't have any external storage", "Name" => "Name", "Storage type" => "Storage type", "Scope" => "Scope", |
|
31b7f2792
|
64 65 |
"External Storage" => "External Storage", "Folder name" => "Folder name", |
|
31b7f2792
|
66 67 |
"Configuration" => "Configuration", "Options" => "Options", |
|
6d9380f96
|
68 |
"Available for" => "Available for", |
|
31b7f2792
|
69 |
"Add storage" => "Add storage", |
|
6d9380f96
|
70 |
"No user or group" => "No user or group", |
|
31b7f2792
|
71 72 73 74 75 |
"All Users" => "All Users", "Groups" => "Groups", "Users" => "Users", "Delete" => "Delete", "Enable User External Storage" => "Enable User External Storage", |
|
6d9380f96
|
76 |
"Allow users to mount the following external storage" => "Allow users to mount the following external storage", |
|
31b7f2792
|
77 78 79 80 |
"SSL root certificates" => "SSL root certificates", "Import Root Certificate" => "Import Root Certificate" ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |