en_GB.js 3.7 KB

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