en_GB.js 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. OC.L10N.register(
  2. "theming",
  3. {
  4. "Loading preview…" : "Loading preview…",
  5. "Saved" : "Saved",
  6. "Admin" : "Admin",
  7. "a safe home for all your data" : "a safe home for all your data",
  8. "Name cannot be empty" : "Name cannot be empty",
  9. "The given name is too long" : "The given name is too long",
  10. "The given web address is too long" : "The given web address is too long",
  11. "The given legal notice address is too long" : "The given legal notice address is too long",
  12. "The given privacy policy address is too long" : "The given privacy policy address is too long",
  13. "The given slogan is too long" : "The given slogan is too long",
  14. "The given color is invalid" : "The given colour is invalid",
  15. "The file was uploaded" : "The file was uploaded",
  16. "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "The uploaded file exceeds the upload_max_filesize directive in php.ini",
  17. "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form",
  18. "The file was only partially uploaded" : "The file was only partially uploaded",
  19. "No file was uploaded" : "No file was uploaded",
  20. "Missing a temporary folder" : "Missing a temporary folder",
  21. "Could not write file to disk" : "Could not write file to disk",
  22. "A PHP extension stopped the file upload" : "A PHP extension stopped the file upload",
  23. "No file uploaded" : "No file uploaded",
  24. "Unsupported image type" : "Unsupported image type",
  25. "You are already using a custom theme. Theming app settings might be overwritten by that." : "You are already using a custom theme. Theming app settings might be overwritten by that.",
  26. "Theming" : "Theming",
  27. "Legal notice" : "Legal notice",
  28. "Privacy policy" : "Privacy policy",
  29. "Adjust the Nextcloud theme" : "Adjust the Nextcloud theme",
  30. "Theming makes it possible to easily customize the look and feel of your instance and supported clients. This will be visible for all users." : "Theming makes it possible to easily customise the look and feel of your instance and supported clients. This will be visible for all users.",
  31. "Name" : "Name",
  32. "Reset to default" : "Reset to default",
  33. "Web link" : "Web link",
  34. "https://…" : "https://…",
  35. "Slogan" : "Slogan",
  36. "Color" : "Colour",
  37. "Logo" : "Logo",
  38. "Upload new logo" : "Upload new logo",
  39. "Login image" : "Login image",
  40. "Upload new login background" : "Upload new login background",
  41. "Remove background image" : "Remove background image",
  42. "Advanced options" : "Advanced options",
  43. "Legal notice link" : "Legal notice link",
  44. "Privacy policy link" : "Privacy policy link",
  45. "Header logo" : "Header logo",
  46. "Upload new header logo" : "Upload new header logo",
  47. "Favicon" : "Favicon",
  48. "Upload new favicon" : "Upload new favicon",
  49. "Install the Imagemagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "Install the Imagemagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color."
  50. },
  51. "nplurals=2; plural=(n != 1);");