summaryrefslogtreecommitdiffstats
path: root/settings/l10n
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2017-07-13 00:08:31 +0000
committerNextcloud bot <bot@nextcloud.com>2017-07-13 00:08:31 +0000
commit261513b04ae42455a8b6b0bcda727e54e9d0f001 (patch)
tree9c9be5f172a448e65247702036f9c3d2389f5e3d /settings/l10n
parent6461d083e235025d5a6c8f890949e5ce0b544046 (diff)
downloadnextcloud-server-261513b04ae42455a8b6b0bcda727e54e9d0f001.tar.gz
nextcloud-server-261513b04ae42455a8b6b0bcda727e54e9d0f001.zip
[tx-robot] updated from transifex
Diffstat (limited to 'settings/l10n')
-rw-r--r--settings/l10n/cs.js15
-rw-r--r--settings/l10n/cs.json15
-rw-r--r--settings/l10n/es.js15
-rw-r--r--settings/l10n/es.json15
-rw-r--r--settings/l10n/es_MX.js57
-rw-r--r--settings/l10n/es_MX.json57
-rw-r--r--settings/l10n/nb.js16
-rw-r--r--settings/l10n/nb.json16
-rw-r--r--settings/l10n/nl.js1
-rw-r--r--settings/l10n/nl.json1
10 files changed, 152 insertions, 56 deletions
diff --git a/settings/l10n/cs.js b/settings/l10n/cs.js
index c6fe1506643..64184363588 100644
--- a/settings/l10n/cs.js
+++ b/settings/l10n/cs.js
@@ -299,11 +299,20 @@ OC.L10N.register(
"Start migration" : "Spustit migraci",
"Security & setup warnings" : "Upozornění zabezpečení a nastavení",
"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 Tips & Ticks section and the documentation for more information." : "Pro optimální zabezpečení a výkon instance je důležitě, aby vše bylo správně nakonfigurováno. Abychom vám v tom pomohli, automaticky ověřujeme některá nastavení. Pro více informací nahlédněte do sekce Tipy a Triky a do dokumentace.",
+ "PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP není nejspíše správně nastaveno pro dotazování na proměnné hodnoty systému. Test s getenv(\"PATH\") vrací pouze prázdnou odpověď.",
+ "Please check the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">installation documentation ↗</a> for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Zkontrolujte prosím konfiguraci PHP podle <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">instalační dokumentace ↗</a>, hlavně při použití php-fpm.",
"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." : "Konfigurace je nastavena pouze pro čtení. Toto znemožňuje některá nastavení přes webové rozhraní. Dále musí být pro každou změnu povolen zápis do konfiguračního souboru ručně.",
+ "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "PHP je patrně nastaveno tak, aby odstraňovalo bloky komentářů. Toto bude mít za následek znepřístupnění mnoha důležitých aplikací.",
"This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Toto je pravděpodobně způsobeno aplikacemi pro urychlení načítání jako jsou Zend OPcache nebo eAccelerator.",
"Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Vaše databáze neběží s úrovní izolace transakcí \"READ COMMITTED\". Toto může způsobit problémy při paralelním spouštění více akcí současně.",
+ "%1$s below version %2$s is installed, for stability and performance reasons it is recommended to update to a newer %1$s version." : "Je nainstalován %1$s nižší verze než %2$s, z důvodu lepší stability a výkonu doporučujeme aktualizovat na novější verzi %1$s.",
+ "The PHP module 'fileinfo' is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "Modul PHP 'fileinfo' chybí. Důrazně se doporučuje, aby tento modul pro získání lepších výsledků při zjišťování typu MIME byl povolen.",
"Transactional file locking is disabled, this might lead to issues with race conditions. Enable 'filelocking.enabled' in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation ↗</a> for more information." : "Transakční uzamykání souborů je vypnuto, což může vést k problémům s \"race\" podmínkami. Pro zabránění těmto problémům povolte 'filelocking.enabled' v souboru config.php. Více informací lze nalézt v <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">dokumentaci ↗</a>.",
"System locale can not be set to a one which supports UTF-8." : "Není možné nastavit znakovou sadu, která podporuje UTF-8.",
+ "This means that there might be problems with certain characters in filenames." : "To znamená, že se mohou vyskytnout problémy s určitými znaky v názvech souborů.",
+ "It is strongly proposed to install the required packages on your system to support one of the following locales: %s." : "Velmi doporučujeme nainstalovat požadované balíčky do systému, pro podporu jednoho z následujících národních prostředí: %s.",
+ "If your installation is not installed at the root of the domain and uses system Cron, there can be issues with the URL generation. To avoid these problems, please set the \"overwrite.cli.url\" option in your config.php file to the webroot path of your installation (Suggested: \"%s\")" : "Instalace mimo kořenový adresář domény a používání systémového příkazu cron může způsobit problém s generováním správné URL. Pro zabránění těmto chybám nastavte prosím správnou cestu ve svém config.php souboru v hodnotě \"overwrite.cli.url\" (Je doporučena tato: \"%s\")",
+ "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "Nebylo možné spustit službu cron v CLI. Došlo k následujícím technickým chybám:",
"Please double check the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">installation guides ↗</a>, and check for any errors or warnings in the <a href=\"%s\">log</a>." : "Prosím překontrolujte <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">instalační pokyny ↗</a> a najděte jakékoliv chyby a varování v <a href=\"%s\">logu</a>.",
"All checks passed." : "Všechny testy byly úspěšné.",
"Background jobs" : "Úkoly na pozadí",
@@ -312,8 +321,10 @@ OC.L10N.register(
"Background job didn’t run yet!" : "Úkol na pozadí ještě neběžel",
"For optimal performance it's important to configure background jobs correctly. For bigger instances 'Cron' is the recommended setting. Please see the documentation for more information." : "Pro optimální výkon je důležité nakonfigurovat úkoly běžící na pozadí. Pro větší instance je doporučenou metodou 'cron'. Více informací naleznete v dokumentaci.",
"Execute one task with each page loaded" : "Spustit jednu úlohu s každým načtením stránky",
+ "cron.php is registered at a webcron service to call cron.php every 15 minutes over HTTP." : "cron.php je registrován u služby webcron, aby volal cron.php jednou za 15 minut přes HTTP.",
"Use system cron service to call the cron.php file every 15 minutes." : "Použít systémovou službu cron pro volání cron.php každých 15 minut.",
"The cron.php needs to be executed by the system user \"%s\"." : "cron.php musí být spuštěn s právy systémového uživatele \"%s\".",
+ "To run this you need the PHP POSIX extension. See {linkstart}PHP documentation{linkend} for more details." : "Pro spuštění je potřeba PHP POSIX rozšíření. Více informací lze nalézt v {linkstart}PHP dokumentaci{linkend}.",
"Sharing" : "Sdílení",
"As admin you can fine-tune the sharing behavior. Please see the documentation for more information." : "Jako administrátor můžete upravit chování sdílení. Více informací naleznete v dokumentaci.",
"Allow apps to use the Share API" : "Povolit aplikacím používat API sdílení",
@@ -348,6 +359,10 @@ OC.L10N.register(
"No display name set" : "Jméno pro zobrazení nenastaveno",
"Web, desktop and mobile clients currently logged in to your account." : "Weboví, desktopoví a mobilní klienti aktuálně přihlášeni k vašemu účtu.",
"Developed by the {communityopen}Nextcloud community{linkclose}, the {githubopen}source code{linkclose} is licensed under the {licenseopen}AGPL{linkclose}." : "Vyvíjeno {communityopen}Nextcloud komunitou{linkclose}, {githubopen}zdrojový kód{linkclose} je licencován pod {licenseopen}AGPL{linkclose}.",
+ "Follow us on Google+" : "Sledujte nás na Google+",
+ "Like our Facebook page" : "Stejně jako naše stránky na Facebooku",
+ "Follow us on Twitter" : "Sledujte nás na Twitteru",
+ "Check out our blog" : "Podívejte se na náš blog",
"Settings" : "Nastavení",
"Show storage location" : "Cesta k datům",
"Show user backend" : "Zobrazit vedení uživatelů",
diff --git a/settings/l10n/cs.json b/settings/l10n/cs.json
index 392199a8241..a2384f26e9f 100644
--- a/settings/l10n/cs.json
+++ b/settings/l10n/cs.json
@@ -297,11 +297,20 @@
"Start migration" : "Spustit migraci",
"Security & setup warnings" : "Upozornění zabezpečení a nastavení",
"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 Tips & Ticks section and the documentation for more information." : "Pro optimální zabezpečení a výkon instance je důležitě, aby vše bylo správně nakonfigurováno. Abychom vám v tom pomohli, automaticky ověřujeme některá nastavení. Pro více informací nahlédněte do sekce Tipy a Triky a do dokumentace.",
+ "PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP není nejspíše správně nastaveno pro dotazování na proměnné hodnoty systému. Test s getenv(\"PATH\") vrací pouze prázdnou odpověď.",
+ "Please check the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">installation documentation ↗</a> for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Zkontrolujte prosím konfiguraci PHP podle <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">instalační dokumentace ↗</a>, hlavně při použití php-fpm.",
"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." : "Konfigurace je nastavena pouze pro čtení. Toto znemožňuje některá nastavení přes webové rozhraní. Dále musí být pro každou změnu povolen zápis do konfiguračního souboru ručně.",
+ "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "PHP je patrně nastaveno tak, aby odstraňovalo bloky komentářů. Toto bude mít za následek znepřístupnění mnoha důležitých aplikací.",
"This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Toto je pravděpodobně způsobeno aplikacemi pro urychlení načítání jako jsou Zend OPcache nebo eAccelerator.",
"Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Vaše databáze neběží s úrovní izolace transakcí \"READ COMMITTED\". Toto může způsobit problémy při paralelním spouštění více akcí současně.",
+ "%1$s below version %2$s is installed, for stability and performance reasons it is recommended to update to a newer %1$s version." : "Je nainstalován %1$s nižší verze než %2$s, z důvodu lepší stability a výkonu doporučujeme aktualizovat na novější verzi %1$s.",
+ "The PHP module 'fileinfo' is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "Modul PHP 'fileinfo' chybí. Důrazně se doporučuje, aby tento modul pro získání lepších výsledků při zjišťování typu MIME byl povolen.",
"Transactional file locking is disabled, this might lead to issues with race conditions. Enable 'filelocking.enabled' in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation ↗</a> for more information." : "Transakční uzamykání souborů je vypnuto, což může vést k problémům s \"race\" podmínkami. Pro zabránění těmto problémům povolte 'filelocking.enabled' v souboru config.php. Více informací lze nalézt v <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">dokumentaci ↗</a>.",
"System locale can not be set to a one which supports UTF-8." : "Není možné nastavit znakovou sadu, která podporuje UTF-8.",
+ "This means that there might be problems with certain characters in filenames." : "To znamená, že se mohou vyskytnout problémy s určitými znaky v názvech souborů.",
+ "It is strongly proposed to install the required packages on your system to support one of the following locales: %s." : "Velmi doporučujeme nainstalovat požadované balíčky do systému, pro podporu jednoho z následujících národních prostředí: %s.",
+ "If your installation is not installed at the root of the domain and uses system Cron, there can be issues with the URL generation. To avoid these problems, please set the \"overwrite.cli.url\" option in your config.php file to the webroot path of your installation (Suggested: \"%s\")" : "Instalace mimo kořenový adresář domény a používání systémového příkazu cron může způsobit problém s generováním správné URL. Pro zabránění těmto chybám nastavte prosím správnou cestu ve svém config.php souboru v hodnotě \"overwrite.cli.url\" (Je doporučena tato: \"%s\")",
+ "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "Nebylo možné spustit službu cron v CLI. Došlo k následujícím technickým chybám:",
"Please double check the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">installation guides ↗</a>, and check for any errors or warnings in the <a href=\"%s\">log</a>." : "Prosím překontrolujte <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">instalační pokyny ↗</a> a najděte jakékoliv chyby a varování v <a href=\"%s\">logu</a>.",
"All checks passed." : "Všechny testy byly úspěšné.",
"Background jobs" : "Úkoly na pozadí",
@@ -310,8 +319,10 @@
"Background job didn’t run yet!" : "Úkol na pozadí ještě neběžel",
"For optimal performance it's important to configure background jobs correctly. For bigger instances 'Cron' is the recommended setting. Please see the documentation for more information." : "Pro optimální výkon je důležité nakonfigurovat úkoly běžící na pozadí. Pro větší instance je doporučenou metodou 'cron'. Více informací naleznete v dokumentaci.",
"Execute one task with each page loaded" : "Spustit jednu úlohu s každým načtením stránky",
+ "cron.php is registered at a webcron service to call cron.php every 15 minutes over HTTP." : "cron.php je registrován u služby webcron, aby volal cron.php jednou za 15 minut přes HTTP.",
"Use system cron service to call the cron.php file every 15 minutes." : "Použít systémovou službu cron pro volání cron.php každých 15 minut.",
"The cron.php needs to be executed by the system user \"%s\"." : "cron.php musí být spuštěn s právy systémového uživatele \"%s\".",
+ "To run this you need the PHP POSIX extension. See {linkstart}PHP documentation{linkend} for more details." : "Pro spuštění je potřeba PHP POSIX rozšíření. Více informací lze nalézt v {linkstart}PHP dokumentaci{linkend}.",
"Sharing" : "Sdílení",
"As admin you can fine-tune the sharing behavior. Please see the documentation for more information." : "Jako administrátor můžete upravit chování sdílení. Více informací naleznete v dokumentaci.",
"Allow apps to use the Share API" : "Povolit aplikacím používat API sdílení",
@@ -346,6 +357,10 @@
"No display name set" : "Jméno pro zobrazení nenastaveno",
"Web, desktop and mobile clients currently logged in to your account." : "Weboví, desktopoví a mobilní klienti aktuálně přihlášeni k vašemu účtu.",
"Developed by the {communityopen}Nextcloud community{linkclose}, the {githubopen}source code{linkclose} is licensed under the {licenseopen}AGPL{linkclose}." : "Vyvíjeno {communityopen}Nextcloud komunitou{linkclose}, {githubopen}zdrojový kód{linkclose} je licencován pod {licenseopen}AGPL{linkclose}.",
+ "Follow us on Google+" : "Sledujte nás na Google+",
+ "Like our Facebook page" : "Stejně jako naše stránky na Facebooku",
+ "Follow us on Twitter" : "Sledujte nás na Twitteru",
+ "Check out our blog" : "Podívejte se na náš blog",
"Settings" : "Nastavení",
"Show storage location" : "Cesta k datům",
"Show user backend" : "Zobrazit vedení uživatelů",
diff --git a/settings/l10n/es.js b/settings/l10n/es.js
index cd5ed1b77ee..9d821eb634e 100644
--- a/settings/l10n/es.js
+++ b/settings/l10n/es.js
@@ -299,11 +299,19 @@ OC.L10N.register(
"Start migration" : "Iniciar migración",
"Security & setup warnings" : "Avisos de seguridad y configuración",
"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 Tips & Ticks section and the documentation for more information." : "Es importante para la seguridad y buen funcionamiento de tu instancia que todo esté configurado correctamente. Para ayudarte con esto, vamos a hacer algunas comprobaciones automáticas. Por favor, comprueba la sección 'Sugerencias y trucos' y la documentación para más información.",
+ "PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP parece que no está configurado correctamente para solicitar las variables de entorno del sistema. La prueba con getenv(\"PATH\") sólo devuelve una respuesta vacía.",
+ "Please check the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">installation documentation ↗</a> for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Por favor revisa la <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentación de instalación ↗</a> para ver notas de configuración de PHP y comprobar la configuración PHP de tu servidor, especialmente cuando se está usando php-fpm.",
"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." : "Se ha habilitado la configuración de sólo lectura. Esto evita tener que ajustar algunas configuraciones a través de la interfaz web. Además, el archivo debe hacerse modificable manualmente para cada actualización.",
+ "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "PHP está aparentemente configurado para quitar bloques de documento ('strip inline doc blocks'). Esto hará que varias aplicaciones principales estén inaccesibles.",
"This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Probablemente esto venga a causa de la caché o un acelerador, tales como Zend OPcache o eAccelerator.",
"Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Su base de datos no se ejecuta con el nivel de aislamiento de transacción \"READ COMMITTED\" . Ésto puede causar problemas cuando múltiples acciones se ejecutan en paralelo.",
+ "The PHP module 'fileinfo' is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "Falta el módulo PHP 'fileinfo'. Es muy recomendable activar este módulo para conseguir mejores resultados en la detección de los tipos MIME.",
"Transactional file locking is disabled, this might lead to issues with race conditions. Enable 'filelocking.enabled' in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation ↗</a> for more information." : "El bloqueo de archivos transaccional está desactivado, esto podría conducir a problemas con 'race conditions'. Activa 'filelocking.enabled' en 'config.php' para solucionar esos problemas. Mira la <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentación ↗</a> para más información.",
"System locale can not be set to a one which supports UTF-8." : "No se puede escoger una configuración regional que soporte UTF-8.",
+ "This means that there might be problems with certain characters in filenames." : "Esto significa que puede haber problemas con ciertos caracteres en los nombres de archivo.",
+ "It is strongly proposed to install the required packages on your system to support one of the following locales: %s." : "Es muy recomendable instalar los paquetes necesarios para poder soportar una de las siguientes configuraciones regionales: %s. ",
+ "If your installation is not installed at the root of the domain and uses system Cron, there can be issues with the URL generation. To avoid these problems, please set the \"overwrite.cli.url\" option in your config.php file to the webroot path of your installation (Suggested: \"%s\")" : "Si su instalación no está ubicada en la raíz del dominio y usa el cron del sistema, puede haber problemas al generarse los URL. Para evitarlos, configure la opción \"overwrite.cli.url\" en su archivo config.php para que use la ruta de la raíz del sitio web de su instalación (sugerencia: \"%s\")",
+ "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "No fue posible lanzar la tarea cron mediante CLI. Los siguientes errores técnicos has aparecido:",
"Please double check the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">installation guides ↗</a>, and check for any errors or warnings in the <a href=\"%s\">log</a>." : "Por favor, compruebe las <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">guías de instalación ↗</a>, y compruebe posibles errores o advertencias en el <a href=\"%s\">registro</a>.",
"All checks passed." : "Ha pasado todos los controles",
"Background jobs" : "Trabajos en segundo plano",
@@ -312,8 +320,10 @@ OC.L10N.register(
"Background job didn’t run yet!" : "¡El trabajo en segundo plano no se ha ejecutado todavía!",
"For optimal performance it's important to configure background jobs correctly. For bigger instances 'Cron' is the recommended setting. Please see the documentation for more information." : "Para un desempeño óptimo es imoprtante configurar correctamente los trabajos en segundo plano. Para instancias más grandes, 'cron' es la configuración recomendada. Por favor, lee la documentación para más información.",
"Execute one task with each page loaded" : "Ejecutar una tarea con cada página cargada",
+ "cron.php is registered at a webcron service to call cron.php every 15 minutes over HTTP." : "cron.php se registra en un servicio webcron para llamar a cron.php cada 15 minutos a través de HTTP.",
"Use system cron service to call the cron.php file every 15 minutes." : "Usar el cron del sistema para ejecutar el archivo cron.php cada 15 minutos.",
"The cron.php needs to be executed by the system user \"%s\"." : "El archivo cron.php debe ser ejecutado por el usuario de sistema \"%s\".",
+ "To run this you need the PHP POSIX extension. See {linkstart}PHP documentation{linkend} for more details." : "Necesitas la extensión PHP POSIX para lanzar esto. Mira la {linkstart}documentación de PHP{linkend} para más detalles.",
"Sharing" : "Compartiendo",
"As admin you can fine-tune the sharing behavior. Please see the documentation for more information." : "Como administrador puedes ajustar el comportameiento al compartir. Por favor, lee la documentación para más información.",
"Allow apps to use the Share API" : "Permitir a las aplicaciones utilizar la API de Compartición",
@@ -348,6 +358,11 @@ OC.L10N.register(
"No display name set" : "No se ha establecido ningún nombre para mostrar",
"Web, desktop and mobile clients currently logged in to your account." : "Clientes web, móviles y de escritorio actualmente conectados a tu cuenta.",
"Developed by the {communityopen}Nextcloud community{linkclose}, the {githubopen}source code{linkclose} is licensed under the {licenseopen}AGPL{linkclose}." : "Desarrollado por la {communityopen}comunidad Nextcloud{linkclose}, el {githubopen}código fuente{linkclose} está licenciado bajo la {licenseopen}AGPL{linkclose}.",
+ "Follow us on Google+" : "Síguenos en Google+",
+ "Like our Facebook page" : "Da a Me gusta en nuestra página de Facebook",
+ "Follow us on Twitter" : "Síguenos en Twitter",
+ "Check out our blog" : "Lee nuestro blog",
+ "Subscribe to our newsletter" : "Suscríbete a nuestro boletín",
"Settings" : "Configuración",
"Show storage location" : "Mostrar la ubicación del almacenamiento",
"Show user backend" : "Mostrar motor de usuario",
diff --git a/settings/l10n/es.json b/settings/l10n/es.json
index 13dbb906a6b..defa0e90ad0 100644
--- a/settings/l10n/es.json
+++ b/settings/l10n/es.json
@@ -297,11 +297,19 @@
"Start migration" : "Iniciar migración",
"Security & setup warnings" : "Avisos de seguridad y configuración",
"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 Tips & Ticks section and the documentation for more information." : "Es importante para la seguridad y buen funcionamiento de tu instancia que todo esté configurado correctamente. Para ayudarte con esto, vamos a hacer algunas comprobaciones automáticas. Por favor, comprueba la sección 'Sugerencias y trucos' y la documentación para más información.",
+ "PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP parece que no está configurado correctamente para solicitar las variables de entorno del sistema. La prueba con getenv(\"PATH\") sólo devuelve una respuesta vacía.",
+ "Please check the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">installation documentation ↗</a> for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Por favor revisa la <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentación de instalación ↗</a> para ver notas de configuración de PHP y comprobar la configuración PHP de tu servidor, especialmente cuando se está usando php-fpm.",
"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." : "Se ha habilitado la configuración de sólo lectura. Esto evita tener que ajustar algunas configuraciones a través de la interfaz web. Además, el archivo debe hacerse modificable manualmente para cada actualización.",
+ "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "PHP está aparentemente configurado para quitar bloques de documento ('strip inline doc blocks'). Esto hará que varias aplicaciones principales estén inaccesibles.",
"This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Probablemente esto venga a causa de la caché o un acelerador, tales como Zend OPcache o eAccelerator.",
"Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Su base de datos no se ejecuta con el nivel de aislamiento de transacción \"READ COMMITTED\" . Ésto puede causar problemas cuando múltiples acciones se ejecutan en paralelo.",
+ "The PHP module 'fileinfo' is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "Falta el módulo PHP 'fileinfo'. Es muy recomendable activar este módulo para conseguir mejores resultados en la detección de los tipos MIME.",
"Transactional file locking is disabled, this might lead to issues with race conditions. Enable 'filelocking.enabled' in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation ↗</a> for more information." : "El bloqueo de archivos transaccional está desactivado, esto podría conducir a problemas con 'race conditions'. Activa 'filelocking.enabled' en 'config.php' para solucionar esos problemas. Mira la <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentación ↗</a> para más información.",
"System locale can not be set to a one which supports UTF-8." : "No se puede escoger una configuración regional que soporte UTF-8.",
+ "This means that there might be problems with certain characters in filenames." : "Esto significa que puede haber problemas con ciertos caracteres en los nombres de archivo.",
+ "It is strongly proposed to install the required packages on your system to support one of the following locales: %s." : "Es muy recomendable instalar los paquetes necesarios para poder soportar una de las siguientes configuraciones regionales: %s. ",
+ "If your installation is not installed at the root of the domain and uses system Cron, there can be issues with the URL generation. To avoid these problems, please set the \"overwrite.cli.url\" option in your config.php file to the webroot path of your installation (Suggested: \"%s\")" : "Si su instalación no está ubicada en la raíz del dominio y usa el cron del sistema, puede haber problemas al generarse los URL. Para evitarlos, configure la opción \"overwrite.cli.url\" en su archivo config.php para que use la ruta de la raíz del sitio web de su instalación (sugerencia: \"%s\")",
+ "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "No fue posible lanzar la tarea cron mediante CLI. Los siguientes errores técnicos has aparecido:",
"Please double check the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">installation guides ↗</a>, and check for any errors or warnings in the <a href=\"%s\">log</a>." : "Por favor, compruebe las <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">guías de instalación ↗</a>, y compruebe posibles errores o advertencias en el <a href=\"%s\">registro</a>.",
"All checks passed." : "Ha pasado todos los controles",
"Background jobs" : "Trabajos en segundo plano",
@@ -310,8 +318,10 @@
"Background job didn’t run yet!" : "¡El trabajo en segundo plano no se ha ejecutado todavía!",
"For optimal performance it's important to configure background jobs correctly. For bigger instances 'Cron' is the recommended setting. Please see the documentation for more information." : "Para un desempeño óptimo es imoprtante configurar correctamente los trabajos en segundo plano. Para instancias más grandes, 'cron' es la configuración recomendada. Por favor, lee la documentación para más información.",
"Execute one task with each page loaded" : "Ejecutar una tarea con cada página cargada",
+ "cron.php is registered at a webcron service to call cron.php every 15 minutes over HTTP." : "cron.php se registra en un servicio webcron para llamar a cron.php cada 15 minutos a través de HTTP.",
"Use system cron service to call the cron.php file every 15 minutes." : "Usar el cron del sistema para ejecutar el archivo cron.php cada 15 minutos.",
"The cron.php needs to be executed by the system user \"%s\"." : "El archivo cron.php debe ser ejecutado por el usuario de sistema \"%s\".",
+ "To run this you need the PHP POSIX extension. See {linkstart}PHP documentation{linkend} for more details." : "Necesitas la extensión PHP POSIX para lanzar esto. Mira la {linkstart}documentación de PHP{linkend} para más detalles.",
"Sharing" : "Compartiendo",
"As admin you can fine-tune the sharing behavior. Please see the documentation for more information." : "Como administrador puedes ajustar el comportameiento al compartir. Por favor, lee la documentación para más información.",
"Allow apps to use the Share API" : "Permitir a las aplicaciones utilizar la API de Compartición",
@@ -346,6 +356,11 @@
"No display name set" : "No se ha establecido ningún nombre para mostrar",
"Web, desktop and mobile clients currently logged in to your account." : "Clientes web, móviles y de escritorio actualmente conectados a tu cuenta.",
"Developed by the {communityopen}Nextcloud community{linkclose}, the {githubopen}source code{linkclose} is licensed under the {licenseopen}AGPL{linkclose}." : "Desarrollado por la {communityopen}comunidad Nextcloud{linkclose}, el {githubopen}código fuente{linkclose} está licenciado bajo la {licenseopen}AGPL{linkclose}.",
+ "Follow us on Google+" : "Síguenos en Google+",
+ "Like our Facebook page" : "Da a Me gusta en nuestra página de Facebook",
+ "Follow us on Twitter" : "Síguenos en Twitter",
+ "Check out our blog" : "Lee nuestro blog",
+ "Subscribe to our newsletter" : "Suscríbete a nuestro boletín",
"Settings" : "Configuración",
"Show storage location" : "Mostrar la ubicación del almacenamiento",
"Show user backend" : "Mostrar motor de usuario",
diff --git a/settings/l10n/es_MX.js b/settings/l10n/es_MX.js
index 1bc3e803df5..6408329d185 100644
--- a/settings/l10n/es_MX.js
+++ b/settings/l10n/es_MX.js
@@ -9,7 +9,7 @@ OC.L10N.register(
"Your email address was changed by an administrator" : "Tu dirección de correo electrónico ha sido cambiada por un administrador",
"Security" : "Seguridad",
"You successfully logged in using two-factor authentication (%1$s)" : "Has iniciado sesión exitosamente usando autenticación de dos-factores (%1$s)",
- "A login attempt using two-factor authentication failed (%1$s)" : "Un intento de autenticación usando autienticación de dos-factores ha fallado (%1$s)",
+ "A login attempt using two-factor authentication failed (%1$s)" : "Un intento de autenticación usando autenticación de dos-factores ha fallado (%1$s)",
"Your <strong>password</strong> or <strong>email</strong> was modified" : "Tu <strong>contraseña</strong> o <strong>correo electrónico</strong> ha sido modificado",
"Your apps" : "Tus aplicaciones",
"Enabled apps" : "Aplicaciones habilitadas",
@@ -20,12 +20,12 @@ OC.L10N.register(
"No user supplied" : "No se proporcionó usuario alguno",
"Unable to change password" : "No fue posible cambiar la contraseña",
"Authentication error" : "Error de autenticación",
- "Please provide an admin recovery password; otherwise, all user data will be lost." : "Favor de proporcionar una contraseña de recuperación de administrador; de lo contrario toda la información del usuario se perderá. ",
+ "Please provide an admin recovery password; otherwise, all user data will be lost." : "Por favor proporciona una contraseña de recuperación de administrador; de lo contrario toda la información del usuario se perderá. ",
"Wrong admin recovery password. Please check the password and try again." : "Contraseña de recuperación de administrador incorrecta. Por favor verificala e inténtalo de nuevo.",
"Backend doesn't support password change, but the user's encryption key was updated." : "El backend no soporta el cambio de contraseñas, pero la llave de encripción del usuario fue actualizada.",
"installing and updating apps via the app store or Federated Cloud Sharing" : "Instalando y actualizando aplicaciones por la tienda de aplicaciones o Compartido la Nube Federada",
"Federated Cloud Sharing" : "Compartir en la Nube Federada",
- "cURL is using an outdated %s version (%s). Please update your operating system or features such as %s will not work reliably." : "cURL está usando una versión anticuada (%s) de %s. Favor de actualizar su sistema operativo o las funcialidades tales como %s no funcionarán de forma confiable.",
+ "cURL is using an outdated %s version (%s). Please update your operating system or features such as %s will not work reliably." : "cURL está usando una versión anticuada (%s) de %s. Por favor actualiza tu sistema operativo o funciones tales como %s no funcionarán de forma confiable.",
"A problem occurred, please check your log files (Error: %s)" : "Se presentó un problema, por favor verifica tus archivos de bitácoras (Error: %s)",
"Migration Completed" : "Migración completada",
"Group already exists." : "El grupo ya existe.",
@@ -33,11 +33,11 @@ OC.L10N.register(
"Unable to delete group." : "No fue posible borrar el grupo.",
"Invalid SMTP password." : "Constraseña SMTP inválida. ",
"Well done, %s!" : "¡Bien hecho, %s!",
- "If you received this email, the email configuration seems to be correct." : "Si usted ha recibido este correo electrónico, la configuración del correo electrónico parece estar correcta. ",
+ "If you received this email, the email configuration seems to be correct." : "Si has recibido este correo electrónico, la configuración del correo electrónico parece estar correcta. ",
"Email setting test" : "Prueba de ajustes de correo",
"Email could not be sent. Check your mail server log" : "No fue posible enviar el correo electrónico. Favor de verficiar la bitácora de su servidor de correo",
- "A problem occurred while sending the email. Please revise your settings. (Error: %s)" : "Se presentó un problema al enviar el correo electrónico. Favor de revisar sus configuraciones (Error: %s)",
- "You need to set your user email before being able to send test emails." : "Requiere establecer su correo electrónico andes de poder enviar correos electrónicos de prueba. ",
+ "A problem occurred while sending the email. Please revise your settings. (Error: %s)" : "Se presentó un problema al enviar el correo electrónico. Por favor revisa tus configuraciones (Error: %s)",
+ "You need to set your user email before being able to send test emails." : "Requieres establecer tu correo electrónico antes de poder enviar correos electrónicos de prueba. ",
"Invalid mail address" : "Dirección de correo inválida",
"No valid group selected" : "No se ha seleccionado un grupo válido",
"A user with that name already exists." : "Un usuario con ese nombre ya existe. ",
@@ -51,26 +51,26 @@ OC.L10N.register(
"Settings saved" : "Se han guardado las configuraciones ",
"Unable to change full name" : "No fue posible cambiar el nombre completo",
"Unable to change email address" : "No fue posible cambiar la dirección de correo electrónico",
- "Your full name has been changed." : "Su nombre completo ha sido cambiado.",
+ "Your full name has been changed." : "Tu nombre completo ha sido cambiado.",
"Forbidden" : "Prohibido",
"Invalid user" : "Usuario inválido",
"Unable to change mail address" : "No fue posible cambiar la dirección de correo",
"Email saved" : "Correo electrónico guardado",
- "%1$s changed your password on %2$s." : "%1$s cambió su contraseña el %2$s.",
- "Your password on %s was changed." : "Su contraseña de %s fue cambiada. ",
- "Your password on %s was reset by an administrator." : "Su contraseña de %s fue restablecida por un administrador.",
+ "%1$s changed your password on %2$s." : "%1$s cambió tu contraseña el %2$s.",
+ "Your password on %s was changed." : "Tu contraseña de %s fue cambiada. ",
+ "Your password on %s was reset by an administrator." : "Tu contraseña de %s fue restablecida por un administrador.",
"Password changed for %s" : "La contraseña fue cambiada para %s",
- "If you did not request this, please contact an administrator." : "Si no lo solicitó, favor de contactar a un administrador. ",
+ "If you did not request this, please contact an administrator." : "Si no lo solicitaste, por favor contacta a un administrador. ",
"Password for %1$s changed on %2$s" : "La contraseña para %1$s fue cambiada el %2$s",
- "%1$s changed your email address on %2$s." : "%1$s cambió su dirección de correo electrónico el %2$s.",
- "Your email address on %s was changed." : "Su dirección de correo electrónico en %s fue cambiada. ",
- "Your email address on %s was changed by an administrator." : "Su dirección de correo electrónico en %s fue cambiada por un adminsitrador. ",
+ "%1$s changed your email address on %2$s." : "%1$s cambió tu dirección de correo electrónico el %2$s.",
+ "Your email address on %s was changed." : "Tu dirección de correo electrónico en %s fue cambiada. ",
+ "Your email address on %s was changed by an administrator." : "Tu dirección de correo electrónico en %s fue cambiada por un adminsitrador. ",
"Email address changed for %s" : "La dirección de correo electrónico fue cambiada para %s",
"The new email address is %s" : "La nueva dirección de correo electrónico es %s",
"Email address for %1$s changed on %2$s" : "La dirección de correo electrónico para %1$s fue cambiada el %2$s",
"Welcome aboard" : "Bienvenido a bordo",
"Welcome aboard %s" : "Bienvenido a bordo %s",
- "You have now an %s account, you can add, protect, and share your data." : "Usted tiene ahora una cuenta %s, puede agregar, proteger y compartir sus datos. ",
+ "You have now an %s account, you can add, protect, and share your data." : "Ahora tienes una cuenta %s, puedes agregar, proteger y compartir tus datos. ",
"Your username is: %s" : "Tu Usuario es: %s",
"Set your password" : "Establece tu contraseña",
"Go to %s" : "Ir a %s",
@@ -114,7 +114,7 @@ OC.L10N.register(
"App update" : "Actualización de la aplicación",
"Approved" : "Aprobado",
"Experimental" : "Experimental",
- "No apps found for {query}" : "No se encontraron aplicación para {query}",
+ "No apps found for {query}" : "No se encontraron aplicaciones para {query}",
"Enable all" : "Habilitar todo",
"Allow filesystem access" : "Permitir acceso al sistema de archivos",
"Disconnect" : "Desconectar",
@@ -153,7 +153,7 @@ OC.L10N.register(
"Verify" : "Verificar",
"Verifying …" : "Verificando ...",
"An error occured while changing your language. Please reload the page and try again." : "Se presentó un error al cambiar tu idioma. Por favor vuelve a cargar la página y vuelva a intentarlo. ",
- "Select a profile picture" : "Seleccionar una imagen de perfil",
+ "Select a profile picture" : "Selecciona una imagen de perfil",
"Very weak password" : "Contraseña muy débil",
"Weak password" : "Contraseña débil",
"So-so password" : "Contraseña aceptable",
@@ -304,6 +304,7 @@ OC.L10N.register(
"Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Tu base de datos no puede correr con el nivel de aislamiento de transacción de \"READ COMMITTED\". Puede causar problemas cuando mútiples acciones sean ejecutadas en paralelo.",
"Transactional file locking is disabled, this might lead to issues with race conditions. Enable 'filelocking.enabled' in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation ↗</a> for more information." : "El bloqueo de archivos transaccional se encuentra deshabilitado, esto puede generar temas bajo ciertas condiciones. Abilite 'filelocking.enabled' en el archivo config.php para evitar problemas. Favor de consultar la <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentatcón ↗</a> para mayor información.",
"System locale can not be set to a one which supports UTF-8." : "No es posible establecer la regionalización del sistema a una que soporte UTF-8.",
+ "This means that there might be problems with certain characters in filenames." : "Esto significa que puede haber problemas con ciertos caracteres en los nombres de archivos. ",
"Please double check the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">installation guides ↗</a>, and check for any errors or warnings in the <a href=\"%s\">log</a>." : "Por favor vuelve a verificar las <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">guías de instalación↗</a>, y comprueba que no haya errores o advertenicas en la <a href=\"%s\">bitácora</a>.",
"All checks passed." : "Pasaron todas las verificaciones. ",
"Background jobs" : "Trabajos en segundo plano",
@@ -411,7 +412,7 @@ OC.L10N.register(
"Cron" : "Cron",
"Last cron job execution: %s." : "Última ejecución de tareas de cron: %s.",
"Last cron job execution: %s. Something seems wrong." : "Última ejecución de tareas de cron: %s. Algo parece estar mal. ",
- "Cron was not executed yet!" : "¡Aún no han sido ejecutas las tareas programadas!",
+ "Cron was not executed yet!" : "¡Aún no han sido ejecutado el cron!",
"cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "cron.php está registrado en el servicio webcron para llamar a cron.php cada 15 minutos a través de HTTP.",
"Use system's cron service to call the cron.php file every 15 minutes." : "Usar el servicio de cron del sistema para llamar el archivo cron.php cada 15 minutos.",
"To run this you need the PHP posix extension. See {linkstart}PHP documentation{linkend} for more details." : "Para correr esto necesitas la extensión posix de PHP. Por favor consulta la {linkstart}documentación de PHP{linkend} para más detalles. ",
@@ -420,20 +421,20 @@ OC.L10N.register(
"Cheers!" : "¡Saludos!",
"Hey there,\n\njust letting you know that you now have a %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Hola,\n\nsólo queremos informarle que ahora usted tiene una cuenta %s.\n\nSu nombre de usuario es: %s\n\nIngrese a ella: %s\n",
"For password recovery and notifications" : "Para recuperación de contraseña y notificaciones",
- "Your website" : "Su sitio web",
- "Your Twitter handle" : "Su cuenta de Twitter",
+ "Your website" : "Tu sitio web",
+ "Your Twitter handle" : "Tu cuenta de Twitter",
"Passcodes that give an app or device permissions to access your account." : "Los códigos de seguridad que le dan permisos a la aplicación o dispositivo para accesar a su cuenta. ",
"Name" : "Nombre",
- "Follow us on Google Plus!" : "¡Síganos en Google Plus!",
- "Like our facebook page!" : "¡Dele un me gusta a nuestra página de facebook!",
- "Subscribe to our twitter channel!" : "¡Suscríbase a nuestro canal de twitter!",
- "Subscribe to our news feed!" : "¡Suscribase a nuestra fuente de noticias!",
- "Subscribe to our newsletter!" : "¡Suscribase a nuestro boletín!",
+ "Follow us on Google Plus!" : "¡Sígueos en Google Plus!",
+ "Like our facebook page!" : "¡Dale un me gusta a nuestra página de facebook!",
+ "Subscribe to our twitter channel!" : "¡Suscríbete a nuestro canal de twitter!",
+ "Subscribe to our news feed!" : "¡Suscríbete a nuestra fuente de noticias!",
+ "Subscribe to our newsletter!" : "¡Suscríbete a nuestro boletín!",
"Show last log in" : "Mostrar el último inicio de sesión",
"Verifying" : "Verificando",
"The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with MIME type detection." : "El modulo PHP 'fileinfo' no ha sido encontrado. Le recomendamos ámpliamente que habilite este módulo para obtener los mejores resultados en la detección de tipos MIME.",
- "Follow us on Google+!" : "¡Síganos en Google+!",
- "Follow us on Twitter!" : "¡Síganos en Twitter!",
- "Check out our blog!" : "¡Visite nuestro blog!"
+ "Follow us on Google+!" : "¡Síguenos en Google+!",
+ "Follow us on Twitter!" : "¡Síguenos en Twitter!",
+ "Check out our blog!" : "¡Visita nuestro blog!"
},
"nplurals=2; plural=(n != 1);");
diff --git a/settings/l10n/es_MX.json b/settings/l10n/es_MX.json
index b0401edfd5a..149584fe7b0 100644
--- a/settings/l10n/es_MX.json
+++ b/settings/l10n/es_MX.json
@@ -7,7 +7,7 @@
"Your email address was changed by an administrator" : "Tu dirección de correo electrónico ha sido cambiada por un administrador",
"Security" : "Seguridad",
"You successfully logged in using two-factor authentication (%1$s)" : "Has iniciado sesión exitosamente usando autenticación de dos-factores (%1$s)",
- "A login attempt using two-factor authentication failed (%1$s)" : "Un intento de autenticación usando autienticación de dos-factores ha fallado (%1$s)",
+ "A login attempt using two-factor authentication failed (%1$s)" : "Un intento de autenticación usando autenticación de dos-factores ha fallado (%1$s)",
"Your <strong>password</strong> or <strong>email</strong> was modified" : "Tu <strong>contraseña</strong> o <strong>correo electrónico</strong> ha sido modificado",
"Your apps" : "Tus aplicaciones",
"Enabled apps" : "Aplicaciones habilitadas",
@@ -18,12 +18,12 @@
"No user supplied" : "No se proporcionó usuario alguno",
"Unable to change password" : "No fue posible cambiar la contraseña",
"Authentication error" : "Error de autenticación",
- "Please provide an admin recovery password; otherwise, all user data will be lost." : "Favor de proporcionar una contraseña de recuperación de administrador; de lo contrario toda la información del usuario se perderá. ",
+ "Please provide an admin recovery password; otherwise, all user data will be lost." : "Por favor proporciona una contraseña de recuperación de administrador; de lo contrario toda la información del usuario se perderá. ",
"Wrong admin recovery password. Please check the password and try again." : "Contraseña de recuperación de administrador incorrecta. Por favor verificala e inténtalo de nuevo.",
"Backend doesn't support password change, but the user's encryption key was updated." : "El backend no soporta el cambio de contraseñas, pero la llave de encripción del usuario fue actualizada.",
"installing and updating apps via the app store or Federated Cloud Sharing" : "Instalando y actualizando aplicaciones por la tienda de aplicaciones o Compartido la Nube Federada",
"Federated Cloud Sharing" : "Compartir en la Nube Federada",
- "cURL is using an outdated %s version (%s). Please update your operating system or features such as %s will not work reliably." : "cURL está usando una versión anticuada (%s) de %s. Favor de actualizar su sistema operativo o las funcialidades tales como %s no funcionarán de forma confiable.",
+ "cURL is using an outdated %s version (%s). Please update your operating system or features such as %s will not work reliably." : "cURL está usando una versión anticuada (%s) de %s. Por favor actualiza tu sistema operativo o funciones tales como %s no funcionarán de forma confiable.",
"A problem occurred, please check your log files (Error: %s)" : "Se presentó un problema, por favor verifica tus archivos de bitácoras (Error: %s)",
"Migration Completed" : "Migración completada",
"Group already exists." : "El grupo ya existe.",
@@ -31,11 +31,11 @@
"Unable to delete group." : "No fue posible borrar el grupo.",
"Invalid SMTP password." : "Constraseña SMTP inválida. ",
"Well done, %s!" : "¡Bien hecho, %s!",
- "If you received this email, the email configuration seems to be correct." : "Si usted ha recibido este correo electrónico, la configuración del correo electrónico parece estar correcta. ",
+ "If you received this email, the email configuration seems to be correct." : "Si has recibido este correo electrónico, la configuración del correo electrónico parece estar correcta. ",
"Email setting test" : "Prueba de ajustes de correo",
"Email could not be sent. Check your mail server log" : "No fue posible enviar el correo electrónico. Favor de verficiar la bitácora de su servidor de correo",
- "A problem occurred while sending the email. Please revise your settings. (Error: %s)" : "Se presentó un problema al enviar el correo electrónico. Favor de revisar sus configuraciones (Error: %s)",
- "You need to set your user email before being able to send test emails." : "Requiere establecer su correo electrónico andes de poder enviar correos electrónicos de prueba. ",
+ "A problem occurred while sending the email. Please revise your settings. (Error: %s)" : "Se presentó un problema al enviar el correo electrónico. Por favor revisa tus configuraciones (Error: %s)",
+ "You need to set your user email before being able to send test emails." : "Requieres establecer tu correo electrónico antes de poder enviar correos electrónicos de prueba. ",
"Invalid mail address" : "Dirección de correo inválida",
"No valid group selected" : "No se ha seleccionado un grupo válido",
"A user with that name already exists." : "Un usuario con ese nombre ya existe. ",
@@ -49,26 +49,26 @@
"Settings saved" : "Se han guardado las configuraciones ",
"Unable to change full name" : "No fue posible cambiar el nombre completo",
"Unable to change email address" : "No fue posible cambiar la dirección de correo electrónico",
- "Your full name has been changed." : "Su nombre completo ha sido cambiado.",
+ "Your full name has been changed." : "Tu nombre completo ha sido cambiado.",
"Forbidden" : "Prohibido",
"Invalid user" : "Usuario inválido",
"Unable to change mail address" : "No fue posible cambiar la dirección de correo",
"Email saved" : "Correo electrónico guardado",
- "%1$s changed your password on %2$s." : "%1$s cambió su contraseña el %2$s.",
- "Your password on %s was changed." : "Su contraseña de %s fue cambiada. ",
- "Your password on %s was reset by an administrator." : "Su contraseña de %s fue restablecida por un administrador.",
+ "%1$s changed your password on %2$s." : "%1$s cambió tu contraseña el %2$s.",
+ "Your password on %s was changed." : "Tu contraseña de %s fue cambiada. ",
+ "Your password on %s was reset by an administrator." : "Tu contraseña de %s fue restablecida por un administrador.",
"Password changed for %s" : "La contraseña fue cambiada para %s",
- "If you did not request this, please contact an administrator." : "Si no lo solicitó, favor de contactar a un administrador. ",
+ "If you did not request this, please contact an administrator." : "Si no lo solicitaste, por favor contacta a un administrador. ",
"Password for %1$s changed on %2$s" : "La contraseña para %1$s fue cambiada el %2$s",
- "%1$s changed your email address on %2$s." : "%1$s cambió su dirección de correo electrónico el %2$s.",
- "Your email address on %s was changed." : "Su dirección de correo electrónico en %s fue cambiada. ",
- "Your email address on %s was changed by an administrator." : "Su dirección de correo electrónico en %s fue cambiada por un adminsitrador. ",
+ "%1$s changed your email address on %2$s." : "%1$s cambió tu dirección de correo electrónico el %2$s.",
+ "Your email address on %s was changed." : "Tu dirección de correo electrónico en %s fue cambiada. ",
+ "Your email address on %s was changed by an administrator." : "Tu dirección de correo electrónico en %s fue cambiada por un adminsitrador. ",
"Email address changed for %s" : "La dirección de correo electrónico fue cambiada para %s",
"The new email address is %s" : "La nueva dirección de correo electrónico es %s",
"Email address for %1$s changed on %2$s" : "La dirección de correo electrónico para %1$s fue cambiada el %2$s",
"Welcome aboard" : "Bienvenido a bordo",
"Welcome aboard %s" : "Bienvenido a bordo %s",
- "You have now an %s account, you can add, protect, and share your data." : "Usted tiene ahora una cuenta %s, puede agregar, proteger y compartir sus datos. ",
+ "You have now an %s account, you can add, protect, and share your data." : "Ahora tienes una cuenta %s, puedes agregar, proteger y compartir tus datos. ",
"Your username is: %s" : "Tu Usuario es: %s",
"Set your password" : "Establece tu contraseña",
"Go to %s" : "Ir a %s",
@@ -112,7 +112,7 @@
"App update" : "Actualización de la aplicación",
"Approved" : "Aprobado",
"Experimental" : "Experimental",
- "No apps found for {query}" : "No se encontraron aplicación para {query}",
+ "No apps found for {query}" : "No se encontraron aplicaciones para {query}",
"Enable all" : "Habilitar todo",
"Allow filesystem access" : "Permitir acceso al sistema de archivos",
"Disconnect" : "Desconectar",
@@ -151,7 +151,7 @@
"Verify" : "Verificar",
"Verifying …" : "Verificando ...",
"An error occured while changing your language. Please reload the page and try again." : "Se presentó un error al cambiar tu idioma. Por favor vuelve a cargar la página y vuelva a intentarlo. ",
- "Select a profile picture" : "Seleccionar una imagen de perfil",
+ "Select a profile picture" : "Selecciona una imagen de perfil",
"Very weak password" : "Contraseña muy débil",
"Weak password" : "Contraseña débil",
"So-so password" : "Contraseña aceptable",
@@ -302,6 +302,7 @@
"Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Tu base de datos no puede correr con el nivel de aislamiento de transacción de \"READ COMMITTED\". Puede causar problemas cuando mútiples acciones sean ejecutadas en paralelo.",
"Transactional file locking is disabled, this might lead to issues with race conditions. Enable 'filelocking.enabled' in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation ↗</a> for more information." : "El bloqueo de archivos transaccional se encuentra deshabilitado, esto puede generar temas bajo ciertas condiciones. Abilite 'filelocking.enabled' en el archivo config.php para evitar problemas. Favor de consultar la <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentatcón ↗</a> para mayor información.",
"System locale can not be set to a one which supports UTF-8." : "No es posible establecer la regionalización del sistema a una que soporte UTF-8.",
+ "This means that there might be problems with certain characters in filenames." : "Esto significa que puede haber problemas con ciertos caracteres en los nombres de archivos. ",
"Please double check the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">installation guides ↗</a>, and check for any errors or warnings in the <a href=\"%s\">log</a>." : "Por favor vuelve a verificar las <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">guías de instalación↗</a>, y comprueba que no haya errores o advertenicas en la <a href=\"%s\">bitácora</a>.",
"All checks passed." : "Pasaron todas las verificaciones. ",
"Background jobs" : "Trabajos en segundo plano",
@@ -409,7 +410,7 @@
"Cron" : "Cron",
"Last cron job execution: %s." : "Última ejecución de tareas de cron: %s.",
"Last cron job execution: %s. Something seems wrong." : "Última ejecución de tareas de cron: %s. Algo parece estar mal. ",
- "Cron was not executed yet!" : "¡Aún no han sido ejecutas las tareas programadas!",
+ "Cron was not executed yet!" : "¡Aún no han sido ejecutado el cron!",
"cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "cron.php está registrado en el servicio webcron para llamar a cron.php cada 15 minutos a través de HTTP.",
"Use system's cron service to call the cron.php file every 15 minutes." : "Usar el servicio de cron del sistema para llamar el archivo cron.php cada 15 minutos.",
"To run this you need the PHP posix extension. See {linkstart}PHP documentation{linkend} for more details." : "Para correr esto necesitas la extensión posix de PHP. Por favor consulta la {linkstart}documentación de PHP{linkend} para más detalles. ",
@@ -418,20 +419,20 @@
"Cheers!" : "¡Saludos!",
"Hey there,\n\njust letting you know that you now have a %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Hola,\n\nsólo queremos informarle que ahora usted tiene una cuenta %s.\n\nSu nombre de usuario es: %s\n\nIngrese a ella: %s\n",
"For password recovery and notifications" : "Para recuperación de contraseña y notificaciones",
- "Your website" : "Su sitio web",
- "Your Twitter handle" : "Su cuenta de Twitter",
+ "Your website" : "Tu sitio web",
+ "Your Twitter handle" : "Tu cuenta de Twitter",
"Passcodes that give an app or device permissions to access your account." : "Los códigos de seguridad que le dan permisos a la aplicación o dispositivo para accesar a su cuenta. ",
"Name" : "Nombre",
- "Follow us on Google Plus!" : "¡Síganos en Google Plus!",
- "Like our facebook page!" : "¡Dele un me gusta a nuestra página de facebook!",
- "Subscribe to our twitter channel!" : "¡Suscríbase a nuestro canal de twitter!",
- "Subscribe to our news feed!" : "¡Suscribase a nuestra fuente de noticias!",
- "Subscribe to our newsletter!" : "¡Suscribase a nuestro boletín!",
+ "Follow us on Google Plus!" : "¡Sígueos en Google Plus!",
+ "Like our facebook page!" : "¡Dale un me gusta a nuestra página de facebook!",
+ "Subscribe to our twitter channel!" : "¡Suscríbete a nuestro canal de twitter!",
+ "Subscribe to our news feed!" : "¡Suscríbete a nuestra fuente de noticias!",
+ "Subscribe to our newsletter!" : "¡Suscríbete a nuestro boletín!",
"Show last log in" : "Mostrar el último inicio de sesión",
"Verifying" : "Verificando",
"The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with MIME type detection." : "El modulo PHP 'fileinfo' no ha sido encontrado. Le recomendamos ámpliamente que habilite este módulo para obtener los mejores resultados en la detección de tipos MIME.",
- "Follow us on Google+!" : "¡Síganos en Google+!",
- "Follow us on Twitter!" : "¡Síganos en Twitter!",
- "Check out our blog!" : "¡Visite nuestro blog!"
+ "Follow us on Google+!" : "¡Síguenos en Google+!",
+ "Follow us on Twitter!" : "¡Síguenos en Twitter!",
+ "Check out our blog!" : "¡Visita nuestro blog!"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file
diff --git a/settings/l10n/nb.js b/settings/l10n/nb.js
index 9d1fcb11003..67166f1c494 100644
--- a/settings/l10n/nb.js
+++ b/settings/l10n/nb.js
@@ -299,11 +299,20 @@ OC.L10N.register(
"Start migration" : "Start migrering",
"Security & setup warnings" : "Advarsler om sikkerhet og oppsett",
"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 Tips & Ticks section and the documentation for more information." : "Det er viktig for sikkerheten og ytelsen på din installasjon at alt er satt opp rett. For å hjelpe deg er det satt i verk noen automatiske sjekker. Se \"Tips og triks\"-delen og i dokumentasjonen for mer informasjon",
+ "PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP ser ikke ut til å være satt opp riktig for å lese systemets miljøvariabler. Testen med getenv(\"PATH\") returnerer bare et tomt svar.",
+ "Please check the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">installation documentation ↗</a> for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Sjekk <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">installasjonsdokumentasjonen ↗</a> etter PHP-oppsettsnotater og oppsett av PHP på tjeneren din, særlig om du bruker php-fpm.",
"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." : "Det skrivebeskyttede oppsettet er blitt aktivert. Dette forhindrer setting av visse oppsett via vev-grensesnittet. Videre må config-filen gjøres skrivbar manuelt for hver oppdatering.",
+ "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "Det ser ut til at at PHP er satt opp til å fjerne innebygde doc-blokker. Dette gjør at flere av kjerneapplikasjonene blir utilgjengelige.",
"This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Dette forårsakes sannsynligvis av en bufrer/akselerator, som f.eks. Zend OPcache eller eAccelerator.",
"Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Din database kjører ikke med \"READ COMMITED\" transaksjonsisolering. Dette kan lage problemer når flere handlinger kjøres i paralell.",
+ "%1$s below version %2$s is installed, for stability and performance reasons it is recommended to update to a newer %1$s version." : "%1$s lavere enn versjon %2$s er installert. Det anbefales å oppgradere til en nyere %1$s-versjon for å få bedre stabilitet og ytelse.",
+ "The PHP module 'fileinfo' is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "PHP-modulen 'fileinfo' mangler. Det anbefales at du aktiverer denne modulen for å kunne detektere MIME-typen korrekt.",
"Transactional file locking is disabled, this might lead to issues with race conditions. Enable 'filelocking.enabled' in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation ↗</a> for more information." : "Transaksjonsbasert fil-låsing er deaktivert. Dette kan føre til konflikt. Aktiver \"filelocking.enabled\" i config.php for å unngå disse problemene. Se <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">dokumentasjonen ↗</a> for mer informasjon.",
"System locale can not be set to a one which supports UTF-8." : "Kan ikke sette systemets nasjonale innstillinger til en som støtter UTF-8.",
+ "This means that there might be problems with certain characters in filenames." : "Dette betyr at det kan forekomme problemer med visse tegn i filnavn.",
+ "It is strongly proposed to install the required packages on your system to support one of the following locales: %s." : "Det anbefales sterkt å installere de påkrevde pakkene på systemet ditt for å støtte en av følgende lokaltilpasninger: %s.",
+ "If your installation is not installed at the root of the domain and uses system Cron, there can be issues with the URL generation. To avoid these problems, please set the \"overwrite.cli.url\" option in your config.php file to the webroot path of your installation (Suggested: \"%s\")" : "Hvis installasjonen din ikke er installert i roten av domenet og bruker systemets Cron, kan det bli problemer med URL-genereringen. For å unngå disse problemene, sett \"overwrite.cli.url\" i filen config.php til vev-roten for installasjonen din (Foreslått: \"%s\")",
+ "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "Det var ikke mulig å kjøre cronjobben via CLI. Følgende tekniske feil oppstod:",
"Please double check the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">installation guides ↗</a>, and check for any errors or warnings in the <a href=\"%s\">log</a>." : "Dobbeltsjekk <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">installasjonsguiden ↗</a>, og se etter feil eller advarsler i <a href=\"%s\">loggen</a>.",
"All checks passed." : "Alle sjekker bestått.",
"Background jobs" : "Bakgrunnsjobber",
@@ -312,8 +321,10 @@ OC.L10N.register(
"Background job didn’t run yet!" : "Bakgrunnsjobben har ikke kjørt enda!",
"For optimal performance it's important to configure background jobs correctly. For bigger instances 'Cron' is the recommended setting. Please see the documentation for more information." : "For optimal ytelse er det viktig å sette opp bakgrunnsjobber rett. For kjøring på større installasjoner er 'Cron' anbefalt innstilling. Se dokumentasjonen for mer informasjon.",
"Execute one task with each page loaded" : "Utfør en oppgave med hver side som blir lastet",
+ "cron.php is registered at a webcron service to call cron.php every 15 minutes over HTTP." : "cron.php er registrert i en webcron-tjeneste for å kalle cron.php hvert kvarter over HTTP.",
"Use system cron service to call the cron.php file every 15 minutes." : "Bruk systemets cron-tjeneste til å kalle cron.php hvert kvarter.",
"The cron.php needs to be executed by the system user \"%s\"." : "Filen cron.php må kjøres systemet som følgende bruker \"%s\".",
+ "To run this you need the PHP POSIX extension. See {linkstart}PHP documentation{linkend} for more details." : "For å kjøre denne trenger du «PHP POSIX extension». Se {linkstart}PHP-dokumentasjonen{linkend} for flere detaljer.",
"Sharing" : "Deling",
"As admin you can fine-tune the sharing behavior. Please see the documentation for more information." : "Som administrator kan du fininnstille delingsoppførselen. Se dokumentasjonen for mer informasjon.",
"Allow apps to use the Share API" : "Tillat programmer å bruke API for deling",
@@ -348,6 +359,11 @@ OC.L10N.register(
"No display name set" : "Visningsnavn ikke satt",
"Web, desktop and mobile clients currently logged in to your account." : "Følgende nett, skrivebord og mobile klienter er for øyeblikket logget på din konto.",
"Developed by the {communityopen}Nextcloud community{linkclose}, the {githubopen}source code{linkclose} is licensed under the {licenseopen}AGPL{linkclose}." : "Utviklet av {communityopen}Nextcloud mijøet{linkclose}, {githubopen}kildekoden{linkclose} er lisensiert under {licenseopen}<abbr title=\"Affero General Public License\">AGPL</abbr>{linkclose}.",
+ "Follow us on Google+" : "Følg oss på Google+",
+ "Like our Facebook page" : "Lik vår Facebook-side",
+ "Follow us on Twitter" : "Følg oss på Twitter",
+ "Check out our blog" : "Sjekk ut bloggen vår",
+ "Subscribe to our newsletter" : "Abonner på vårt nyhetsbrev",
"Settings" : "Innstillinger",
"Show storage location" : "Vis lagringssted",
"Show user backend" : "Vis bruker-bakende",
diff --git a/settings/l10n/nb.json b/settings/l10n/nb.json
index 059e6b9d4f2..dfa1e145e63 100644
--- a/settings/l10n/nb.json
+++ b/settings/l10n/nb.json
@@ -297,11 +297,20 @@
"Start migration" : "Start migrering",
"Security & setup warnings" : "Advarsler om sikkerhet og oppsett",
"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 Tips & Ticks section and the documentation for more information." : "Det er viktig for sikkerheten og ytelsen på din installasjon at alt er satt opp rett. For å hjelpe deg er det satt i verk noen automatiske sjekker. Se \"Tips og triks\"-delen og i dokumentasjonen for mer informasjon",
+ "PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP ser ikke ut til å være satt opp riktig for å lese systemets miljøvariabler. Testen med getenv(\"PATH\") returnerer bare et tomt svar.",
+ "Please check the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">installation documentation ↗</a> for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Sjekk <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">installasjonsdokumentasjonen ↗</a> etter PHP-oppsettsnotater og oppsett av PHP på tjeneren din, særlig om du bruker php-fpm.",
"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." : "Det skrivebeskyttede oppsettet er blitt aktivert. Dette forhindrer setting av visse oppsett via vev-grensesnittet. Videre må config-filen gjøres skrivbar manuelt for hver oppdatering.",
+ "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "Det ser ut til at at PHP er satt opp til å fjerne innebygde doc-blokker. Dette gjør at flere av kjerneapplikasjonene blir utilgjengelige.",
"This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Dette forårsakes sannsynligvis av en bufrer/akselerator, som f.eks. Zend OPcache eller eAccelerator.",
"Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Din database kjører ikke med \"READ COMMITED\" transaksjonsisolering. Dette kan lage problemer når flere handlinger kjøres i paralell.",
+ "%1$s below version %2$s is installed, for stability and performance reasons it is recommended to update to a newer %1$s version." : "%1$s lavere enn versjon %2$s er installert. Det anbefales å oppgradere til en nyere %1$s-versjon for å få bedre stabilitet og ytelse.",
+ "The PHP module 'fileinfo' is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "PHP-modulen 'fileinfo' mangler. Det anbefales at du aktiverer denne modulen for å kunne detektere MIME-typen korrekt.",
"Transactional file locking is disabled, this might lead to issues with race conditions. Enable 'filelocking.enabled' in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation ↗</a> for more information." : "Transaksjonsbasert fil-låsing er deaktivert. Dette kan føre til konflikt. Aktiver \"filelocking.enabled\" i config.php for å unngå disse problemene. Se <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">dokumentasjonen ↗</a> for mer informasjon.",
"System locale can not be set to a one which supports UTF-8." : "Kan ikke sette systemets nasjonale innstillinger til en som støtter UTF-8.",
+ "This means that there might be problems with certain characters in filenames." : "Dette betyr at det kan forekomme problemer med visse tegn i filnavn.",
+ "It is strongly proposed to install the required packages on your system to support one of the following locales: %s." : "Det anbefales sterkt å installere de påkrevde pakkene på systemet ditt for å støtte en av følgende lokaltilpasninger: %s.",
+ "If your installation is not installed at the root of the domain and uses system Cron, there can be issues with the URL generation. To avoid these problems, please set the \"overwrite.cli.url\" option in your config.php file to the webroot path of your installation (Suggested: \"%s\")" : "Hvis installasjonen din ikke er installert i roten av domenet og bruker systemets Cron, kan det bli problemer med URL-genereringen. For å unngå disse problemene, sett \"overwrite.cli.url\" i filen config.php til vev-roten for installasjonen din (Foreslått: \"%s\")",
+ "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "Det var ikke mulig å kjøre cronjobben via CLI. Følgende tekniske feil oppstod:",
"Please double check the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">installation guides ↗</a>, and check for any errors or warnings in the <a href=\"%s\">log</a>." : "Dobbeltsjekk <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">installasjonsguiden ↗</a>, og se etter feil eller advarsler i <a href=\"%s\">loggen</a>.",
"All checks passed." : "Alle sjekker bestått.",
"Background jobs" : "Bakgrunnsjobber",
@@ -310,8 +319,10 @@
"Background job didn’t run yet!" : "Bakgrunnsjobben har ikke kjørt enda!",
"For optimal performance it's important to configure background jobs correctly. For bigger instances 'Cron' is the recommended setting. Please see the documentation for more information." : "For optimal ytelse er det viktig å sette opp bakgrunnsjobber rett. For kjøring på større installasjoner er 'Cron' anbefalt innstilling. Se dokumentasjonen for mer informasjon.",
"Execute one task with each page loaded" : "Utfør en oppgave med hver side som blir lastet",
+ "cron.php is registered at a webcron service to call cron.php every 15 minutes over HTTP." : "cron.php er registrert i en webcron-tjeneste for å kalle cron.php hvert kvarter over HTTP.",
"Use system cron service to call the cron.php file every 15 minutes." : "Bruk systemets cron-tjeneste til å kalle cron.php hvert kvarter.",
"The cron.php needs to be executed by the system user \"%s\"." : "Filen cron.php må kjøres systemet som følgende bruker \"%s\".",
+ "To run this you need the PHP POSIX extension. See {linkstart}PHP documentation{linkend} for more details." : "For å kjøre denne trenger du «PHP POSIX extension». Se {linkstart}PHP-dokumentasjonen{linkend} for flere detaljer.",
"Sharing" : "Deling",
"As admin you can fine-tune the sharing behavior. Please see the documentation for more information." : "Som administrator kan du fininnstille delingsoppførselen. Se dokumentasjonen for mer informasjon.",
"Allow apps to use the Share API" : "Tillat programmer å bruke API for deling",
@@ -346,6 +357,11 @@
"No display name set" : "Visningsnavn ikke satt",
"Web, desktop and mobile clients currently logged in to your account." : "Følgende nett, skrivebord og mobile klienter er for øyeblikket logget på din konto.",
"Developed by the {communityopen}Nextcloud community{linkclose}, the {githubopen}source code{linkclose} is licensed under the {licenseopen}AGPL{linkclose}." : "Utviklet av {communityopen}Nextcloud mijøet{linkclose}, {githubopen}kildekoden{linkclose} er lisensiert under {licenseopen}<abbr title=\"Affero General Public License\">AGPL</abbr>{linkclose}.",
+ "Follow us on Google+" : "Følg oss på Google+",
+ "Like our Facebook page" : "Lik vår Facebook-side",
+ "Follow us on Twitter" : "Følg oss på Twitter",
+ "Check out our blog" : "Sjekk ut bloggen vår",
+ "Subscribe to our newsletter" : "Abonner på vårt nyhetsbrev",
"Settings" : "Innstillinger",
"Show storage location" : "Vis lagringssted",
"Show user backend" : "Vis bruker-bakende",
diff --git a/settings/l10n/nl.js b/settings/l10n/nl.js
index d72e5eaa703..6e455456f81 100644
--- a/settings/l10n/nl.js
+++ b/settings/l10n/nl.js
@@ -312,6 +312,7 @@ OC.L10N.register(
"Background job didn’t run yet!" : "Achtergrondjob nog niet gelopen!",
"For optimal performance it's important to configure background jobs correctly. For bigger instances 'Cron' is the recommended setting. Please see the documentation for more information." : "Voor optimale prestaties is het belangrijk om de achtergrondtaken goed te configureren. Voor grotere installaties is \"Cron' de aanbevolen instelling. Bekijk de documentatie voor meer informatie.",
"Execute one task with each page loaded" : "Bij laden van elke pagina één taak uitvoeren",
+ "cron.php is registered at a webcron service to call cron.php every 15 minutes over HTTP." : "cron.php is geregistreerd bij een webcron service om elke 15 minuten cron.php over http aan te roepen.",
"Use system cron service to call the cron.php file every 15 minutes." : "Gebruik de systeemcron service om cron.php elke 15 minuten aan te roepen.",
"The cron.php needs to be executed by the system user \"%s\"." : "cron.php moet worden uitgevoerd door systeemgebruiker \"%s\".",
"Sharing" : "Delen",
diff --git a/settings/l10n/nl.json b/settings/l10n/nl.json
index 8bdaa888f31..3ad49b391fc 100644
--- a/settings/l10n/nl.json
+++ b/settings/l10n/nl.json
@@ -310,6 +310,7 @@
"Background job didn’t run yet!" : "Achtergrondjob nog niet gelopen!",
"For optimal performance it's important to configure background jobs correctly. For bigger instances 'Cron' is the recommended setting. Please see the documentation for more information." : "Voor optimale prestaties is het belangrijk om de achtergrondtaken goed te configureren. Voor grotere installaties is \"Cron' de aanbevolen instelling. Bekijk de documentatie voor meer informatie.",
"Execute one task with each page loaded" : "Bij laden van elke pagina één taak uitvoeren",
+ "cron.php is registered at a webcron service to call cron.php every 15 minutes over HTTP." : "cron.php is geregistreerd bij een webcron service om elke 15 minuten cron.php over http aan te roepen.",
"Use system cron service to call the cron.php file every 15 minutes." : "Gebruik de systeemcron service om cron.php elke 15 minuten aan te roepen.",
"The cron.php needs to be executed by the system user \"%s\"." : "cron.php moet worden uitgevoerd door systeemgebruiker \"%s\".",
"Sharing" : "Delen",