You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

en_GB.php 5.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. <?php
  2. $TRANSLATIONS = array(
  3. "App \"%s\" can't be installed because it is not compatible with this version of ownCloud." => "App \"%s\" can't be installed because it is not compatible with this version of ownCloud.",
  4. "No app name specified" => "No app name specified",
  5. "Help" => "Help",
  6. "Personal" => "Personal",
  7. "Settings" => "Settings",
  8. "Users" => "Users",
  9. "Admin" => "Admin",
  10. "Failed to upgrade \"%s\"." => "Failed to upgrade \"%s\".",
  11. "Unknown filetype" => "Unknown filetype",
  12. "Invalid image" => "Invalid image",
  13. "web services under your control" => "web services under your control",
  14. "ZIP download is turned off." => "ZIP download is turned off.",
  15. "Files need to be downloaded one by one." => "Files need to be downloaded one by one.",
  16. "Back to Files" => "Back to Files",
  17. "Selected files too large to generate zip file." => "Selected files too large to generate zip file.",
  18. "Please download the files separately in smaller chunks or kindly ask your administrator." => "Please download the files separately in smaller chunks or kindly ask your administrator.",
  19. "No source specified when installing app" => "No source specified when installing app",
  20. "No href specified when installing app from http" => "No href specified when installing app from http",
  21. "No path specified when installing app from local file" => "No path specified when installing app from local file",
  22. "Archives of type %s are not supported" => "Archives of type %s are not supported",
  23. "Failed to open archive when installing app" => "Failed to open archive when installing app",
  24. "App does not provide an info.xml file" => "App does not provide an info.xml file",
  25. "App can't be installed because of not allowed code in the App" => "App can't be installed because of unallowed code in the App",
  26. "App can't be installed because it is not compatible with this version of ownCloud" => "App can't be installed because it is not compatible with this version of ownCloud",
  27. "App can't be installed because it contains the <shipped>true</shipped> tag which is not allowed for non shipped apps" => "App can't be installed because it contains the <shipped>true</shipped> tag which is not allowed for non shipped apps",
  28. "App can't be installed because the version in info.xml/version is not the same as the version reported from the app store" => "App can't be installed because the version in info.xml/version is not the same as the version reported from the app store",
  29. "App directory already exists" => "App directory already exists",
  30. "Can't create app folder. Please fix permissions. %s" => "Can't create app folder. Please fix permissions. %s",
  31. "Application is not enabled" => "Application is not enabled",
  32. "Authentication error" => "Authentication error",
  33. "Token expired. Please reload page." => "Token expired. Please reload page.",
  34. "Unknown user" => "Unknown user",
  35. "Files" => "Files",
  36. "Text" => "Text",
  37. "Images" => "Images",
  38. "%s enter the database username." => "%s enter the database username.",
  39. "%s enter the database name." => "%s enter the database name.",
  40. "%s you may not use dots in the database name" => "%s you may not use dots in the database name",
  41. "MS SQL username and/or password not valid: %s" => "MS SQL username and/or password not valid: %s",
  42. "You need to enter either an existing account or the administrator." => "You need to enter either an existing account or the administrator.",
  43. "MySQL/MariaDB username and/or password not valid" => "MySQL/MariaDB username and/or password not valid",
  44. "DB Error: \"%s\"" => "DB Error: \"%s\"",
  45. "Offending command was: \"%s\"" => "Offending command was: \"%s\"",
  46. "MySQL/MariaDB user '%s'@'localhost' exists already." => "MySQL/MariaDB user '%s'@'localhost' exists already.",
  47. "Drop this user from MySQL/MariaDB" => "Drop this user from MySQL/MariaDB",
  48. "MySQL/MariaDB user '%s'@'%%' already exists" => "MySQL/MariaDB user '%s'@'%%' already exists",
  49. "Drop this user from MySQL/MariaDB." => "Drop this user from MySQL/MariaDB.",
  50. "Oracle connection could not be established" => "Oracle connection could not be established",
  51. "Oracle username and/or password not valid" => "Oracle username and/or password not valid",
  52. "Offending command was: \"%s\", name: %s, password: %s" => "Offending command was: \"%s\", name: %s, password: %s",
  53. "PostgreSQL username and/or password not valid" => "PostgreSQL username and/or password not valid",
  54. "Set an admin username." => "Set an admin username.",
  55. "Set an admin password." => "Set an admin password.",
  56. "Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." => "Your web server is not yet properly setup to allow files synchronisation because the WebDAV interface seems to be broken.",
  57. "Please double check the <a href='%s'>installation guides</a>." => "Please double check the <a href='%s'>installation guides</a>.",
  58. "%s shared »%s« with you" => "%s shared \"%s\" with you",
  59. "Could not find category \"%s\"" => "Could not find category \"%s\"",
  60. "seconds ago" => "seconds ago",
  61. "_%n minute ago_::_%n minutes ago_" => array("%n minute ago","%n minutes ago"),
  62. "_%n hour ago_::_%n hours ago_" => array("%n hour ago","%n hours ago"),
  63. "today" => "today",
  64. "yesterday" => "yesterday",
  65. "_%n day go_::_%n days ago_" => array("%n day go","%n days ago"),
  66. "last month" => "last month",
  67. "_%n month ago_::_%n months ago_" => array("%n month ago","%n months ago"),
  68. "last year" => "last year",
  69. "years ago" => "years ago",
  70. "Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-\"" => "Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-\"",
  71. "A valid username must be provided" => "A valid username must be provided",
  72. "A valid password must be provided" => "A valid password must be provided",
  73. "The username is already being used" => "The username is already being used"
  74. );
  75. $PLURAL_FORMS = "nplurals=2; plural=(n != 1);";