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.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  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. "Custom profile pictures don't work with encryption yet" => "Custom profile pictures don't work with encryption yet",
  12. "Unknown filetype" => "Unknown filetype",
  13. "Invalid image" => "Invalid image",
  14. "web services under your control" => "web services under your control",
  15. "cannot open \"%s\"" => "cannot open \"%s\"",
  16. "ZIP download is turned off." => "ZIP download is turned off.",
  17. "Files need to be downloaded one by one." => "Files need to be downloaded one by one.",
  18. "Back to Files" => "Back to Files",
  19. "Selected files too large to generate zip file." => "Selected files too large to generate zip file.",
  20. "Download the files in smaller chunks, seperately or kindly ask your administrator." => "Download the files in smaller chunks, seperately or kindly ask your administrator.",
  21. "No source specified when installing app" => "No source specified when installing app",
  22. "No href specified when installing app from http" => "No href specified when installing app from http",
  23. "No path specified when installing app from local file" => "No path specified when installing app from local file",
  24. "Archives of type %s are not supported" => "Archives of type %s are not supported",
  25. "Failed to open archive when installing app" => "Failed to open archive when installing app",
  26. "App does not provide an info.xml file" => "App does not provide an info.xml file",
  27. "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",
  28. "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",
  29. "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",
  30. "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",
  31. "App directory already exists" => "App directory already exists",
  32. "Can't create app folder. Please fix permissions. %s" => "Can't create app folder. Please fix permissions. %s",
  33. "Application is not enabled" => "Application is not enabled",
  34. "Authentication error" => "Authentication error",
  35. "Token expired. Please reload page." => "Token expired. Please reload page.",
  36. "Files" => "Files",
  37. "Text" => "Text",
  38. "Images" => "Images",
  39. "%s enter the database username." => "%s enter the database username.",
  40. "%s enter the database name." => "%s enter the database name.",
  41. "%s you may not use dots in the database name" => "%s you may not use dots in the database name",
  42. "MS SQL username and/or password not valid: %s" => "MS SQL username and/or password not valid: %s",
  43. "You need to enter either an existing account or the administrator." => "You need to enter either an existing account or the administrator.",
  44. "MySQL username and/or password not valid" => "MySQL username and/or password not valid",
  45. "DB Error: \"%s\"" => "DB Error: \"%s\"",
  46. "Offending command was: \"%s\"" => "Offending command was: \"%s\"",
  47. "MySQL user '%s'@'localhost' exists already." => "MySQL user '%s'@'localhost' exists already.",
  48. "Drop this user from MySQL" => "Drop this user from MySQL",
  49. "MySQL user '%s'@'%%' already exists" => "MySQL user '%s'@'%%' already exists",
  50. "Drop this user from MySQL." => "Drop this user from MySQL.",
  51. "Oracle connection could not be established" => "Oracle connection could not be established",
  52. "Oracle username and/or password not valid" => "Oracle username and/or password not valid",
  53. "Offending command was: \"%s\", name: %s, password: %s" => "Offending command was: \"%s\", name: %s, password: %s",
  54. "PostgreSQL username and/or password not valid" => "PostgreSQL username and/or password not valid",
  55. "Set an admin username." => "Set an admin username.",
  56. "Set an admin password." => "Set an admin password.",
  57. "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.",
  58. "Please double check the <a href='%s'>installation guides</a>." => "Please double check the <a href='%s'>installation guides</a>.",
  59. "seconds ago" => "seconds ago",
  60. "_%n minute ago_::_%n minutes ago_" => array("%n minute ago","%n minutes ago"),
  61. "_%n hour ago_::_%n hours ago_" => array("%n hour ago","%n hours ago"),
  62. "today" => "today",
  63. "yesterday" => "yesterday",
  64. "_%n day go_::_%n days ago_" => array("%n day go","%n days ago"),
  65. "last month" => "last month",
  66. "_%n month ago_::_%n months ago_" => array("%n month ago","%n months ago"),
  67. "last year" => "last year",
  68. "years ago" => "years ago",
  69. "Caused by:" => "Caused by:",
  70. "Could not find category \"%s\"" => "Could not find category \"%s\""
  71. );
  72. $PLURAL_FORMS = "nplurals=2; plural=(n != 1);";