en_GB.js 4.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. OC.L10N.register(
  2. "files_external",
  3. {
  4. "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.",
  5. "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.",
  6. "Please provide a valid Dropbox app key and secret." : "Please provide a valid Dropbox app key and secret.",
  7. "Step 1 failed. Exception: %s" : "Step 1 failed. Exception: %s",
  8. "Step 2 failed. Exception: %s" : "Step 2 failed. Exception: %s",
  9. "External storage" : "External storage",
  10. "Local" : "Local",
  11. "Location" : "Location",
  12. "Amazon S3" : "Amazon S3",
  13. "Key" : "Key",
  14. "Secret" : "Secret",
  15. "Bucket" : "Bucket",
  16. "Amazon S3 and compliant" : "Amazon S3 and compliant",
  17. "Access Key" : "Access Key",
  18. "Secret Key" : "Secret Key",
  19. "Hostname" : "Hostname",
  20. "Port" : "Port",
  21. "Region" : "Region",
  22. "Enable SSL" : "Enable SSL",
  23. "Enable Path Style" : "Enable Path Style",
  24. "App key" : "App key",
  25. "App secret" : "App secret",
  26. "Host" : "Host",
  27. "Username" : "Username",
  28. "Password" : "Password",
  29. "Remote subfolder" : "Remote subfolder",
  30. "Secure ftps://" : "Secure ftps://",
  31. "Client ID" : "Client ID",
  32. "Client secret" : "Client secret",
  33. "OpenStack Object Storage" : "OpenStack Object Storage",
  34. "Region (optional for OpenStack Object Storage)" : "Region (optional for OpenStack Object Storage)",
  35. "API Key (required for Rackspace Cloud Files)" : "API Key (required for Rackspace Cloud Files)",
  36. "Tenantname (required for OpenStack Object Storage)" : "Tenantname (required for OpenStack Object Storage)",
  37. "Password (required for OpenStack Object Storage)" : "Password (required for OpenStack Object Storage)",
  38. "Service Name (required for OpenStack Object Storage)" : "Service Name (required for OpenStack Object Storage)",
  39. "URL of identity endpoint (required for OpenStack Object Storage)" : "URL of identity endpoint (required for OpenStack Object Storage)",
  40. "Timeout of HTTP requests in seconds" : "Timeout of HTTP requests in seconds",
  41. "Share" : "Share",
  42. "SMB / CIFS using OC login" : "SMB / CIFS using OC login",
  43. "Username as share" : "Username as share",
  44. "URL" : "URL",
  45. "Secure https://" : "Secure https://",
  46. "Public key" : "Public key",
  47. "Storage with id \"%i\" not found" : "Storage with id \"%i\" not found",
  48. "Invalid mount point" : "Invalid mount point",
  49. "Invalid storage backend \"%s\"" : "Invalid storage backend \"%s\"",
  50. "Access granted" : "Access granted",
  51. "Error configuring Dropbox storage" : "Error configuring Dropbox storage",
  52. "Grant access" : "Grant access",
  53. "Error configuring Google Drive storage" : "Error configuring Google Drive storage",
  54. "Personal" : "Personal",
  55. "System" : "System",
  56. "All users. Type to select user or group." : "All users. Type to select user or group.",
  57. "(group)" : "(group)",
  58. "Saved" : "Saved",
  59. "Generate keys" : "Generate keys",
  60. "Error generating key pair" : "Error generating key pair",
  61. "<b>Note:</b> " : "<b>Note:</b> ",
  62. "and" : "and",
  63. "<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.",
  64. "<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.",
  65. "<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.",
  66. "No external storage configured" : "No external storage configured",
  67. "You can add external storages in the personal settings" : "You can add external storages in the personal settings",
  68. "Name" : "Name",
  69. "Storage type" : "Storage type",
  70. "Scope" : "Scope",
  71. "External Storage" : "External Storage",
  72. "Folder name" : "Folder name",
  73. "Configuration" : "Configuration",
  74. "Available for" : "Available for",
  75. "Add storage" : "Add storage",
  76. "Advanced settings" : "Advanced settings",
  77. "Delete" : "Delete",
  78. "Enable User External Storage" : "Enable User External Storage",
  79. "Allow users to mount the following external storage" : "Allow users to mount the following external storage"
  80. },
  81. "nplurals=2; plural=(n != 1);");