en_GB.js 99 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886
  1. OC.L10N.register(
  2. "settings",
  3. {
  4. "Private" : "Private",
  5. "Only visible to people matched via phone number integration through Talk on mobile" : "Only visible to people matched via phone number integration through Talk on mobile",
  6. "Local" : "Local",
  7. "Only visible to people on this instance and guests" : "Only visible to people on this instance and guests",
  8. "Federated" : "Federated",
  9. "Only synchronize to trusted servers" : "Only synchronize to trusted servers",
  10. "Published" : "Published",
  11. "Synchronize to trusted servers and the global and public address book" : "Synchronize to trusted servers and the global and public address book",
  12. "Verify" : "Verify",
  13. "Verifying …" : "Verifying …",
  14. "Unable to change password" : "Unable to change password",
  15. "Very weak password" : "Very weak password",
  16. "Weak password" : "Weak password",
  17. "So-so password" : "So-so password",
  18. "Good password" : "Good password",
  19. "Strong password" : "Strong password",
  20. "Groups" : "Groups",
  21. "Group list is empty" : "Group list is empty",
  22. "Unable to retrieve the group list" : "Unable to retrieve the group list",
  23. "{actor} added you to group {group}" : "{actor} added you to group {group}",
  24. "You added {user} to group {group}" : "You added {user} to group {group}",
  25. "{actor} added {user} to group {group}" : "{actor} added {user} to group {group}",
  26. "An administrator added you to group {group}" : "An administrator added you to group {group}",
  27. "An administrator added {user} to group {group}" : "An administrator added {user} to group {group}",
  28. "{actor} removed you from group {group}" : "{actor} removed you from group {group}",
  29. "You removed {user} from group {group}" : "You removed {user} from group {group}",
  30. "{actor} removed {user} from group {group}" : "{actor} removed {user} from group {group}",
  31. "An administrator removed you from group {group}" : "An administrator removed you from group {group}",
  32. "An administrator removed {user} from group {group}" : "An administrator removed {user} from group {group}",
  33. "Your <strong>group memberships</strong> were modified" : "Your <strong>group memberships</strong> were modified",
  34. "{actor} changed your password" : "{actor} changed your password",
  35. "You changed your password" : "You changed your password",
  36. "Your password was reset by an administrator" : "Your password was reset by an administrator",
  37. "Your password was reset" : "Your password was reset",
  38. "{actor} changed your email address" : "{actor} changed your email address",
  39. "You changed your email address" : "You changed your email address",
  40. "Your email address was changed by an administrator" : "Your email address was changed by an administrator",
  41. "You created an app password for a session named \"{token}\"" : "You created an app password for a session named \"{token}\"",
  42. "An administrator created an app password for a session named \"{token}\"" : "An administrator created an app password for a session named \"{token}\"",
  43. "You deleted app password \"{token}\"" : "You deleted app password \"{token}\"",
  44. "You renamed app password \"{token}\" to \"{newToken}\"" : "You renamed app password \"{token}\" to \"{newToken}\"",
  45. "You granted filesystem access to app password \"{token}\"" : "You granted filesystem access to app password \"{token}\"",
  46. "You revoked filesystem access from app password \"{token}\"" : "You revoked filesystem access from app password \"{token}\"",
  47. "Security" : "Security",
  48. "You successfully logged in using two-factor authentication (%1$s)" : "You successfully logged in using two-factor authentication (%1$s)",
  49. "A login attempt using two-factor authentication failed (%1$s)" : "A login attempt using two-factor authentication failed (%1$s)",
  50. "Remote wipe was started on %1$s" : "Remote wipe was started on %1$s",
  51. "Remote wipe has finished on %1$s" : "Remote wipe has finished on %1$s",
  52. "Your <strong>password</strong> or <strong>email</strong> was modified" : "Your <strong>password</strong> or <strong>email</strong> was modified",
  53. "Settings" : "Settings",
  54. "Could not remove app." : "Could not remove app.",
  55. "Could not update app." : "Could not update app.",
  56. "Wrong password" : "Incorrect password",
  57. "Unable to change personal password" : "Unable to change personal password",
  58. "Saved" : "Saved",
  59. "No Login supplied" : "No Login supplied",
  60. "Unable to change password. Password too long." : "Unable to change password. Password too long.",
  61. "Authentication error" : "Authentication error",
  62. "Please provide an admin recovery password; otherwise, all account data will be lost." : "Please provide an admin recovery password; otherwise, all account data will be lost.",
  63. "Wrong admin recovery password. Please check the password and try again." : "Incorrect admin recovery password. Please check the password and try again.",
  64. "Backend does not support password change, but the encryption of the account key was updated." : "Backend does not support password change, but the encryption of the account key was updated.",
  65. "Administrator documentation" : "Administrator documentation",
  66. "User documentation" : "User documentation",
  67. "Nextcloud help overview" : "Nextcloud help overview",
  68. "Invalid SMTP password." : "Invalid SMTP password.",
  69. "Email setting test" : "Email setting test",
  70. "Well done, %s!" : "Well done, %s!",
  71. "If you received this email, the email configuration seems to be correct." : "If you received this email, the email configuration seems to be correct.",
  72. "Email could not be sent. Check your mail server log" : "Email could not be sent. Check your mail server log",
  73. "A problem occurred while sending the email. Please revise your settings. (Error: %s)" : "A problem occurred while sending the email. Please revise your settings. (Error: %s)",
  74. "You need to set your account email before being able to send test emails. Go to %s for that." : "You need to set your account email before being able to send test emails. Go to %s for that.",
  75. "Invalid account" : "Invalid account",
  76. "Invalid mail address" : "Invalid mail address",
  77. "Settings saved" : "Settings saved",
  78. "Unable to change full name" : "Unable to change full name",
  79. "Unable to change email address" : "Unable to change email address",
  80. "Unable to set invalid phone number" : "Unable to set invalid phone number",
  81. "Unable to set invalid website" : "Unable to set invalid website",
  82. "Some account data was invalid" : "Some account data was invalid",
  83. "In order to verify your Twitter account, post the following tweet on Twitter (please make sure to post it without any line breaks):" : "In order to verify your Twitter account, post the following tweet on Twitter (please make sure to post it without any line breaks):",
  84. "In order to verify your Website, store the following content in your web-root at '.well-known/CloudIdVerificationCode.txt' (please make sure that the complete text is in one line):" : "In order to verify your Website, store the following content in your web-root at '.well-known/CloudIdVerificationCode.txt' (please make sure that the complete text is in one line):",
  85. "%1$s changed your password on %2$s." : "%1$s changed your password on %2$s.",
  86. "Your password on %s was changed." : "Your password on %s was changed.",
  87. "Your password on %s was reset by an administrator." : "Your password on %s was reset by an administrator.",
  88. "Your password on %s was reset." : "Your password on %s was reset.",
  89. "Password for %1$s changed on %2$s" : "Password for %1$s changed on %2$s",
  90. "Password changed for %s" : "Password changed for %s",
  91. "If you did not request this, please contact an administrator." : "If you did not request this, please contact an administrator.",
  92. "Your email address on %s was changed." : "Your email address on %s was changed.",
  93. "Your email address on %s was changed by an administrator." : "Your email address on %s was changed by an administrator.",
  94. "Email address for %1$s changed on %2$s" : "Email address for %1$s changed on %2$s",
  95. "Email address changed for %s" : "Email address changed for %s",
  96. "The new email address is %s" : "The new email address is %s",
  97. "Your %s account was created" : "Your %s account was created",
  98. "Welcome aboard" : "Welcome aboard",
  99. "Welcome aboard %s" : "Welcome aboard %s",
  100. "Welcome to your %s account, you can add, protect, and share your data." : "Welcome to your %s account, you can add, protect, and share your data.",
  101. "Your Login is: %s" : "Your Login is: %s",
  102. "Set your password" : "Set your password",
  103. "Go to %s" : "Go to %s",
  104. "Install Client" : "Install Client",
  105. "Logged in account must be a subadmin" : "Logged in account must be a subadmin",
  106. "Apps" : "Apps",
  107. "Personal" : "Personal",
  108. "Administration" : "Administration",
  109. "Users" : "Users",
  110. "Additional settings" : "Additional settings",
  111. "Artificial Intelligence" : "Artificial Intelligence",
  112. "Administration privileges" : "Administration privileges",
  113. "Groupware" : "Groupware",
  114. "Overview" : "Overview",
  115. "Basic settings" : "Basic settings",
  116. "Sharing" : "Sharing",
  117. "Availability" : "Availability",
  118. "Calendar" : "Calendar",
  119. "Personal info" : "Personal info",
  120. "Mobile & desktop" : "Mobile & desktop",
  121. "Email server" : "Email server",
  122. "Security & setup warnings" : "Security & setup warnings",
  123. "Background jobs" : "Background jobs",
  124. "Unlimited" : "Unlimited",
  125. "Verifying" : "Verifying",
  126. "App directories owner" : "App directories owner",
  127. "Some app directories are owned by a different user than the web server one. This may be the case if apps have been installed manually. Check the permissions of the following app directories:\n%s" : "Some app directories are owned by a different user than the web server one. This may be the case if apps have been installed manually. Check the permissions of the following app directories:\n%s",
  128. "App directories have the correct owner \"%s\"" : "App directories have the correct owner \"%s\"",
  129. "Brute-force Throttle" : "Brute-force Throttle",
  130. "Your remote address could not be determined." : "Your remote address could not be determined.",
  131. "Your remote address was identified as \"%s\" and is brute-force throttled at the moment slowing down the performance of various requests. If the remote address is not your address this can be an indication that a proxy is not configured correctly." : "Your remote address was identified as \"%s\" and is brute-force throttled at the moment slowing down the performance of various requests. If the remote address is not your address this can be an indication that a proxy is not configured correctly.",
  132. "Your remote address \"%s\" is not brute-force throttled." : "Your remote address \"%s\" is not brute-force throttled.",
  133. "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`.",
  134. "Old administration imported certificates" : "Old administration imported certificates",
  135. "A background job is pending that checks for administration imported SSL certificates. Please check back later." : "A background job is pending that checks for administration imported SSL certificates. Please check back later.",
  136. "There are some administration imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "There are some administration imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below.",
  137. "Code integrity" : "Code integrity",
  138. "Integrity checker has been disabled. Integrity cannot be verified." : "Integrity checker has been disabled. Integrity cannot be verified.",
  139. "No altered files" : "No altered files",
  140. "Some files have not passed the integrity check. {link1} {link2}" : "Some files have not passed the integrity check. {link1} {link2}",
  141. "Cron errors" : "Cron errors",
  142. "It was not possible to execute the cron job via CLI. The following technical errors have appeared:\n%s" : "It was not possible to execute the cron job via CLI. The following technical errors have appeared:\n%s",
  143. "The last cron job ran without errors." : "The last cron job ran without errors.",
  144. "Cron last run" : "Cron last ran",
  145. "Last background job execution ran %s. Something seems wrong. {link}." : "Last background job execution ran %s. Something seems wrong. {link}.",
  146. "Last background job execution ran %s." : "Last background job execution ran %s.",
  147. "Data directory protected" : "Data directory protected",
  148. "Your data directory and files are probably accessible from the internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "Your data directory and files are probably accessible from the internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root.",
  149. "Could not check that the data directory is protected. Please check manually that your server does not allow access to the data directory." : "Could not check that the data directory is protected. Please check manually that your server does not allow access to the data directory.",
  150. "Database missing columns" : "Database missing columns",
  151. "Missing optional column \"%s\" in table \"%s\"." : "Missing optional column \"%s\" in table \"%s\".",
  152. "The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability.",
  153. "Database missing indices" : "Database missing indices",
  154. "Missing optional index \"%s\" in table \"%s\"." : "Missing optional index \"%s\" in table \"%s\".",
  155. "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster.",
  156. "Database missing primary keys" : "Database missing primary keys",
  157. "Missing primary key on table \"%s\"." : "Missing primary key on table \"%s\".",
  158. "The database is missing some primary keys. Due to the fact that adding primary keys on big tables could take some time they were not added automatically. By running \"occ db:add-missing-primary-keys\" those missing primary keys could be added manually while the instance keeps running." : "The database is missing some primary keys. Due to the fact that adding primary keys on big tables could take some time they were not added automatically. By running \"occ db:add-missing-primary-keys\" those missing primary keys could be added manually while the instance keeps running.",
  159. "Database pending bigint migrations" : "Database pending bigint migrations",
  160. "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running \"occ db:convert-filecache-bigint\" those pending changes could be applied manually. This operation needs to be made while the instance is offline." : "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running \"occ db:convert-filecache-bigint\" those pending changes could be applied manually. This operation needs to be made while the instance is offline.",
  161. "Debug mode" : "Debug mode",
  162. "This instance is running in debug mode. Only enable this for local development and not in production environments." : "This instance is running in debug mode. Only enable this for local development and not in production environments.",
  163. "Debug mode is disabled." : "Debug mode is disabled.",
  164. "Default phone region" : "Default phone region",
  165. "Your installation has no default phone region set. This is required to validate phone numbers in the profile settings without a country code. To allow numbers without a country code, please add \"default_phone_region\" with the respective ISO 3166-1 code of the region to your config file." : "Your installation has no default phone region set. This is required to validate phone numbers in the profile settings without a country code. To allow numbers without a country code, please add \"default_phone_region\" with the respective ISO 3166-1 code of the region to your config file.",
  166. "Email test" : "Email test",
  167. "Email test was successfully sent" : "Email test was successfully sent",
  168. "You have not set or verified your email server configuration, yet. Please head over to the \"Basic settings\" in order to set them. Afterwards, use the \"Send email\" button below the form to verify your settings." : "You have not set or verified your email server configuration, yet. Please head over to the \"Basic settings\" in order to set them. Afterwards, use the \"Send email\" button below the form to verify your settings.",
  169. "File locking" : "File locking",
  170. "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems.",
  171. "The database is used for transactional file locking. To enhance performance, please configure memcache, if available." : "The database is used for transactional file locking. To enhance performance, please configure memcache, if available.",
  172. "Forwarded for headers" : "Forwarded for headers",
  173. "Your \"trusted_proxies\" setting is not correctly set, it should be an array." : "Your \"trusted_proxies\" setting is not correctly set, it should be an array.",
  174. "Your \"trusted_proxies\" setting is not correctly set, it should be an array of IP addresses - optionally with range in CIDR notation." : "Your \"trusted_proxies\" setting is not correctly set, it should be an array of IP addresses - optionally with range in CIDR notation.",
  175. "The reverse proxy header configuration is incorrect. This is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud." : "The reverse proxy header configuration is incorrect. This is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud.",
  176. "Your IP address was resolved as %s" : "Your IP address was resolved as %s",
  177. "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud." : "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud.",
  178. "HTTPS access and URLs" : "HTTPS access and URLs",
  179. "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead. Without it some important web functionality like \"copy to clipboard\" or \"service workers\" will not work!" : "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead. Without it some important web functionality like \"copy to clipboard\" or \"service workers\" will not work!",
  180. "Accessing site insecurely via HTTP." : "Accessing site insecurely via HTTP.",
  181. "You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly." : "You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly.",
  182. "You are accessing your instance over a secure connection, and your instance is generating secure URLs." : "You are accessing your instance over a secure connection, and your instance is generating secure URLs.",
  183. "Internet connectivity" : "Internet connectivity",
  184. "Internet connectivity is disabled in configuration file." : "Internet connectivity is disabled in configuration file.",
  185. "This server has no working internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the internet to enjoy all features." : "This server has no working internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the internet to enjoy all features.",
  186. "JavaScript modules support" : "JavaScript modules support",
  187. "Could not check for JavaScript support. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Could not check for JavaScript support. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type.",
  188. "Your webserver does not serve `.mjs` files using the JavaScript MIME type. This will break some apps by preventing browsers from executing the JavaScript files. You should configure your webserver to serve `.mjs` files with either the `text/javascript` or `application/javascript` MIME type." : "Your webserver does not serve `.mjs` files using the JavaScript MIME type. This will break some apps by preventing browsers from executing the JavaScript files. You should configure your webserver to serve `.mjs` files with either the `text/javascript` or `application/javascript` MIME type.",
  189. "JavaScript source map support" : "JavaScript source map support",
  190. "Your webserver is not set up to serve `.js.map` files. Without these files, JavaScript Source Maps won't function properly, making it more challenging to troubleshoot and debug any issues that may arise." : "Your webserver is not set up to serve `.js.map` files. Without these files, JavaScript Source Maps won't function properly, making it more challenging to troubleshoot and debug any issues that may arise.",
  191. "Old server-side-encryption" : "Old server-side-encryption",
  192. "Disabled" : "Disabled",
  193. "The old server-side-encryption format is enabled. We recommend disabling this." : "The old server-side-encryption format is enabled. We recommend disabling this.",
  194. "Maintenance window start" : "Maintenance window start",
  195. "Server has no maintenance window start time configured. This means resource intensive daily background jobs will also be executed during your main usage time. We recommend to set it to a time of low usage, so users are less impacted by the load caused from these heavy tasks." : "Server has no maintenance window start time configured. This means resource intensive daily background jobs will also be executed during your main usage time. We recommend to set it to a time of low usage, so users are less impacted by the load caused from these heavy tasks.",
  196. "Maintenance window to execute heavy background jobs is between {start}:00 UTC and {end}:00 UTC" : "Maintenance window to execute heavy background jobs is between {start}:00 UTC and {end}:00 UTC",
  197. "Memcache" : "Memcache",
  198. "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\"." : "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\".",
  199. "Memcached is configured as distributed cache, but the PHP module \"memcached\" is not installed." : "Memcached is configured as distributed cache, but the PHP module \"memcached\" is not installed.",
  200. "No memory cache has been configured. To enhance performance, please configure a memcache, if available." : "No memory cache has been configured. To enhance performance, please configure a memcache, if available.",
  201. "Configured" : "Configured",
  202. "MySQL Unicode support" : "MySQL Unicode support",
  203. "You are not using MySQL" : "You are not using MySQL",
  204. "MySQL is used as database and does support 4-byte characters" : "MySQL is used as database and does support 4-byte characters",
  205. "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL." : "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL.",
  206. "OCS provider resolving" : "OCS provider resolving",
  207. "Could not check if your web server properly resolves the OCM and OCS provider URLs." : "Could not check if your web server properly resolves the OCM and OCS provider URLs.",
  208. "Your web server is not properly set up to resolve %1$s.\nThis is most likely related to a web server configuration that was not updated to deliver this folder directly.\nPlease compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx.\nOn Nginx those are typically the lines starting with \"location ~\" that need an update." : "Your web server is not properly set up to resolve %1$s.\nThis is most likely related to a web server configuration that was not updated to deliver this folder directly.\nPlease compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx.\nOn Nginx those are typically the lines starting with \"location ~\" that need an update.",
  209. "Overwrite CLI URL" : "Overwrite CLI URL",
  210. "The \"overwrite.cli.url\" option in your config.php is correctly set to \"%s\"." : "The \"overwrite.cli.url\" option in your config.php is correctly set to \"%s\".",
  211. "The \"overwrite.cli.url\" option in your config.php is set to \"%s\" which is a correct URL. Suggested URL is \"%s\"." : "The \"overwrite.cli.url\" option in your config.php is set to \"%s\" which is a correct URL. Suggested URL is \"%s\".",
  212. "Please make sure to set the \"overwrite.cli.url\" option in your config.php file to the URL that your users mainly use to access this Nextcloud. Suggestion: \"%s\". Otherwise there might be problems with the URL generation via cron. (It is possible though that the suggested URL is not the URL that your users mainly use to access this Nextcloud. Best is to double check this in any case.)" : "Please make sure to set the \"overwrite.cli.url\" option in your config.php file to the URL that your users mainly use to access this Nextcloud. Suggestion: \"%s\". Otherwise there might be problems with the URL generation via cron. (It is possible though that the suggested URL is not the URL that your users mainly use to access this Nextcloud. Best is to double check this in any case.)",
  213. "PHP default charset" : "PHP default charset",
  214. "PHP configuration option \"default_charset\" should be UTF-8" : "PHP configuration option \"default_charset\" should be UTF-8",
  215. "PHP set_time_limit" : "PHP set_time_limit",
  216. "The function is available." : "The function is available.",
  217. "The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. Enabling this function is strongly recommended." : "The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. Enabling this function is strongly recommended.",
  218. "Freetype" : "Freetype",
  219. "Supported" : "Supported",
  220. "Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface.",
  221. "PHP getenv" : "PHP getenv",
  222. "PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response.",
  223. "PHP memory limit" : "PHP memory limit",
  224. "The PHP memory limit is below the recommended value of %s." : "The PHP memory limit is below the recommended value of %s.",
  225. "PHP modules" : "PHP modules",
  226. "increases language translation performance and fixes sorting of non-ASCII characters" : "increases language translation performance and fixes sorting of non-ASCII characters",
  227. "for Argon2 for password hashing" : "for Argon2 for password hashing",
  228. "for WebAuthn passwordless login" : "for WebAuthn passwordless login",
  229. "for WebAuthn passwordless login, and SFTP storage" : "for WebAuthn passwordless login, and SFTP storage",
  230. "for picture rotation in server and metadata extraction in the Photos app" : "for picture rotation in server and metadata extraction in the Photos app",
  231. "This instance is missing some required PHP modules. It is required to install them: %s." : "This instance is missing some required PHP modules. It is required to install them: %s.",
  232. "This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them:\n%s" : "This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them:\n%s",
  233. "PHP opcache" : "PHP opcache",
  234. "The PHP OPcache module is not loaded. For better performance it is recommended to load it into your PHP installation." : "The PHP OPcache module is not loaded. For better performance it is recommended to load it into your PHP installation.",
  235. "OPcache is disabled. For better performance, it is recommended to apply \"opcache.enable=1\" to your PHP configuration." : "OPcache is disabled. For better performance, it is recommended to apply \"opcache.enable=1\" to your PHP configuration.",
  236. "The shared memory based OPcache is disabled. For better performance, it is recommended to apply \"opcache.file_cache_only=0\" to your PHP configuration and use the file cache as second level cache only." : "The shared memory based OPcache is disabled. For better performance, it is recommended to apply \"opcache.file_cache_only=0\" to your PHP configuration and use the file cache as second level cache only.",
  237. "OPcache is not working as it should, opcache_get_status() returns false, please check configuration." : "OPcache is not working as it should, opcache_get_status() returns false, please check configuration.",
  238. "The maximum number of OPcache keys is nearly exceeded. To assure that all scripts can be kept in the cache, it is recommended to apply \"opcache.max_accelerated_files\" to your PHP configuration with a value higher than \"%s\"." : "The maximum number of OPcache keys is nearly exceeded. To assure that all scripts can be kept in the cache, it is recommended to apply \"opcache.max_accelerated_files\" to your PHP configuration with a value higher than \"%s\".",
  239. "The OPcache buffer is nearly full. To assure that all scripts can be hold in cache, it is recommended to apply \"opcache.memory_consumption\" to your PHP configuration with a value higher than \"%s\"." : "The OPcache buffer is nearly full. To assure that all scripts can be hold in cache, it is recommended to apply \"opcache.memory_consumption\" to your PHP configuration with a value higher than \"%s\".",
  240. "The OPcache interned strings buffer is nearly full. To assure that repeating strings can be effectively cached, it is recommended to apply \"opcache.interned_strings_buffer\" to your PHP configuration with a value higher than \"%s\"." : "The OPcache interned strings buffer is nearly full. To assure that repeating strings can be effectively cached, it is recommended to apply \"opcache.interned_strings_buffer\" to your PHP configuration with a value higher than \"%s\".",
  241. "OPcache is configured to remove code comments. With OPcache enabled, \"opcache.save_comments=1\" must be set for Nextcloud to function." : "OPcache is configured to remove code comments. With OPcache enabled, \"opcache.save_comments=1\" must be set for Nextcloud to function.",
  242. "Nextcloud is not allowed to use the OPcache API. With OPcache enabled, it is highly recommended to include all Nextcloud directories with \"opcache.restrict_api\" or unset this setting to disable OPcache API restrictions, to prevent errors during Nextcloud core or app upgrades." : "Nextcloud is not allowed to use the OPcache API. With OPcache enabled, it is highly recommended to include all Nextcloud directories with \"opcache.restrict_api\" or unset this setting to disable OPcache API restrictions, to prevent errors during Nextcloud core or app upgrades.",
  243. "The PHP OPcache module is not properly configured. %s." : "The PHP OPcache module is not properly configured. %s.",
  244. "Correctly configured" : "Correctly configured",
  245. "PHP version" : "PHP version",
  246. "You are currently running PHP %s. PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "You are currently running PHP %s. PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible.",
  247. "You are currently running PHP %s." : "You are currently running PHP %s.",
  248. "PHP \"output_buffering\" option" : "PHP \"output_buffering\" option",
  249. "PHP configuration option \"output_buffering\" must be disabled" : "PHP configuration option \"output_buffering\" must be disabled",
  250. "Push service" : "Push service",
  251. "Valid enterprise license" : "Valid enterprise license",
  252. "Free push service" : "Free push service",
  253. "This is the unsupported community build of Nextcloud. Given the size of this instance, performance, reliability and scalability cannot be guaranteed. Push notifications are limited to avoid overloading our free service. Learn more about the benefits of Nextcloud Enterprise at {link}." : "This is the unsupported community build of Nextcloud. Given the size of this instance, performance, reliability and scalability cannot be guaranteed. Push notifications are limited to avoid overloading our free service. Learn more about the benefits of Nextcloud Enterprise at {link}.",
  254. "Random generator" : "Random generator",
  255. "No suitable source for randomness found by PHP which is highly discouraged for security reasons." : "No suitable source for randomness found by PHP which is highly discouraged for security reasons.",
  256. "Secure" : "Secure",
  257. "Configuration file access rights" : "Configuration file access rights",
  258. "The read-only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "The read-only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update.",
  259. "Nextcloud configuration file is writable" : "Nextcloud configuration file is writable",
  260. "HTTP headers" : "HTTP headers",
  261. "- The `%1$s` HTTP header is not set to `%2$s`. Some features might not work correctly, as it is recommended to adjust this setting accordingly." : "- The `%1$s` HTTP header is not set to `%2$s`. Some features might not work correctly, as it is recommended to adjust this setting accordingly.",
  262. "- The `%1$s` HTTP header is not set to `%2$s`. This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "- The `%1$s` HTTP header is not set to `%2$s`. This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly.",
  263. "- The `%1$s` HTTP header does not contain `%2$s`. This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "- The `%1$s` HTTP header does not contain `%2$s`. This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly.",
  264. "- The `%1$s` HTTP header is not set to `%2$s`, `%3$s`, `%4$s`, `%5$s` or `%6$s`. This can leak referer information. See the {w3c-recommendation}." : "- The `%1$s` HTTP header is not set to `%2$s`, `%3$s`, `%4$s`, `%5$s` or `%6$s`. This can leak referer information. See the {w3c-recommendation}.",
  265. "- The `Strict-Transport-Security` HTTP header is not set to at least `%d` seconds (current value: `%d`). For enhanced security, it is recommended to use a long HSTS policy." : "- The `Strict-Transport-Security` HTTP header is not set to at least `%d` seconds (current value: `%d`). For enhanced security, it is recommended to use a long HSTS policy.",
  266. "- The `Strict-Transport-Security` HTTP header is malformed: `%s`. For enhanced security, it is recommended to enable HSTS." : "- The `Strict-Transport-Security` HTTP header is malformed: `%s`. For enhanced security, it is recommended to enable HSTS.",
  267. "- The `Strict-Transport-Security` HTTP header is not set (should be at least `%d` seconds). For enhanced security, it is recommended to enable HSTS." : "- The `Strict-Transport-Security` HTTP header is not set (should be at least `%d` seconds). For enhanced security, it is recommended to enable HSTS.",
  268. "Some headers are not set correctly on your instance" : "Some headers are not set correctly on your instance",
  269. "Could not check that your web server serves security headers correctly. Please check manually." : "Could not check that your web server serves security headers correctly. Please check manually.",
  270. "Could not check that your web server serves security headers correctly, unable to query `%s`" : "Could not check that your web server serves security headers correctly, unable to query `%s`",
  271. "Your server is correctly configured to send security headers." : "Your server is correctly configured to send security headers.",
  272. "Database version" : "Database version",
  273. "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher.",
  274. "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher.",
  275. "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher." : "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher.",
  276. "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend. This is particularly recommended when using the desktop client for file synchronisation. To migrate to another database use the command line tool: \"occ db:convert-type\"." : "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend. This is particularly recommended when using the desktop client for file synchronisation. To migrate to another database use the command line tool: \"occ db:convert-type\".",
  277. "Unknown database platform" : "Unknown database platform",
  278. "Architecture" : "Architecture",
  279. "64-bit" : "64-bit",
  280. "It seems like you are running a 32-bit PHP version. Nextcloud needs 64-bit to run well. Please upgrade your OS and PHP to 64-bit!" : "It seems like you are running a 32-bit PHP version. Nextcloud needs 64-bit to run well. Please upgrade your OS and PHP to 64-bit!",
  281. "Temporary space available" : "Temporary space available",
  282. "Error while checking the temporary PHP path - it was not properly set to a directory. Returned value: %s" : "Error while checking the temporary PHP path - it was not properly set to a directory. Returned value: %s",
  283. "Error while checking the available disk space of temporary PHP path or no free disk space returned. Temporary path: %s" : "Error while checking the available disk space of temporary PHP path or no free disk space returned. Temporary path: %s",
  284. "- %.1f GiB available in %s (PHP temporary directory)" : "- %.1f GiB available in %s (PHP temporary directory)",
  285. "- %.1f GiB available in %s (Nextcloud temporary directory)" : "- %.1f GiB available in %s (Nextcloud temporary directory)",
  286. "Temporary directory is correctly configured:\n%s" : "Temporary directory is correctly configured:\n%s",
  287. "This instance uses an S3 based object store as primary storage, and has enough space in the temporary directory.\n%s" : "This instance uses an S3 based object store as primary storage, and has enough space in the temporary directory.\n%s",
  288. "This instance uses an S3 based object store as primary storage. The uploaded files are stored temporarily on the server and thus it is recommended to have 50 GiB of free space available in the temp directory of PHP. To improve this please change the temporary directory in the php.ini or make more space available in that path. \nChecking the available space in the temporary path resulted in %.1f GiB instead of the recommended 50 GiB. Path: %s" : "This instance uses an S3 based object store as primary storage. The uploaded files are stored temporarily on the server and thus it is recommended to have 50 GiB of free space available in the temp directory of PHP. To improve this please change the temporary directory in the php.ini or make more space available in that path. \nChecking the available space in the temporary path resulted in %.1f GiB instead of the recommended 50 GiB. Path: %s",
  289. "Database transaction isolation level" : "Database transaction isolation level",
  290. "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel.",
  291. "Was not able to get transaction isolation level: %s" : "Was not able to get transaction isolation level: %s",
  292. ".well-known URLs" : ".well-known URLs",
  293. "`check_for_working_wellknown_setup` is set to false in your configuration, so this check was skipped." : "`check_for_working_wellknown_setup` is set to false in your configuration, so this check was skipped.",
  294. "Could not check that your web server serves `.well-known` correctly. Please check manually." : "Could not check that your web server serves `.well-known` correctly. Please check manually.",
  295. "Your web server is not properly set up to resolve `.well-known` URLs, failed on:\n`%s`" : "Your web server is not properly set up to resolve `.well-known` URLs, failed on:\n`%s`",
  296. "Your server is correctly configured to serve `.well-known` URLs." : "Your server is correctly configured to serve `.well-known` URLs.",
  297. "WOFF2 file loading" : "WOFF2 file loading",
  298. "Could not check for WOFF2 loading support. Please check manually if your webserver serves `.woff2` files." : "Could not check for WOFF2 loading support. Please check manually if your webserver serves `.woff2` files.",
  299. "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our documentation." : "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our documentation.",
  300. "Profile information" : "Profile information",
  301. "Profile picture, full name, email, phone number, address, website, Twitter, organisation, role, headline, biography, and whether your profile is enabled" : "Profile picture, full name, email, phone number, address, website, Twitter, organisation, role, headline, biography, and whether your profile is enabled",
  302. "Nextcloud settings" : "Nextcloud settings",
  303. "Machine translation" : "Machine translation",
  304. "Machine translation can be implemented by different apps. Here you can define the precedence of the machine translation apps you have installed at the moment." : "Machine translation can be implemented by different apps. Here you can define the precedence of the machine translation apps you have installed at the moment.",
  305. "Speech-To-Text" : "Speech-To-Text",
  306. "Speech-To-Text can be implemented by different apps. Here you can set which app should be used." : "Speech-To-Text can be implemented by different apps. Here you can set which app should be used.",
  307. "None of your currently installed apps provide Speech-To-Text functionality" : "None of your currently installed apps provide Speech-To-Text functionality",
  308. "Image generation" : "Image generation",
  309. "Image generation can be implemented by different apps. Here you can set which app should be used." : "Image generation can be implemented by different apps. Here you can set which app should be used.",
  310. "None of your currently installed apps provide image generation functionality" : "None of your currently installed apps provide image generation functionality",
  311. "Text processing" : "Text processing",
  312. "Text processing tasks can be implemented by different apps. Here you can set which app should be used for which task." : "Text processing tasks can be implemented by different apps. Here you can set which app should be used for which task.",
  313. "Task:" : "Task:",
  314. "None of your currently installed apps provide Text processing functionality" : "None of your currently installed apps provide Text processing functionality",
  315. "Here you can decide which group can access certain sections of the administration settings." : "Here you can decide which group can access certain sections of the administration settings.",
  316. "None" : "None",
  317. "Unable to modify setting" : "Unable to modify setting",
  318. "Allow apps to use the Share API" : "Allow apps to use the Share API",
  319. "Allow resharing" : "Allow resharing",
  320. "Allow sharing with groups" : "Allow sharing with groups",
  321. "Restrict users to only share with users in their groups" : "Restrict users to only share with users in their groups",
  322. "Ignore the following groups when checking group membership" : "Ignore the following groups when checking group membership",
  323. "Allow users to share via link and emails" : "Allow users to share via link and emails",
  324. "Allow public uploads" : "Allow public uploads",
  325. "Always ask for a password" : "Always ask for a password",
  326. "Enforce password protection" : "Enforce password protection",
  327. "Exclude groups from password requirements" : "Exclude groups from password requirements",
  328. "Exclude groups from creating link shares" : "Exclude groups from creating link shares",
  329. "Limit sharing based on groups" : "Limit sharing based on groups",
  330. "Allow sharing for everyone (default)" : "Allow sharing for everyone (default)",
  331. "Exclude some groups from sharing" : "Exclude some groups from sharing",
  332. "Limit sharing to some groups" : "Limit sharing to some groups",
  333. "Groups allowed to share" : "Groups allowed to share",
  334. "Groups excluded from sharing" : "Groups excluded from sharing",
  335. "Not allowed groups will still be able to receive shares, but not to initiate them." : "Not allowed groups will still be able to receive shares, but not to initiate them.",
  336. "Set default expiration date for shares" : "Set default expiration date for shares",
  337. "Enforce expiration date" : "Enforce expiry date",
  338. "Default expiration time of new shares in days" : "Default expiration time of new shares in days",
  339. "Expire shares after x days" : "Expire shares after x days",
  340. "Set default expiration date for shares to other servers" : "Set default expiration date for shares to other servers",
  341. "Enforce expiration date for remote shares" : "Enforce expiration date for remote shares",
  342. "Default expiration time of remote shares in days" : "Default expiration time of remote shares in days",
  343. "Expire remote shares after x days" : "Expire remote shares after x days",
  344. "Set default expiration date for shares via link or mail" : "Set default expiration date for shares via link or mail",
  345. "Default expiration time of shares in days" : "Default expiration time of shares in days",
  346. "Privacy settings for sharing" : "Privacy settings for sharing",
  347. "Allow username autocompletion in share dialog and allow access to the system address book" : "Allow username autocompletion in share dialogue and allow access to the system address book",
  348. "If autocompletion \"same group\" and \"phone number integration\" are enabled a match in either is enough to show the user." : "If autocompletion \"same group\" and \"phone number integration\" are enabled a match in either is enough to show the user.",
  349. "Allow username autocompletion to users within the same groups and limit system address books to users in the same groups" : "Allow username autocompletion to users within the same groups and limit system address books to users in the same groups",
  350. "Allow username autocompletion to users based on phone number integration" : "Allow username autocompletion to users based on phone number integration",
  351. "Allow autocompletion when entering the full name or email address (ignoring missing phonebook match and being in the same group)" : "Allow autocompletion when entering the full name or email address (ignoring missing phonebook match and being in the same group)",
  352. "Show disclaimer text on the public link upload page (only shown when the file list is hidden)" : "Show disclaimer text on the public link upload page (only shown when the file list is hidden)",
  353. "Disclaimer text" : "Disclaimer text",
  354. "This text will be shown on the public link upload page when the file list is hidden." : "This text will be shown on the public link upload page when the file list is hidden.",
  355. "Default share permissions" : "Default share permissions",
  356. "Changed disclaimer text" : "Changed disclaimer text",
  357. "Deleted disclaimer text" : "Deleted disclaimer text",
  358. "Could not set disclaimer text" : "Could not set disclaimer text",
  359. "Two-Factor Authentication" : "Two-Factor Authentication",
  360. "Two-factor authentication can be enforced for all accounts and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "Two-factor authentication can be enforced for all accounts and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system.",
  361. "Enforce two-factor authentication" : "Enforce two-factor authentication",
  362. "Limit to groups" : "Limit to groups",
  363. "Enforcement of two-factor authentication can be set for certain groups only." : "Enforcement of two-factor authentication can be set for certain groups only.",
  364. "Two-factor authentication is enforced for all members of the following groups." : "Two-factor authentication is enforced for all members of the following groups.",
  365. "Enforced groups" : "Enforced groups",
  366. "Two-factor authentication is not enforced for members of the following groups." : "Two-factor authentication is not enforced for members of the following groups.",
  367. "Excluded groups" : "Excluded groups",
  368. "When groups are selected/excluded, they use the following logic to determine if an account has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If an account is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "When groups are selected/excluded, they use the following logic to determine if an account has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If an account is both in a selected and excluded group, the selected takes precedence and 2FA is enforced.",
  369. "Save changes" : "Save changes",
  370. "Show details for {appName} app" : "Show details for {appName} app",
  371. "Update to {update}" : "Update to {update}",
  372. "Remove" : "Remove",
  373. "Disable" : "Disable",
  374. "Featured" : "Featured",
  375. "This app is supported via your current Nextcloud subscription." : "This app is supported via your current Nextcloud subscription.",
  376. "Featured apps are developed by and within the community. They offer central functionality and are ready for production use." : "Featured apps are developed by and within the community. They offer central functionality and are ready for production use.",
  377. "Community rating: {score}/5" : "Community rating: {score}/5",
  378. "All apps are up-to-date." : "All apps are up-to-date.",
  379. "Icon" : "Icon",
  380. "Name" : "Surname",
  381. "Version" : "Version",
  382. "Level" : "Level",
  383. "Actions" : "Actions",
  384. "Results from other categories" : "Results from other categories",
  385. "No apps found for your version" : "No apps found for your version",
  386. "Disable all" : "Disable all",
  387. "Download and enable all" : "Download and enable all",
  388. "_%n app has an update available_::_%n apps have an update available_" : ["%n app has an update available","%n apps have an update available"],
  389. "_Update_::_Update all_" : ["Update","Update all"],
  390. "Nothing to show" : "Nothing to show",
  391. "Could not load section content from app store." : "Could not load section content from app store.",
  392. "Loading" : "Loading",
  393. "Fetching the latest news…" : "Fetching the latest news…",
  394. "Could not load app discover section" : "Could not load app discover section",
  395. "Could not render element" : "Could not render element",
  396. "Carousel" : "Carousel",
  397. "Previous slide" : "Previous slide",
  398. "Next slide" : "Next slide",
  399. "Choose slide to display" : "Choose slide to display",
  400. "{index} of {total}" : "{index} of {total}",
  401. "Description" : "Description",
  402. "Details" : "Details",
  403. "All" : "All",
  404. "Limit app usage to groups" : "Limit app usage to groups",
  405. "No results" : "No results",
  406. "Update to {version}" : "Update to {version}",
  407. "This app has no minimum Nextcloud version assigned. This will be an error in the future." : "This app has no minimum Nextcloud version assigned. This will cause an error in the future.",
  408. "This app has no maximum Nextcloud version assigned. This will be an error in the future." : "This app has no maximum Nextcloud version assigned. This will cause an error in the future.",
  409. "This app cannot be installed because the following dependencies are not fulfilled:" : "This app cannot be installed because the following dependencies are not fulfilled:",
  410. "Latest updated" : "Latest updated",
  411. "Author" : "Author",
  412. "Categories" : "Categories",
  413. "Resources" : "Resources",
  414. "Documentation" : "Documentation",
  415. "Interact" : "Interact",
  416. "Report a bug" : "Report a bug",
  417. "Request feature" : "Request feature",
  418. "Ask questions or discuss" : "Ask questions or discuss",
  419. "Rate the app" : "Rate the app",
  420. "Rate" : "Rate",
  421. "View in store" : "View in store",
  422. "Visit website" : "Visit website",
  423. "Usage documentation" : "Usage documentation",
  424. "Admin documentation" : "Admin documentation",
  425. "Developer documentation" : "Developer documentation",
  426. "Changelog" : "Changelog",
  427. "Device name" : "Device name",
  428. "Cancel renaming" : "Cancel renaming",
  429. "Save new name" : "Save new name",
  430. "Marked for remote wipe" : "Marked for remote wipe",
  431. "Device settings" : "Device settings",
  432. "Allow filesystem access" : "Allow filesystem access",
  433. "Rename" : "Rename",
  434. "Revoke" : "Revoke",
  435. "Wipe device" : "Wipe device",
  436. "Revoking this token might prevent the wiping of your device if it has not started the wipe yet." : "Revoking this token might prevent the wiping of your device if it has not started the wipe yet.",
  437. "Google Chrome for Android" : "Google Chrome for Android",
  438. "{productName} iOS app" : "{productName} iOS app",
  439. "{productName} Android app" : "{productName} Android app",
  440. "{productName} Talk for iOS" : "{productName} Talk for iOS",
  441. "{productName} Talk for Android" : "{productName} Talk for Android",
  442. "Sync client" : "Sync client",
  443. "This session" : "This session",
  444. "{client} - {version} ({system})" : "{client} - {version} ({system})",
  445. "{client} - {version}" : "{client} - {version}",
  446. "Device" : "Device",
  447. "Last activity" : "Last activity",
  448. "Devices & sessions" : "Devices & sessions",
  449. "Web, desktop and mobile clients currently logged in to your account." : "Web, desktop and mobile clients currently logged in to your account.",
  450. "App name" : "App name",
  451. "Create new app password" : "Create new app password",
  452. "Error while creating device token" : "Error while creating device token",
  453. "New app password" : "New app password",
  454. "Use the credentials below to configure your app or device. For security reasons this password will only be shown once." : "Use the credentials below to configure your app or device. For security reasons this password will only be shown once.",
  455. "Login" : "Login",
  456. "Password" : "Password",
  457. "Show QR code for mobile apps" : "Show QR code for mobile apps",
  458. "App password copied!" : "App password copied!",
  459. "Copy app password" : "Copy app password",
  460. "Login name copied!" : "Login name copied!",
  461. "Copy login name" : "Copy login name",
  462. "Could not copy app password. Please copy it manually." : "Could not copy app password. Please copy it manually.",
  463. "Could not copy login name. Please copy it manually." : "Could not copy login name. Please copy it manually.",
  464. "For the server to work properly, it's important to configure background jobs correctly. Cron is the recommended setting. Please see the documentation for more information." : "For the server to work properly, it's important to configure background jobs correctly. Cron is the recommended setting. Please see the documentation for more information.",
  465. "Last job execution ran {time}. Something seems wrong." : "Last job execution ran {time}. Something seems wrong.",
  466. "Last job ran {relativeTime}." : "Last job ran {relativeTime}.",
  467. "Background job did not run yet!" : "Background job did not run yet!",
  468. "AJAX" : "AJAX",
  469. "Execute one task with each page loaded. Use case: Single account instance." : "Execute one task with each page loaded. Use case: Single account instance.",
  470. "Webcron" : "Webcron",
  471. "cron.php is registered at a webcron service to call cron.php every 5 minutes over HTTP. Use case: Very small instance (1–5 accounts depending on the usage)." : "cron.php is registered at a webcron service to call cron.php every 5 minutes over HTTP. Use case: Very small instance (1–5 accounts depending on the usage).",
  472. "Cron (Recommended)" : "Cron (Recommended)",
  473. "Use system cron service to call the cron.php file every 5 minutes." : "Use system cron service to call the cron.php file every 5 minutes.",
  474. "The cron.php needs to be executed by the system account \"{user}\"." : "The cron.php needs to be executed by the system account \"{user}\".",
  475. "The PHP POSIX extension is required. See {linkstart}PHP documentation{linkend} for more details." : "The PHP POSIX extension is required. See {linkstart}PHP documentation{linkend} for more details.",
  476. "Unable to update background job mode" : "Unable to update background job mode",
  477. "Profile" : "Profile",
  478. "Enable or disable profile by default for new accounts." : "Enable or disable profile by default for new accounts.",
  479. "Enable" : "Enable",
  480. "Unable to update profile default setting" : "Unable to update profile default setting",
  481. "{app}'s declarative setting field: {name}" : "{app}'s declarative setting field: {name}",
  482. "Failed to save setting" : "Failed to save setting",
  483. "Server-side encryption" : "Server-side encryption",
  484. "Server-side encryption makes it possible to encrypt files which are uploaded to this server. This comes with limitations like a performance penalty, so enable this only if needed." : "Server-side encryption makes it possible to encrypt files which are uploaded to this server. This comes with limitations like a performance penalty, so enable this only if needed.",
  485. "Enable server-side encryption" : "Enable server-side encryption",
  486. "Please read carefully before activating server-side encryption:" : "Please read carefully before activating server-side encryption:",
  487. "Once encryption is enabled, all files uploaded to the server from that point forward will be encrypted at rest on the server. It will only be possible to disable encryption at a later date if the active encryption module supports that function, and all pre-conditions (e.g. setting a recover key) are met." : "Once encryption is enabled, all files uploaded to the server from that point forward will be encrypted at rest on the server. It will only be possible to disable encryption at a later date if the active encryption module supports that function, and all pre-conditions (e.g. setting a recover key) are met.",
  488. "Encryption alone does not guarantee security of the system. Please see documentation for more information about how the encryption app works, and the supported use cases." : "Encryption alone does not guarantee complete security. Please read the documentation for information on how the encryption app works, and supported use cases.",
  489. "Be aware that encryption always increases the file size." : "Be aware that encryption always increases the file size.",
  490. "It is always good to create regular backups of your data, in case of encryption make sure to backup the encryption keys along with your data." : "It is always good to create regular backups of your data, in case of encryption make sure to backup the encryption keys along with your data.",
  491. "This is the final warning: Do you really want to enable encryption?" : "This is the final warning: Do you really want to enable encryption?",
  492. "No encryption module loaded, please enable an encryption module in the app menu." : "No encryption module loaded, please enable an encryption module in the app menu.",
  493. "Select default encryption module:" : "Select default encryption module:",
  494. "You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one. Please enable the \"Default encryption module\" and run {command}" : "You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one. Please enable the \"Default encryption module\" and run {command}",
  495. "Unable to update server side encryption config" : "Unable to update server side encryption config",
  496. "Please confirm the group removal" : "Please confirm the group removal",
  497. "You are about to remove the group \"{group}\". The accounts will NOT be deleted." : "You are about to remove the group \"{group}\". The accounts will NOT be deleted.",
  498. "Cancel" : "Cancel",
  499. "Confirm" : "Confirm",
  500. "Submit" : "Submit",
  501. "Rename group" : "Rename group",
  502. "Remove group" : "Remove group",
  503. "Failed to remove group \"{group}\"" : "Failed to remove group \"{group}\"",
  504. "Current password" : "Current password",
  505. "New password" : "New password",
  506. "Change password" : "Change password",
  507. "Your profile picture" : "Your profile picture",
  508. "Upload profile picture" : "Upload profile picture",
  509. "Choose profile picture from Files" : "Choose profile picture from Files",
  510. "Remove profile picture" : "Remove profile picture",
  511. "The file must be a PNG or JPG" : "The file must be a PNG or JPG",
  512. "Picture provided by original account" : "Picture provided by original account",
  513. "Set as profile picture" : "Set as profile picture",
  514. "Please note that it can take up to 24 hours for your profile picture to be updated everywhere." : "Please note that it can take up to 24 hours for your profile picture to be updated everywhere.",
  515. "Choose your profile picture" : "Choose your profile picture",
  516. "Please select a valid png or jpg file" : "Please select a valid png or jpg file",
  517. "Error setting profile picture" : "Error setting profile picture",
  518. "Error cropping profile picture" : "Error cropping profile picture",
  519. "Error saving profile picture" : "Error saving profile picture",
  520. "Error removing profile picture" : "Error removing profile picture",
  521. "Your biography" : "Your biography",
  522. "You are a member of the following groups:" : "You are a member of the following groups:",
  523. "You are using <strong>{usage}</strong>" : "You are using <strong>{usage}</strong>",
  524. "You are using <strong>{usage}</strong> of <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)" : "You are using <strong>{usage}</strong> of <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)",
  525. "Your full name" : "Your full name",
  526. "Primary email for password reset and notifications" : "Primary email for password reset and notifications",
  527. "Email options" : "Email options",
  528. "Options for additional email address {index}" : "Options for additional email address {index}",
  529. "Remove primary email" : "Remove primary email",
  530. "Delete email" : "Delete email",
  531. "This address is not confirmed" : "This address is not confirmed",
  532. "Unset as primary email" : "Unset as primary email",
  533. "Set as primary email" : "Set as primary email",
  534. "Additional email address {index}" : "Additional email address {index}",
  535. "Unable to delete primary email address" : "Unable to delete primary email address",
  536. "Unable to update primary email address" : "Unable to update primary email address",
  537. "Unable to add additional email address" : "Unable to add additional email address",
  538. "Unable to update additional email address" : "Unable to update additional email address",
  539. "Unable to delete additional email address" : "Unable to delete additional email address",
  540. "No email address set" : "No email address set",
  541. "Your handle" : "Your handle",
  542. "Your headline" : "Your headline",
  543. "Languages" : "Languages",
  544. "Help translate" : "Help translate",
  545. "Unable to update language" : "Unable to update language",
  546. "No language set" : "No language set",
  547. "Locales" : "Locales",
  548. "Week starts on {firstDayOfWeek}" : "Week starts on {firstDayOfWeek}",
  549. "Unable to update locale" : "Unable to update locale",
  550. "No locale set" : "No locale set",
  551. "Your city" : "Your city",
  552. "Your organisation" : "Your organisation",
  553. "Your phone number" : "Your phone number",
  554. "Edit your Profile visibility" : "Edit your Profile visibility",
  555. "Enable profile" : "Enable profile",
  556. "Unable to update profile enabled state" : "Unable to update profile enabled state",
  557. "The more restrictive setting of either visibility or scope is respected on your Profile. For example, if visibility is set to \"Show to everyone\" and scope is set to \"Private\", \"Private\" is respected." : "The more restrictive setting of either visibility or scope is respected on your Profile. For example, if visibility is set to \"Show to everyone\" and scope is set to \"Private\", \"Private\" is respected.",
  558. "Unable to update visibility of {displayId}" : "Unable to update visibility of {displayId}",
  559. "Your role" : "Your role",
  560. "Your X (formerly Twitter) handle" : "Your X (formerly Twitter) handle",
  561. "Your website" : "Your website",
  562. "No {property} set" : "No {property} set",
  563. "Invalid value" : "Invalid value",
  564. "Unable to update {property}" : "Unable to update {property}",
  565. "Change scope level of {property}, current scope is {scope}" : "Change scope level of {property}, current scope is {scope}",
  566. "Unable to update federation scope of the primary {property}" : "Unable to update federation scope of the primary {property}",
  567. "Unable to update federation scope of additional {property}" : "Unable to update federation scope of additional {property}",
  568. "Add additional email" : "Add additional email",
  569. "Add" : "Add",
  570. "Create" : "Create",
  571. "Change" : "Change",
  572. "Delete" : "Delete",
  573. "Reshare" : "Reshare",
  574. "No accounts" : "No accounts",
  575. "Loading accounts …" : "Loading accounts …",
  576. "List of accounts. This list is not fully rendered for performance reasons. The accounts will be rendered as you navigate through the list." : "List of accounts. This list is not fully rendered for performance reasons. The accounts will be rendered as you navigate through the list.",
  577. "Default language" : "Default language",
  578. "Common languages" : "Common languages",
  579. "Other languages" : "Other languages",
  580. "Password change is disabled because the master key is disabled" : "Password change is disabled because the master key is disabled",
  581. "New user" : "New user",
  582. "Display name" : "Display name",
  583. "Either password or email is required" : "Either password or email is required",
  584. "Password (required)" : "Password (required)",
  585. "Email (required)" : "Email (required)",
  586. "Email" : "Email",
  587. "Groups (required)" : "Groups (required)",
  588. "Set user groups" : "Set user groups",
  589. "Administered groups" : "Administered groups",
  590. "Set user as admin for …" : "Set user as admin for …",
  591. "Quota" : "Quota",
  592. "Set user quota" : "Set user quota",
  593. "Language" : "Language",
  594. "Set default language" : "Set default language",
  595. "Manager" : "Manager",
  596. "Add new user" : "Add new user",
  597. "Set user manager" : "Set user manager",
  598. "Username will be autogenerated" : "Username will be autogenerated",
  599. "Username (required)" : "Username (required)",
  600. "Total rows summary" : "Total rows summary",
  601. "Loading users …" : "Loading users …",
  602. "Scroll to load more rows" : "Scroll to load more rows",
  603. "_{userCount} user …_::_{userCount} users …_" : ["{userCount} user …","{userCount} users …"],
  604. "_{userCount} user_::_{userCount} users_" : ["{userCount} user","{userCount} users"],
  605. "Avatar" : "Avatar",
  606. "Username" : "Username",
  607. "Group admin for" : "Group admin for",
  608. "User backend" : "User backend",
  609. "Storage location" : "Storage location",
  610. "Last login" : "Last login",
  611. "User actions" : "User actions",
  612. "Password or insufficient permissions message" : "Password or insufficient permissions message",
  613. "Loading account …" : "Loading account …",
  614. "Change display name" : "Change display name",
  615. "Set new password" : "Set new password",
  616. "You do not have permissions to see the details of this account" : "You do not have permissions to see the details of this account",
  617. "Set new email address" : "Set new email address",
  618. "Add user to group" : "Add user to group",
  619. "Add account to group" : "Add account to group",
  620. "Set account as admin for" : "Set account as admin for",
  621. "Select account quota" : "Select account quota",
  622. "Set the language" : "Set the language",
  623. "Set line manager" : "Set line manager",
  624. "{size} used" : "{size} used",
  625. "Delete account" : "Delete account",
  626. "Disconnect all devices and delete local data" : "Disconnect all devices and delete local data",
  627. "Disable account" : "Disable account",
  628. "Enable account" : "Enable account",
  629. "Resend welcome email" : "Resend welcome email",
  630. "In case of lost device or exiting the organization, this can remotely wipe the Nextcloud data from all devices associated with {userid}. Only works if the devices are connected to the internet." : "In case of lost device or exiting the organization, this can remotely wipe the Nextcloud data from all devices associated with {userid}. Only works if the devices are connected to the internet.",
  631. "Remote wipe of devices" : "Remote wipe of devices",
  632. "Wipe {userid}'s devices" : "Wipe {userid}'s devices",
  633. "Wiped {userid}'s devices" : "Wiped {userid}'s devices",
  634. "Failed to update line manager" : "Failed to update line manager",
  635. "Fully delete {userid}'s account including all their personal files, app data, etc." : "Fully delete {userid}'s account including all their personal files, app data, etc.",
  636. "Account deletion" : "Account deletion",
  637. "Delete {userid}'s account" : "Delete {userid}'s account",
  638. "Display name was successfully changed" : "Display name was successfully changed",
  639. "Password was successfully changed" : "Password was successfully changed",
  640. "Email was successfully changed" : "Email was successfully changed",
  641. "Welcome mail sent!" : "Welcome mail sent!",
  642. "Toggle account actions menu" : "Toggle account actions menu",
  643. "Done" : "Done",
  644. "Edit" : "Edit",
  645. "Account management settings" : "Account management settings",
  646. "Visibility" : "Visibility",
  647. "Show language" : "Show language",
  648. "Show account backend" : "Show account backend",
  649. "Show storage path" : "Show storage path",
  650. "Show last login" : "Show last login",
  651. "Sorting" : "Sorting",
  652. "Send email" : "Send email",
  653. "Send welcome email to new accounts" : "Send welcome email to new accounts",
  654. "Defaults" : "Defaults",
  655. "Default quota" : "Default quota",
  656. "Select default quota" : "Select default quota",
  657. "Passwordless authentication requires a secure connection." : "Passwordless authentication requires a secure connection.",
  658. "Add WebAuthn device" : "Add WebAuthn device",
  659. "Please authorize your WebAuthn device." : "Please authorise your WebAuthn device.",
  660. "Name your device" : "Name your device",
  661. "Adding your device …" : "Adding your device …",
  662. "Server error while trying to add WebAuthn device" : "Server error while trying to add WebAuthn device",
  663. "Server error while trying to complete WebAuthn device registration" : "Server error while trying to complete WebAuthn device registration",
  664. "Unnamed device" : "Unnamed device",
  665. "Passwordless Authentication" : "Passwordless Authentication",
  666. "Set up your account for passwordless authentication following the FIDO2 standard." : "Set up your account for passwordless authentication following the FIDO2 standard.",
  667. "No devices configured." : "No devices configured.",
  668. "The following devices are configured for your account:" : "The following devices are configured for your account:",
  669. "Your browser does not support WebAuthn." : "Your browser does not support WebAuthn.",
  670. "As admin you can fine-tune the sharing behavior. Please see the documentation for more information." : "As admin you can fine-tune the sharing behavior. Please see the documentation for more information.",
  671. "You need to enable the File sharing App." : "You need to enable the File sharing App.",
  672. "Loading app list" : "Loading app list",
  673. "App Store" : "App Store",
  674. "Loading categories" : "Loading categories",
  675. "Developer documentation ↗" : "Developer documentation ↗",
  676. "Version {version}, {license}-licensed" : "Version {version}, {license}-licensed",
  677. "Active accounts" : "Active accounts",
  678. "Admins" : "Admins",
  679. "Disabled accounts" : "Disabled accounts",
  680. "Account group: {group}" : "Account group: {group}",
  681. "Account management" : "Account management",
  682. "New account" : "New account",
  683. "Creating group…" : "Creating group…",
  684. "Create group" : "Create group",
  685. "Group name" : "Group name",
  686. "Please enter a valid group name" : "Please enter a valid group name",
  687. "Failed to create group" : "Failed to create group",
  688. "Sending…" : "Sending…",
  689. "Email sent" : "Email sent",
  690. "Location" : "Location",
  691. "Profile picture" : "Profile picture",
  692. "About" : "About",
  693. "Full name" : "Full name",
  694. "Additional email" : "Additional email",
  695. "Headline" : "Headline",
  696. "Organisation" : "Organisation",
  697. "Phone number" : "Phone number",
  698. "Role" : "Role",
  699. "X (formerly Twitter)" : "X (formerly Twitter)",
  700. "Fediverse (e.g. Mastodon)" : "Fediverse (e.g. Mastodon)",
  701. "Website" : "Website",
  702. "Profile visibility" : "Profile visibility",
  703. "Locale" : "Locale",
  704. "Not available as this property is required for core functionality including file sharing and calendar invitations" : "Not available as this property is required for core functionality including file sharing and calendar invitations",
  705. "Not available as federation has been disabled for your account, contact your system administration if you have any questions" : "Not available as federation has been disabled for your account, contact your system administration if you have any questions",
  706. "Not available as publishing account specific data to the lookup server is not allowed, contact your system administration if you have any questions" : "Not available as publishing account specific data to the lookup server is not allowed, contact your system administration if you have any questions",
  707. "Discover" : "Discover",
  708. "Your apps" : "Your apps",
  709. "Active apps" : "Active apps",
  710. "Disabled apps" : "Disabled apps",
  711. "Updates" : "Updates",
  712. "App bundles" : "App bundles",
  713. "Featured apps" : "Featured apps",
  714. "Supported apps" : "Supported apps",
  715. "Show to everyone" : "Show to everyone",
  716. "Show to logged in accounts only" : "Show to logged in accounts only",
  717. "Hide" : "Hide",
  718. "Download and enable" : "Download and enable",
  719. "Allow untested app" : "Allow untested app",
  720. "The app will be downloaded from the App Store" : "The app will be downloaded from the App Store",
  721. "This app is not marked as compatible with your Nextcloud version. If you continue you will still be able to install the app. Note that the app might not work as expected." : "This app is not marked as compatible with your Nextcloud version. If you continue you will still be able to install the app. Note that the app might not work as expected.",
  722. "Never" : "Never",
  723. "An error occurred during the request. Unable to proceed." : "An error occurred during the request. Unable to proceed.",
  724. "The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds." : "The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds.",
  725. "Error: This app cannot be enabled because it makes the server unstable" : "Error: This app cannot be enabled because it makes the server unstable",
  726. "Do you really want to wipe your data from this device?" : "Do you really want to wipe your data from this device?",
  727. "Confirm wipe" : "Confirm wipe",
  728. "Could not delete the app token" : "Could not delete the app token",
  729. "Error while wiping the device with the token" : "Error while wiping the device with the token",
  730. "Error while updating device token name" : "Error while updating device token name",
  731. "Error while updating device token scope" : "Error while updating device token scope",
  732. "There were too many requests from your network. Retry later or contact your administrator if this is an error." : "There were too many requests from your network. Retry later or contact your administrator if this is an error.",
  733. "Account documentation" : "Account documentation",
  734. "Administration documentation" : "Administration documentation",
  735. "Forum" : "Forum",
  736. "Nextcloud help resources" : "Nextcloud help resources",
  737. "General documentation" : "General documentation",
  738. "None/STARTTLS" : "None/STARTTLS",
  739. "SSL" : "SSL",
  740. "Open documentation" : "Open documentation",
  741. "It is important to set up this server to be able to send emails, like for password reset and notifications." : "It is important to set up this server to be able to send emails, like for password reset and notifications.",
  742. "Send mode" : "Send mode",
  743. "Encryption" : "Encryption",
  744. "Sendmail mode" : "Sendmail mode",
  745. "From address" : "From address",
  746. "Server address" : "Server address",
  747. "Port" : "Port",
  748. "Authentication" : "Authentication",
  749. "Authentication required" : "Authentication required",
  750. "Credentials" : "Credentials",
  751. "SMTP Login" : "SMTP Login",
  752. "SMTP Password" : "SMTP Password",
  753. "Save" : "Save",
  754. "Test and verify email settings" : "Test and verify email settings",
  755. "It's important for the security and performance of your instance that everything is configured correctly. To help you with that we are doing some automatic checks. Please see the linked documentation for more information." : "It's important for the security and performance of your instance that everything is configured correctly. To help you with that we are doing some automatic checks. Please see the linked documentation for more information.",
  756. "All checks passed." : "All checks passed.",
  757. "There are some errors regarding your setup." : "There are some errors regarding your setup.",
  758. "There are some warnings regarding your setup." : "There are some warnings regarding your setup.",
  759. "Checking for system and security issues." : "Checking for system and security issues.",
  760. "Please double check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%1$s\">installation guides ↗</a>, and check for any errors or warnings in the <a href=\"%2$s\">log</a>." : "Please double check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%1$s\">installation guides ↗</a>, and check for any errors or warnings in the <a href=\"%2$s\">log</a>.",
  761. "Check the security of your Nextcloud over <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\">our security scan ↗</a>." : "Check the security of your Nextcloud over <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\">our security scan ↗</a>.",
  762. "Reasons to use Nextcloud in your organization" : "Reasons to use Nextcloud in your organization",
  763. "Developed by the {communityopen}Nextcloud community{linkclose}, the {githubopen}source code{linkclose} is licensed under the {licenseopen}AGPL{linkclose}." : "Developed by the {communityopen}Nextcloud community{linkclose}, the {githubopen}source code{linkclose} is licensed under the {licenseopen}AGPL{linkclose}.",
  764. "Like our Facebook page" : "Like our Facebook page",
  765. "Follow us on Twitter" : "Follow us on Twitter",
  766. "Follow us on Mastodon" : "Follow us on Mastodon",
  767. "Check out our blog" : "Check out our blog",
  768. "Subscribe to our newsletter" : "Subscribe to our newsletter",
  769. "This community release of Nextcloud is unsupported and instant notifications are unavailable." : "This community release of Nextcloud is unsupported and instant notifications are unavailable.",
  770. "Use a second factor besides your password to increase security for your account." : "Use a second factor besides your password to increase security for your account.",
  771. "If you use third party applications to connect to Nextcloud, please make sure to create and configure an app password for each before enabling second factor authentication." : "If you use third party applications to connect to Nextcloud, please make sure to create and configure an app password for each before enabling second factor authentication.",
  772. "No user supplied" : "No user supplied",
  773. "Please provide an admin recovery password; otherwise, all user data will be lost." : "Please provide an admin recovery password; otherwise, all user data will be lost.",
  774. "Backend does not support password change, but the user's encryption key was updated." : "Backend does not support password change, but the user's encryption key was updated.",
  775. "installing and updating apps via the App Store or Federated Cloud Sharing" : "installing and updating apps via the App Store or Federated Cloud Sharing",
  776. "Federated Cloud Sharing" : "Federated Cloud Sharing",
  777. "cURL is using an outdated %1$s version (%2$s). Please update your operating system or features such as %3$s will not work reliably." : "cURL is using an outdated %1$s version (%2$s). Please update your operating system or features such as %3$s will not work reliably.",
  778. "Could not determine if TLS version of cURL is outdated or not because an error happened during the HTTPS request against https://nextcloud.com. Please check the Nextcloud log file for more details." : "Could not determine if TLS version of cURL is outdated or not because an error happened during the HTTPS request against https://nextcloud.com. Please check the Nextcloud log file for more details.",
  779. "OPcache is disabled. For better performance, it is recommended to apply <code>opcache.enable=1</code> to your PHP configuration." : "OPcache is disabled. For better performance, it is recommended to apply <code>opcache.enable=1</code> to your PHP configuration.",
  780. "OPcache is configured to remove code comments. With OPcache enabled, <code>opcache.save_comments=1</code> must be set for Nextcloud to function." : "OPcache is configured to remove code comments. With OPcache enabled, <code>opcache.save_comments=1</code> must be set for Nextcloud to function.",
  781. "Nextcloud is not allowed to use the OPcache API. With OPcache enabled, it is highly recommended to include all Nextcloud directories with <code>opcache.restrict_api</code> or unset this setting to disable OPcache API restrictions, to prevent errors during Nextcloud core or app upgrades." : "Nextcloud is not allowed to use the OPcache API. With OPcache enabled, it is highly recommended to include all Nextcloud directories with <code>opcache.restrict_api</code> or unset this setting to disable OPcache API restrictions, to prevent errors during Nextcloud core or app upgrades.",
  782. "Nextcloud is not allowed to use the OPcache API. It is highly recommended to include all Nextcloud directories with <code>opcache.restrict_api</code> or unset this setting to disable OPcache API restrictions, to prevent errors during Nextcloud core or app upgrades." : "Nextcloud is not allowed to use the OPcache API. It is highly recommended to include all Nextcloud directories with <code>opcache.restrict_api</code> or unset this setting to disable OPcache API restrictions, to prevent errors during Nextcloud core or app upgrades.",
  783. "The shared memory based OPcache is disabled. For better performance, it is recommended to apply <code>opcache.file_cache_only=0</code> to your PHP configuration and use the file cache as second level cache only." : "The shared memory based OPcache is disabled. For better performance, it is recommended to apply <code>opcache.file_cache_only=0</code> to your PHP configuration and use the file cache as second level cache only.",
  784. "The maximum number of OPcache keys is nearly exceeded. To assure that all scripts can be kept in the cache, it is recommended to apply <code>opcache.max_accelerated_files</code> to your PHP configuration with a value higher than <code>%s</code>." : "The maximum number of OPcache keys is nearly exceeded. To assure that all scripts can be kept in the cache, it is recommended to apply <code>opcache.max_accelerated_files</code> to your PHP configuration with a value higher than <code>%s</code>.",
  785. "The OPcache buffer is nearly full. To assure that all scripts can be hold in cache, it is recommended to apply <code>opcache.memory_consumption</code> to your PHP configuration with a value higher than <code>%s</code>." : "The OPcache buffer is nearly full. To assure that all scripts can be hold in cache, it is recommended to apply <code>opcache.memory_consumption</code> to your PHP configuration with a value higher than <code>%s</code>.",
  786. "The OPcache interned strings buffer is nearly full. To assure that repeating strings can be effectively cached, it is recommended to apply <code>opcache.interned_strings_buffer</code> to your PHP configuration with a value higher than <code>%s</code>." : "The OPcache interned strings buffer is nearly full. To assure that repeating strings can be effectively cached, it is recommended to apply <code>opcache.interned_strings_buffer</code> to your PHP configuration with a value higher than <code>%s</code>.",
  787. "You need to set your user email before being able to send test emails. Go to %s for that." : "You need to set your user email before being able to send test emails. Go to %s for that.",
  788. "Invalid user" : "Invalid user",
  789. "Your username is: %s" : "Your username is: %s",
  790. "Logged in user must be a subadmin" : "Logged in user must be a subadmin",
  791. "A background job is pending that checks for user imported SSL certificates. Please check back later." : "A background job is pending that checks for user imported SSL certificates. Please check back later.",
  792. "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below.",
  793. "Invalid UUIDs of LDAP users or groups have been found. Please review your \"Override UUID detection\" settings in the Expert part of the LDAP configuration and use \"occ ldap:update-uuid\" to update them." : "Invalid UUIDs of LDAP users or groups have been found. Please review your \"Override UUID detection\" settings in the Expert part of the LDAP configuration and use \"occ ldap:update-uuid\" to update them.",
  794. "Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system.",
  795. "When groups are selected/excluded, they use the following logic to determine if a user has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If a user is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "When groups are selected/excluded, they use the following logic to determine if a user has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If a user is both in a selected and excluded group, the selected takes precedence and 2FA is enforced.",
  796. "Enable all" : "Enable all",
  797. "Internet Explorer" : "Internet Explorer",
  798. "Edge" : "Edge",
  799. "Firefox" : "Firefox",
  800. "Google Chrome" : "Google Chrome",
  801. "Safari" : "Safari",
  802. "iPhone" : "iPhone",
  803. "iPad" : "iPad",
  804. "Sync client - {os}" : "Sync client - {os}",
  805. "Error while deleting the token" : "Error while deleting the token",
  806. "Use the credentials below to configure your app or device." : "Use the credentials below to configure your app or device.",
  807. "For security reasons this password will only be shown once." : "For security reasons this password will only be shown once.",
  808. "Copied!" : "Copied!",
  809. "Copy" : "Copy",
  810. "Execute one task with each page loaded. Use case: Single user instance." : "Execute one task with each page loaded. Use case: Single user instance.",
  811. "cron.php is registered at a webcron service to call cron.php every 5 minutes over HTTP. Use case: Very small instance (1–5 users depending on the usage)." : "cron.php is registered at a webcron service to call cron.php every 5 minutes over HTTP. Use case: Very small instance (1–5 users depending on the usage).",
  812. "To run this you need the PHP POSIX extension. See {linkstart}PHP documentation{linkend} for more details." : "To run this you need the PHP POSIX extension. See {linkstart}PHP documentation{linkend} for more details.",
  813. "Use system cron service to call the cron.php file every 5 minutes. Recommended for all instances." : "Use system cron service to call the cron.php file every 5 minutes. Recommended for all instances.",
  814. "The cron.php needs to be executed by the system user \"{user}\"." : "The cron.php needs to be executed by the system user \"{user}\".",
  815. "Enable or disable profile by default for new users." : "Enable or disable profile by default for new users.",
  816. "You are about to remove the group {group}. The users will NOT be deleted." : "You are about to remove the group {group}. The users will NOT be deleted.",
  817. "Please confirm the group removal " : "Please confirm the group removal ",
  818. "Your profile information" : "Your profile information",
  819. "Choose profile picture from files" : "Choose profile picture from files",
  820. "png or jpg, max. 20 MB" : "png or jpg, max. 20 MB",
  821. "Your email address" : "Your email address",
  822. "Additional emails" : "Additional emails",
  823. "Your location" : "Your location",
  824. "Enable Profile" : "Enable Profile",
  825. "Your Twitter handle" : "Your Twitter handle",
  826. "You do not have permissions to see the details of this user" : "You do not have permissions to see the details of this user",
  827. "Add new password" : "Add new password",
  828. "Add new email address" : "Add new email address",
  829. "Set user as admin for" : "Set user as admin for",
  830. "Select user quota" : "Select user quota",
  831. "Toggle user actions menu" : "Toggle user actions menu",
  832. "Delete user" : "Delete user",
  833. "Wipe all devices" : "Wipe all devices",
  834. "Disable user" : "Disable user",
  835. "Enable user" : "Enable user",
  836. "Edit User" : "Edit User",
  837. "Will be autogenerated" : "Will be autogenerated",
  838. "Add a new user" : "Add a new user",
  839. "No users in here" : "No users in here",
  840. "{license}-licensed" : "{license}-licensed",
  841. "by {author}\n{license}" : "by {author}\n{license}",
  842. "Enter group name" : "Enter group name",
  843. "Add group" : "Add group",
  844. "Active users" : "Active users",
  845. "Disabled users" : "Disabled users",
  846. "Default quota:" : "Default quota:",
  847. "Show Languages" : "Show Languages",
  848. "Show user backend" : "Show user backend",
  849. "Send email to new user" : "Send email to new user",
  850. "Not saved" : "Not saved",
  851. "Twitter" : "Twitter",
  852. "Not available as federation has been disabled for your account, contact your system administrator if you have any questions" : "Not available as federation has been disabled for your account, contact your system administrator if you have any questions",
  853. "Not available as publishing user specific data to the lookup server is not allowed, contact your system administrator if you have any questions" : "Not available as publishing user specific data to the lookup server is not allowed, contact your system administrator if you have any questions",
  854. "Show to logged in users only" : "Show to logged in users only",
  855. "Enable untested app" : "Enable untested app",
  856. "SMTP Username" : "SMTP Username",
  857. "Expire after" : "Expire after",
  858. "day(s)" : "day(s)",
  859. "Exclude groups from password requirements:" : "Exclude groups from password requirements:",
  860. "Set default expiration date" : "Set default expiry date",
  861. "Exclude groups from creating link shares:" : "Exclude groups from creating link shares:",
  862. "Exclude groups from sharing" : "Exclude groups from sharing",
  863. "These groups will still be able to receive shares, but not to initiate them." : "These groups will still be able to receive shares, but not to initiate them.",
  864. "Allow username autocompletion in share dialog" : "Allow username autocompletion in share dialogue",
  865. "Allow username autocompletion to users within the same groups" : "Allow username autocompletion to users within the same groups",
  866. "The DAV system address book sync has not run yet as your instance has more than 1000 users or because an error occured. Please run it manually by calling occ dav:sync-system-addressbook." : "The DAV system address book sync has not run yet as your instance has more than 1000 users or because an error occured. Please run it manually by calling occ dav:sync-system-addressbook.",
  867. "Edit display name" : "Edit display name",
  868. "Select manager" : "Select manager",
  869. "User's table" : "User's table",
  870. "Select user manager" : "Select user manager",
  871. "Old user imported certificates" : "Old user imported certificates",
  872. "Overwrite cli URL" : "Overwrite CLI URL",
  873. "This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them: %s." : "This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them: %s.",
  874. "Rating: {score}/10" : "Rating: {score}/10",
  875. "You are about to remove the group \"{group}\". The users will NOT be deleted." : "You are about to remove the group \"{group}\". The users will NOT be deleted.",
  876. "No users" : "No users",
  877. "List of users. This list is not fully rendered for performance reasons. The users will be rendered as you navigate through the list." : "List of users. This list is not fully rendered for performance reasons. The users will be rendered as you navigate through the list.",
  878. "Loading user …" : "Loading user …",
  879. "Failed to update user manager" : "Failed to update user manager",
  880. "User management settings" : "User management settings",
  881. "Send welcome email to new users" : "Send welcome email to new users",
  882. "User management" : "User management",
  883. "Creating group …" : "Creating group …",
  884. "User group: {group}" : "User group: {group}"
  885. },
  886. "nplurals=2; plural=(n != 1);");