diff --git a/apps/federation/l10n/zh_HK.js b/apps/federation/l10n/zh_HK.js index 50f456fa524..6a321d9f322 100644 --- a/apps/federation/l10n/zh_HK.js +++ b/apps/federation/l10n/zh_HK.js @@ -11,7 +11,18 @@ OC.L10N.register( "Federation" : "聯盟", "Federation allows you to connect with other trusted servers to exchange the account directory." : "聯盟功能允許您與信任的伺服器連結,交換帳戶目錄。", "Federation allows you to connect with other trusted servers to exchange the account directory. For example this will be used to auto-complete external accounts for federated sharing." : "聯盟功能允許您與信任的伺服器連結,交換帳戶目錄。舉例來說,與其他雲端聯盟的帳戶分享檔案時,有了這一份列表,就可以在輸入框搜尋他們的帳戶名稱。", + "Could not add trusted server. Please try again later." : "無法新增受信任的伺服器。請稍後再試。", + "Add trusted server" : "新增受信任的伺服器", + "Server url" : "伺服器 URL", "Add" : "新增", + "Server ok" : "伺服器 OK", + "User list was exchanged at least once successfully with the remote server." : "使用者清單已至少成功與遠端伺服器交換一次。", + "Server pending" : "伺服器擱置中", + "Waiting for shared secret or initial user list exchange." : "等待共享祕密或初始使用者清單交換。", + "Server access revoked" : "伺服器存取權限已撤銷", + "Server failure" : "伺服器故障", + "Connection to the remote server failed or the remote server is misconfigured." : "連線至遠端伺服器失敗,或遠端伺服器設定錯誤。", + "Failed to delete trusted server. Please try again later." : "無法刪除受信任伺服器。請稍後再試。", "Delete" : "刪除", "Federation allows you to connect with other trusted servers to exchange the account directory. For example this will be used to auto-complete external accounts for federated sharing. It is not necessary to add a server as trusted server in order to create a federated share." : "聯盟功能允許您與信任的伺服器連結,交換帳戶目錄。舉例來說,與其他雲端聯盟的用戶分享檔案時,有了這一份目錄,就可以在輸入框搜尋他們的帳戶名稱。不必將伺服器新增為受信任的伺服器就可以建立聯盟分享。", "Each server must validate the other. This process may require a few cron cycles." : "每個伺服器必須彼此驗證。此過程可能需要幾個 cron 周期。", diff --git a/apps/federation/l10n/zh_HK.json b/apps/federation/l10n/zh_HK.json index c33e81994c5..6172d500c83 100644 --- a/apps/federation/l10n/zh_HK.json +++ b/apps/federation/l10n/zh_HK.json @@ -9,7 +9,18 @@ "Federation" : "聯盟", "Federation allows you to connect with other trusted servers to exchange the account directory." : "聯盟功能允許您與信任的伺服器連結,交換帳戶目錄。", "Federation allows you to connect with other trusted servers to exchange the account directory. For example this will be used to auto-complete external accounts for federated sharing." : "聯盟功能允許您與信任的伺服器連結,交換帳戶目錄。舉例來說,與其他雲端聯盟的帳戶分享檔案時,有了這一份列表,就可以在輸入框搜尋他們的帳戶名稱。", + "Could not add trusted server. Please try again later." : "無法新增受信任的伺服器。請稍後再試。", + "Add trusted server" : "新增受信任的伺服器", + "Server url" : "伺服器 URL", "Add" : "新增", + "Server ok" : "伺服器 OK", + "User list was exchanged at least once successfully with the remote server." : "使用者清單已至少成功與遠端伺服器交換一次。", + "Server pending" : "伺服器擱置中", + "Waiting for shared secret or initial user list exchange." : "等待共享祕密或初始使用者清單交換。", + "Server access revoked" : "伺服器存取權限已撤銷", + "Server failure" : "伺服器故障", + "Connection to the remote server failed or the remote server is misconfigured." : "連線至遠端伺服器失敗,或遠端伺服器設定錯誤。", + "Failed to delete trusted server. Please try again later." : "無法刪除受信任伺服器。請稍後再試。", "Delete" : "刪除", "Federation allows you to connect with other trusted servers to exchange the account directory. For example this will be used to auto-complete external accounts for federated sharing. It is not necessary to add a server as trusted server in order to create a federated share." : "聯盟功能允許您與信任的伺服器連結,交換帳戶目錄。舉例來說,與其他雲端聯盟的用戶分享檔案時,有了這一份目錄,就可以在輸入框搜尋他們的帳戶名稱。不必將伺服器新增為受信任的伺服器就可以建立聯盟分享。", "Each server must validate the other. This process may require a few cron cycles." : "每個伺服器必須彼此驗證。此過程可能需要幾個 cron 周期。", diff --git a/apps/files/l10n/en_GB.js b/apps/files/l10n/en_GB.js index dc9affb526a..6e3a4031be1 100644 --- a/apps/files/l10n/en_GB.js +++ b/apps/files/l10n/en_GB.js @@ -320,6 +320,7 @@ OC.L10N.register( "Open online" : "Open online", "Rename" : "Rename", "Details" : "Details", + "Unfavorite" : "Unfavourite", "View in folder" : "View in folder", "Today" : "Today", "Last 7 days" : "Last 7 days", diff --git a/apps/files/l10n/en_GB.json b/apps/files/l10n/en_GB.json index aa30cc85f92..5c2b8dba15b 100644 --- a/apps/files/l10n/en_GB.json +++ b/apps/files/l10n/en_GB.json @@ -318,6 +318,7 @@ "Open online" : "Open online", "Rename" : "Rename", "Details" : "Details", + "Unfavorite" : "Unfavourite", "View in folder" : "View in folder", "Today" : "Today", "Last 7 days" : "Last 7 days", diff --git a/apps/files/l10n/nl.js b/apps/files/l10n/nl.js index 79b502a6db1..6aca8a53044 100644 --- a/apps/files/l10n/nl.js +++ b/apps/files/l10n/nl.js @@ -139,6 +139,7 @@ OC.L10N.register( "Show those shortcuts" : "Toon die snelkoppelingen", "Warnings" : "Waarschuwingen", "Warn before changing a file extension" : "Waarschuw voordat een bestand extensie wordt gewijzigd", + "Warn before deleting a file" : "Waarschuwen voor verwijderen bestand", "WebDAV URL" : "WebDAV URL", "How to access files using WebDAV" : "Hoe bestanden te benaderen met WebDAV", "Total rows summary" : "Aantal rijen samenvatting", @@ -235,6 +236,7 @@ OC.L10N.register( "Upload some content or sync with your devices!" : "Upload je inhoud of synchroniseer met je apparaten!", "Go back" : "Ga terug", "Views" : "Bekeken", + "Loading …" : "Aan het laden...", "Your files" : "Jouw bestanden", "Open in files" : "Open in bestanden", "File cannot be accessed" : "Bestand kan niet worden benaderd", diff --git a/apps/files/l10n/nl.json b/apps/files/l10n/nl.json index 5aa2a3e66f4..d0d5f51a24b 100644 --- a/apps/files/l10n/nl.json +++ b/apps/files/l10n/nl.json @@ -137,6 +137,7 @@ "Show those shortcuts" : "Toon die snelkoppelingen", "Warnings" : "Waarschuwingen", "Warn before changing a file extension" : "Waarschuw voordat een bestand extensie wordt gewijzigd", + "Warn before deleting a file" : "Waarschuwen voor verwijderen bestand", "WebDAV URL" : "WebDAV URL", "How to access files using WebDAV" : "Hoe bestanden te benaderen met WebDAV", "Total rows summary" : "Aantal rijen samenvatting", @@ -233,6 +234,7 @@ "Upload some content or sync with your devices!" : "Upload je inhoud of synchroniseer met je apparaten!", "Go back" : "Ga terug", "Views" : "Bekeken", + "Loading …" : "Aan het laden...", "Your files" : "Jouw bestanden", "Open in files" : "Open in bestanden", "File cannot be accessed" : "Bestand kan niet worden benaderd", diff --git a/apps/files/l10n/zh_HK.js b/apps/files/l10n/zh_HK.js index 6edd29a88bf..4e3def707b0 100644 --- a/apps/files/l10n/zh_HK.js +++ b/apps/files/l10n/zh_HK.js @@ -320,6 +320,7 @@ OC.L10N.register( "Open online" : "線上開啟", "Rename" : "重新命名", "Details" : "詳細資料", + "Unfavorite" : "取消收藏", "View in folder" : "在資料夾中檢視", "Today" : "今日", "Last 7 days" : "過去7日", diff --git a/apps/files/l10n/zh_HK.json b/apps/files/l10n/zh_HK.json index 34e5c44a81a..43f10db1209 100644 --- a/apps/files/l10n/zh_HK.json +++ b/apps/files/l10n/zh_HK.json @@ -318,6 +318,7 @@ "Open online" : "線上開啟", "Rename" : "重新命名", "Details" : "詳細資料", + "Unfavorite" : "取消收藏", "View in folder" : "在資料夾中檢視", "Today" : "今日", "Last 7 days" : "過去7日", diff --git a/apps/settings/l10n/eu.js b/apps/settings/l10n/eu.js index 99c485b37f8..1022001a450 100644 --- a/apps/settings/l10n/eu.js +++ b/apps/settings/l10n/eu.js @@ -273,6 +273,7 @@ OC.L10N.register( "The PHP OPcache module is not properly configured. %s." : "PHP OPCache modulua ez dago ondo konfiguratuta. %s.", "Correctly configured" : "Ondo konfiguratuta", "PHP version" : "PHP bertsioa", + "You are currently running PHP %1$s. PHP %2$s is deprecated since Nextcloud %3$s. Nextcloud %4$s may require at least PHP %5$s. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "PHP %1$s exekutatzen ari zara. PHP %2$s zaharkituta dago Nextcloud %3$s bertsiotik. Nextcloud %4$sk gutxienez PHP %5$s behar izango du. Mesedez, eguneratu PHP Group-ek ofizialki onartzen dituen PHP bertsiora ahalik eta lasterren.", "You are currently running PHP %s." : "Une honetan %s PHPa darabilzu.", "PHP \"output_buffering\" option" : "PHP \"output_buffering\" ezarpena", "PHP configuration option \"output_buffering\" must be disabled" : "PHP \"output_buffering\" konfigurazio aukera desgaituta egon behar da", @@ -300,16 +301,28 @@ OC.L10N.register( "Could not check that your web server serves security headers correctly. Please check manually." : "Ezin izan da egiaztatu zure web zerbitzariak segurtasun-goiburuak behar bezala zerbitzatzen dituela. Mesedez, egiaztatu ezazu eskuz.", "Could not check that your web server serves security headers correctly, unable to query `%s`" : "Ezin izan da egiaztatu zure web zerbitzariak segurtasun-goiburuak behar bezala zerbitzatzen dituela, ezin izan da `%s` kontsultatu", "Your server is correctly configured to send security headers." : "Zure zerbitzaria segurtasun goiburuak bidaltzeko ondo konfiguratuta dago.", + "Configuration server ID" : "Konfigurazio zerbitzariaren IDa", + "Server identifier isn’t configured. It is recommended if your Nextcloud instance is running on several PHP servers. Add a server ID in your configuration." : "Zerbitzariaren identifikatzailea ez dago konfiguratuta. Gomendagarria da zure Nextcloud instantzia PHP zerbitzari desberdinetan funtzionatzen badu. Gehitu zerbitzari baten IDa zure ezarpenetan.", + "\"%d\" is not a valid server identifier. It must be between 0 and 1023." : "\"%d\" ez da baliozko zerbitzari identifikatzailea. 0 eta 1023 artean egon behar du.", + "Server identifier is configured and valid." : "Zerbitzariaren identifikatzailea konfiguratuta dago eta baliozkoa da.", "Database version" : "Datu-basearen bertsioa", "MariaDB version 10.3 detected, this version is end-of-life and only supported as part of Ubuntu 20.04. MariaDB >=%1$s and <=%2$s is suggested for best performance, stability and functionality with this version of Nextcloud." : "MariaDB 10.3 bertsioa detektatu da, bertsio hau bizitzaren amaieran dago eta Ubuntu 20.04ren zati gisa soilik onartzen da. MariaDB >= '%1$s' eta <= '%2$s' iradokitzen da Nextcloud-en bertsio honekin errendimendu, egonkortasun eta funtzionalitate onena lortzeko.", "MariaDB version \"%1$s\" detected. MariaDB >=%2$s and <=%3$s is suggested for best performance, stability and functionality with this version of Nextcloud." : "MariaDB '%1$s' bertsioa detektatu da. MariaDB >= '%2$s' eta <= '%3$s' iradokitzen da Nextcloud-en bertsio honekin errendimendu, egonkortasun eta funtzionalitate onena lortzeko.", "MySQL version \"%1$s\" detected. MySQL >=%2$s and <=%3$s is suggested for best performance, stability and functionality with this version of Nextcloud." : "MySQL '%1$s' bertsioa detektatu da. MySQL >='%2$s' eta <= '%3$s' iradokitzen da errendimendu, egonkortasun eta funtzionalitate onena lortzeko Nextcloud-en bertsio honekin.", "PostgreSQL version \"%1$s\" detected. PostgreSQL >=%2$s and <=%3$s is suggested for best performance, stability and functionality with this version of Nextcloud." : "PostgreSQL «%1$s» bertsioa hauteman da. PostgreSQL >=%2$s eta <=%3$s iradokitzen da errendimendu, egonkortasun eta funtzionalitate onenak lortzeko Nextcloud bertsio honekin.", + "Nextcloud %d does not support your current version, so be sure to update the database before updating your Nextcloud Server." : "Nextcloud-ek %d ez du zure uneko bertsioa onartzen, beraz, ziurtatu datu-basea eguneratzen duzula Nextcloud zerbitzaria eguneratu aurretik.", + "Oracle version \"%1$s\" detected. Oracle >=%2$s and <=%3$s is suggested for best performance, stability and functionality with this version of Nextcloud." : "Oracle \"%1$s\" bertsioa detektatu da. Oracle >= %2$s eta <= %3$s iradokitzen da Nextcloud-en bertsio honekin errendimendu, egonkortasun eta funtzionalitate onena lortzeko.", "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\"." : "Une honetan atzeko planoak SQLite datu-base gisa erabiltzen ari da. Instalazio handiagoetarako atzeko planoko datu-base ezberdin batera aldatzea gomendatzen dugu. Hau bereziki gomendatzen da fitxategiak sinkronizatzeko mahaigaineko bezeroa erabiltzean. Beste datu-base batera migratzeko, erabili komando lerroko tresna: \"occ db:convert-type\".", "Unknown database platform" : "Datu-base plataforma ezezaguna", "Architecture" : "Arkitektura", "64-bit" : "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!" : "32 biteko PHP bertsioa exekutatzen ari zarela dirudi. Nextcloud-ek 64 bitekoa behar du ondo exekutatzeko. Eguneratu zure SE eta PHP 64 bitekora!", + "Task Processing pickup speed" : "Zereginak prozesatzeko jasotzeko abiadura", + "_No scheduled tasks in the last day._::_No scheduled tasks in the last %n days._" : ["Ez dago programatutako zereginik azken egunean.","Ez dago programatutako zereginik azken %n egunetan."], + "_The task pickup speed has been ok in the last day._::_The task pickup speed has been ok in the last %n days._" : ["Zereginak jasotzeko abiadura ona izan da azken egunean.","Zereginak jasotzeko abiadura ona izan da azken %n egunetan."], + "_The task pickup speed has been slow in the last day. Many tasks took longer than 4 minutes to be picked up. Consider setting up a worker to process tasks in the background._::_The task pickup speed has been slow in the last %n days. Many tasks took longer than 4 minutes to be picked up. Consider setting up a worker to process tasks in the background._" : ["Zereginak jasotzeko abiadura motela izan da azken egunean. Zeregin askok 4 minutu baino gehiago behar izan dituzte jasoak izateko. Baloratu ezartzea langile bat zereginak atzeko planoan prozesatzeko.","Zereginak jasotzeko abiadura motela izan da azken %n egunetan. Zeregin askok 4 minutu baino gehiago behar izan dituzte jasoak izateko. Baloratu ezartzea langile bat zereginak atzeko planoan prozesatzeko."], + "_Most tasks were successful in the last day._::_Most tasks were successful in the last %n days._" : ["Zeregin gehienak arrakastatsuak izan dira azken egunean.","Zeregin gehienak arrakastatsuak izan dira azken %n egunetan."], + "_A lot of tasks failed in the last day. Consider checking the nextcloud log for errors and investigating whether the AI provider apps have been set up correctly._::_A lot of tasks failed in the last %n days. Consider checking the nextcloud log for errors and investigating whether the AI provider apps have been set up correctly._" : ["Zeregin askok huts egin dute azken egunean. Baloratu hodei-erregistroan akatsak dauden egiaztatzea eta AI hornitzailearen aplikazioak behar bezala konfiguratu diren ikertzea.","Zeregin askok huts egin dute azken %n egunetan. Baloratu hodei-erregistroan akatsak dauden egiaztatzea eta AI hornitzailearen aplikazioak behar bezala konfiguratu diren ikertzea."], "Temporary space available" : "Aldi baterako lekua eskura", "Error while checking the temporary PHP path - it was not properly set to a directory. Returned value: %s" : "Errore bat gertatu da behin-behineko PHP bidea egiaztatzean - ez dago direktorio batera behar bezala ezarrita. Itzulitako balioa: %s", "The PHP function \"disk_free_space\" is disabled, which prevents the check for enough space in the temporary directories." : "PHP \"disk_free_space\" funtzioa desgaituta dago, eta horrek aldi baterako direktorioetan leku nahikoa egiaztatzea eragozten du.", @@ -360,8 +373,11 @@ OC.L10N.register( "Restrict users to only share with users in their groups" : "Mugatu partekatzeak taldeko erabiltzaileetara", "Ignore the following groups when checking group membership" : "Ezikusi hurrengo taldeak talde-kidetasuna egiaztatzean", "Allow users to preview files even if download is disabled" : "Baimendu erabiltzaileei fitxategiak aurreikustea deskarga desaktibatuta badago ere", + "Users will still be able to screenshot or record the screen. This does not provide any definitive protection." : "Erabiltzaileek pantaila-argazkiak egiteko edo pantaila grabatzeko aukera izango dute oraindik. Horrek ez du behin betiko babesik ematen.", "Allow users to share via link and emails" : "Baimendu erabiltzaileak esteka eta e-postaren bidez partekatzea", "Allow public uploads" : "Baimendu igoera publikoak", + "Allow public shares to be added to other clouds by federation." : "Baimendu partekatze publikoak federazio bidez beste hodei batzuetan gehitzea.", + "This will add share permissions to all newly created link shares." : "Honek partekatzeko baimenak gehituko dizkie sortu berri diren esteken partekatze guztiei.", "Always ask for a password" : "Beti eskatu pasahitza", "Enforce password protection" : "Betearazi pasahitzaren babesa", "Exclude groups from password requirements" : "Baztertu taldeak pasahitz eskakizunetatik", diff --git a/apps/settings/l10n/eu.json b/apps/settings/l10n/eu.json index 58cdc23838d..f99e4e0e27e 100644 --- a/apps/settings/l10n/eu.json +++ b/apps/settings/l10n/eu.json @@ -271,6 +271,7 @@ "The PHP OPcache module is not properly configured. %s." : "PHP OPCache modulua ez dago ondo konfiguratuta. %s.", "Correctly configured" : "Ondo konfiguratuta", "PHP version" : "PHP bertsioa", + "You are currently running PHP %1$s. PHP %2$s is deprecated since Nextcloud %3$s. Nextcloud %4$s may require at least PHP %5$s. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "PHP %1$s exekutatzen ari zara. PHP %2$s zaharkituta dago Nextcloud %3$s bertsiotik. Nextcloud %4$sk gutxienez PHP %5$s behar izango du. Mesedez, eguneratu PHP Group-ek ofizialki onartzen dituen PHP bertsiora ahalik eta lasterren.", "You are currently running PHP %s." : "Une honetan %s PHPa darabilzu.", "PHP \"output_buffering\" option" : "PHP \"output_buffering\" ezarpena", "PHP configuration option \"output_buffering\" must be disabled" : "PHP \"output_buffering\" konfigurazio aukera desgaituta egon behar da", @@ -298,16 +299,28 @@ "Could not check that your web server serves security headers correctly. Please check manually." : "Ezin izan da egiaztatu zure web zerbitzariak segurtasun-goiburuak behar bezala zerbitzatzen dituela. Mesedez, egiaztatu ezazu eskuz.", "Could not check that your web server serves security headers correctly, unable to query `%s`" : "Ezin izan da egiaztatu zure web zerbitzariak segurtasun-goiburuak behar bezala zerbitzatzen dituela, ezin izan da `%s` kontsultatu", "Your server is correctly configured to send security headers." : "Zure zerbitzaria segurtasun goiburuak bidaltzeko ondo konfiguratuta dago.", + "Configuration server ID" : "Konfigurazio zerbitzariaren IDa", + "Server identifier isn’t configured. It is recommended if your Nextcloud instance is running on several PHP servers. Add a server ID in your configuration." : "Zerbitzariaren identifikatzailea ez dago konfiguratuta. Gomendagarria da zure Nextcloud instantzia PHP zerbitzari desberdinetan funtzionatzen badu. Gehitu zerbitzari baten IDa zure ezarpenetan.", + "\"%d\" is not a valid server identifier. It must be between 0 and 1023." : "\"%d\" ez da baliozko zerbitzari identifikatzailea. 0 eta 1023 artean egon behar du.", + "Server identifier is configured and valid." : "Zerbitzariaren identifikatzailea konfiguratuta dago eta baliozkoa da.", "Database version" : "Datu-basearen bertsioa", "MariaDB version 10.3 detected, this version is end-of-life and only supported as part of Ubuntu 20.04. MariaDB >=%1$s and <=%2$s is suggested for best performance, stability and functionality with this version of Nextcloud." : "MariaDB 10.3 bertsioa detektatu da, bertsio hau bizitzaren amaieran dago eta Ubuntu 20.04ren zati gisa soilik onartzen da. MariaDB >= '%1$s' eta <= '%2$s' iradokitzen da Nextcloud-en bertsio honekin errendimendu, egonkortasun eta funtzionalitate onena lortzeko.", "MariaDB version \"%1$s\" detected. MariaDB >=%2$s and <=%3$s is suggested for best performance, stability and functionality with this version of Nextcloud." : "MariaDB '%1$s' bertsioa detektatu da. MariaDB >= '%2$s' eta <= '%3$s' iradokitzen da Nextcloud-en bertsio honekin errendimendu, egonkortasun eta funtzionalitate onena lortzeko.", "MySQL version \"%1$s\" detected. MySQL >=%2$s and <=%3$s is suggested for best performance, stability and functionality with this version of Nextcloud." : "MySQL '%1$s' bertsioa detektatu da. MySQL >='%2$s' eta <= '%3$s' iradokitzen da errendimendu, egonkortasun eta funtzionalitate onena lortzeko Nextcloud-en bertsio honekin.", "PostgreSQL version \"%1$s\" detected. PostgreSQL >=%2$s and <=%3$s is suggested for best performance, stability and functionality with this version of Nextcloud." : "PostgreSQL «%1$s» bertsioa hauteman da. PostgreSQL >=%2$s eta <=%3$s iradokitzen da errendimendu, egonkortasun eta funtzionalitate onenak lortzeko Nextcloud bertsio honekin.", + "Nextcloud %d does not support your current version, so be sure to update the database before updating your Nextcloud Server." : "Nextcloud-ek %d ez du zure uneko bertsioa onartzen, beraz, ziurtatu datu-basea eguneratzen duzula Nextcloud zerbitzaria eguneratu aurretik.", + "Oracle version \"%1$s\" detected. Oracle >=%2$s and <=%3$s is suggested for best performance, stability and functionality with this version of Nextcloud." : "Oracle \"%1$s\" bertsioa detektatu da. Oracle >= %2$s eta <= %3$s iradokitzen da Nextcloud-en bertsio honekin errendimendu, egonkortasun eta funtzionalitate onena lortzeko.", "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\"." : "Une honetan atzeko planoak SQLite datu-base gisa erabiltzen ari da. Instalazio handiagoetarako atzeko planoko datu-base ezberdin batera aldatzea gomendatzen dugu. Hau bereziki gomendatzen da fitxategiak sinkronizatzeko mahaigaineko bezeroa erabiltzean. Beste datu-base batera migratzeko, erabili komando lerroko tresna: \"occ db:convert-type\".", "Unknown database platform" : "Datu-base plataforma ezezaguna", "Architecture" : "Arkitektura", "64-bit" : "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!" : "32 biteko PHP bertsioa exekutatzen ari zarela dirudi. Nextcloud-ek 64 bitekoa behar du ondo exekutatzeko. Eguneratu zure SE eta PHP 64 bitekora!", + "Task Processing pickup speed" : "Zereginak prozesatzeko jasotzeko abiadura", + "_No scheduled tasks in the last day._::_No scheduled tasks in the last %n days._" : ["Ez dago programatutako zereginik azken egunean.","Ez dago programatutako zereginik azken %n egunetan."], + "_The task pickup speed has been ok in the last day._::_The task pickup speed has been ok in the last %n days._" : ["Zereginak jasotzeko abiadura ona izan da azken egunean.","Zereginak jasotzeko abiadura ona izan da azken %n egunetan."], + "_The task pickup speed has been slow in the last day. Many tasks took longer than 4 minutes to be picked up. Consider setting up a worker to process tasks in the background._::_The task pickup speed has been slow in the last %n days. Many tasks took longer than 4 minutes to be picked up. Consider setting up a worker to process tasks in the background._" : ["Zereginak jasotzeko abiadura motela izan da azken egunean. Zeregin askok 4 minutu baino gehiago behar izan dituzte jasoak izateko. Baloratu ezartzea langile bat zereginak atzeko planoan prozesatzeko.","Zereginak jasotzeko abiadura motela izan da azken %n egunetan. Zeregin askok 4 minutu baino gehiago behar izan dituzte jasoak izateko. Baloratu ezartzea langile bat zereginak atzeko planoan prozesatzeko."], + "_Most tasks were successful in the last day._::_Most tasks were successful in the last %n days._" : ["Zeregin gehienak arrakastatsuak izan dira azken egunean.","Zeregin gehienak arrakastatsuak izan dira azken %n egunetan."], + "_A lot of tasks failed in the last day. Consider checking the nextcloud log for errors and investigating whether the AI provider apps have been set up correctly._::_A lot of tasks failed in the last %n days. Consider checking the nextcloud log for errors and investigating whether the AI provider apps have been set up correctly._" : ["Zeregin askok huts egin dute azken egunean. Baloratu hodei-erregistroan akatsak dauden egiaztatzea eta AI hornitzailearen aplikazioak behar bezala konfiguratu diren ikertzea.","Zeregin askok huts egin dute azken %n egunetan. Baloratu hodei-erregistroan akatsak dauden egiaztatzea eta AI hornitzailearen aplikazioak behar bezala konfiguratu diren ikertzea."], "Temporary space available" : "Aldi baterako lekua eskura", "Error while checking the temporary PHP path - it was not properly set to a directory. Returned value: %s" : "Errore bat gertatu da behin-behineko PHP bidea egiaztatzean - ez dago direktorio batera behar bezala ezarrita. Itzulitako balioa: %s", "The PHP function \"disk_free_space\" is disabled, which prevents the check for enough space in the temporary directories." : "PHP \"disk_free_space\" funtzioa desgaituta dago, eta horrek aldi baterako direktorioetan leku nahikoa egiaztatzea eragozten du.", @@ -358,8 +371,11 @@ "Restrict users to only share with users in their groups" : "Mugatu partekatzeak taldeko erabiltzaileetara", "Ignore the following groups when checking group membership" : "Ezikusi hurrengo taldeak talde-kidetasuna egiaztatzean", "Allow users to preview files even if download is disabled" : "Baimendu erabiltzaileei fitxategiak aurreikustea deskarga desaktibatuta badago ere", + "Users will still be able to screenshot or record the screen. This does not provide any definitive protection." : "Erabiltzaileek pantaila-argazkiak egiteko edo pantaila grabatzeko aukera izango dute oraindik. Horrek ez du behin betiko babesik ematen.", "Allow users to share via link and emails" : "Baimendu erabiltzaileak esteka eta e-postaren bidez partekatzea", "Allow public uploads" : "Baimendu igoera publikoak", + "Allow public shares to be added to other clouds by federation." : "Baimendu partekatze publikoak federazio bidez beste hodei batzuetan gehitzea.", + "This will add share permissions to all newly created link shares." : "Honek partekatzeko baimenak gehituko dizkie sortu berri diren esteken partekatze guztiei.", "Always ask for a password" : "Beti eskatu pasahitza", "Enforce password protection" : "Betearazi pasahitzaren babesa", "Exclude groups from password requirements" : "Baztertu taldeak pasahitz eskakizunetatik", diff --git a/apps/systemtags/l10n/eu.js b/apps/systemtags/l10n/eu.js index 21ba950616c..d805bdeea17 100644 --- a/apps/systemtags/l10n/eu.js +++ b/apps/systemtags/l10n/eu.js @@ -56,6 +56,7 @@ OC.L10N.register( "Failed to delete tag" : "Etiketa ezabatzeak huts egin du", "Create or edit tags" : "Sortu edo editatu etiketak", "Search for a tag to edit" : "Bilatu editatzeko etiketa", + "Collaborative tags …" : "Elkarlaneko etiketak …", "No tags to select" : "Ez da etiketarik hautatu", "Tag name" : "Etiketaren izena", "Tag level" : "Etiketaren maila", @@ -64,8 +65,11 @@ OC.L10N.register( "Delete" : "Ezabatu", "Reset" : "Berrezarri", "Loading …" : "Kargatzen …", + "_{tag1} will be set and {tag2} will be removed from 1 file._::_{tag1} will be set and {tag2} will be removed from {count} files._" : ["{tag1} ezarriko zaio eta {tag2} kenduko zaio fitxategi bati.","{tag1} ezarriko zaie eta {tag2} kenduko zaie {count} fitxategitik."], "_{tag} will be set to 1 file._::_{tag} will be set to {count} files._" : ["{tag} ezarriko zaio fitxategi bati.","{tag} ezarriko zaie {count} fitxategiri."], "_{tag} will be removed from 1 file._::_{tag} will be removed from {count} files._" : ["{tag} kenduko zaio fitxategi bati.","{tag} kenduko zaie {count} fitxategiri."], + "_{tags} and {lastTag} will be set to 1 file._::_{tags} and {lastTag} will be set to {count} files._" : ["{tags} eta {lastTag} ezarriko zaizkio fitxategi bati.","{tags} eta {lastTag} ezarriko zaizkie {count} fitxategiri."], + "_{tags} and {lastTag} will be removed from 1 file._::_{tags} and {lastTag} will be removed from {count} files._" : ["{tags} eta {lastTag} kenduko zaizkio fitxategi bati..","{tags} eta {lastTag} zenduko zaizkie {count} fitxategiri."], "{displayName} (hidden)" : "{displayName} (ezkutua)", "{displayName} (restricted)" : "{displayName} (mugatua)", "Only admins can create new tags" : "Soilik administratzaileek sor ditzakete etiketa berriak", @@ -83,8 +87,11 @@ OC.L10N.register( "Failed to load tags" : "Etiketak kargatzeak huts egin du", "Failed to select tag" : "Etiketa hautatzeak huts egin du", "System admin disabled tag creation. You can only use existing ones." : "Sistemaren administratzaileak desgaitu du etiketen sortzea. Daudenak bakarrik erabili ditzakezu.", + "Loading collaborative tags …" : "Elkarlaneko etiketak kargatzen …", "Search or create collaborative tags" : "Bilatu edo sortu elkarlaneko etiketak", "No tags to select, type to create a new tag" : "Ez dago hautatzeko etiketarik, idatzi etiketa berria sortzeko", + "Unable to update setting" : "Ezin izan dira ezarpenak eguneratu", + "System tag creation is now restricted to administrators" : "Sistema-etiketen sortzea administratzaileei mugatuta dago orain", "System tag creation is now allowed for everybody" : "Orain edonork sor ditzake etiketak", "System tag management" : "Sistemaren etiketen kudeaketa", "If enabled, only administrators can create and edit tags. Accounts can still assign and remove them from files." : "Aktiboa badago, bakarrik administratzaileek sortu eta editatu ditzakete etiketak. Kontuek soilik esleitu edo kentzen ahal diete fitxategiei.", diff --git a/apps/systemtags/l10n/eu.json b/apps/systemtags/l10n/eu.json index 89fa27540f2..34034f83bed 100644 --- a/apps/systemtags/l10n/eu.json +++ b/apps/systemtags/l10n/eu.json @@ -54,6 +54,7 @@ "Failed to delete tag" : "Etiketa ezabatzeak huts egin du", "Create or edit tags" : "Sortu edo editatu etiketak", "Search for a tag to edit" : "Bilatu editatzeko etiketa", + "Collaborative tags …" : "Elkarlaneko etiketak …", "No tags to select" : "Ez da etiketarik hautatu", "Tag name" : "Etiketaren izena", "Tag level" : "Etiketaren maila", @@ -62,8 +63,11 @@ "Delete" : "Ezabatu", "Reset" : "Berrezarri", "Loading …" : "Kargatzen …", + "_{tag1} will be set and {tag2} will be removed from 1 file._::_{tag1} will be set and {tag2} will be removed from {count} files._" : ["{tag1} ezarriko zaio eta {tag2} kenduko zaio fitxategi bati.","{tag1} ezarriko zaie eta {tag2} kenduko zaie {count} fitxategitik."], "_{tag} will be set to 1 file._::_{tag} will be set to {count} files._" : ["{tag} ezarriko zaio fitxategi bati.","{tag} ezarriko zaie {count} fitxategiri."], "_{tag} will be removed from 1 file._::_{tag} will be removed from {count} files._" : ["{tag} kenduko zaio fitxategi bati.","{tag} kenduko zaie {count} fitxategiri."], + "_{tags} and {lastTag} will be set to 1 file._::_{tags} and {lastTag} will be set to {count} files._" : ["{tags} eta {lastTag} ezarriko zaizkio fitxategi bati.","{tags} eta {lastTag} ezarriko zaizkie {count} fitxategiri."], + "_{tags} and {lastTag} will be removed from 1 file._::_{tags} and {lastTag} will be removed from {count} files._" : ["{tags} eta {lastTag} kenduko zaizkio fitxategi bati..","{tags} eta {lastTag} zenduko zaizkie {count} fitxategiri."], "{displayName} (hidden)" : "{displayName} (ezkutua)", "{displayName} (restricted)" : "{displayName} (mugatua)", "Only admins can create new tags" : "Soilik administratzaileek sor ditzakete etiketa berriak", @@ -81,8 +85,11 @@ "Failed to load tags" : "Etiketak kargatzeak huts egin du", "Failed to select tag" : "Etiketa hautatzeak huts egin du", "System admin disabled tag creation. You can only use existing ones." : "Sistemaren administratzaileak desgaitu du etiketen sortzea. Daudenak bakarrik erabili ditzakezu.", + "Loading collaborative tags …" : "Elkarlaneko etiketak kargatzen …", "Search or create collaborative tags" : "Bilatu edo sortu elkarlaneko etiketak", "No tags to select, type to create a new tag" : "Ez dago hautatzeko etiketarik, idatzi etiketa berria sortzeko", + "Unable to update setting" : "Ezin izan dira ezarpenak eguneratu", + "System tag creation is now restricted to administrators" : "Sistema-etiketen sortzea administratzaileei mugatuta dago orain", "System tag creation is now allowed for everybody" : "Orain edonork sor ditzake etiketak", "System tag management" : "Sistemaren etiketen kudeaketa", "If enabled, only administrators can create and edit tags. Accounts can still assign and remove them from files." : "Aktiboa badago, bakarrik administratzaileek sortu eta editatu ditzakete etiketak. Kontuek soilik esleitu edo kentzen ahal diete fitxategiei.", diff --git a/apps/systemtags/l10n/nl.js b/apps/systemtags/l10n/nl.js index ee0fc0abbf6..20956021d0a 100644 --- a/apps/systemtags/l10n/nl.js +++ b/apps/systemtags/l10n/nl.js @@ -50,6 +50,7 @@ OC.L10N.register( "Update" : "Update", "Delete" : "Verwijder", "Reset" : "Herstellen", + "Loading …" : "Aan het laden...", "Manage tags" : "Berichttags", "Search or create tag" : "Zoek of maak een tag", "Search tag" : "Zoek tag", diff --git a/apps/systemtags/l10n/nl.json b/apps/systemtags/l10n/nl.json index 27954cbb0a8..3a4110ad673 100644 --- a/apps/systemtags/l10n/nl.json +++ b/apps/systemtags/l10n/nl.json @@ -48,6 +48,7 @@ "Update" : "Update", "Delete" : "Verwijder", "Reset" : "Herstellen", + "Loading …" : "Aan het laden...", "Manage tags" : "Berichttags", "Search or create tag" : "Zoek of maak een tag", "Search tag" : "Zoek tag", diff --git a/apps/updatenotification/l10n/de.js b/apps/updatenotification/l10n/de.js index 77124a09890..77a7ba9e6a2 100644 --- a/apps/updatenotification/l10n/de.js +++ b/apps/updatenotification/l10n/de.js @@ -60,7 +60,7 @@ OC.L10N.register( "Changelog for app {app}" : "Änderungsübersicht für App {app}", "What's new in {app} version {version}" : "Neuigkeiten in {app} Version {version}", "{version} is available. Get more information on how to update." : "{version} ist verfügbar. Weitere Informationen zur Aktualisierung.", - "All apps have a compatible version for this Nextcloud version available." : "Für alle Apps steht eine kompatible Version zur Verfügung.", + "All apps have a compatible version for this Nextcloud version available." : "Für alle Apps stehen kompatible Versionen für diese Nextcloud-Version zur Verfügung.", "_%n app has no compatible version for this Nextcloud version available._::_%n apps have no compatible version for this Nextcloud version available._" : ["Für %n App steht keine kompatible Version zur Verfügung.","Für %n Apps stehen keine kompatible Versionen zur Verfügung."], "For enterprise use. Provides always the latest patch level, but will not update to the next major release immediately. That update happens once Nextcloud GmbH has done additional hardening and testing for large-scale and mission-critical deployments. This channel is only available to customers and provides the Nextcloud Enterprise package." : "Für den Einsatz in Unternehmen. Stellt immer die neueste Patch-Version bereit, wird jedoch nicht sofort auf die nächste Hauptversion aktualisiert. Diese Aktualisierung wird durchgeführt, sobald die Nextcloud GmbH zusätzliche Vorbereitungen und Tests für umfangreiche und unternehmenskritische Software-Verteilungen durchgeführt hat. Dieser Kanal steht nur Kunden zur Verfügung und enthält das Nextcloud Firmen-Paket ." }, diff --git a/apps/updatenotification/l10n/de.json b/apps/updatenotification/l10n/de.json index ae094cece80..80f2873e8ff 100644 --- a/apps/updatenotification/l10n/de.json +++ b/apps/updatenotification/l10n/de.json @@ -58,7 +58,7 @@ "Changelog for app {app}" : "Änderungsübersicht für App {app}", "What's new in {app} version {version}" : "Neuigkeiten in {app} Version {version}", "{version} is available. Get more information on how to update." : "{version} ist verfügbar. Weitere Informationen zur Aktualisierung.", - "All apps have a compatible version for this Nextcloud version available." : "Für alle Apps steht eine kompatible Version zur Verfügung.", + "All apps have a compatible version for this Nextcloud version available." : "Für alle Apps stehen kompatible Versionen für diese Nextcloud-Version zur Verfügung.", "_%n app has no compatible version for this Nextcloud version available._::_%n apps have no compatible version for this Nextcloud version available._" : ["Für %n App steht keine kompatible Version zur Verfügung.","Für %n Apps stehen keine kompatible Versionen zur Verfügung."], "For enterprise use. Provides always the latest patch level, but will not update to the next major release immediately. That update happens once Nextcloud GmbH has done additional hardening and testing for large-scale and mission-critical deployments. This channel is only available to customers and provides the Nextcloud Enterprise package." : "Für den Einsatz in Unternehmen. Stellt immer die neueste Patch-Version bereit, wird jedoch nicht sofort auf die nächste Hauptversion aktualisiert. Diese Aktualisierung wird durchgeführt, sobald die Nextcloud GmbH zusätzliche Vorbereitungen und Tests für umfangreiche und unternehmenskritische Software-Verteilungen durchgeführt hat. Dieser Kanal steht nur Kunden zur Verfügung und enthält das Nextcloud Firmen-Paket ." },"pluralForm" :"nplurals=2; plural=(n != 1);" diff --git a/apps/updatenotification/l10n/de_DE.js b/apps/updatenotification/l10n/de_DE.js index e4b9bcf406a..db3d4116444 100644 --- a/apps/updatenotification/l10n/de_DE.js +++ b/apps/updatenotification/l10n/de_DE.js @@ -60,7 +60,7 @@ OC.L10N.register( "Changelog for app {app}" : "Änderungsübersicht für App {app}", "What's new in {app} version {version}" : "Neuigkeiten in {app} Version {version}", "{version} is available. Get more information on how to update." : "{version} ist verfügbar. Weitere Informationen zur Aktualisierung.", - "All apps have a compatible version for this Nextcloud version available." : "Für alle Apps steht eine kompatible Version zur Verfügung.", + "All apps have a compatible version for this Nextcloud version available." : "Für alle Apps stehen kompatible Versionen für diese Nextcloud-Version zur Verfügung.", "_%n app has no compatible version for this Nextcloud version available._::_%n apps have no compatible version for this Nextcloud version available._" : ["Für %n App steht keine kompatible Version zur Verfügung.","Für %n Apps steht keine kompatible Version zur Verfügung."], "For enterprise use. Provides always the latest patch level, but will not update to the next major release immediately. That update happens once Nextcloud GmbH has done additional hardening and testing for large-scale and mission-critical deployments. This channel is only available to customers and provides the Nextcloud Enterprise package." : "Für den Einsatz in Unternehmen. Stellt immer die neueste Patch-Version bereit, wird jedoch nicht sofort auf die nächste Hauptversion aktualisiert. Diese Aktualisierung wird durchgeführt, sobald die Nextcloud GmbH zusätzliche Vorbereitungen und Tests für umfangreiche und unternehmenskritische Software-Verteilungen durchgeführt hat. Dieser Kanal steht nur Kunden zur Verfügung und enthält das Nextcloud Firmen-Paket ." }, diff --git a/apps/updatenotification/l10n/de_DE.json b/apps/updatenotification/l10n/de_DE.json index 02804083230..2ed398457bf 100644 --- a/apps/updatenotification/l10n/de_DE.json +++ b/apps/updatenotification/l10n/de_DE.json @@ -58,7 +58,7 @@ "Changelog for app {app}" : "Änderungsübersicht für App {app}", "What's new in {app} version {version}" : "Neuigkeiten in {app} Version {version}", "{version} is available. Get more information on how to update." : "{version} ist verfügbar. Weitere Informationen zur Aktualisierung.", - "All apps have a compatible version for this Nextcloud version available." : "Für alle Apps steht eine kompatible Version zur Verfügung.", + "All apps have a compatible version for this Nextcloud version available." : "Für alle Apps stehen kompatible Versionen für diese Nextcloud-Version zur Verfügung.", "_%n app has no compatible version for this Nextcloud version available._::_%n apps have no compatible version for this Nextcloud version available._" : ["Für %n App steht keine kompatible Version zur Verfügung.","Für %n Apps steht keine kompatible Version zur Verfügung."], "For enterprise use. Provides always the latest patch level, but will not update to the next major release immediately. That update happens once Nextcloud GmbH has done additional hardening and testing for large-scale and mission-critical deployments. This channel is only available to customers and provides the Nextcloud Enterprise package." : "Für den Einsatz in Unternehmen. Stellt immer die neueste Patch-Version bereit, wird jedoch nicht sofort auf die nächste Hauptversion aktualisiert. Diese Aktualisierung wird durchgeführt, sobald die Nextcloud GmbH zusätzliche Vorbereitungen und Tests für umfangreiche und unternehmenskritische Software-Verteilungen durchgeführt hat. Dieser Kanal steht nur Kunden zur Verfügung und enthält das Nextcloud Firmen-Paket ." },"pluralForm" :"nplurals=2; plural=(n != 1);" diff --git a/apps/user_ldap/l10n/ar.js b/apps/user_ldap/l10n/ar.js index acfc7e14af1..a4b5da5828b 100644 --- a/apps/user_ldap/l10n/ar.js +++ b/apps/user_ldap/l10n/ar.js @@ -131,7 +131,6 @@ OC.L10N.register( "No object found in the given Base DN. Please revise." : "لم يتم العثور على أي كائن object في الاسم المميز الأساسي Base DN المحدد. يُرجي المُراجعة.", "More than 1,000 directory entries available." : "يُوجد أكثر من 1,000 مُدخل في الدليل directory entries.", "When unchecked, this configuration will be skipped." : "عندما لا يتم تحديده، سوف يتم تخطي هذه التهيئة.", - "Configuration Active" : "الإعداد نشط", "Copy current configuration into new directory binding" : "نسخ التهيئة الحالية إلى دليل جديد مرتبط", "You can omit the protocol, unless you require SSL. If so, start with ldaps://" : "يمكنك التغاضي عن البروتوكول، ما لم يكن SSL مطلوب. إذا كان الأمر كذلك، فابدأ بـ ldaps", "Host" : "المضيف", @@ -140,7 +139,6 @@ OC.L10N.register( "User DN" : "الاسم المميز للمستخدم DN", "For anonymous access, leave DN and Password empty." : "للوصول المجهول anonymous access، اترك خانتيْ الاسم المميز وكلمة المرور فارغتين.", "Password" : "كلمة المرور", - "Save Credentials" : "حفظ بيانات تسجيل الدخول", "One Base DN per line" : "اسم مميز واحد أساسي Base DN لكل سطر", "You can specify Base DN for users and groups in the Advanced tab" : "يمكنك تحديد الاسم المميز الأساسي Base DN للمستخدمين والمجموعات من علامة تبويب الإعدادات المتقدمة", "Detect Base DN" : "اكتشاف الاسم المميز الأساسي Base DN", @@ -221,6 +219,7 @@ OC.L10N.register( "Add a new configuration" : "إضافة تكوين جديد", "Delete the current configuration" : "حذف التهيئة الحالية", "The DN of the client user with which the bind shall be done, e.g. uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password empty." : "الاسم المميز للعميل المستخدم DN الذي يجب الربط معه. على سبيل المثال، uid=agent,dc=example,dc=com. للوصول مجهول الهوية anonymous access، اترك خانتيْ الاسم المميز وكلمة المرور فارغتين.", + "Save Credentials" : "حفظ بيانات تسجيل الدخول", "Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." : "يُلغي طلبات LDAP التلقائية. يُفضّل استعماله في حالة الخوادم التي تخدم أعداداً كبيرة، ولكنه يتطلب بعض المعرفة فيما يخص بروتوكول LDAP.", "Manually enter LDAP filters (recommended for large directories)" : "الإدخال اليدوي لفلاتر بروتوكول LDAP (يُنصح به في حالة الأدلة الكبيرة)", "The filter specifies which LDAP users shall have access to the %s instance." : "يُحدِّد عامل التصفية أيّ مستخدمي LDAP يمكنه الوصول إلى الخادم %s.", @@ -228,6 +227,7 @@ OC.L10N.register( "Back" : "رجوع", "Continue" : "متابعة", "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "تحذير: وِحدة PHP LDAP غير مُنصبّة؛ لذا فإن الخلفية لن تعمل. يرجى طلب تنصيبها من مسؤول النظام.", + "Configuration Active" : "الإعداد نشط", "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "لا يوصي به، استخدمه للاختبار فقط! إذا كان الاتصال يعمل فقط مع هذا الخيار، فقم باستيراد شهادة SSL لخادم LDAP في الخادم %s.", "\"$home\" Placeholder Field" : "حقل العنصر النائب \"$home\"", "Pronouns Field" : "حقل الضمائر", diff --git a/apps/user_ldap/l10n/ar.json b/apps/user_ldap/l10n/ar.json index f49fa4aea05..6ef281bda2e 100644 --- a/apps/user_ldap/l10n/ar.json +++ b/apps/user_ldap/l10n/ar.json @@ -129,7 +129,6 @@ "No object found in the given Base DN. Please revise." : "لم يتم العثور على أي كائن object في الاسم المميز الأساسي Base DN المحدد. يُرجي المُراجعة.", "More than 1,000 directory entries available." : "يُوجد أكثر من 1,000 مُدخل في الدليل directory entries.", "When unchecked, this configuration will be skipped." : "عندما لا يتم تحديده، سوف يتم تخطي هذه التهيئة.", - "Configuration Active" : "الإعداد نشط", "Copy current configuration into new directory binding" : "نسخ التهيئة الحالية إلى دليل جديد مرتبط", "You can omit the protocol, unless you require SSL. If so, start with ldaps://" : "يمكنك التغاضي عن البروتوكول، ما لم يكن SSL مطلوب. إذا كان الأمر كذلك، فابدأ بـ ldaps", "Host" : "المضيف", @@ -138,7 +137,6 @@ "User DN" : "الاسم المميز للمستخدم DN", "For anonymous access, leave DN and Password empty." : "للوصول المجهول anonymous access، اترك خانتيْ الاسم المميز وكلمة المرور فارغتين.", "Password" : "كلمة المرور", - "Save Credentials" : "حفظ بيانات تسجيل الدخول", "One Base DN per line" : "اسم مميز واحد أساسي Base DN لكل سطر", "You can specify Base DN for users and groups in the Advanced tab" : "يمكنك تحديد الاسم المميز الأساسي Base DN للمستخدمين والمجموعات من علامة تبويب الإعدادات المتقدمة", "Detect Base DN" : "اكتشاف الاسم المميز الأساسي Base DN", @@ -219,6 +217,7 @@ "Add a new configuration" : "إضافة تكوين جديد", "Delete the current configuration" : "حذف التهيئة الحالية", "The DN of the client user with which the bind shall be done, e.g. uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password empty." : "الاسم المميز للعميل المستخدم DN الذي يجب الربط معه. على سبيل المثال، uid=agent,dc=example,dc=com. للوصول مجهول الهوية anonymous access، اترك خانتيْ الاسم المميز وكلمة المرور فارغتين.", + "Save Credentials" : "حفظ بيانات تسجيل الدخول", "Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." : "يُلغي طلبات LDAP التلقائية. يُفضّل استعماله في حالة الخوادم التي تخدم أعداداً كبيرة، ولكنه يتطلب بعض المعرفة فيما يخص بروتوكول LDAP.", "Manually enter LDAP filters (recommended for large directories)" : "الإدخال اليدوي لفلاتر بروتوكول LDAP (يُنصح به في حالة الأدلة الكبيرة)", "The filter specifies which LDAP users shall have access to the %s instance." : "يُحدِّد عامل التصفية أيّ مستخدمي LDAP يمكنه الوصول إلى الخادم %s.", @@ -226,6 +225,7 @@ "Back" : "رجوع", "Continue" : "متابعة", "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "تحذير: وِحدة PHP LDAP غير مُنصبّة؛ لذا فإن الخلفية لن تعمل. يرجى طلب تنصيبها من مسؤول النظام.", + "Configuration Active" : "الإعداد نشط", "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "لا يوصي به، استخدمه للاختبار فقط! إذا كان الاتصال يعمل فقط مع هذا الخيار، فقم باستيراد شهادة SSL لخادم LDAP في الخادم %s.", "\"$home\" Placeholder Field" : "حقل العنصر النائب \"$home\"", "Pronouns Field" : "حقل الضمائر", diff --git a/apps/user_ldap/l10n/bg.js b/apps/user_ldap/l10n/bg.js index 8a639ab3b46..34a906ee67c 100644 --- a/apps/user_ldap/l10n/bg.js +++ b/apps/user_ldap/l10n/bg.js @@ -114,7 +114,6 @@ OC.L10N.register( "No object found in the given Base DN. Please revise." : "Няма намерен обект в даденото базово DN. Моля, ревизирайте.", "More than 1,000 directory entries available." : "Налични са повече от 1000 записа в директорията.", "When unchecked, this configuration will be skipped." : "Когато не е отметнато, тази конфигурация ще бъде прескочена.", - "Configuration Active" : "Конфигурацията е Активна", "Copy current configuration into new directory binding" : "Копиране на текущата конфигурация в ново обвързване на директория", "You can omit the protocol, unless you require SSL. If so, start with ldaps://" : "Можете да пропуснете протокола, освен ако не изисквате SSL. Ако е така, започнете с ldaps://", "Host" : "Хост", @@ -123,7 +122,6 @@ OC.L10N.register( "User DN" : "User DN", "For anonymous access, leave DN and Password empty." : "За анонимен достъп, остави DN и Парола празни.", "Password" : "Парола", - "Save Credentials" : "Запиши идентификационни данни", "One Base DN per line" : "По един Base DN на ред", "You can specify Base DN for users and groups in the Advanced tab" : "Можете да настроите Base DN за отделни потребители/групи в раздела \"Допълнителни\"", "Detect Base DN" : "Откриване на базов DN", @@ -203,6 +201,7 @@ OC.L10N.register( "Add a new configuration" : "Добавяне на нова конфигурация", "Delete the current configuration" : "Изтриване на текущата конфигурация", "The DN of the client user with which the bind shall be done, e.g. uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password empty." : "DN на потребителят, с който ще стане свързването, пр. uid=agent,dc=example,dc=com. За анонимен достъп, остави DN и Парола празни.", + "Save Credentials" : "Запиши идентификационни данни", "Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." : "Избягва автоматични LDAP заявки. По-добра опция за големи инсталации, но изисква LDAP познания.", "Manually enter LDAP filters (recommended for large directories)" : "Ръчно въвеждана на LDAP филтри(препоръчано за по-големи папки)", "The filter specifies which LDAP users shall have access to the %s instance." : "Филтърът посочва кои LDAP потребители ще имат достъп до %s инсталацията.", @@ -210,6 +209,7 @@ OC.L10N.register( "Back" : "Назад", "Continue" : "Продължи", "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "Предупреждение: PHP LDAP модулът не е инсталиран, сървърът няма да работи. Моля, поискай системният админстратор да го инсталира.", + "Configuration Active" : "Конфигурацията е Активна", "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "Не е препоръчително! Ползвайте само за тестване. Ако връзката работи само с тази опция, внесете SSL сертификата на LDAP сървъра във вашия %s сървър.", "\"$home\" Placeholder Field" : "„$home“ Заместващо поле", "Pronouns Field" : "Поле за обръщение", diff --git a/apps/user_ldap/l10n/bg.json b/apps/user_ldap/l10n/bg.json index bb0e60dbacb..f654dce4b00 100644 --- a/apps/user_ldap/l10n/bg.json +++ b/apps/user_ldap/l10n/bg.json @@ -112,7 +112,6 @@ "No object found in the given Base DN. Please revise." : "Няма намерен обект в даденото базово DN. Моля, ревизирайте.", "More than 1,000 directory entries available." : "Налични са повече от 1000 записа в директорията.", "When unchecked, this configuration will be skipped." : "Когато не е отметнато, тази конфигурация ще бъде прескочена.", - "Configuration Active" : "Конфигурацията е Активна", "Copy current configuration into new directory binding" : "Копиране на текущата конфигурация в ново обвързване на директория", "You can omit the protocol, unless you require SSL. If so, start with ldaps://" : "Можете да пропуснете протокола, освен ако не изисквате SSL. Ако е така, започнете с ldaps://", "Host" : "Хост", @@ -121,7 +120,6 @@ "User DN" : "User DN", "For anonymous access, leave DN and Password empty." : "За анонимен достъп, остави DN и Парола празни.", "Password" : "Парола", - "Save Credentials" : "Запиши идентификационни данни", "One Base DN per line" : "По един Base DN на ред", "You can specify Base DN for users and groups in the Advanced tab" : "Можете да настроите Base DN за отделни потребители/групи в раздела \"Допълнителни\"", "Detect Base DN" : "Откриване на базов DN", @@ -201,6 +199,7 @@ "Add a new configuration" : "Добавяне на нова конфигурация", "Delete the current configuration" : "Изтриване на текущата конфигурация", "The DN of the client user with which the bind shall be done, e.g. uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password empty." : "DN на потребителят, с който ще стане свързването, пр. uid=agent,dc=example,dc=com. За анонимен достъп, остави DN и Парола празни.", + "Save Credentials" : "Запиши идентификационни данни", "Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." : "Избягва автоматични LDAP заявки. По-добра опция за големи инсталации, но изисква LDAP познания.", "Manually enter LDAP filters (recommended for large directories)" : "Ръчно въвеждана на LDAP филтри(препоръчано за по-големи папки)", "The filter specifies which LDAP users shall have access to the %s instance." : "Филтърът посочва кои LDAP потребители ще имат достъп до %s инсталацията.", @@ -208,6 +207,7 @@ "Back" : "Назад", "Continue" : "Продължи", "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "Предупреждение: PHP LDAP модулът не е инсталиран, сървърът няма да работи. Моля, поискай системният админстратор да го инсталира.", + "Configuration Active" : "Конфигурацията е Активна", "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "Не е препоръчително! Ползвайте само за тестване. Ако връзката работи само с тази опция, внесете SSL сертификата на LDAP сървъра във вашия %s сървър.", "\"$home\" Placeholder Field" : "„$home“ Заместващо поле", "Pronouns Field" : "Поле за обръщение", diff --git a/apps/user_ldap/l10n/ca.js b/apps/user_ldap/l10n/ca.js index 9e67d972596..feb77183e43 100644 --- a/apps/user_ldap/l10n/ca.js +++ b/apps/user_ldap/l10n/ca.js @@ -131,7 +131,6 @@ OC.L10N.register( "No object found in the given Base DN. Please revise." : "No s'ha trobat cap objecte a la Base DN donada. Reviseu.", "More than 1,000 directory entries available." : "Hi ha més de 1.000 entrades de directori disponibles.", "When unchecked, this configuration will be skipped." : "Si està desmarcat, aquesta configuració s'ometrà.", - "Configuration Active" : "Configuració activa", "Copy current configuration into new directory binding" : "Copia l'actual configuració en la nova connexió al directori", "You can omit the protocol, unless you require SSL. If so, start with ldaps://" : "Podeu ometre el protocol, si no requeriu SSL. Si ho requeriu llavors comenceu amb ldaps://", "Host" : "Servidor", @@ -140,7 +139,6 @@ OC.L10N.register( "User DN" : "DN Usuari", "For anonymous access, leave DN and Password empty." : "Per un accés anònim, deixeu la DN i la contrasenya en blanc.", "Password" : "Contrasenya", - "Save Credentials" : "Desa credencials", "One Base DN per line" : "Una DN Base per línia", "You can specify Base DN for users and groups in the Advanced tab" : "Podeu especificar DN Base per usuaris i grups a la pestanya Avançat", "Detect Base DN" : "Detecta el DN de base", @@ -221,6 +219,7 @@ OC.L10N.register( "Add a new configuration" : "Afegeix una nova configuració", "Delete the current configuration" : "Suprimeix la configuració actual", "The DN of the client user with which the bind shall be done, e.g. uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password empty." : "La DN de l'usuari client amb la que s'haurà de fer, per exemple uid=agent,dc=exemple,dc=com. Per un accés anònim, deixeu la DN i la contrasenya en blanc.", + "Save Credentials" : "Desa credencials", "Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." : "Evita peticions LDAP automàtiques. És millor per configuracions grans, però requereix tenir certs coneixements de LDAP.", "Manually enter LDAP filters (recommended for large directories)" : "Introducció manual de filtres LDAP (recomanat per a directoris grans)", "The filter specifies which LDAP users shall have access to the %s instance." : "El filtre especifica quins usuaris LDAP haurien de tenir accés a la instància %s.", @@ -228,6 +227,7 @@ OC.L10N.register( "Back" : "Enrere", "Continue" : "Continua", "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "Avís: El mòdul PHP LDAP no està instal·lat, el rerefons no funcionarà. Demaneu a l'administrador del sistema que l'instal·li.", + "Configuration Active" : "Configuració activa", "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "No es recomana, useu-ho només com a prova! Importeu el certificat SSL del servidor LDAP al servidor %s només si la connexió funciona amb aquesta opció.", "\"$home\" Placeholder Field" : "Camp de marcador de posició \"$home\"", "Pronouns Field" : "Camp de pronoms", diff --git a/apps/user_ldap/l10n/ca.json b/apps/user_ldap/l10n/ca.json index cf5e2d5755a..c67ca32c8af 100644 --- a/apps/user_ldap/l10n/ca.json +++ b/apps/user_ldap/l10n/ca.json @@ -129,7 +129,6 @@ "No object found in the given Base DN. Please revise." : "No s'ha trobat cap objecte a la Base DN donada. Reviseu.", "More than 1,000 directory entries available." : "Hi ha més de 1.000 entrades de directori disponibles.", "When unchecked, this configuration will be skipped." : "Si està desmarcat, aquesta configuració s'ometrà.", - "Configuration Active" : "Configuració activa", "Copy current configuration into new directory binding" : "Copia l'actual configuració en la nova connexió al directori", "You can omit the protocol, unless you require SSL. If so, start with ldaps://" : "Podeu ometre el protocol, si no requeriu SSL. Si ho requeriu llavors comenceu amb ldaps://", "Host" : "Servidor", @@ -138,7 +137,6 @@ "User DN" : "DN Usuari", "For anonymous access, leave DN and Password empty." : "Per un accés anònim, deixeu la DN i la contrasenya en blanc.", "Password" : "Contrasenya", - "Save Credentials" : "Desa credencials", "One Base DN per line" : "Una DN Base per línia", "You can specify Base DN for users and groups in the Advanced tab" : "Podeu especificar DN Base per usuaris i grups a la pestanya Avançat", "Detect Base DN" : "Detecta el DN de base", @@ -219,6 +217,7 @@ "Add a new configuration" : "Afegeix una nova configuració", "Delete the current configuration" : "Suprimeix la configuració actual", "The DN of the client user with which the bind shall be done, e.g. uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password empty." : "La DN de l'usuari client amb la que s'haurà de fer, per exemple uid=agent,dc=exemple,dc=com. Per un accés anònim, deixeu la DN i la contrasenya en blanc.", + "Save Credentials" : "Desa credencials", "Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." : "Evita peticions LDAP automàtiques. És millor per configuracions grans, però requereix tenir certs coneixements de LDAP.", "Manually enter LDAP filters (recommended for large directories)" : "Introducció manual de filtres LDAP (recomanat per a directoris grans)", "The filter specifies which LDAP users shall have access to the %s instance." : "El filtre especifica quins usuaris LDAP haurien de tenir accés a la instància %s.", @@ -226,6 +225,7 @@ "Back" : "Enrere", "Continue" : "Continua", "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "Avís: El mòdul PHP LDAP no està instal·lat, el rerefons no funcionarà. Demaneu a l'administrador del sistema que l'instal·li.", + "Configuration Active" : "Configuració activa", "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "No es recomana, useu-ho només com a prova! Importeu el certificat SSL del servidor LDAP al servidor %s només si la connexió funciona amb aquesta opció.", "\"$home\" Placeholder Field" : "Camp de marcador de posició \"$home\"", "Pronouns Field" : "Camp de pronoms", diff --git a/apps/user_ldap/l10n/cs.js b/apps/user_ldap/l10n/cs.js index 94d4c7c15da..7271fa5f4d5 100644 --- a/apps/user_ldap/l10n/cs.js +++ b/apps/user_ldap/l10n/cs.js @@ -147,22 +147,17 @@ OC.L10N.register( "More than 1,000 directory entries available." : "Je dostupných více než 1000 položek adresáře kontaktů.", "_{ldapTestBase} entry available within the provided Base DN_::_{ldapTestBase} entries available within the provided Base DN_" : ["{ldapTestBase} položka k dispozici v rámci poskytnuté Base DN","{ldapTestBase} položky k dispozici v rámci poskytnuté Base DN","{ldapTestBase} položek k dispozici v rámci poskytnuté Base DN","{ldapTestBase} položky k dispozici v rámci poskytnuté Base DN"], "When unchecked, this configuration will be skipped." : "Pokud není zaškrtnuto, bude toto nastavení přeskočeno.", - "Configuration Active" : "Nastavení aktivní", "Copy current configuration into new directory binding" : "Zkopírovat stávající nastavení do nového adresářového propojení", "Copy configuration" : "Zkopírovat nastavení", "Delete configuration" : "Smazat nastavení", "You can omit the protocol, unless you require SSL. If so, start with ldaps://" : "Pokud nevyžadujete SSL, můžete protokol vynechat. Pokud ano, začněte ldaps://", "Host" : "Hostitel", - "ldaps://localhost" : "ldaps://localhost", "Port" : "Port", - "389" : "389", "Detect Port" : "Zjistit port", "The DN of the client user with which the bind shall be done. For anonymous access, leave DN and Password empty." : "DN klientského uživatele, ke kterému má být vytvořena vazba. Pro anonymní přístup ponechte DN a heslo prázdné.", "User DN" : "Uživatelské DN", - "uid=agent,dc=example,dc=com" : "uid=agent,dc=example,dc=com", "For anonymous access, leave DN and Password empty." : "Pro anonymní přístup ponechte údaje DN and heslo prázdné.", "Password" : "Heslo", - "Save Credentials" : "Uložit přihlašovací údaje", "Base DN" : "Základ DN", "One Base DN per line" : "Každé základní DN na samostatném řádku", "You can specify Base DN for users and groups in the Advanced tab" : "Základ DN pro uživatele a skupiny je možné zadat v panelu Pokročilé", @@ -256,6 +251,7 @@ OC.L10N.register( "Add a new configuration" : "Přidat nové nastavení", "Delete the current configuration" : "Smazat stávající nastavení", "The DN of the client user with which the bind shall be done, e.g. uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password empty." : "DN klientského uživatele, ke kterému má být vytvořena vazba, např. uid=agent,dc=example,dc=com. Pro anonymní přístup ponechte DN a heslo prázdné.", + "Save Credentials" : "Uložit přihlašovací údaje", "Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." : "Zabraňuje automatickým LDAP požadavkům. Výhodné pro velká nasazení, ale vyžaduje znalosti o LDAP.", "Manually enter LDAP filters (recommended for large directories)" : "Ručně vložit LDAP filtry (doporučeno pro obsáhlé adresáře kontaktů)", "The filter specifies which LDAP users shall have access to the %s instance." : "Filtr určuje, kteří uživatelé z LDAP mají mít přístup k instanci %s.", @@ -263,6 +259,7 @@ OC.L10N.register( "Back" : "Zpět", "Continue" : "Pokračovat", "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "Varování: není nainstalován LDAP modul pro PHP, podpůrná vrstva nebude fungovat. Požádejte správce systému, aby ho nainstaloval.", + "Configuration Active" : "Nastavení aktivní", "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "Nedoporučuje se, určeno pouze k použití pro testy! Pokud spojení funguje pouze s touto volbou, naimportujte SSL certifikát vašeho LDAP serveru na %s server.", "\"$home\" Placeholder Field" : "Výplňová kolonka „$home“", "Pronouns Field" : "Kolonka pro zájmena", diff --git a/apps/user_ldap/l10n/cs.json b/apps/user_ldap/l10n/cs.json index 240dcc2f1c5..6acaa822479 100644 --- a/apps/user_ldap/l10n/cs.json +++ b/apps/user_ldap/l10n/cs.json @@ -145,22 +145,17 @@ "More than 1,000 directory entries available." : "Je dostupných více než 1000 položek adresáře kontaktů.", "_{ldapTestBase} entry available within the provided Base DN_::_{ldapTestBase} entries available within the provided Base DN_" : ["{ldapTestBase} položka k dispozici v rámci poskytnuté Base DN","{ldapTestBase} položky k dispozici v rámci poskytnuté Base DN","{ldapTestBase} položek k dispozici v rámci poskytnuté Base DN","{ldapTestBase} položky k dispozici v rámci poskytnuté Base DN"], "When unchecked, this configuration will be skipped." : "Pokud není zaškrtnuto, bude toto nastavení přeskočeno.", - "Configuration Active" : "Nastavení aktivní", "Copy current configuration into new directory binding" : "Zkopírovat stávající nastavení do nového adresářového propojení", "Copy configuration" : "Zkopírovat nastavení", "Delete configuration" : "Smazat nastavení", "You can omit the protocol, unless you require SSL. If so, start with ldaps://" : "Pokud nevyžadujete SSL, můžete protokol vynechat. Pokud ano, začněte ldaps://", "Host" : "Hostitel", - "ldaps://localhost" : "ldaps://localhost", "Port" : "Port", - "389" : "389", "Detect Port" : "Zjistit port", "The DN of the client user with which the bind shall be done. For anonymous access, leave DN and Password empty." : "DN klientského uživatele, ke kterému má být vytvořena vazba. Pro anonymní přístup ponechte DN a heslo prázdné.", "User DN" : "Uživatelské DN", - "uid=agent,dc=example,dc=com" : "uid=agent,dc=example,dc=com", "For anonymous access, leave DN and Password empty." : "Pro anonymní přístup ponechte údaje DN and heslo prázdné.", "Password" : "Heslo", - "Save Credentials" : "Uložit přihlašovací údaje", "Base DN" : "Základ DN", "One Base DN per line" : "Každé základní DN na samostatném řádku", "You can specify Base DN for users and groups in the Advanced tab" : "Základ DN pro uživatele a skupiny je možné zadat v panelu Pokročilé", @@ -254,6 +249,7 @@ "Add a new configuration" : "Přidat nové nastavení", "Delete the current configuration" : "Smazat stávající nastavení", "The DN of the client user with which the bind shall be done, e.g. uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password empty." : "DN klientského uživatele, ke kterému má být vytvořena vazba, např. uid=agent,dc=example,dc=com. Pro anonymní přístup ponechte DN a heslo prázdné.", + "Save Credentials" : "Uložit přihlašovací údaje", "Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." : "Zabraňuje automatickým LDAP požadavkům. Výhodné pro velká nasazení, ale vyžaduje znalosti o LDAP.", "Manually enter LDAP filters (recommended for large directories)" : "Ručně vložit LDAP filtry (doporučeno pro obsáhlé adresáře kontaktů)", "The filter specifies which LDAP users shall have access to the %s instance." : "Filtr určuje, kteří uživatelé z LDAP mají mít přístup k instanci %s.", @@ -261,6 +257,7 @@ "Back" : "Zpět", "Continue" : "Pokračovat", "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "Varování: není nainstalován LDAP modul pro PHP, podpůrná vrstva nebude fungovat. Požádejte správce systému, aby ho nainstaloval.", + "Configuration Active" : "Nastavení aktivní", "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "Nedoporučuje se, určeno pouze k použití pro testy! Pokud spojení funguje pouze s touto volbou, naimportujte SSL certifikát vašeho LDAP serveru na %s server.", "\"$home\" Placeholder Field" : "Výplňová kolonka „$home“", "Pronouns Field" : "Kolonka pro zájmena", diff --git a/apps/user_ldap/l10n/da.js b/apps/user_ldap/l10n/da.js index 7f2f364dae6..dcd5d526b1d 100644 --- a/apps/user_ldap/l10n/da.js +++ b/apps/user_ldap/l10n/da.js @@ -137,7 +137,6 @@ OC.L10N.register( "No object found in the given Base DN. Please revise." : "Intet objekt fundet i den givne base DN. Gennemse venligst.", "More than 1,000 directory entries available." : "Mere end 1.000 mappeindgange til rådighed.", "When unchecked, this configuration will be skipped." : "Når denne konfiguration ikke er markeret, så vil den blive sprunget over.", - "Configuration Active" : "Konfiguration aktiv", "Copy current configuration into new directory binding" : "Kopiér nuværende konfiguration til ny mappebinding", "Copy configuration" : "Kopiér konfiguration", "Delete configuration" : "Slet konfiguration", @@ -148,7 +147,6 @@ OC.L10N.register( "User DN" : "Bruger DN", "For anonymous access, leave DN and Password empty." : "For anonym adgang, lad DN og adgangskode være tom.", "Password" : "Adgangskode", - "Save Credentials" : "Gem legitimationsoplysninger", "Base DN" : "Basis DN", "One Base DN per line" : "En Base DN per linje", "You can specify Base DN for users and groups in the Advanced tab" : "Du kan angive Base DN for brugere og grupper under fanebladet Avanceret", @@ -237,6 +235,7 @@ OC.L10N.register( "Add a new configuration" : "Tilføj en ny konfiguration", "Delete the current configuration" : "Slet den aktuelle konfiguration", "The DN of the client user with which the bind shall be done, e.g. uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password empty." : "DN for klientbrugeren, som bindingen skal udføres med, f.eks. uid=agent,dc=eksempel,dc=com. For anonym adgang, lad DN og adgangskode være tom.", + "Save Credentials" : "Gem legitimationsoplysninger", "Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." : "Undgår automatisk LDAP anmodninger. Bedre for større opsætninger, men kræver noget LDAP viden.", "Manually enter LDAP filters (recommended for large directories)" : "Indtast manuelt LDAP filtre (anbefales til store mapper)", "The filter specifies which LDAP users shall have access to the %s instance." : "Filteret angiver, hvilke LDAP-brugere der skal have adgang til %s instansen.", @@ -244,6 +243,7 @@ OC.L10N.register( "Back" : "Tilbage", "Continue" : "Fortsæt", "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "Advarsel: PHP LDAP modulet er ikke installeret, backend vil ikke virke. Bed din systemadministrator om at installere den.", + "Configuration Active" : "Konfiguration aktiv", "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "Ikke anbefalet, brug det kun til test! Hvis forbindelsen kun virker med denne indstilling, så importer LDAP serverens SSL certifikat til din %s server.", "\"$home\" Placeholder Field" : "\"$home\" pladsholderfeltField", "Pronouns Field" : "Pronomenfelt", diff --git a/apps/user_ldap/l10n/da.json b/apps/user_ldap/l10n/da.json index c5a0ff3aed8..92764cc1804 100644 --- a/apps/user_ldap/l10n/da.json +++ b/apps/user_ldap/l10n/da.json @@ -135,7 +135,6 @@ "No object found in the given Base DN. Please revise." : "Intet objekt fundet i den givne base DN. Gennemse venligst.", "More than 1,000 directory entries available." : "Mere end 1.000 mappeindgange til rådighed.", "When unchecked, this configuration will be skipped." : "Når denne konfiguration ikke er markeret, så vil den blive sprunget over.", - "Configuration Active" : "Konfiguration aktiv", "Copy current configuration into new directory binding" : "Kopiér nuværende konfiguration til ny mappebinding", "Copy configuration" : "Kopiér konfiguration", "Delete configuration" : "Slet konfiguration", @@ -146,7 +145,6 @@ "User DN" : "Bruger DN", "For anonymous access, leave DN and Password empty." : "For anonym adgang, lad DN og adgangskode være tom.", "Password" : "Adgangskode", - "Save Credentials" : "Gem legitimationsoplysninger", "Base DN" : "Basis DN", "One Base DN per line" : "En Base DN per linje", "You can specify Base DN for users and groups in the Advanced tab" : "Du kan angive Base DN for brugere og grupper under fanebladet Avanceret", @@ -235,6 +233,7 @@ "Add a new configuration" : "Tilføj en ny konfiguration", "Delete the current configuration" : "Slet den aktuelle konfiguration", "The DN of the client user with which the bind shall be done, e.g. uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password empty." : "DN for klientbrugeren, som bindingen skal udføres med, f.eks. uid=agent,dc=eksempel,dc=com. For anonym adgang, lad DN og adgangskode være tom.", + "Save Credentials" : "Gem legitimationsoplysninger", "Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." : "Undgår automatisk LDAP anmodninger. Bedre for større opsætninger, men kræver noget LDAP viden.", "Manually enter LDAP filters (recommended for large directories)" : "Indtast manuelt LDAP filtre (anbefales til store mapper)", "The filter specifies which LDAP users shall have access to the %s instance." : "Filteret angiver, hvilke LDAP-brugere der skal have adgang til %s instansen.", @@ -242,6 +241,7 @@ "Back" : "Tilbage", "Continue" : "Fortsæt", "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "Advarsel: PHP LDAP modulet er ikke installeret, backend vil ikke virke. Bed din systemadministrator om at installere den.", + "Configuration Active" : "Konfiguration aktiv", "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "Ikke anbefalet, brug det kun til test! Hvis forbindelsen kun virker med denne indstilling, så importer LDAP serverens SSL certifikat til din %s server.", "\"$home\" Placeholder Field" : "\"$home\" pladsholderfeltField", "Pronouns Field" : "Pronomenfelt", diff --git a/apps/user_ldap/l10n/de.js b/apps/user_ldap/l10n/de.js index f31a9a1d982..ab36d4a3dd2 100644 --- a/apps/user_ldap/l10n/de.js +++ b/apps/user_ldap/l10n/de.js @@ -147,22 +147,17 @@ OC.L10N.register( "More than 1,000 directory entries available." : "Mehr als 1.000 Einträge stehen zur Verfügung.", "_{ldapTestBase} entry available within the provided Base DN_::_{ldapTestBase} entries available within the provided Base DN_" : ["{ldapTestBase} Eintrag in der angegebenen Base DN verfügbar","{ldapTestBase} Einträge in der angegebenen Base DN verfügbar"], "When unchecked, this configuration will be skipped." : "Konfiguration wird übersprungen, wenn nicht angehakt.", - "Configuration Active" : "Konfiguration aktiv", "Copy current configuration into new directory binding" : "Aktuelle Konfiguration in eine neues Verzeichnis-Bind kopieren", "Copy configuration" : "Konfiguration kopieren", "Delete configuration" : "Konfiguration löschen", "You can omit the protocol, unless you require SSL. If so, start with ldaps://" : "Du kannst das Protokoll auslassen, es sei denn, du benötigst SSL. In diesem Fall mit ldaps:// beginnen.", "Host" : "Host", - "ldaps://localhost" : "ldaps://localhost", "Port" : "Port", - "389" : "389", "Detect Port" : "Port ermitteln", "The DN of the client user with which the bind shall be done. For anonymous access, leave DN and Password empty." : "Der DN des Client-Benutzers, mit dem die Bindung erfolgen soll. Für anonymen Zugriff DN und Passwort leer lassen.", "User DN" : "Benutzer-DN", - "uid=agent,dc=example,dc=com" : "uid=agent,dc=example,dc=com", "For anonymous access, leave DN and Password empty." : "Lasse die Felder DN und Passwort für anonymen Zugang leer.", "Password" : "Passwort", - "Save Credentials" : "Zugangsdaten speichern", "Base DN" : "Base DN", "One Base DN per line" : "Einen Basis-DN pro Zeile", "You can specify Base DN for users and groups in the Advanced tab" : "Die Basis-DN für Benutzer und Gruppen kann im Reiter \"Fortgeschritten\" eingegeben werden", @@ -256,6 +251,7 @@ OC.L10N.register( "Add a new configuration" : "Neue Konfiguration hinzufügen", "Delete the current configuration" : "Aktuelle Konfiguration löschen", "The DN of the client user with which the bind shall be done, e.g. uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password empty." : "Der DN des Benutzers, mit dem der LDAP-Bind durchgeführt werden soll, z. B. uid=agent,dc=example,dc=com. Für anonymen Zugriff DN und Passwort leerlassen.", + "Save Credentials" : "Zugangsdaten speichern", "Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." : "Verhindert automatische LDAP-Anfragen. Besser geeignet für größere Installationen, benötigt aber erweiterte LDAP-Kenntnisse.", "Manually enter LDAP filters (recommended for large directories)" : "LDAP-Filter manuell eingeben (empfohlen für große Verzeichnisse)", "The filter specifies which LDAP users shall have access to the %s instance." : "Der Filter gibt an, welche LDAP-Benutzer Zugriff auf die %s-Instanz haben sollen.", @@ -263,6 +259,7 @@ OC.L10N.register( "Back" : "Zurück", "Continue" : "Fortsetzen", "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "Warnung: Da das PHP-Modul für LDAP nicht installiert ist, wird das Backend nicht funktionieren. Bitte die Systemadministration kontaktieren und diese um die Installation des Moduls bitten.", + "Configuration Active" : "Konfiguration aktiv", "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "Nur für Testzwecke geeignet, sollte Standardmäßig nicht verwendet werden. Falls die Verbindung nur mit dieser Option funktioniert, das SSL-Zertifikat des LDAP-Servers in deinen %s Server importieren.", "\"$home\" Placeholder Field" : "\"$home\" Platzhalter-Feld", "Pronouns Field" : "Pronomenfeld", diff --git a/apps/user_ldap/l10n/de.json b/apps/user_ldap/l10n/de.json index aba371462a4..7191900907f 100644 --- a/apps/user_ldap/l10n/de.json +++ b/apps/user_ldap/l10n/de.json @@ -145,22 +145,17 @@ "More than 1,000 directory entries available." : "Mehr als 1.000 Einträge stehen zur Verfügung.", "_{ldapTestBase} entry available within the provided Base DN_::_{ldapTestBase} entries available within the provided Base DN_" : ["{ldapTestBase} Eintrag in der angegebenen Base DN verfügbar","{ldapTestBase} Einträge in der angegebenen Base DN verfügbar"], "When unchecked, this configuration will be skipped." : "Konfiguration wird übersprungen, wenn nicht angehakt.", - "Configuration Active" : "Konfiguration aktiv", "Copy current configuration into new directory binding" : "Aktuelle Konfiguration in eine neues Verzeichnis-Bind kopieren", "Copy configuration" : "Konfiguration kopieren", "Delete configuration" : "Konfiguration löschen", "You can omit the protocol, unless you require SSL. If so, start with ldaps://" : "Du kannst das Protokoll auslassen, es sei denn, du benötigst SSL. In diesem Fall mit ldaps:// beginnen.", "Host" : "Host", - "ldaps://localhost" : "ldaps://localhost", "Port" : "Port", - "389" : "389", "Detect Port" : "Port ermitteln", "The DN of the client user with which the bind shall be done. For anonymous access, leave DN and Password empty." : "Der DN des Client-Benutzers, mit dem die Bindung erfolgen soll. Für anonymen Zugriff DN und Passwort leer lassen.", "User DN" : "Benutzer-DN", - "uid=agent,dc=example,dc=com" : "uid=agent,dc=example,dc=com", "For anonymous access, leave DN and Password empty." : "Lasse die Felder DN und Passwort für anonymen Zugang leer.", "Password" : "Passwort", - "Save Credentials" : "Zugangsdaten speichern", "Base DN" : "Base DN", "One Base DN per line" : "Einen Basis-DN pro Zeile", "You can specify Base DN for users and groups in the Advanced tab" : "Die Basis-DN für Benutzer und Gruppen kann im Reiter \"Fortgeschritten\" eingegeben werden", @@ -254,6 +249,7 @@ "Add a new configuration" : "Neue Konfiguration hinzufügen", "Delete the current configuration" : "Aktuelle Konfiguration löschen", "The DN of the client user with which the bind shall be done, e.g. uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password empty." : "Der DN des Benutzers, mit dem der LDAP-Bind durchgeführt werden soll, z. B. uid=agent,dc=example,dc=com. Für anonymen Zugriff DN und Passwort leerlassen.", + "Save Credentials" : "Zugangsdaten speichern", "Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." : "Verhindert automatische LDAP-Anfragen. Besser geeignet für größere Installationen, benötigt aber erweiterte LDAP-Kenntnisse.", "Manually enter LDAP filters (recommended for large directories)" : "LDAP-Filter manuell eingeben (empfohlen für große Verzeichnisse)", "The filter specifies which LDAP users shall have access to the %s instance." : "Der Filter gibt an, welche LDAP-Benutzer Zugriff auf die %s-Instanz haben sollen.", @@ -261,6 +257,7 @@ "Back" : "Zurück", "Continue" : "Fortsetzen", "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "Warnung: Da das PHP-Modul für LDAP nicht installiert ist, wird das Backend nicht funktionieren. Bitte die Systemadministration kontaktieren und diese um die Installation des Moduls bitten.", + "Configuration Active" : "Konfiguration aktiv", "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "Nur für Testzwecke geeignet, sollte Standardmäßig nicht verwendet werden. Falls die Verbindung nur mit dieser Option funktioniert, das SSL-Zertifikat des LDAP-Servers in deinen %s Server importieren.", "\"$home\" Placeholder Field" : "\"$home\" Platzhalter-Feld", "Pronouns Field" : "Pronomenfeld", diff --git a/apps/user_ldap/l10n/de_DE.js b/apps/user_ldap/l10n/de_DE.js index af3aa0ff033..c804349b495 100644 --- a/apps/user_ldap/l10n/de_DE.js +++ b/apps/user_ldap/l10n/de_DE.js @@ -147,22 +147,17 @@ OC.L10N.register( "More than 1,000 directory entries available." : "Es sind mehr als 1.000 Verzeichniseinträge verfügbar.", "_{ldapTestBase} entry available within the provided Base DN_::_{ldapTestBase} entries available within the provided Base DN_" : ["{ldapTestBase} Eintrag in der angegebenen Base DN verfügbar","{ldapTestBase} Einträge in der angegebenen Base DN verfügbar"], "When unchecked, this configuration will be skipped." : "Konfiguration wird übersprungen, wenn nicht angehakt.", - "Configuration Active" : "Konfiguration aktiv", "Copy current configuration into new directory binding" : "Aktuelle Konfiguration in eine neues Verzeichnis-Bind kopieren ", "Copy configuration" : "Konfiguration kopieren", "Delete configuration" : "Konfiguration löschen", "You can omit the protocol, unless you require SSL. If so, start with ldaps://" : "Sie können das Protokoll auslassen, wenn sie SSL nicht benötigen. Falls doch, so starten Sie mit ldaps://", "Host" : "Host", - "ldaps://localhost" : "ldaps://localhost", "Port" : "Port", - "389" : "389", "Detect Port" : "Port ermitteln", "The DN of the client user with which the bind shall be done. For anonymous access, leave DN and Password empty." : "Der DN des Client-Benutzers, mit dem die Bindung erfolgen soll. Für anonymen Zugriff DN und Passwort leer lassen.", "User DN" : "Benutzer-DN", - "uid=agent,dc=example,dc=com" : "uid=agent,dc=Beispiel,dc=de", "For anonymous access, leave DN and Password empty." : "Lassen Sie die Felder DN und Passwort für einen anonymen Zugang leer.", "Password" : "Passwort", - "Save Credentials" : "Zugangsdaten speichern", "Base DN" : "Base DN", "One Base DN per line" : "Einen Basis-DN pro Zeile", "You can specify Base DN for users and groups in the Advanced tab" : " Sie können die Basis-DN für Benutzer und Gruppen im Reiter \"Fortgeschritten\" angeben", @@ -256,6 +251,7 @@ OC.L10N.register( "Add a new configuration" : "Fügen Sie eine neue Konfiguration hinzu.", "Delete the current configuration" : "Aktuelle Konfiguration löschen", "The DN of the client user with which the bind shall be done, e.g. uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password empty." : "Der DN des Benutzers, mit dem der LDAP-Bind durchgeführt werden soll, z.B. uid=agent,dc=example,dc=com. Für einen anonymen Zugriff lassen Sie DN und Passwort leer.", + "Save Credentials" : "Zugangsdaten speichern", "Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." : "Verhindert automatische LDAP-Anfragen. Besser geeignet für größere Installationen, benötigt aber erweiterte LDAP-Kenntnisse.", "Manually enter LDAP filters (recommended for large directories)" : "LDAP-Filter manuell eingeben (empfohlen für große Verzeichnisse)", "The filter specifies which LDAP users shall have access to the %s instance." : "Der Filter gibt an, welche LDAP-Benutzer Zugriff auf die %s-Instanz haben sollen.", @@ -263,6 +259,7 @@ OC.L10N.register( "Back" : "Zurück", "Continue" : "Fortsetzen", "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "Warnung: Da das PHP-Modul für LDAP nicht installiert ist, wird das Backend nicht funktionieren. Bitte kontaktieren Sie Ihre Systemadministration und bitten Sie sie um die Installation des Moduls.", + "Configuration Active" : "Konfiguration aktiv", "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "Nur für Testzwecke geeignet, sollte Standardmäßig nicht verwendet werden. Falls die Verbindung nur mit dieser Option funktioniert, importieren Sie das SSL-Zertifikat des LDAP-Servers in Ihren %s Server.", "\"$home\" Placeholder Field" : "\"$home\" Platzhalter-Feld", "Pronouns Field" : "Pronomenfeld", diff --git a/apps/user_ldap/l10n/de_DE.json b/apps/user_ldap/l10n/de_DE.json index ab03d109105..f3f81ac82b8 100644 --- a/apps/user_ldap/l10n/de_DE.json +++ b/apps/user_ldap/l10n/de_DE.json @@ -145,22 +145,17 @@ "More than 1,000 directory entries available." : "Es sind mehr als 1.000 Verzeichniseinträge verfügbar.", "_{ldapTestBase} entry available within the provided Base DN_::_{ldapTestBase} entries available within the provided Base DN_" : ["{ldapTestBase} Eintrag in der angegebenen Base DN verfügbar","{ldapTestBase} Einträge in der angegebenen Base DN verfügbar"], "When unchecked, this configuration will be skipped." : "Konfiguration wird übersprungen, wenn nicht angehakt.", - "Configuration Active" : "Konfiguration aktiv", "Copy current configuration into new directory binding" : "Aktuelle Konfiguration in eine neues Verzeichnis-Bind kopieren ", "Copy configuration" : "Konfiguration kopieren", "Delete configuration" : "Konfiguration löschen", "You can omit the protocol, unless you require SSL. If so, start with ldaps://" : "Sie können das Protokoll auslassen, wenn sie SSL nicht benötigen. Falls doch, so starten Sie mit ldaps://", "Host" : "Host", - "ldaps://localhost" : "ldaps://localhost", "Port" : "Port", - "389" : "389", "Detect Port" : "Port ermitteln", "The DN of the client user with which the bind shall be done. For anonymous access, leave DN and Password empty." : "Der DN des Client-Benutzers, mit dem die Bindung erfolgen soll. Für anonymen Zugriff DN und Passwort leer lassen.", "User DN" : "Benutzer-DN", - "uid=agent,dc=example,dc=com" : "uid=agent,dc=Beispiel,dc=de", "For anonymous access, leave DN and Password empty." : "Lassen Sie die Felder DN und Passwort für einen anonymen Zugang leer.", "Password" : "Passwort", - "Save Credentials" : "Zugangsdaten speichern", "Base DN" : "Base DN", "One Base DN per line" : "Einen Basis-DN pro Zeile", "You can specify Base DN for users and groups in the Advanced tab" : " Sie können die Basis-DN für Benutzer und Gruppen im Reiter \"Fortgeschritten\" angeben", @@ -254,6 +249,7 @@ "Add a new configuration" : "Fügen Sie eine neue Konfiguration hinzu.", "Delete the current configuration" : "Aktuelle Konfiguration löschen", "The DN of the client user with which the bind shall be done, e.g. uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password empty." : "Der DN des Benutzers, mit dem der LDAP-Bind durchgeführt werden soll, z.B. uid=agent,dc=example,dc=com. Für einen anonymen Zugriff lassen Sie DN und Passwort leer.", + "Save Credentials" : "Zugangsdaten speichern", "Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." : "Verhindert automatische LDAP-Anfragen. Besser geeignet für größere Installationen, benötigt aber erweiterte LDAP-Kenntnisse.", "Manually enter LDAP filters (recommended for large directories)" : "LDAP-Filter manuell eingeben (empfohlen für große Verzeichnisse)", "The filter specifies which LDAP users shall have access to the %s instance." : "Der Filter gibt an, welche LDAP-Benutzer Zugriff auf die %s-Instanz haben sollen.", @@ -261,6 +257,7 @@ "Back" : "Zurück", "Continue" : "Fortsetzen", "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "Warnung: Da das PHP-Modul für LDAP nicht installiert ist, wird das Backend nicht funktionieren. Bitte kontaktieren Sie Ihre Systemadministration und bitten Sie sie um die Installation des Moduls.", + "Configuration Active" : "Konfiguration aktiv", "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "Nur für Testzwecke geeignet, sollte Standardmäßig nicht verwendet werden. Falls die Verbindung nur mit dieser Option funktioniert, importieren Sie das SSL-Zertifikat des LDAP-Servers in Ihren %s Server.", "\"$home\" Placeholder Field" : "\"$home\" Platzhalter-Feld", "Pronouns Field" : "Pronomenfeld", diff --git a/apps/user_ldap/l10n/el.js b/apps/user_ldap/l10n/el.js index 1f9b58e9e74..a6ce5950d43 100644 --- a/apps/user_ldap/l10n/el.js +++ b/apps/user_ldap/l10n/el.js @@ -143,7 +143,6 @@ OC.L10N.register( "No object found in the given Base DN. Please revise." : "Δεν βρέθηκε αντικείμενο στο δηλωθέν Base DN. Παρακαλώ αναθεωρήστε.", "More than 1,000 directory entries available." : "Είναι διαθέσιμες περισσότερες από 1.000 εγγραφές καταλόγου.", "When unchecked, this configuration will be skipped." : "Όταν δεν είναι επιλεγμένο, αυτή η ρύθμιση θα πρέπει να παραλειφθεί. ", - "Configuration Active" : "Ενεργοποιηση ρυθμισεων", "Copy current configuration into new directory binding" : "Αντιγραφή της τρέχουσας διαμόρφωσης σε νέο κατάλογο", "Copy configuration" : "Αντιγραφή ρυθμίσεων", "Delete configuration" : "Διαγραφή ρυθμίσεων", @@ -154,7 +153,6 @@ OC.L10N.register( "User DN" : "DN χρήστη", "For anonymous access, leave DN and Password empty." : "Για ανώνυμη πρόσβαση, αφήστε κενά τα πεδία DN και Pasword.", "Password" : "Συνθηματικό", - "Save Credentials" : "Αποθήκευση διαπιστευτηρίων", "Base DN" : "Base DN", "One Base DN per line" : "Ένα DN Βάσης ανά γραμμή ", "You can specify Base DN for users and groups in the Advanced tab" : "Μπορείτε να καθορίσετε το Base DN για χρήστες και ομάδες από την καρτέλα Προηγμένες ρυθμίσεις", @@ -236,6 +234,7 @@ OC.L10N.register( "Add a new configuration" : "Προσθήκη νέας ρύθμισης", "Delete the current configuration" : "Διαγραφή τρέχουσας διαμόρφωσης", "The DN of the client user with which the bind shall be done, e.g. uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password empty." : "Το DN του χρήστη πελάτη με το οποίο θα πρέπει να γίνει η σύνδεση, π.χ. uid=agent,dc=example,dc=com. Για χρήση χωρίς πιστοποίηση, αφήστε το DN και τον Κωδικό κενά.", + "Save Credentials" : "Αποθήκευση διαπιστευτηρίων", "Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." : "Αποφυγή αυτόματων αιτημάτων LDAP. Προτιμότερο για μεγαλύτερες εγκαταστάσεις, αλλά απαιτεί κάποιες γνώσεις LDAP.", "Manually enter LDAP filters (recommended for large directories)" : "Εισάγετε με μη αυτόματο τρόπο φίλτρα LDAP (προτείνεται για μεγάλους καταλόγους)", "The filter specifies which LDAP users shall have access to the %s instance." : "Το φίλτρο καθορίζει ποιοι χρήστες LDAP θα έχουν πρόσβαση στην εγκατάσταση %s.", @@ -243,6 +242,7 @@ OC.L10N.register( "Back" : "Επιστροφή", "Continue" : "Συνέχεια", "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "Προσοχή: Το άρθρωμα PHP LDAP δεν είναι εγκατεστημένο και το σύστημα υποστήριξης δεν θα δουλέψει. Παρακαλώ ζητήστε από τον διαχειριστή συστήματος να το εγκαταστήσει.", + "Configuration Active" : "Ενεργοποιηση ρυθμισεων", "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "Δεν προτείνεται, χρησιμοποιείστε το μόνο για δοκιμές! Εάν η σύνδεση λειτουργεί μόνο με αυτή την επιλογή, εισάγετε το πιστοποιητικό SSL του διακομιστή LDAP στο %s διακομιστή σας.", "\"$home\" Placeholder Field" : "\"$home\" Πεδίο Δέσμευσης", "Pronouns Field" : "Πεδίο Προσφώνησης", diff --git a/apps/user_ldap/l10n/el.json b/apps/user_ldap/l10n/el.json index 93d16cf770c..fbf3e3e5cc6 100644 --- a/apps/user_ldap/l10n/el.json +++ b/apps/user_ldap/l10n/el.json @@ -141,7 +141,6 @@ "No object found in the given Base DN. Please revise." : "Δεν βρέθηκε αντικείμενο στο δηλωθέν Base DN. Παρακαλώ αναθεωρήστε.", "More than 1,000 directory entries available." : "Είναι διαθέσιμες περισσότερες από 1.000 εγγραφές καταλόγου.", "When unchecked, this configuration will be skipped." : "Όταν δεν είναι επιλεγμένο, αυτή η ρύθμιση θα πρέπει να παραλειφθεί. ", - "Configuration Active" : "Ενεργοποιηση ρυθμισεων", "Copy current configuration into new directory binding" : "Αντιγραφή της τρέχουσας διαμόρφωσης σε νέο κατάλογο", "Copy configuration" : "Αντιγραφή ρυθμίσεων", "Delete configuration" : "Διαγραφή ρυθμίσεων", @@ -152,7 +151,6 @@ "User DN" : "DN χρήστη", "For anonymous access, leave DN and Password empty." : "Για ανώνυμη πρόσβαση, αφήστε κενά τα πεδία DN και Pasword.", "Password" : "Συνθηματικό", - "Save Credentials" : "Αποθήκευση διαπιστευτηρίων", "Base DN" : "Base DN", "One Base DN per line" : "Ένα DN Βάσης ανά γραμμή ", "You can specify Base DN for users and groups in the Advanced tab" : "Μπορείτε να καθορίσετε το Base DN για χρήστες και ομάδες από την καρτέλα Προηγμένες ρυθμίσεις", @@ -234,6 +232,7 @@ "Add a new configuration" : "Προσθήκη νέας ρύθμισης", "Delete the current configuration" : "Διαγραφή τρέχουσας διαμόρφωσης", "The DN of the client user with which the bind shall be done, e.g. uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password empty." : "Το DN του χρήστη πελάτη με το οποίο θα πρέπει να γίνει η σύνδεση, π.χ. uid=agent,dc=example,dc=com. Για χρήση χωρίς πιστοποίηση, αφήστε το DN και τον Κωδικό κενά.", + "Save Credentials" : "Αποθήκευση διαπιστευτηρίων", "Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." : "Αποφυγή αυτόματων αιτημάτων LDAP. Προτιμότερο για μεγαλύτερες εγκαταστάσεις, αλλά απαιτεί κάποιες γνώσεις LDAP.", "Manually enter LDAP filters (recommended for large directories)" : "Εισάγετε με μη αυτόματο τρόπο φίλτρα LDAP (προτείνεται για μεγάλους καταλόγους)", "The filter specifies which LDAP users shall have access to the %s instance." : "Το φίλτρο καθορίζει ποιοι χρήστες LDAP θα έχουν πρόσβαση στην εγκατάσταση %s.", @@ -241,6 +240,7 @@ "Back" : "Επιστροφή", "Continue" : "Συνέχεια", "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "Προσοχή: Το άρθρωμα PHP LDAP δεν είναι εγκατεστημένο και το σύστημα υποστήριξης δεν θα δουλέψει. Παρακαλώ ζητήστε από τον διαχειριστή συστήματος να το εγκαταστήσει.", + "Configuration Active" : "Ενεργοποιηση ρυθμισεων", "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "Δεν προτείνεται, χρησιμοποιείστε το μόνο για δοκιμές! Εάν η σύνδεση λειτουργεί μόνο με αυτή την επιλογή, εισάγετε το πιστοποιητικό SSL του διακομιστή LDAP στο %s διακομιστή σας.", "\"$home\" Placeholder Field" : "\"$home\" Πεδίο Δέσμευσης", "Pronouns Field" : "Πεδίο Προσφώνησης", diff --git a/apps/user_ldap/l10n/en_GB.js b/apps/user_ldap/l10n/en_GB.js index eb30cc47f79..fbb4863326c 100644 --- a/apps/user_ldap/l10n/en_GB.js +++ b/apps/user_ldap/l10n/en_GB.js @@ -147,22 +147,17 @@ OC.L10N.register( "More than 1,000 directory entries available." : "More than 1,000 directory entries available.", "_{ldapTestBase} entry available within the provided Base DN_::_{ldapTestBase} entries available within the provided Base DN_" : ["{ldapTestBase} entry available within the provided Base DN","{ldapTestBase} entries available within the provided Base DN"], "When unchecked, this configuration will be skipped." : "When unchecked, this configuration will be skipped.", - "Configuration Active" : "Configuration Active", "Copy current configuration into new directory binding" : "Copy current configuration into new directory binding", "Copy configuration" : "Copy configuration", "Delete configuration" : "Delete configuration", "You can omit the protocol, unless you require SSL. If so, start with ldaps://" : "You can omit the protocol, unless you require SSL. If so, start with ldaps://", "Host" : "Host", - "ldaps://localhost" : "ldaps://localhost", "Port" : "Port", - "389" : "389", "Detect Port" : "Detect Port", "The DN of the client user with which the bind shall be done. For anonymous access, leave DN and Password empty." : "The DN of the client user with which the bind shall be done. For anonymous access, leave DN and Password empty.", "User DN" : "User DN", - "uid=agent,dc=example,dc=com" : "uid=agent,dc=example,dc=com", "For anonymous access, leave DN and Password empty." : "For anonymous access, leave DN and Password empty.", "Password" : "Password", - "Save Credentials" : "Save Credentials", "Base DN" : "Base DN", "One Base DN per line" : "One Base DN per line", "You can specify Base DN for users and groups in the Advanced tab" : "You can specify Base DN for users and groups in the Advanced tab", @@ -256,6 +251,7 @@ OC.L10N.register( "Add a new configuration" : "Add a new configuration", "Delete the current configuration" : "Delete the current configuration", "The DN of the client user with which the bind shall be done, e.g. uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password empty." : "The DN of the client user with which the bind shall be done, e.g. uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password empty.", + "Save Credentials" : "Save Credentials", "Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." : "Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge.", "Manually enter LDAP filters (recommended for large directories)" : "Manually enter LDAP filters (recommended for large directories)", "The filter specifies which LDAP users shall have access to the %s instance." : "The filter specifies which LDAP users shall have access to the %s instance.", @@ -263,6 +259,7 @@ OC.L10N.register( "Back" : "Back", "Continue" : "Continue", "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it.", + "Configuration Active" : "Configuration Active", "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server.", "\"$home\" Placeholder Field" : "\"$home\" Placeholder Field", "Pronouns Field" : "Pronouns Field", diff --git a/apps/user_ldap/l10n/en_GB.json b/apps/user_ldap/l10n/en_GB.json index aaad74e00b3..1ad679f3686 100644 --- a/apps/user_ldap/l10n/en_GB.json +++ b/apps/user_ldap/l10n/en_GB.json @@ -145,22 +145,17 @@ "More than 1,000 directory entries available." : "More than 1,000 directory entries available.", "_{ldapTestBase} entry available within the provided Base DN_::_{ldapTestBase} entries available within the provided Base DN_" : ["{ldapTestBase} entry available within the provided Base DN","{ldapTestBase} entries available within the provided Base DN"], "When unchecked, this configuration will be skipped." : "When unchecked, this configuration will be skipped.", - "Configuration Active" : "Configuration Active", "Copy current configuration into new directory binding" : "Copy current configuration into new directory binding", "Copy configuration" : "Copy configuration", "Delete configuration" : "Delete configuration", "You can omit the protocol, unless you require SSL. If so, start with ldaps://" : "You can omit the protocol, unless you require SSL. If so, start with ldaps://", "Host" : "Host", - "ldaps://localhost" : "ldaps://localhost", "Port" : "Port", - "389" : "389", "Detect Port" : "Detect Port", "The DN of the client user with which the bind shall be done. For anonymous access, leave DN and Password empty." : "The DN of the client user with which the bind shall be done. For anonymous access, leave DN and Password empty.", "User DN" : "User DN", - "uid=agent,dc=example,dc=com" : "uid=agent,dc=example,dc=com", "For anonymous access, leave DN and Password empty." : "For anonymous access, leave DN and Password empty.", "Password" : "Password", - "Save Credentials" : "Save Credentials", "Base DN" : "Base DN", "One Base DN per line" : "One Base DN per line", "You can specify Base DN for users and groups in the Advanced tab" : "You can specify Base DN for users and groups in the Advanced tab", @@ -254,6 +249,7 @@ "Add a new configuration" : "Add a new configuration", "Delete the current configuration" : "Delete the current configuration", "The DN of the client user with which the bind shall be done, e.g. uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password empty." : "The DN of the client user with which the bind shall be done, e.g. uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password empty.", + "Save Credentials" : "Save Credentials", "Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." : "Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge.", "Manually enter LDAP filters (recommended for large directories)" : "Manually enter LDAP filters (recommended for large directories)", "The filter specifies which LDAP users shall have access to the %s instance." : "The filter specifies which LDAP users shall have access to the %s instance.", @@ -261,6 +257,7 @@ "Back" : "Back", "Continue" : "Continue", "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it.", + "Configuration Active" : "Configuration Active", "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server.", "\"$home\" Placeholder Field" : "\"$home\" Placeholder Field", "Pronouns Field" : "Pronouns Field", diff --git a/apps/user_ldap/l10n/es.js b/apps/user_ldap/l10n/es.js index 1bc24e1f903..24a4407c451 100644 --- a/apps/user_ldap/l10n/es.js +++ b/apps/user_ldap/l10n/es.js @@ -133,7 +133,6 @@ OC.L10N.register( "No object found in the given Base DN. Please revise." : "No se encuentra ningún objeto en el Base DN proporcionado. Por favor revisar.", "More than 1,000 directory entries available." : "Más de 1.000 entradas de directorios disponibles.", "When unchecked, this configuration will be skipped." : "Cuando esté desmarcado, esta configuración se omitirá", - "Configuration Active" : "Configuracion activa", "Copy current configuration into new directory binding" : "Copiar la configuración actual en un nuevo directorio de enlace", "You can omit the protocol, unless you require SSL. If so, start with ldaps://" : "Puedes omitir el protocolo, excepto si requieres SSL. En este caso, comienza con ldaps://", "Host" : "Servidor", @@ -142,7 +141,6 @@ OC.L10N.register( "User DN" : "DN usuario", "For anonymous access, leave DN and Password empty." : "Para acceso anónimo, deje DN y contraseña vacíos.", "Password" : "Contraseña", - "Save Credentials" : "Guardar credenciales", "One Base DN per line" : "Un DN Base por línea", "You can specify Base DN for users and groups in the Advanced tab" : "Puede especificar el DN base para usuarios y grupos en la pestaña Avanzado", "Detect Base DN" : "Detectar Base DN", @@ -223,6 +221,7 @@ OC.L10N.register( "Add a new configuration" : "Agregar una nueva configuración", "Delete the current configuration" : "Elimina la actual configuración", "The DN of the client user with which the bind shall be done, e.g. uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password empty." : "El DN del usuario cliente con el que se hará la asociación, p.ej. uid=agente,dc=ejemplo,dc=com. Para acceso anónimo, deje DN y contraseña vacíos.", + "Save Credentials" : "Guardar credenciales", "Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." : "Evita peticiones automáticas al LDAP. Mejor para grandes configuraciones, pero requiere cierto conocimiento de LDAP.", "Manually enter LDAP filters (recommended for large directories)" : "Introduzca manualmente los filtros LDAP (recomendado para directorios grandes)", "The filter specifies which LDAP users shall have access to the %s instance." : "El filtro especifica que usuarios LDAP pueden tener acceso a %s.", @@ -230,6 +229,7 @@ OC.L10N.register( "Back" : "Atrás", "Continue" : "Continuar", "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "Advertencia: El módulo LDAP de PHP no está instalado, el sistema no funcionará. Por favor consulte al administrador del sistema para instalarlo.", + "Configuration Active" : "Configuracion activa", "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "No se recomienda, ¡utilícelo únicamente para pruebas! Si la conexión sólo funciona con esta opción, importe el certificado SSL del servidor LDAP en su servidor %s.", "\"$home\" Placeholder Field" : "Marcador de posición del Campo \"$home\"", "Pronouns Field" : "Campo Pronombres", diff --git a/apps/user_ldap/l10n/es.json b/apps/user_ldap/l10n/es.json index 7bd48a6b4e1..8111d065199 100644 --- a/apps/user_ldap/l10n/es.json +++ b/apps/user_ldap/l10n/es.json @@ -131,7 +131,6 @@ "No object found in the given Base DN. Please revise." : "No se encuentra ningún objeto en el Base DN proporcionado. Por favor revisar.", "More than 1,000 directory entries available." : "Más de 1.000 entradas de directorios disponibles.", "When unchecked, this configuration will be skipped." : "Cuando esté desmarcado, esta configuración se omitirá", - "Configuration Active" : "Configuracion activa", "Copy current configuration into new directory binding" : "Copiar la configuración actual en un nuevo directorio de enlace", "You can omit the protocol, unless you require SSL. If so, start with ldaps://" : "Puedes omitir el protocolo, excepto si requieres SSL. En este caso, comienza con ldaps://", "Host" : "Servidor", @@ -140,7 +139,6 @@ "User DN" : "DN usuario", "For anonymous access, leave DN and Password empty." : "Para acceso anónimo, deje DN y contraseña vacíos.", "Password" : "Contraseña", - "Save Credentials" : "Guardar credenciales", "One Base DN per line" : "Un DN Base por línea", "You can specify Base DN for users and groups in the Advanced tab" : "Puede especificar el DN base para usuarios y grupos en la pestaña Avanzado", "Detect Base DN" : "Detectar Base DN", @@ -221,6 +219,7 @@ "Add a new configuration" : "Agregar una nueva configuración", "Delete the current configuration" : "Elimina la actual configuración", "The DN of the client user with which the bind shall be done, e.g. uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password empty." : "El DN del usuario cliente con el que se hará la asociación, p.ej. uid=agente,dc=ejemplo,dc=com. Para acceso anónimo, deje DN y contraseña vacíos.", + "Save Credentials" : "Guardar credenciales", "Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." : "Evita peticiones automáticas al LDAP. Mejor para grandes configuraciones, pero requiere cierto conocimiento de LDAP.", "Manually enter LDAP filters (recommended for large directories)" : "Introduzca manualmente los filtros LDAP (recomendado para directorios grandes)", "The filter specifies which LDAP users shall have access to the %s instance." : "El filtro especifica que usuarios LDAP pueden tener acceso a %s.", @@ -228,6 +227,7 @@ "Back" : "Atrás", "Continue" : "Continuar", "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "Advertencia: El módulo LDAP de PHP no está instalado, el sistema no funcionará. Por favor consulte al administrador del sistema para instalarlo.", + "Configuration Active" : "Configuracion activa", "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "No se recomienda, ¡utilícelo únicamente para pruebas! Si la conexión sólo funciona con esta opción, importe el certificado SSL del servidor LDAP en su servidor %s.", "\"$home\" Placeholder Field" : "Marcador de posición del Campo \"$home\"", "Pronouns Field" : "Campo Pronombres", diff --git a/apps/user_ldap/l10n/es_419.js b/apps/user_ldap/l10n/es_419.js index 37bbce2e026..41b13bb50fa 100644 --- a/apps/user_ldap/l10n/es_419.js +++ b/apps/user_ldap/l10n/es_419.js @@ -79,7 +79,6 @@ OC.L10N.register( "No object found in the given Base DN. Please revise." : "No fue posible encontrar ningún objeto en el DN Base dado. Por favor verifica.", "More than 1,000 directory entries available." : "Se encuentran disponibles más de 1,000 elementos de directoiros. ", "When unchecked, this configuration will be skipped." : "Cuando no esté seleccionada, esta configuración será omitida.", - "Configuration Active" : "Configuracion Activa", "Copy current configuration into new directory binding" : "Copiar la configuración actual a un nuevo directorio de vinculación", "You can omit the protocol, unless you require SSL. If so, start with ldaps://" : "Puedes omitir el protocolo, a menos que requiera SSL. Si es el caso, empieza con ldaps://", "Host" : "Servidor", @@ -88,7 +87,6 @@ OC.L10N.register( "User DN" : "DN del usuario", "For anonymous access, leave DN and Password empty." : "Para acceso anónimo, deja la contraseña y DN vacíos.", "Password" : "Contraseña", - "Save Credentials" : "Guardar credenciales", "One Base DN per line" : "Un DN Base por línea", "You can specify Base DN for users and groups in the Advanced tab" : "Puedes especificar el DN Base para usuarios y grupos en la pestaña Avanzado", "Detect Base DN" : "Detectar DN Base", @@ -161,6 +159,7 @@ OC.L10N.register( "Add a new configuration" : "Agregar una nueva configuración", "Delete the current configuration" : "Borrar la configuración actual", "The DN of the client user with which the bind shall be done, e.g. uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password empty." : "El DN del cliente del usuario con el que se vinculará, ejem. uid=agente,dc=ejemplo,dc=com. Para tener un acceso anónimo, deja el DN y la contraseña vacíos.", + "Save Credentials" : "Guardar credenciales", "Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." : "Evita solicitudes automaticas de LDAP. Es mejor para ambientes más grandes pero requiere mayor conocimiento de LDAP. ", "Manually enter LDAP filters (recommended for large directories)" : "Ingresar los filtros LDAP manualmente (recomendado para directorios grandes)", "The filter specifies which LDAP users shall have access to the %s instance." : "El filtro especifica cuáles usuarios LDAP tendrán acceso a la instancia %s.", @@ -168,6 +167,7 @@ OC.L10N.register( "Back" : "Atrás", "Continue" : "Continuar", "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "Advertencia: El módulo LDAP de PHP no está instalado, el backend no funcionará. Por favor solicita su instalación a tu administrador del sistema.", + "Configuration Active" : "Configuracion Activa", "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "¡No se recomienda, úsalo únicamente para pruebas! Si la conexión sólo funciona con esta opción, importa el certificado SSL del servidor LDAP a tu servidor %s.", "UUID Attribute for Users:" : "Atributo UUID para Usuarios:", "UUID Attribute for Groups:" : "Atributo UUID para Grupos:" diff --git a/apps/user_ldap/l10n/es_419.json b/apps/user_ldap/l10n/es_419.json index 54ff75b3086..d5e6f5ba023 100644 --- a/apps/user_ldap/l10n/es_419.json +++ b/apps/user_ldap/l10n/es_419.json @@ -77,7 +77,6 @@ "No object found in the given Base DN. Please revise." : "No fue posible encontrar ningún objeto en el DN Base dado. Por favor verifica.", "More than 1,000 directory entries available." : "Se encuentran disponibles más de 1,000 elementos de directoiros. ", "When unchecked, this configuration will be skipped." : "Cuando no esté seleccionada, esta configuración será omitida.", - "Configuration Active" : "Configuracion Activa", "Copy current configuration into new directory binding" : "Copiar la configuración actual a un nuevo directorio de vinculación", "You can omit the protocol, unless you require SSL. If so, start with ldaps://" : "Puedes omitir el protocolo, a menos que requiera SSL. Si es el caso, empieza con ldaps://", "Host" : "Servidor", @@ -86,7 +85,6 @@ "User DN" : "DN del usuario", "For anonymous access, leave DN and Password empty." : "Para acceso anónimo, deja la contraseña y DN vacíos.", "Password" : "Contraseña", - "Save Credentials" : "Guardar credenciales", "One Base DN per line" : "Un DN Base por línea", "You can specify Base DN for users and groups in the Advanced tab" : "Puedes especificar el DN Base para usuarios y grupos en la pestaña Avanzado", "Detect Base DN" : "Detectar DN Base", @@ -159,6 +157,7 @@ "Add a new configuration" : "Agregar una nueva configuración", "Delete the current configuration" : "Borrar la configuración actual", "The DN of the client user with which the bind shall be done, e.g. uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password empty." : "El DN del cliente del usuario con el que se vinculará, ejem. uid=agente,dc=ejemplo,dc=com. Para tener un acceso anónimo, deja el DN y la contraseña vacíos.", + "Save Credentials" : "Guardar credenciales", "Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." : "Evita solicitudes automaticas de LDAP. Es mejor para ambientes más grandes pero requiere mayor conocimiento de LDAP. ", "Manually enter LDAP filters (recommended for large directories)" : "Ingresar los filtros LDAP manualmente (recomendado para directorios grandes)", "The filter specifies which LDAP users shall have access to the %s instance." : "El filtro especifica cuáles usuarios LDAP tendrán acceso a la instancia %s.", @@ -166,6 +165,7 @@ "Back" : "Atrás", "Continue" : "Continuar", "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "Advertencia: El módulo LDAP de PHP no está instalado, el backend no funcionará. Por favor solicita su instalación a tu administrador del sistema.", + "Configuration Active" : "Configuracion Activa", "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "¡No se recomienda, úsalo únicamente para pruebas! Si la conexión sólo funciona con esta opción, importa el certificado SSL del servidor LDAP a tu servidor %s.", "UUID Attribute for Users:" : "Atributo UUID para Usuarios:", "UUID Attribute for Groups:" : "Atributo UUID para Grupos:" diff --git a/apps/user_ldap/l10n/es_AR.js b/apps/user_ldap/l10n/es_AR.js index d051cf6d24c..5677b6b7f64 100644 --- a/apps/user_ldap/l10n/es_AR.js +++ b/apps/user_ldap/l10n/es_AR.js @@ -73,7 +73,6 @@ OC.L10N.register( "No object found in the given Base DN. Please revise." : "No fue posible encontrar ningún objeto en el DN Base dado. Favor de verificar. ", "More than 1,000 directory entries available." : "Se encuentran disponibles más de 1,000 elementos de directoiros. ", "When unchecked, this configuration will be skipped." : "Cuando no esté seleccionada, esta configuración será omitida.", - "Configuration Active" : "Configuracion Activa", "Copy current configuration into new directory binding" : "Copiar la configuración actual a un nuevo directorio de vinculación", "You can omit the protocol, unless you require SSL. If so, start with ldaps://" : "Puede omitir el protocolo, a menos que requiera SSL. Si es el caso, empiece con ldaps://", "Host" : "Servidor", @@ -157,6 +156,7 @@ OC.L10N.register( "Back" : "Atrás", "Continue" : "Continuar", "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "Advertencia: El módulo LDAP de PHP no está instalado, el backend no funcionará. Favor de solicitar su instalación a su administrador del sistema.", + "Configuration Active" : "Configuracion Activa", "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "¡No se recomienda, úselo únicamente para pruebas! Si la conexión sólo funciona con esta opción, importe el certificado SSL del servidor LDAP a su servidor %s.", "UUID Attribute for Users:" : "Atributo UUID para Usuarios:", "UUID Attribute for Groups:" : "Atributo UUID para Grupos:" diff --git a/apps/user_ldap/l10n/es_AR.json b/apps/user_ldap/l10n/es_AR.json index e8f5c760ecd..adf91ce8a63 100644 --- a/apps/user_ldap/l10n/es_AR.json +++ b/apps/user_ldap/l10n/es_AR.json @@ -71,7 +71,6 @@ "No object found in the given Base DN. Please revise." : "No fue posible encontrar ningún objeto en el DN Base dado. Favor de verificar. ", "More than 1,000 directory entries available." : "Se encuentran disponibles más de 1,000 elementos de directoiros. ", "When unchecked, this configuration will be skipped." : "Cuando no esté seleccionada, esta configuración será omitida.", - "Configuration Active" : "Configuracion Activa", "Copy current configuration into new directory binding" : "Copiar la configuración actual a un nuevo directorio de vinculación", "You can omit the protocol, unless you require SSL. If so, start with ldaps://" : "Puede omitir el protocolo, a menos que requiera SSL. Si es el caso, empiece con ldaps://", "Host" : "Servidor", @@ -155,6 +154,7 @@ "Back" : "Atrás", "Continue" : "Continuar", "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "Advertencia: El módulo LDAP de PHP no está instalado, el backend no funcionará. Favor de solicitar su instalación a su administrador del sistema.", + "Configuration Active" : "Configuracion Activa", "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "¡No se recomienda, úselo únicamente para pruebas! Si la conexión sólo funciona con esta opción, importe el certificado SSL del servidor LDAP a su servidor %s.", "UUID Attribute for Users:" : "Atributo UUID para Usuarios:", "UUID Attribute for Groups:" : "Atributo UUID para Grupos:" diff --git a/apps/user_ldap/l10n/es_CL.js b/apps/user_ldap/l10n/es_CL.js index 53d24e96b4d..f335fc4a5e2 100644 --- a/apps/user_ldap/l10n/es_CL.js +++ b/apps/user_ldap/l10n/es_CL.js @@ -79,7 +79,6 @@ OC.L10N.register( "No object found in the given Base DN. Please revise." : "No fue posible encontrar ningún objeto en el DN Base dado. Por favor verifica.", "More than 1,000 directory entries available." : "Se encuentran disponibles más de 1,000 elementos de directoiros. ", "When unchecked, this configuration will be skipped." : "Cuando no esté seleccionada, esta configuración será omitida.", - "Configuration Active" : "Configuracion Activa", "Copy current configuration into new directory binding" : "Copiar la configuración actual a un nuevo directorio de vinculación", "You can omit the protocol, unless you require SSL. If so, start with ldaps://" : "Puedes omitir el protocolo, a menos que requiera SSL. Si es el caso, empieza con ldaps://", "Host" : "Servidor", @@ -88,7 +87,6 @@ OC.L10N.register( "User DN" : "DN del usuario", "For anonymous access, leave DN and Password empty." : "Para acceso anónimo, deja la contraseña y DN vacíos.", "Password" : "Contraseña", - "Save Credentials" : "Guardar credenciales", "One Base DN per line" : "Un DN Base por línea", "You can specify Base DN for users and groups in the Advanced tab" : "Puedes especificar el DN Base para usuarios y grupos en la pestaña Avanzado", "Detect Base DN" : "Detectar DN Base", @@ -163,6 +161,7 @@ OC.L10N.register( "Add a new configuration" : "Agregar una nueva configuración", "Delete the current configuration" : "Borrar la configuración actual", "The DN of the client user with which the bind shall be done, e.g. uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password empty." : "El DN del cliente del usuario con el que se vinculará, ejem. uid=agente,dc=ejemplo,dc=com. Para tener un acceso anónimo, deja el DN y la contraseña vacíos.", + "Save Credentials" : "Guardar credenciales", "Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." : "Evita solicitudes automaticas de LDAP. Es mejor para ambientes más grandes pero requiere mayor conocimiento de LDAP. ", "Manually enter LDAP filters (recommended for large directories)" : "Ingresar los filtros LDAP manualmente (recomendado para directorios grandes)", "The filter specifies which LDAP users shall have access to the %s instance." : "El filtro especifica cuáles usuarios LDAP tendrán acceso a la instancia %s.", @@ -170,6 +169,7 @@ OC.L10N.register( "Back" : "Atrás", "Continue" : "Continuar", "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "Advertencia: El módulo LDAP de PHP no está instalado, el backend no funcionará. Por favor solicita su instalación a tu administrador del sistema.", + "Configuration Active" : "Configuracion Activa", "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "¡No se recomienda, úsalo únicamente para pruebas! Si la conexión sólo funciona con esta opción, importa el certificado SSL del servidor LDAP a tu servidor %s.", "UUID Attribute for Users:" : "Atributo UUID para Usuarios:", "UUID Attribute for Groups:" : "Atributo UUID para Grupos:" diff --git a/apps/user_ldap/l10n/es_CL.json b/apps/user_ldap/l10n/es_CL.json index 09a226e439d..ec178629ff7 100644 --- a/apps/user_ldap/l10n/es_CL.json +++ b/apps/user_ldap/l10n/es_CL.json @@ -77,7 +77,6 @@ "No object found in the given Base DN. Please revise." : "No fue posible encontrar ningún objeto en el DN Base dado. Por favor verifica.", "More than 1,000 directory entries available." : "Se encuentran disponibles más de 1,000 elementos de directoiros. ", "When unchecked, this configuration will be skipped." : "Cuando no esté seleccionada, esta configuración será omitida.", - "Configuration Active" : "Configuracion Activa", "Copy current configuration into new directory binding" : "Copiar la configuración actual a un nuevo directorio de vinculación", "You can omit the protocol, unless you require SSL. If so, start with ldaps://" : "Puedes omitir el protocolo, a menos que requiera SSL. Si es el caso, empieza con ldaps://", "Host" : "Servidor", @@ -86,7 +85,6 @@ "User DN" : "DN del usuario", "For anonymous access, leave DN and Password empty." : "Para acceso anónimo, deja la contraseña y DN vacíos.", "Password" : "Contraseña", - "Save Credentials" : "Guardar credenciales", "One Base DN per line" : "Un DN Base por línea", "You can specify Base DN for users and groups in the Advanced tab" : "Puedes especificar el DN Base para usuarios y grupos en la pestaña Avanzado", "Detect Base DN" : "Detectar DN Base", @@ -161,6 +159,7 @@ "Add a new configuration" : "Agregar una nueva configuración", "Delete the current configuration" : "Borrar la configuración actual", "The DN of the client user with which the bind shall be done, e.g. uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password empty." : "El DN del cliente del usuario con el que se vinculará, ejem. uid=agente,dc=ejemplo,dc=com. Para tener un acceso anónimo, deja el DN y la contraseña vacíos.", + "Save Credentials" : "Guardar credenciales", "Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." : "Evita solicitudes automaticas de LDAP. Es mejor para ambientes más grandes pero requiere mayor conocimiento de LDAP. ", "Manually enter LDAP filters (recommended for large directories)" : "Ingresar los filtros LDAP manualmente (recomendado para directorios grandes)", "The filter specifies which LDAP users shall have access to the %s instance." : "El filtro especifica cuáles usuarios LDAP tendrán acceso a la instancia %s.", @@ -168,6 +167,7 @@ "Back" : "Atrás", "Continue" : "Continuar", "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "Advertencia: El módulo LDAP de PHP no está instalado, el backend no funcionará. Por favor solicita su instalación a tu administrador del sistema.", + "Configuration Active" : "Configuracion Activa", "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "¡No se recomienda, úsalo únicamente para pruebas! Si la conexión sólo funciona con esta opción, importa el certificado SSL del servidor LDAP a tu servidor %s.", "UUID Attribute for Users:" : "Atributo UUID para Usuarios:", "UUID Attribute for Groups:" : "Atributo UUID para Grupos:" diff --git a/apps/user_ldap/l10n/es_CO.js b/apps/user_ldap/l10n/es_CO.js index 53d24e96b4d..f335fc4a5e2 100644 --- a/apps/user_ldap/l10n/es_CO.js +++ b/apps/user_ldap/l10n/es_CO.js @@ -79,7 +79,6 @@ OC.L10N.register( "No object found in the given Base DN. Please revise." : "No fue posible encontrar ningún objeto en el DN Base dado. Por favor verifica.", "More than 1,000 directory entries available." : "Se encuentran disponibles más de 1,000 elementos de directoiros. ", "When unchecked, this configuration will be skipped." : "Cuando no esté seleccionada, esta configuración será omitida.", - "Configuration Active" : "Configuracion Activa", "Copy current configuration into new directory binding" : "Copiar la configuración actual a un nuevo directorio de vinculación", "You can omit the protocol, unless you require SSL. If so, start with ldaps://" : "Puedes omitir el protocolo, a menos que requiera SSL. Si es el caso, empieza con ldaps://", "Host" : "Servidor", @@ -88,7 +87,6 @@ OC.L10N.register( "User DN" : "DN del usuario", "For anonymous access, leave DN and Password empty." : "Para acceso anónimo, deja la contraseña y DN vacíos.", "Password" : "Contraseña", - "Save Credentials" : "Guardar credenciales", "One Base DN per line" : "Un DN Base por línea", "You can specify Base DN for users and groups in the Advanced tab" : "Puedes especificar el DN Base para usuarios y grupos en la pestaña Avanzado", "Detect Base DN" : "Detectar DN Base", @@ -163,6 +161,7 @@ OC.L10N.register( "Add a new configuration" : "Agregar una nueva configuración", "Delete the current configuration" : "Borrar la configuración actual", "The DN of the client user with which the bind shall be done, e.g. uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password empty." : "El DN del cliente del usuario con el que se vinculará, ejem. uid=agente,dc=ejemplo,dc=com. Para tener un acceso anónimo, deja el DN y la contraseña vacíos.", + "Save Credentials" : "Guardar credenciales", "Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." : "Evita solicitudes automaticas de LDAP. Es mejor para ambientes más grandes pero requiere mayor conocimiento de LDAP. ", "Manually enter LDAP filters (recommended for large directories)" : "Ingresar los filtros LDAP manualmente (recomendado para directorios grandes)", "The filter specifies which LDAP users shall have access to the %s instance." : "El filtro especifica cuáles usuarios LDAP tendrán acceso a la instancia %s.", @@ -170,6 +169,7 @@ OC.L10N.register( "Back" : "Atrás", "Continue" : "Continuar", "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "Advertencia: El módulo LDAP de PHP no está instalado, el backend no funcionará. Por favor solicita su instalación a tu administrador del sistema.", + "Configuration Active" : "Configuracion Activa", "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "¡No se recomienda, úsalo únicamente para pruebas! Si la conexión sólo funciona con esta opción, importa el certificado SSL del servidor LDAP a tu servidor %s.", "UUID Attribute for Users:" : "Atributo UUID para Usuarios:", "UUID Attribute for Groups:" : "Atributo UUID para Grupos:" diff --git a/apps/user_ldap/l10n/es_CO.json b/apps/user_ldap/l10n/es_CO.json index 09a226e439d..ec178629ff7 100644 --- a/apps/user_ldap/l10n/es_CO.json +++ b/apps/user_ldap/l10n/es_CO.json @@ -77,7 +77,6 @@ "No object found in the given Base DN. Please revise." : "No fue posible encontrar ningún objeto en el DN Base dado. Por favor verifica.", "More than 1,000 directory entries available." : "Se encuentran disponibles más de 1,000 elementos de directoiros. ", "When unchecked, this configuration will be skipped." : "Cuando no esté seleccionada, esta configuración será omitida.", - "Configuration Active" : "Configuracion Activa", "Copy current configuration into new directory binding" : "Copiar la configuración actual a un nuevo directorio de vinculación", "You can omit the protocol, unless you require SSL. If so, start with ldaps://" : "Puedes omitir el protocolo, a menos que requiera SSL. Si es el caso, empieza con ldaps://", "Host" : "Servidor", @@ -86,7 +85,6 @@ "User DN" : "DN del usuario", "For anonymous access, leave DN and Password empty." : "Para acceso anónimo, deja la contraseña y DN vacíos.", "Password" : "Contraseña", - "Save Credentials" : "Guardar credenciales", "One Base DN per line" : "Un DN Base por línea", "You can specify Base DN for users and groups in the Advanced tab" : "Puedes especificar el DN Base para usuarios y grupos en la pestaña Avanzado", "Detect Base DN" : "Detectar DN Base", @@ -161,6 +159,7 @@ "Add a new configuration" : "Agregar una nueva configuración", "Delete the current configuration" : "Borrar la configuración actual", "The DN of the client user with which the bind shall be done, e.g. uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password empty." : "El DN del cliente del usuario con el que se vinculará, ejem. uid=agente,dc=ejemplo,dc=com. Para tener un acceso anónimo, deja el DN y la contraseña vacíos.", + "Save Credentials" : "Guardar credenciales", "Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." : "Evita solicitudes automaticas de LDAP. Es mejor para ambientes más grandes pero requiere mayor conocimiento de LDAP. ", "Manually enter LDAP filters (recommended for large directories)" : "Ingresar los filtros LDAP manualmente (recomendado para directorios grandes)", "The filter specifies which LDAP users shall have access to the %s instance." : "El filtro especifica cuáles usuarios LDAP tendrán acceso a la instancia %s.", @@ -168,6 +167,7 @@ "Back" : "Atrás", "Continue" : "Continuar", "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "Advertencia: El módulo LDAP de PHP no está instalado, el backend no funcionará. Por favor solicita su instalación a tu administrador del sistema.", + "Configuration Active" : "Configuracion Activa", "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "¡No se recomienda, úsalo únicamente para pruebas! Si la conexión sólo funciona con esta opción, importa el certificado SSL del servidor LDAP a tu servidor %s.", "UUID Attribute for Users:" : "Atributo UUID para Usuarios:", "UUID Attribute for Groups:" : "Atributo UUID para Grupos:" diff --git a/apps/user_ldap/l10n/es_CR.js b/apps/user_ldap/l10n/es_CR.js index 53d24e96b4d..f335fc4a5e2 100644 --- a/apps/user_ldap/l10n/es_CR.js +++ b/apps/user_ldap/l10n/es_CR.js @@ -79,7 +79,6 @@ OC.L10N.register( "No object found in the given Base DN. Please revise." : "No fue posible encontrar ningún objeto en el DN Base dado. Por favor verifica.", "More than 1,000 directory entries available." : "Se encuentran disponibles más de 1,000 elementos de directoiros. ", "When unchecked, this configuration will be skipped." : "Cuando no esté seleccionada, esta configuración será omitida.", - "Configuration Active" : "Configuracion Activa", "Copy current configuration into new directory binding" : "Copiar la configuración actual a un nuevo directorio de vinculación", "You can omit the protocol, unless you require SSL. If so, start with ldaps://" : "Puedes omitir el protocolo, a menos que requiera SSL. Si es el caso, empieza con ldaps://", "Host" : "Servidor", @@ -88,7 +87,6 @@ OC.L10N.register( "User DN" : "DN del usuario", "For anonymous access, leave DN and Password empty." : "Para acceso anónimo, deja la contraseña y DN vacíos.", "Password" : "Contraseña", - "Save Credentials" : "Guardar credenciales", "One Base DN per line" : "Un DN Base por línea", "You can specify Base DN for users and groups in the Advanced tab" : "Puedes especificar el DN Base para usuarios y grupos en la pestaña Avanzado", "Detect Base DN" : "Detectar DN Base", @@ -163,6 +161,7 @@ OC.L10N.register( "Add a new configuration" : "Agregar una nueva configuración", "Delete the current configuration" : "Borrar la configuración actual", "The DN of the client user with which the bind shall be done, e.g. uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password empty." : "El DN del cliente del usuario con el que se vinculará, ejem. uid=agente,dc=ejemplo,dc=com. Para tener un acceso anónimo, deja el DN y la contraseña vacíos.", + "Save Credentials" : "Guardar credenciales", "Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." : "Evita solicitudes automaticas de LDAP. Es mejor para ambientes más grandes pero requiere mayor conocimiento de LDAP. ", "Manually enter LDAP filters (recommended for large directories)" : "Ingresar los filtros LDAP manualmente (recomendado para directorios grandes)", "The filter specifies which LDAP users shall have access to the %s instance." : "El filtro especifica cuáles usuarios LDAP tendrán acceso a la instancia %s.", @@ -170,6 +169,7 @@ OC.L10N.register( "Back" : "Atrás", "Continue" : "Continuar", "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "Advertencia: El módulo LDAP de PHP no está instalado, el backend no funcionará. Por favor solicita su instalación a tu administrador del sistema.", + "Configuration Active" : "Configuracion Activa", "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "¡No se recomienda, úsalo únicamente para pruebas! Si la conexión sólo funciona con esta opción, importa el certificado SSL del servidor LDAP a tu servidor %s.", "UUID Attribute for Users:" : "Atributo UUID para Usuarios:", "UUID Attribute for Groups:" : "Atributo UUID para Grupos:" diff --git a/apps/user_ldap/l10n/es_CR.json b/apps/user_ldap/l10n/es_CR.json index 09a226e439d..ec178629ff7 100644 --- a/apps/user_ldap/l10n/es_CR.json +++ b/apps/user_ldap/l10n/es_CR.json @@ -77,7 +77,6 @@ "No object found in the given Base DN. Please revise." : "No fue posible encontrar ningún objeto en el DN Base dado. Por favor verifica.", "More than 1,000 directory entries available." : "Se encuentran disponibles más de 1,000 elementos de directoiros. ", "When unchecked, this configuration will be skipped." : "Cuando no esté seleccionada, esta configuración será omitida.", - "Configuration Active" : "Configuracion Activa", "Copy current configuration into new directory binding" : "Copiar la configuración actual a un nuevo directorio de vinculación", "You can omit the protocol, unless you require SSL. If so, start with ldaps://" : "Puedes omitir el protocolo, a menos que requiera SSL. Si es el caso, empieza con ldaps://", "Host" : "Servidor", @@ -86,7 +85,6 @@ "User DN" : "DN del usuario", "For anonymous access, leave DN and Password empty." : "Para acceso anónimo, deja la contraseña y DN vacíos.", "Password" : "Contraseña", - "Save Credentials" : "Guardar credenciales", "One Base DN per line" : "Un DN Base por línea", "You can specify Base DN for users and groups in the Advanced tab" : "Puedes especificar el DN Base para usuarios y grupos en la pestaña Avanzado", "Detect Base DN" : "Detectar DN Base", @@ -161,6 +159,7 @@ "Add a new configuration" : "Agregar una nueva configuración", "Delete the current configuration" : "Borrar la configuración actual", "The DN of the client user with which the bind shall be done, e.g. uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password empty." : "El DN del cliente del usuario con el que se vinculará, ejem. uid=agente,dc=ejemplo,dc=com. Para tener un acceso anónimo, deja el DN y la contraseña vacíos.", + "Save Credentials" : "Guardar credenciales", "Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." : "Evita solicitudes automaticas de LDAP. Es mejor para ambientes más grandes pero requiere mayor conocimiento de LDAP. ", "Manually enter LDAP filters (recommended for large directories)" : "Ingresar los filtros LDAP manualmente (recomendado para directorios grandes)", "The filter specifies which LDAP users shall have access to the %s instance." : "El filtro especifica cuáles usuarios LDAP tendrán acceso a la instancia %s.", @@ -168,6 +167,7 @@ "Back" : "Atrás", "Continue" : "Continuar", "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "Advertencia: El módulo LDAP de PHP no está instalado, el backend no funcionará. Por favor solicita su instalación a tu administrador del sistema.", + "Configuration Active" : "Configuracion Activa", "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "¡No se recomienda, úsalo únicamente para pruebas! Si la conexión sólo funciona con esta opción, importa el certificado SSL del servidor LDAP a tu servidor %s.", "UUID Attribute for Users:" : "Atributo UUID para Usuarios:", "UUID Attribute for Groups:" : "Atributo UUID para Grupos:" diff --git a/apps/user_ldap/l10n/es_DO.js b/apps/user_ldap/l10n/es_DO.js index 53d24e96b4d..f335fc4a5e2 100644 --- a/apps/user_ldap/l10n/es_DO.js +++ b/apps/user_ldap/l10n/es_DO.js @@ -79,7 +79,6 @@ OC.L10N.register( "No object found in the given Base DN. Please revise." : "No fue posible encontrar ningún objeto en el DN Base dado. Por favor verifica.", "More than 1,000 directory entries available." : "Se encuentran disponibles más de 1,000 elementos de directoiros. ", "When unchecked, this configuration will be skipped." : "Cuando no esté seleccionada, esta configuración será omitida.", - "Configuration Active" : "Configuracion Activa", "Copy current configuration into new directory binding" : "Copiar la configuración actual a un nuevo directorio de vinculación", "You can omit the protocol, unless you require SSL. If so, start with ldaps://" : "Puedes omitir el protocolo, a menos que requiera SSL. Si es el caso, empieza con ldaps://", "Host" : "Servidor", @@ -88,7 +87,6 @@ OC.L10N.register( "User DN" : "DN del usuario", "For anonymous access, leave DN and Password empty." : "Para acceso anónimo, deja la contraseña y DN vacíos.", "Password" : "Contraseña", - "Save Credentials" : "Guardar credenciales", "One Base DN per line" : "Un DN Base por línea", "You can specify Base DN for users and groups in the Advanced tab" : "Puedes especificar el DN Base para usuarios y grupos en la pestaña Avanzado", "Detect Base DN" : "Detectar DN Base", @@ -163,6 +161,7 @@ OC.L10N.register( "Add a new configuration" : "Agregar una nueva configuración", "Delete the current configuration" : "Borrar la configuración actual", "The DN of the client user with which the bind shall be done, e.g. uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password empty." : "El DN del cliente del usuario con el que se vinculará, ejem. uid=agente,dc=ejemplo,dc=com. Para tener un acceso anónimo, deja el DN y la contraseña vacíos.", + "Save Credentials" : "Guardar credenciales", "Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." : "Evita solicitudes automaticas de LDAP. Es mejor para ambientes más grandes pero requiere mayor conocimiento de LDAP. ", "Manually enter LDAP filters (recommended for large directories)" : "Ingresar los filtros LDAP manualmente (recomendado para directorios grandes)", "The filter specifies which LDAP users shall have access to the %s instance." : "El filtro especifica cuáles usuarios LDAP tendrán acceso a la instancia %s.", @@ -170,6 +169,7 @@ OC.L10N.register( "Back" : "Atrás", "Continue" : "Continuar", "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "Advertencia: El módulo LDAP de PHP no está instalado, el backend no funcionará. Por favor solicita su instalación a tu administrador del sistema.", + "Configuration Active" : "Configuracion Activa", "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "¡No se recomienda, úsalo únicamente para pruebas! Si la conexión sólo funciona con esta opción, importa el certificado SSL del servidor LDAP a tu servidor %s.", "UUID Attribute for Users:" : "Atributo UUID para Usuarios:", "UUID Attribute for Groups:" : "Atributo UUID para Grupos:" diff --git a/apps/user_ldap/l10n/es_DO.json b/apps/user_ldap/l10n/es_DO.json index 09a226e439d..ec178629ff7 100644 --- a/apps/user_ldap/l10n/es_DO.json +++ b/apps/user_ldap/l10n/es_DO.json @@ -77,7 +77,6 @@ "No object found in the given Base DN. Please revise." : "No fue posible encontrar ningún objeto en el DN Base dado. Por favor verifica.", "More than 1,000 directory entries available." : "Se encuentran disponibles más de 1,000 elementos de directoiros. ", "When unchecked, this configuration will be skipped." : "Cuando no esté seleccionada, esta configuración será omitida.", - "Configuration Active" : "Configuracion Activa", "Copy current configuration into new directory binding" : "Copiar la configuración actual a un nuevo directorio de vinculación", "You can omit the protocol, unless you require SSL. If so, start with ldaps://" : "Puedes omitir el protocolo, a menos que requiera SSL. Si es el caso, empieza con ldaps://", "Host" : "Servidor", @@ -86,7 +85,6 @@ "User DN" : "DN del usuario", "For anonymous access, leave DN and Password empty." : "Para acceso anónimo, deja la contraseña y DN vacíos.", "Password" : "Contraseña", - "Save Credentials" : "Guardar credenciales", "One Base DN per line" : "Un DN Base por línea", "You can specify Base DN for users and groups in the Advanced tab" : "Puedes especificar el DN Base para usuarios y grupos en la pestaña Avanzado", "Detect Base DN" : "Detectar DN Base", @@ -161,6 +159,7 @@ "Add a new configuration" : "Agregar una nueva configuración", "Delete the current configuration" : "Borrar la configuración actual", "The DN of the client user with which the bind shall be done, e.g. uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password empty." : "El DN del cliente del usuario con el que se vinculará, ejem. uid=agente,dc=ejemplo,dc=com. Para tener un acceso anónimo, deja el DN y la contraseña vacíos.", + "Save Credentials" : "Guardar credenciales", "Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." : "Evita solicitudes automaticas de LDAP. Es mejor para ambientes más grandes pero requiere mayor conocimiento de LDAP. ", "Manually enter LDAP filters (recommended for large directories)" : "Ingresar los filtros LDAP manualmente (recomendado para directorios grandes)", "The filter specifies which LDAP users shall have access to the %s instance." : "El filtro especifica cuáles usuarios LDAP tendrán acceso a la instancia %s.", @@ -168,6 +167,7 @@ "Back" : "Atrás", "Continue" : "Continuar", "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "Advertencia: El módulo LDAP de PHP no está instalado, el backend no funcionará. Por favor solicita su instalación a tu administrador del sistema.", + "Configuration Active" : "Configuracion Activa", "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "¡No se recomienda, úsalo únicamente para pruebas! Si la conexión sólo funciona con esta opción, importa el certificado SSL del servidor LDAP a tu servidor %s.", "UUID Attribute for Users:" : "Atributo UUID para Usuarios:", "UUID Attribute for Groups:" : "Atributo UUID para Grupos:" diff --git a/apps/user_ldap/l10n/es_EC.js b/apps/user_ldap/l10n/es_EC.js index 3e1bfe14e1c..2d68c30c724 100644 --- a/apps/user_ldap/l10n/es_EC.js +++ b/apps/user_ldap/l10n/es_EC.js @@ -115,7 +115,6 @@ OC.L10N.register( "No object found in the given Base DN. Please revise." : "No fue posible encontrar ningún objeto en el DN Base dado. Por favor verifica.", "More than 1,000 directory entries available." : "Se encuentran disponibles más de 1,000 elementos de directoiros. ", "When unchecked, this configuration will be skipped." : "Cuando no esté seleccionada, esta configuración será omitida.", - "Configuration Active" : "Configuracion Activa", "Copy current configuration into new directory binding" : "Copiar la configuración actual a un nuevo directorio de vinculación", "You can omit the protocol, unless you require SSL. If so, start with ldaps://" : "Puedes omitir el protocolo, a menos que requiera SSL. Si es el caso, empieza con ldaps://", "Host" : "Servidor", @@ -124,7 +123,6 @@ OC.L10N.register( "User DN" : "DN del usuario", "For anonymous access, leave DN and Password empty." : "Para acceso anónimo, deja la contraseña y DN vacíos.", "Password" : "Contraseña", - "Save Credentials" : "Guardar credenciales", "One Base DN per line" : "Un DN Base por línea", "You can specify Base DN for users and groups in the Advanced tab" : "Puedes especificar el DN Base para usuarios y grupos en la pestaña Avanzado", "Detect Base DN" : "Detectar DN Base", @@ -204,6 +202,7 @@ OC.L10N.register( "Add a new configuration" : "Agregar una nueva configuración", "Delete the current configuration" : "Borrar la configuración actual", "The DN of the client user with which the bind shall be done, e.g. uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password empty." : "El DN del cliente del usuario con el que se vinculará, ejem. uid=agente,dc=ejemplo,dc=com. Para tener un acceso anónimo, deja el DN y la contraseña vacíos.", + "Save Credentials" : "Guardar credenciales", "Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." : "Evita solicitudes automaticas de LDAP. Es mejor para ambientes más grandes pero requiere mayor conocimiento de LDAP. ", "Manually enter LDAP filters (recommended for large directories)" : "Ingresar los filtros LDAP manualmente (recomendado para directorios grandes)", "The filter specifies which LDAP users shall have access to the %s instance." : "El filtro especifica cuáles usuarios LDAP tendrán acceso a la instancia %s.", @@ -211,6 +210,7 @@ OC.L10N.register( "Back" : "Atrás", "Continue" : "Continuar", "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "Advertencia: El módulo LDAP de PHP no está instalado, el backend no funcionará. Por favor solicita su instalación a tu administrador del sistema.", + "Configuration Active" : "Configuracion Activa", "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "¡No se recomienda, úsalo únicamente para pruebas! Si la conexión sólo funciona con esta opción, importa el certificado SSL del servidor LDAP a tu servidor %s.", "\"$home\" Placeholder Field" : "Campo de marcador de posición \"$home\"", "UUID Attribute for Users:" : "Atributo UUID para Usuarios:", diff --git a/apps/user_ldap/l10n/es_EC.json b/apps/user_ldap/l10n/es_EC.json index 0ff254e8d5b..02c3f0fded5 100644 --- a/apps/user_ldap/l10n/es_EC.json +++ b/apps/user_ldap/l10n/es_EC.json @@ -113,7 +113,6 @@ "No object found in the given Base DN. Please revise." : "No fue posible encontrar ningún objeto en el DN Base dado. Por favor verifica.", "More than 1,000 directory entries available." : "Se encuentran disponibles más de 1,000 elementos de directoiros. ", "When unchecked, this configuration will be skipped." : "Cuando no esté seleccionada, esta configuración será omitida.", - "Configuration Active" : "Configuracion Activa", "Copy current configuration into new directory binding" : "Copiar la configuración actual a un nuevo directorio de vinculación", "You can omit the protocol, unless you require SSL. If so, start with ldaps://" : "Puedes omitir el protocolo, a menos que requiera SSL. Si es el caso, empieza con ldaps://", "Host" : "Servidor", @@ -122,7 +121,6 @@ "User DN" : "DN del usuario", "For anonymous access, leave DN and Password empty." : "Para acceso anónimo, deja la contraseña y DN vacíos.", "Password" : "Contraseña", - "Save Credentials" : "Guardar credenciales", "One Base DN per line" : "Un DN Base por línea", "You can specify Base DN for users and groups in the Advanced tab" : "Puedes especificar el DN Base para usuarios y grupos en la pestaña Avanzado", "Detect Base DN" : "Detectar DN Base", @@ -202,6 +200,7 @@ "Add a new configuration" : "Agregar una nueva configuración", "Delete the current configuration" : "Borrar la configuración actual", "The DN of the client user with which the bind shall be done, e.g. uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password empty." : "El DN del cliente del usuario con el que se vinculará, ejem. uid=agente,dc=ejemplo,dc=com. Para tener un acceso anónimo, deja el DN y la contraseña vacíos.", + "Save Credentials" : "Guardar credenciales", "Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." : "Evita solicitudes automaticas de LDAP. Es mejor para ambientes más grandes pero requiere mayor conocimiento de LDAP. ", "Manually enter LDAP filters (recommended for large directories)" : "Ingresar los filtros LDAP manualmente (recomendado para directorios grandes)", "The filter specifies which LDAP users shall have access to the %s instance." : "El filtro especifica cuáles usuarios LDAP tendrán acceso a la instancia %s.", @@ -209,6 +208,7 @@ "Back" : "Atrás", "Continue" : "Continuar", "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "Advertencia: El módulo LDAP de PHP no está instalado, el backend no funcionará. Por favor solicita su instalación a tu administrador del sistema.", + "Configuration Active" : "Configuracion Activa", "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "¡No se recomienda, úsalo únicamente para pruebas! Si la conexión sólo funciona con esta opción, importa el certificado SSL del servidor LDAP a tu servidor %s.", "\"$home\" Placeholder Field" : "Campo de marcador de posición \"$home\"", "UUID Attribute for Users:" : "Atributo UUID para Usuarios:", diff --git a/apps/user_ldap/l10n/es_GT.js b/apps/user_ldap/l10n/es_GT.js index 53d24e96b4d..f335fc4a5e2 100644 --- a/apps/user_ldap/l10n/es_GT.js +++ b/apps/user_ldap/l10n/es_GT.js @@ -79,7 +79,6 @@ OC.L10N.register( "No object found in the given Base DN. Please revise." : "No fue posible encontrar ningún objeto en el DN Base dado. Por favor verifica.", "More than 1,000 directory entries available." : "Se encuentran disponibles más de 1,000 elementos de directoiros. ", "When unchecked, this configuration will be skipped." : "Cuando no esté seleccionada, esta configuración será omitida.", - "Configuration Active" : "Configuracion Activa", "Copy current configuration into new directory binding" : "Copiar la configuración actual a un nuevo directorio de vinculación", "You can omit the protocol, unless you require SSL. If so, start with ldaps://" : "Puedes omitir el protocolo, a menos que requiera SSL. Si es el caso, empieza con ldaps://", "Host" : "Servidor", @@ -88,7 +87,6 @@ OC.L10N.register( "User DN" : "DN del usuario", "For anonymous access, leave DN and Password empty." : "Para acceso anónimo, deja la contraseña y DN vacíos.", "Password" : "Contraseña", - "Save Credentials" : "Guardar credenciales", "One Base DN per line" : "Un DN Base por línea", "You can specify Base DN for users and groups in the Advanced tab" : "Puedes especificar el DN Base para usuarios y grupos en la pestaña Avanzado", "Detect Base DN" : "Detectar DN Base", @@ -163,6 +161,7 @@ OC.L10N.register( "Add a new configuration" : "Agregar una nueva configuración", "Delete the current configuration" : "Borrar la configuración actual", "The DN of the client user with which the bind shall be done, e.g. uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password empty." : "El DN del cliente del usuario con el que se vinculará, ejem. uid=agente,dc=ejemplo,dc=com. Para tener un acceso anónimo, deja el DN y la contraseña vacíos.", + "Save Credentials" : "Guardar credenciales", "Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." : "Evita solicitudes automaticas de LDAP. Es mejor para ambientes más grandes pero requiere mayor conocimiento de LDAP. ", "Manually enter LDAP filters (recommended for large directories)" : "Ingresar los filtros LDAP manualmente (recomendado para directorios grandes)", "The filter specifies which LDAP users shall have access to the %s instance." : "El filtro especifica cuáles usuarios LDAP tendrán acceso a la instancia %s.", @@ -170,6 +169,7 @@ OC.L10N.register( "Back" : "Atrás", "Continue" : "Continuar", "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "Advertencia: El módulo LDAP de PHP no está instalado, el backend no funcionará. Por favor solicita su instalación a tu administrador del sistema.", + "Configuration Active" : "Configuracion Activa", "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "¡No se recomienda, úsalo únicamente para pruebas! Si la conexión sólo funciona con esta opción, importa el certificado SSL del servidor LDAP a tu servidor %s.", "UUID Attribute for Users:" : "Atributo UUID para Usuarios:", "UUID Attribute for Groups:" : "Atributo UUID para Grupos:" diff --git a/apps/user_ldap/l10n/es_GT.json b/apps/user_ldap/l10n/es_GT.json index 09a226e439d..ec178629ff7 100644 --- a/apps/user_ldap/l10n/es_GT.json +++ b/apps/user_ldap/l10n/es_GT.json @@ -77,7 +77,6 @@ "No object found in the given Base DN. Please revise." : "No fue posible encontrar ningún objeto en el DN Base dado. Por favor verifica.", "More than 1,000 directory entries available." : "Se encuentran disponibles más de 1,000 elementos de directoiros. ", "When unchecked, this configuration will be skipped." : "Cuando no esté seleccionada, esta configuración será omitida.", - "Configuration Active" : "Configuracion Activa", "Copy current configuration into new directory binding" : "Copiar la configuración actual a un nuevo directorio de vinculación", "You can omit the protocol, unless you require SSL. If so, start with ldaps://" : "Puedes omitir el protocolo, a menos que requiera SSL. Si es el caso, empieza con ldaps://", "Host" : "Servidor", @@ -86,7 +85,6 @@ "User DN" : "DN del usuario", "For anonymous access, leave DN and Password empty." : "Para acceso anónimo, deja la contraseña y DN vacíos.", "Password" : "Contraseña", - "Save Credentials" : "Guardar credenciales", "One Base DN per line" : "Un DN Base por línea", "You can specify Base DN for users and groups in the Advanced tab" : "Puedes especificar el DN Base para usuarios y grupos en la pestaña Avanzado", "Detect Base DN" : "Detectar DN Base", @@ -161,6 +159,7 @@ "Add a new configuration" : "Agregar una nueva configuración", "Delete the current configuration" : "Borrar la configuración actual", "The DN of the client user with which the bind shall be done, e.g. uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password empty." : "El DN del cliente del usuario con el que se vinculará, ejem. uid=agente,dc=ejemplo,dc=com. Para tener un acceso anónimo, deja el DN y la contraseña vacíos.", + "Save Credentials" : "Guardar credenciales", "Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." : "Evita solicitudes automaticas de LDAP. Es mejor para ambientes más grandes pero requiere mayor conocimiento de LDAP. ", "Manually enter LDAP filters (recommended for large directories)" : "Ingresar los filtros LDAP manualmente (recomendado para directorios grandes)", "The filter specifies which LDAP users shall have access to the %s instance." : "El filtro especifica cuáles usuarios LDAP tendrán acceso a la instancia %s.", @@ -168,6 +167,7 @@ "Back" : "Atrás", "Continue" : "Continuar", "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "Advertencia: El módulo LDAP de PHP no está instalado, el backend no funcionará. Por favor solicita su instalación a tu administrador del sistema.", + "Configuration Active" : "Configuracion Activa", "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "¡No se recomienda, úsalo únicamente para pruebas! Si la conexión sólo funciona con esta opción, importa el certificado SSL del servidor LDAP a tu servidor %s.", "UUID Attribute for Users:" : "Atributo UUID para Usuarios:", "UUID Attribute for Groups:" : "Atributo UUID para Grupos:" diff --git a/apps/user_ldap/l10n/es_HN.js b/apps/user_ldap/l10n/es_HN.js index 5727e47e52d..ac426f82ae0 100644 --- a/apps/user_ldap/l10n/es_HN.js +++ b/apps/user_ldap/l10n/es_HN.js @@ -79,7 +79,6 @@ OC.L10N.register( "No object found in the given Base DN. Please revise." : "No fue posible encontrar ningún objeto en el DN Base dado. Por favor verifica.", "More than 1,000 directory entries available." : "Se encuentran disponibles más de 1,000 elementos de directoiros. ", "When unchecked, this configuration will be skipped." : "Cuando no esté seleccionada, esta configuración será omitida.", - "Configuration Active" : "Configuracion Activa", "Copy current configuration into new directory binding" : "Copiar la configuración actual a un nuevo directorio de vinculación", "You can omit the protocol, unless you require SSL. If so, start with ldaps://" : "Puedes omitir el protocolo, a menos que requiera SSL. Si es el caso, empieza con ldaps://", "Host" : "Servidor", @@ -88,7 +87,6 @@ OC.L10N.register( "User DN" : "DN del usuario", "For anonymous access, leave DN and Password empty." : "Para acceso anónimo, deja la contraseña y DN vacíos.", "Password" : "Contraseña", - "Save Credentials" : "Guardar credenciales", "One Base DN per line" : "Un DN Base por línea", "You can specify Base DN for users and groups in the Advanced tab" : "Puedes especificar el DN Base para usuarios y grupos en la pestaña Avanzado", "Detect Base DN" : "Detectar DN Base", @@ -161,6 +159,7 @@ OC.L10N.register( "Add a new configuration" : "Agregar una nueva configuración", "Delete the current configuration" : "Borrar la configuración actual", "The DN of the client user with which the bind shall be done, e.g. uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password empty." : "El DN del cliente del usuario con el que se vinculará, ejem. uid=agente,dc=ejemplo,dc=com. Para tener un acceso anónimo, deja el DN y la contraseña vacíos.", + "Save Credentials" : "Guardar credenciales", "Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." : "Evita solicitudes automaticas de LDAP. Es mejor para ambientes más grandes pero requiere mayor conocimiento de LDAP. ", "Manually enter LDAP filters (recommended for large directories)" : "Ingresar los filtros LDAP manualmente (recomendado para directorios grandes)", "The filter specifies which LDAP users shall have access to the %s instance." : "El filtro especifica cuáles usuarios LDAP tendrán acceso a la instancia %s.", @@ -168,6 +167,7 @@ OC.L10N.register( "Back" : "Atrás", "Continue" : "Continuar", "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "Advertencia: El módulo LDAP de PHP no está instalado, el backend no funcionará. Por favor solicita su instalación a tu administrador del sistema.", + "Configuration Active" : "Configuracion Activa", "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "¡No se recomienda, úsalo únicamente para pruebas! Si la conexión sólo funciona con esta opción, importa el certificado SSL del servidor LDAP a tu servidor %s.", "UUID Attribute for Users:" : "Atributo UUID para Usuarios:", "UUID Attribute for Groups:" : "Atributo UUID para Grupos:" diff --git a/apps/user_ldap/l10n/es_HN.json b/apps/user_ldap/l10n/es_HN.json index 49e26ca99e0..7e22fa65a0b 100644 --- a/apps/user_ldap/l10n/es_HN.json +++ b/apps/user_ldap/l10n/es_HN.json @@ -77,7 +77,6 @@ "No object found in the given Base DN. Please revise." : "No fue posible encontrar ningún objeto en el DN Base dado. Por favor verifica.", "More than 1,000 directory entries available." : "Se encuentran disponibles más de 1,000 elementos de directoiros. ", "When unchecked, this configuration will be skipped." : "Cuando no esté seleccionada, esta configuración será omitida.", - "Configuration Active" : "Configuracion Activa", "Copy current configuration into new directory binding" : "Copiar la configuración actual a un nuevo directorio de vinculación", "You can omit the protocol, unless you require SSL. If so, start with ldaps://" : "Puedes omitir el protocolo, a menos que requiera SSL. Si es el caso, empieza con ldaps://", "Host" : "Servidor", @@ -86,7 +85,6 @@ "User DN" : "DN del usuario", "For anonymous access, leave DN and Password empty." : "Para acceso anónimo, deja la contraseña y DN vacíos.", "Password" : "Contraseña", - "Save Credentials" : "Guardar credenciales", "One Base DN per line" : "Un DN Base por línea", "You can specify Base DN for users and groups in the Advanced tab" : "Puedes especificar el DN Base para usuarios y grupos en la pestaña Avanzado", "Detect Base DN" : "Detectar DN Base", @@ -159,6 +157,7 @@ "Add a new configuration" : "Agregar una nueva configuración", "Delete the current configuration" : "Borrar la configuración actual", "The DN of the client user with which the bind shall be done, e.g. uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password empty." : "El DN del cliente del usuario con el que se vinculará, ejem. uid=agente,dc=ejemplo,dc=com. Para tener un acceso anónimo, deja el DN y la contraseña vacíos.", + "Save Credentials" : "Guardar credenciales", "Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." : "Evita solicitudes automaticas de LDAP. Es mejor para ambientes más grandes pero requiere mayor conocimiento de LDAP. ", "Manually enter LDAP filters (recommended for large directories)" : "Ingresar los filtros LDAP manualmente (recomendado para directorios grandes)", "The filter specifies which LDAP users shall have access to the %s instance." : "El filtro especifica cuáles usuarios LDAP tendrán acceso a la instancia %s.", @@ -166,6 +165,7 @@ "Back" : "Atrás", "Continue" : "Continuar", "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "Advertencia: El módulo LDAP de PHP no está instalado, el backend no funcionará. Por favor solicita su instalación a tu administrador del sistema.", + "Configuration Active" : "Configuracion Activa", "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "¡No se recomienda, úsalo únicamente para pruebas! Si la conexión sólo funciona con esta opción, importa el certificado SSL del servidor LDAP a tu servidor %s.", "UUID Attribute for Users:" : "Atributo UUID para Usuarios:", "UUID Attribute for Groups:" : "Atributo UUID para Grupos:" diff --git a/apps/user_ldap/l10n/es_MX.js b/apps/user_ldap/l10n/es_MX.js index b5591ae2161..f835f21579f 100644 --- a/apps/user_ldap/l10n/es_MX.js +++ b/apps/user_ldap/l10n/es_MX.js @@ -114,7 +114,6 @@ OC.L10N.register( "No object found in the given Base DN. Please revise." : "No fue posible encontrar ningún objeto en el DN Base dado. Por favor verifica.", "More than 1,000 directory entries available." : "Se encuentran disponibles más de 1,000 elementos de directoiros. ", "When unchecked, this configuration will be skipped." : "Cuando no esté seleccionada, esta configuración será omitida.", - "Configuration Active" : "Configuracion Activa", "Copy current configuration into new directory binding" : "Copiar la configuración actual a un nuevo directorio de vinculación", "You can omit the protocol, unless you require SSL. If so, start with ldaps://" : "Puedes omitir el protocolo, a menos que requiera SSL. Si es el caso, empieza con ldaps://", "Host" : "Servidor", @@ -123,7 +122,6 @@ OC.L10N.register( "User DN" : "DN del usuario", "For anonymous access, leave DN and Password empty." : "Para acceso anónimo, deja la contraseña y DN vacíos.", "Password" : "Contraseña", - "Save Credentials" : "Guardar credenciales", "One Base DN per line" : "Un DN Base por línea", "You can specify Base DN for users and groups in the Advanced tab" : "Puedes especificar el DN Base para usuarios y grupos en la pestaña Avanzado", "Detect Base DN" : "Detectar DN Base", @@ -201,6 +199,7 @@ OC.L10N.register( "Add a new configuration" : "Agregar una nueva configuración", "Delete the current configuration" : "Borrar la configuración actual", "The DN of the client user with which the bind shall be done, e.g. uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password empty." : "El DN del cliente del usuario con el que se vinculará, ejem. uid=agente,dc=ejemplo,dc=com. Para tener un acceso anónimo, deja el DN y la contraseña vacíos.", + "Save Credentials" : "Guardar credenciales", "Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." : "Evita solicitudes automaticas de LDAP. Es mejor para ambientes más grandes pero requiere mayor conocimiento de LDAP. ", "Manually enter LDAP filters (recommended for large directories)" : "Ingresar los filtros LDAP manualmente (recomendado para directorios grandes)", "The filter specifies which LDAP users shall have access to the %s instance." : "El filtro especifica cuáles usuarios LDAP tendrán acceso a la instancia %s.", @@ -208,6 +207,7 @@ OC.L10N.register( "Back" : "Atrás", "Continue" : "Continuar", "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "Advertencia: El módulo LDAP de PHP no está instalado, el backend no funcionará. Por favor solicita su instalación a tu administrador del sistema.", + "Configuration Active" : "Configuracion Activa", "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "¡No se recomienda, úsalo únicamente para pruebas! Si la conexión sólo funciona con esta opción, importa el certificado SSL del servidor LDAP a tu servidor %s.", "UUID Attribute for Users:" : "Atributo UUID para Usuarios:", "UUID Attribute for Groups:" : "Atributo UUID para Grupos:" diff --git a/apps/user_ldap/l10n/es_MX.json b/apps/user_ldap/l10n/es_MX.json index d871b2d9a8a..2369cbc99d0 100644 --- a/apps/user_ldap/l10n/es_MX.json +++ b/apps/user_ldap/l10n/es_MX.json @@ -112,7 +112,6 @@ "No object found in the given Base DN. Please revise." : "No fue posible encontrar ningún objeto en el DN Base dado. Por favor verifica.", "More than 1,000 directory entries available." : "Se encuentran disponibles más de 1,000 elementos de directoiros. ", "When unchecked, this configuration will be skipped." : "Cuando no esté seleccionada, esta configuración será omitida.", - "Configuration Active" : "Configuracion Activa", "Copy current configuration into new directory binding" : "Copiar la configuración actual a un nuevo directorio de vinculación", "You can omit the protocol, unless you require SSL. If so, start with ldaps://" : "Puedes omitir el protocolo, a menos que requiera SSL. Si es el caso, empieza con ldaps://", "Host" : "Servidor", @@ -121,7 +120,6 @@ "User DN" : "DN del usuario", "For anonymous access, leave DN and Password empty." : "Para acceso anónimo, deja la contraseña y DN vacíos.", "Password" : "Contraseña", - "Save Credentials" : "Guardar credenciales", "One Base DN per line" : "Un DN Base por línea", "You can specify Base DN for users and groups in the Advanced tab" : "Puedes especificar el DN Base para usuarios y grupos en la pestaña Avanzado", "Detect Base DN" : "Detectar DN Base", @@ -199,6 +197,7 @@ "Add a new configuration" : "Agregar una nueva configuración", "Delete the current configuration" : "Borrar la configuración actual", "The DN of the client user with which the bind shall be done, e.g. uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password empty." : "El DN del cliente del usuario con el que se vinculará, ejem. uid=agente,dc=ejemplo,dc=com. Para tener un acceso anónimo, deja el DN y la contraseña vacíos.", + "Save Credentials" : "Guardar credenciales", "Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." : "Evita solicitudes automaticas de LDAP. Es mejor para ambientes más grandes pero requiere mayor conocimiento de LDAP. ", "Manually enter LDAP filters (recommended for large directories)" : "Ingresar los filtros LDAP manualmente (recomendado para directorios grandes)", "The filter specifies which LDAP users shall have access to the %s instance." : "El filtro especifica cuáles usuarios LDAP tendrán acceso a la instancia %s.", @@ -206,6 +205,7 @@ "Back" : "Atrás", "Continue" : "Continuar", "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "Advertencia: El módulo LDAP de PHP no está instalado, el backend no funcionará. Por favor solicita su instalación a tu administrador del sistema.", + "Configuration Active" : "Configuracion Activa", "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "¡No se recomienda, úsalo únicamente para pruebas! Si la conexión sólo funciona con esta opción, importa el certificado SSL del servidor LDAP a tu servidor %s.", "UUID Attribute for Users:" : "Atributo UUID para Usuarios:", "UUID Attribute for Groups:" : "Atributo UUID para Grupos:" diff --git a/apps/user_ldap/l10n/es_NI.js b/apps/user_ldap/l10n/es_NI.js index 5727e47e52d..ac426f82ae0 100644 --- a/apps/user_ldap/l10n/es_NI.js +++ b/apps/user_ldap/l10n/es_NI.js @@ -79,7 +79,6 @@ OC.L10N.register( "No object found in the given Base DN. Please revise." : "No fue posible encontrar ningún objeto en el DN Base dado. Por favor verifica.", "More than 1,000 directory entries available." : "Se encuentran disponibles más de 1,000 elementos de directoiros. ", "When unchecked, this configuration will be skipped." : "Cuando no esté seleccionada, esta configuración será omitida.", - "Configuration Active" : "Configuracion Activa", "Copy current configuration into new directory binding" : "Copiar la configuración actual a un nuevo directorio de vinculación", "You can omit the protocol, unless you require SSL. If so, start with ldaps://" : "Puedes omitir el protocolo, a menos que requiera SSL. Si es el caso, empieza con ldaps://", "Host" : "Servidor", @@ -88,7 +87,6 @@ OC.L10N.register( "User DN" : "DN del usuario", "For anonymous access, leave DN and Password empty." : "Para acceso anónimo, deja la contraseña y DN vacíos.", "Password" : "Contraseña", - "Save Credentials" : "Guardar credenciales", "One Base DN per line" : "Un DN Base por línea", "You can specify Base DN for users and groups in the Advanced tab" : "Puedes especificar el DN Base para usuarios y grupos en la pestaña Avanzado", "Detect Base DN" : "Detectar DN Base", @@ -161,6 +159,7 @@ OC.L10N.register( "Add a new configuration" : "Agregar una nueva configuración", "Delete the current configuration" : "Borrar la configuración actual", "The DN of the client user with which the bind shall be done, e.g. uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password empty." : "El DN del cliente del usuario con el que se vinculará, ejem. uid=agente,dc=ejemplo,dc=com. Para tener un acceso anónimo, deja el DN y la contraseña vacíos.", + "Save Credentials" : "Guardar credenciales", "Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." : "Evita solicitudes automaticas de LDAP. Es mejor para ambientes más grandes pero requiere mayor conocimiento de LDAP. ", "Manually enter LDAP filters (recommended for large directories)" : "Ingresar los filtros LDAP manualmente (recomendado para directorios grandes)", "The filter specifies which LDAP users shall have access to the %s instance." : "El filtro especifica cuáles usuarios LDAP tendrán acceso a la instancia %s.", @@ -168,6 +167,7 @@ OC.L10N.register( "Back" : "Atrás", "Continue" : "Continuar", "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "Advertencia: El módulo LDAP de PHP no está instalado, el backend no funcionará. Por favor solicita su instalación a tu administrador del sistema.", + "Configuration Active" : "Configuracion Activa", "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "¡No se recomienda, úsalo únicamente para pruebas! Si la conexión sólo funciona con esta opción, importa el certificado SSL del servidor LDAP a tu servidor %s.", "UUID Attribute for Users:" : "Atributo UUID para Usuarios:", "UUID Attribute for Groups:" : "Atributo UUID para Grupos:" diff --git a/apps/user_ldap/l10n/es_NI.json b/apps/user_ldap/l10n/es_NI.json index 49e26ca99e0..7e22fa65a0b 100644 --- a/apps/user_ldap/l10n/es_NI.json +++ b/apps/user_ldap/l10n/es_NI.json @@ -77,7 +77,6 @@ "No object found in the given Base DN. Please revise." : "No fue posible encontrar ningún objeto en el DN Base dado. Por favor verifica.", "More than 1,000 directory entries available." : "Se encuentran disponibles más de 1,000 elementos de directoiros. ", "When unchecked, this configuration will be skipped." : "Cuando no esté seleccionada, esta configuración será omitida.", - "Configuration Active" : "Configuracion Activa", "Copy current configuration into new directory binding" : "Copiar la configuración actual a un nuevo directorio de vinculación", "You can omit the protocol, unless you require SSL. If so, start with ldaps://" : "Puedes omitir el protocolo, a menos que requiera SSL. Si es el caso, empieza con ldaps://", "Host" : "Servidor", @@ -86,7 +85,6 @@ "User DN" : "DN del usuario", "For anonymous access, leave DN and Password empty." : "Para acceso anónimo, deja la contraseña y DN vacíos.", "Password" : "Contraseña", - "Save Credentials" : "Guardar credenciales", "One Base DN per line" : "Un DN Base por línea", "You can specify Base DN for users and groups in the Advanced tab" : "Puedes especificar el DN Base para usuarios y grupos en la pestaña Avanzado", "Detect Base DN" : "Detectar DN Base", @@ -159,6 +157,7 @@ "Add a new configuration" : "Agregar una nueva configuración", "Delete the current configuration" : "Borrar la configuración actual", "The DN of the client user with which the bind shall be done, e.g. uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password empty." : "El DN del cliente del usuario con el que se vinculará, ejem. uid=agente,dc=ejemplo,dc=com. Para tener un acceso anónimo, deja el DN y la contraseña vacíos.", + "Save Credentials" : "Guardar credenciales", "Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." : "Evita solicitudes automaticas de LDAP. Es mejor para ambientes más grandes pero requiere mayor conocimiento de LDAP. ", "Manually enter LDAP filters (recommended for large directories)" : "Ingresar los filtros LDAP manualmente (recomendado para directorios grandes)", "The filter specifies which LDAP users shall have access to the %s instance." : "El filtro especifica cuáles usuarios LDAP tendrán acceso a la instancia %s.", @@ -166,6 +165,7 @@ "Back" : "Atrás", "Continue" : "Continuar", "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "Advertencia: El módulo LDAP de PHP no está instalado, el backend no funcionará. Por favor solicita su instalación a tu administrador del sistema.", + "Configuration Active" : "Configuracion Activa", "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "¡No se recomienda, úsalo únicamente para pruebas! Si la conexión sólo funciona con esta opción, importa el certificado SSL del servidor LDAP a tu servidor %s.", "UUID Attribute for Users:" : "Atributo UUID para Usuarios:", "UUID Attribute for Groups:" : "Atributo UUID para Grupos:" diff --git a/apps/user_ldap/l10n/es_PA.js b/apps/user_ldap/l10n/es_PA.js index 5727e47e52d..ac426f82ae0 100644 --- a/apps/user_ldap/l10n/es_PA.js +++ b/apps/user_ldap/l10n/es_PA.js @@ -79,7 +79,6 @@ OC.L10N.register( "No object found in the given Base DN. Please revise." : "No fue posible encontrar ningún objeto en el DN Base dado. Por favor verifica.", "More than 1,000 directory entries available." : "Se encuentran disponibles más de 1,000 elementos de directoiros. ", "When unchecked, this configuration will be skipped." : "Cuando no esté seleccionada, esta configuración será omitida.", - "Configuration Active" : "Configuracion Activa", "Copy current configuration into new directory binding" : "Copiar la configuración actual a un nuevo directorio de vinculación", "You can omit the protocol, unless you require SSL. If so, start with ldaps://" : "Puedes omitir el protocolo, a menos que requiera SSL. Si es el caso, empieza con ldaps://", "Host" : "Servidor", @@ -88,7 +87,6 @@ OC.L10N.register( "User DN" : "DN del usuario", "For anonymous access, leave DN and Password empty." : "Para acceso anónimo, deja la contraseña y DN vacíos.", "Password" : "Contraseña", - "Save Credentials" : "Guardar credenciales", "One Base DN per line" : "Un DN Base por línea", "You can specify Base DN for users and groups in the Advanced tab" : "Puedes especificar el DN Base para usuarios y grupos en la pestaña Avanzado", "Detect Base DN" : "Detectar DN Base", @@ -161,6 +159,7 @@ OC.L10N.register( "Add a new configuration" : "Agregar una nueva configuración", "Delete the current configuration" : "Borrar la configuración actual", "The DN of the client user with which the bind shall be done, e.g. uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password empty." : "El DN del cliente del usuario con el que se vinculará, ejem. uid=agente,dc=ejemplo,dc=com. Para tener un acceso anónimo, deja el DN y la contraseña vacíos.", + "Save Credentials" : "Guardar credenciales", "Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." : "Evita solicitudes automaticas de LDAP. Es mejor para ambientes más grandes pero requiere mayor conocimiento de LDAP. ", "Manually enter LDAP filters (recommended for large directories)" : "Ingresar los filtros LDAP manualmente (recomendado para directorios grandes)", "The filter specifies which LDAP users shall have access to the %s instance." : "El filtro especifica cuáles usuarios LDAP tendrán acceso a la instancia %s.", @@ -168,6 +167,7 @@ OC.L10N.register( "Back" : "Atrás", "Continue" : "Continuar", "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "Advertencia: El módulo LDAP de PHP no está instalado, el backend no funcionará. Por favor solicita su instalación a tu administrador del sistema.", + "Configuration Active" : "Configuracion Activa", "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "¡No se recomienda, úsalo únicamente para pruebas! Si la conexión sólo funciona con esta opción, importa el certificado SSL del servidor LDAP a tu servidor %s.", "UUID Attribute for Users:" : "Atributo UUID para Usuarios:", "UUID Attribute for Groups:" : "Atributo UUID para Grupos:" diff --git a/apps/user_ldap/l10n/es_PA.json b/apps/user_ldap/l10n/es_PA.json index 49e26ca99e0..7e22fa65a0b 100644 --- a/apps/user_ldap/l10n/es_PA.json +++ b/apps/user_ldap/l10n/es_PA.json @@ -77,7 +77,6 @@ "No object found in the given Base DN. Please revise." : "No fue posible encontrar ningún objeto en el DN Base dado. Por favor verifica.", "More than 1,000 directory entries available." : "Se encuentran disponibles más de 1,000 elementos de directoiros. ", "When unchecked, this configuration will be skipped." : "Cuando no esté seleccionada, esta configuración será omitida.", - "Configuration Active" : "Configuracion Activa", "Copy current configuration into new directory binding" : "Copiar la configuración actual a un nuevo directorio de vinculación", "You can omit the protocol, unless you require SSL. If so, start with ldaps://" : "Puedes omitir el protocolo, a menos que requiera SSL. Si es el caso, empieza con ldaps://", "Host" : "Servidor", @@ -86,7 +85,6 @@ "User DN" : "DN del usuario", "For anonymous access, leave DN and Password empty." : "Para acceso anónimo, deja la contraseña y DN vacíos.", "Password" : "Contraseña", - "Save Credentials" : "Guardar credenciales", "One Base DN per line" : "Un DN Base por línea", "You can specify Base DN for users and groups in the Advanced tab" : "Puedes especificar el DN Base para usuarios y grupos en la pestaña Avanzado", "Detect Base DN" : "Detectar DN Base", @@ -159,6 +157,7 @@ "Add a new configuration" : "Agregar una nueva configuración", "Delete the current configuration" : "Borrar la configuración actual", "The DN of the client user with which the bind shall be done, e.g. uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password empty." : "El DN del cliente del usuario con el que se vinculará, ejem. uid=agente,dc=ejemplo,dc=com. Para tener un acceso anónimo, deja el DN y la contraseña vacíos.", + "Save Credentials" : "Guardar credenciales", "Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." : "Evita solicitudes automaticas de LDAP. Es mejor para ambientes más grandes pero requiere mayor conocimiento de LDAP. ", "Manually enter LDAP filters (recommended for large directories)" : "Ingresar los filtros LDAP manualmente (recomendado para directorios grandes)", "The filter specifies which LDAP users shall have access to the %s instance." : "El filtro especifica cuáles usuarios LDAP tendrán acceso a la instancia %s.", @@ -166,6 +165,7 @@ "Back" : "Atrás", "Continue" : "Continuar", "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "Advertencia: El módulo LDAP de PHP no está instalado, el backend no funcionará. Por favor solicita su instalación a tu administrador del sistema.", + "Configuration Active" : "Configuracion Activa", "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "¡No se recomienda, úsalo únicamente para pruebas! Si la conexión sólo funciona con esta opción, importa el certificado SSL del servidor LDAP a tu servidor %s.", "UUID Attribute for Users:" : "Atributo UUID para Usuarios:", "UUID Attribute for Groups:" : "Atributo UUID para Grupos:" diff --git a/apps/user_ldap/l10n/es_PE.js b/apps/user_ldap/l10n/es_PE.js index 5727e47e52d..ac426f82ae0 100644 --- a/apps/user_ldap/l10n/es_PE.js +++ b/apps/user_ldap/l10n/es_PE.js @@ -79,7 +79,6 @@ OC.L10N.register( "No object found in the given Base DN. Please revise." : "No fue posible encontrar ningún objeto en el DN Base dado. Por favor verifica.", "More than 1,000 directory entries available." : "Se encuentran disponibles más de 1,000 elementos de directoiros. ", "When unchecked, this configuration will be skipped." : "Cuando no esté seleccionada, esta configuración será omitida.", - "Configuration Active" : "Configuracion Activa", "Copy current configuration into new directory binding" : "Copiar la configuración actual a un nuevo directorio de vinculación", "You can omit the protocol, unless you require SSL. If so, start with ldaps://" : "Puedes omitir el protocolo, a menos que requiera SSL. Si es el caso, empieza con ldaps://", "Host" : "Servidor", @@ -88,7 +87,6 @@ OC.L10N.register( "User DN" : "DN del usuario", "For anonymous access, leave DN and Password empty." : "Para acceso anónimo, deja la contraseña y DN vacíos.", "Password" : "Contraseña", - "Save Credentials" : "Guardar credenciales", "One Base DN per line" : "Un DN Base por línea", "You can specify Base DN for users and groups in the Advanced tab" : "Puedes especificar el DN Base para usuarios y grupos en la pestaña Avanzado", "Detect Base DN" : "Detectar DN Base", @@ -161,6 +159,7 @@ OC.L10N.register( "Add a new configuration" : "Agregar una nueva configuración", "Delete the current configuration" : "Borrar la configuración actual", "The DN of the client user with which the bind shall be done, e.g. uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password empty." : "El DN del cliente del usuario con el que se vinculará, ejem. uid=agente,dc=ejemplo,dc=com. Para tener un acceso anónimo, deja el DN y la contraseña vacíos.", + "Save Credentials" : "Guardar credenciales", "Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." : "Evita solicitudes automaticas de LDAP. Es mejor para ambientes más grandes pero requiere mayor conocimiento de LDAP. ", "Manually enter LDAP filters (recommended for large directories)" : "Ingresar los filtros LDAP manualmente (recomendado para directorios grandes)", "The filter specifies which LDAP users shall have access to the %s instance." : "El filtro especifica cuáles usuarios LDAP tendrán acceso a la instancia %s.", @@ -168,6 +167,7 @@ OC.L10N.register( "Back" : "Atrás", "Continue" : "Continuar", "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "Advertencia: El módulo LDAP de PHP no está instalado, el backend no funcionará. Por favor solicita su instalación a tu administrador del sistema.", + "Configuration Active" : "Configuracion Activa", "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "¡No se recomienda, úsalo únicamente para pruebas! Si la conexión sólo funciona con esta opción, importa el certificado SSL del servidor LDAP a tu servidor %s.", "UUID Attribute for Users:" : "Atributo UUID para Usuarios:", "UUID Attribute for Groups:" : "Atributo UUID para Grupos:" diff --git a/apps/user_ldap/l10n/es_PE.json b/apps/user_ldap/l10n/es_PE.json index 49e26ca99e0..7e22fa65a0b 100644 --- a/apps/user_ldap/l10n/es_PE.json +++ b/apps/user_ldap/l10n/es_PE.json @@ -77,7 +77,6 @@ "No object found in the given Base DN. Please revise." : "No fue posible encontrar ningún objeto en el DN Base dado. Por favor verifica.", "More than 1,000 directory entries available." : "Se encuentran disponibles más de 1,000 elementos de directoiros. ", "When unchecked, this configuration will be skipped." : "Cuando no esté seleccionada, esta configuración será omitida.", - "Configuration Active" : "Configuracion Activa", "Copy current configuration into new directory binding" : "Copiar la configuración actual a un nuevo directorio de vinculación", "You can omit the protocol, unless you require SSL. If so, start with ldaps://" : "Puedes omitir el protocolo, a menos que requiera SSL. Si es el caso, empieza con ldaps://", "Host" : "Servidor", @@ -86,7 +85,6 @@ "User DN" : "DN del usuario", "For anonymous access, leave DN and Password empty." : "Para acceso anónimo, deja la contraseña y DN vacíos.", "Password" : "Contraseña", - "Save Credentials" : "Guardar credenciales", "One Base DN per line" : "Un DN Base por línea", "You can specify Base DN for users and groups in the Advanced tab" : "Puedes especificar el DN Base para usuarios y grupos en la pestaña Avanzado", "Detect Base DN" : "Detectar DN Base", @@ -159,6 +157,7 @@ "Add a new configuration" : "Agregar una nueva configuración", "Delete the current configuration" : "Borrar la configuración actual", "The DN of the client user with which the bind shall be done, e.g. uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password empty." : "El DN del cliente del usuario con el que se vinculará, ejem. uid=agente,dc=ejemplo,dc=com. Para tener un acceso anónimo, deja el DN y la contraseña vacíos.", + "Save Credentials" : "Guardar credenciales", "Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." : "Evita solicitudes automaticas de LDAP. Es mejor para ambientes más grandes pero requiere mayor conocimiento de LDAP. ", "Manually enter LDAP filters (recommended for large directories)" : "Ingresar los filtros LDAP manualmente (recomendado para directorios grandes)", "The filter specifies which LDAP users shall have access to the %s instance." : "El filtro especifica cuáles usuarios LDAP tendrán acceso a la instancia %s.", @@ -166,6 +165,7 @@ "Back" : "Atrás", "Continue" : "Continuar", "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "Advertencia: El módulo LDAP de PHP no está instalado, el backend no funcionará. Por favor solicita su instalación a tu administrador del sistema.", + "Configuration Active" : "Configuracion Activa", "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "¡No se recomienda, úsalo únicamente para pruebas! Si la conexión sólo funciona con esta opción, importa el certificado SSL del servidor LDAP a tu servidor %s.", "UUID Attribute for Users:" : "Atributo UUID para Usuarios:", "UUID Attribute for Groups:" : "Atributo UUID para Grupos:" diff --git a/apps/user_ldap/l10n/es_PR.js b/apps/user_ldap/l10n/es_PR.js index 5727e47e52d..ac426f82ae0 100644 --- a/apps/user_ldap/l10n/es_PR.js +++ b/apps/user_ldap/l10n/es_PR.js @@ -79,7 +79,6 @@ OC.L10N.register( "No object found in the given Base DN. Please revise." : "No fue posible encontrar ningún objeto en el DN Base dado. Por favor verifica.", "More than 1,000 directory entries available." : "Se encuentran disponibles más de 1,000 elementos de directoiros. ", "When unchecked, this configuration will be skipped." : "Cuando no esté seleccionada, esta configuración será omitida.", - "Configuration Active" : "Configuracion Activa", "Copy current configuration into new directory binding" : "Copiar la configuración actual a un nuevo directorio de vinculación", "You can omit the protocol, unless you require SSL. If so, start with ldaps://" : "Puedes omitir el protocolo, a menos que requiera SSL. Si es el caso, empieza con ldaps://", "Host" : "Servidor", @@ -88,7 +87,6 @@ OC.L10N.register( "User DN" : "DN del usuario", "For anonymous access, leave DN and Password empty." : "Para acceso anónimo, deja la contraseña y DN vacíos.", "Password" : "Contraseña", - "Save Credentials" : "Guardar credenciales", "One Base DN per line" : "Un DN Base por línea", "You can specify Base DN for users and groups in the Advanced tab" : "Puedes especificar el DN Base para usuarios y grupos en la pestaña Avanzado", "Detect Base DN" : "Detectar DN Base", @@ -161,6 +159,7 @@ OC.L10N.register( "Add a new configuration" : "Agregar una nueva configuración", "Delete the current configuration" : "Borrar la configuración actual", "The DN of the client user with which the bind shall be done, e.g. uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password empty." : "El DN del cliente del usuario con el que se vinculará, ejem. uid=agente,dc=ejemplo,dc=com. Para tener un acceso anónimo, deja el DN y la contraseña vacíos.", + "Save Credentials" : "Guardar credenciales", "Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." : "Evita solicitudes automaticas de LDAP. Es mejor para ambientes más grandes pero requiere mayor conocimiento de LDAP. ", "Manually enter LDAP filters (recommended for large directories)" : "Ingresar los filtros LDAP manualmente (recomendado para directorios grandes)", "The filter specifies which LDAP users shall have access to the %s instance." : "El filtro especifica cuáles usuarios LDAP tendrán acceso a la instancia %s.", @@ -168,6 +167,7 @@ OC.L10N.register( "Back" : "Atrás", "Continue" : "Continuar", "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "Advertencia: El módulo LDAP de PHP no está instalado, el backend no funcionará. Por favor solicita su instalación a tu administrador del sistema.", + "Configuration Active" : "Configuracion Activa", "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "¡No se recomienda, úsalo únicamente para pruebas! Si la conexión sólo funciona con esta opción, importa el certificado SSL del servidor LDAP a tu servidor %s.", "UUID Attribute for Users:" : "Atributo UUID para Usuarios:", "UUID Attribute for Groups:" : "Atributo UUID para Grupos:" diff --git a/apps/user_ldap/l10n/es_PR.json b/apps/user_ldap/l10n/es_PR.json index 49e26ca99e0..7e22fa65a0b 100644 --- a/apps/user_ldap/l10n/es_PR.json +++ b/apps/user_ldap/l10n/es_PR.json @@ -77,7 +77,6 @@ "No object found in the given Base DN. Please revise." : "No fue posible encontrar ningún objeto en el DN Base dado. Por favor verifica.", "More than 1,000 directory entries available." : "Se encuentran disponibles más de 1,000 elementos de directoiros. ", "When unchecked, this configuration will be skipped." : "Cuando no esté seleccionada, esta configuración será omitida.", - "Configuration Active" : "Configuracion Activa", "Copy current configuration into new directory binding" : "Copiar la configuración actual a un nuevo directorio de vinculación", "You can omit the protocol, unless you require SSL. If so, start with ldaps://" : "Puedes omitir el protocolo, a menos que requiera SSL. Si es el caso, empieza con ldaps://", "Host" : "Servidor", @@ -86,7 +85,6 @@ "User DN" : "DN del usuario", "For anonymous access, leave DN and Password empty." : "Para acceso anónimo, deja la contraseña y DN vacíos.", "Password" : "Contraseña", - "Save Credentials" : "Guardar credenciales", "One Base DN per line" : "Un DN Base por línea", "You can specify Base DN for users and groups in the Advanced tab" : "Puedes especificar el DN Base para usuarios y grupos en la pestaña Avanzado", "Detect Base DN" : "Detectar DN Base", @@ -159,6 +157,7 @@ "Add a new configuration" : "Agregar una nueva configuración", "Delete the current configuration" : "Borrar la configuración actual", "The DN of the client user with which the bind shall be done, e.g. uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password empty." : "El DN del cliente del usuario con el que se vinculará, ejem. uid=agente,dc=ejemplo,dc=com. Para tener un acceso anónimo, deja el DN y la contraseña vacíos.", + "Save Credentials" : "Guardar credenciales", "Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." : "Evita solicitudes automaticas de LDAP. Es mejor para ambientes más grandes pero requiere mayor conocimiento de LDAP. ", "Manually enter LDAP filters (recommended for large directories)" : "Ingresar los filtros LDAP manualmente (recomendado para directorios grandes)", "The filter specifies which LDAP users shall have access to the %s instance." : "El filtro especifica cuáles usuarios LDAP tendrán acceso a la instancia %s.", @@ -166,6 +165,7 @@ "Back" : "Atrás", "Continue" : "Continuar", "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "Advertencia: El módulo LDAP de PHP no está instalado, el backend no funcionará. Por favor solicita su instalación a tu administrador del sistema.", + "Configuration Active" : "Configuracion Activa", "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "¡No se recomienda, úsalo únicamente para pruebas! Si la conexión sólo funciona con esta opción, importa el certificado SSL del servidor LDAP a tu servidor %s.", "UUID Attribute for Users:" : "Atributo UUID para Usuarios:", "UUID Attribute for Groups:" : "Atributo UUID para Grupos:" diff --git a/apps/user_ldap/l10n/es_PY.js b/apps/user_ldap/l10n/es_PY.js index 7bec89fd96b..80ae486b708 100644 --- a/apps/user_ldap/l10n/es_PY.js +++ b/apps/user_ldap/l10n/es_PY.js @@ -79,7 +79,6 @@ OC.L10N.register( "No object found in the given Base DN. Please revise." : "No fue posible encontrar ningún objeto en el DN Base dado. Por favor verifica.", "More than 1,000 directory entries available." : "Se encuentran disponibles más de 1,000 elementos de directoiros. ", "When unchecked, this configuration will be skipped." : "Cuando no esté seleccionada, esta configuración será omitida.", - "Configuration Active" : "Configuracion Activa", "Copy current configuration into new directory binding" : "Copiar la configuración actual a un nuevo directorio de vinculación", "You can omit the protocol, unless you require SSL. If so, start with ldaps://" : "Puedes omitir el protocolo, a menos que requiera SSL. Si es el caso, empieza con ldaps://", "Host" : "Servidor", @@ -88,7 +87,6 @@ OC.L10N.register( "User DN" : "DN del usuario", "For anonymous access, leave DN and Password empty." : "Para acceso anónimo, deja la contraseña y DN vacíos.", "Password" : "Contraseña", - "Save Credentials" : "Guardar credenciales", "One Base DN per line" : "Un DN Base por línea", "You can specify Base DN for users and groups in the Advanced tab" : "Puedes especificar el DN Base para usuarios y grupos en la pestaña Avanzado", "Detect Base DN" : "Detectar DN Base", @@ -162,6 +160,7 @@ OC.L10N.register( "Add a new configuration" : "Agregar una nueva configuración", "Delete the current configuration" : "Borrar la configuración actual", "The DN of the client user with which the bind shall be done, e.g. uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password empty." : "El DN del cliente del usuario con el que se vinculará, ejem. uid=agente,dc=ejemplo,dc=com. Para tener un acceso anónimo, deja el DN y la contraseña vacíos.", + "Save Credentials" : "Guardar credenciales", "Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." : "Evita solicitudes automaticas de LDAP. Es mejor para ambientes más grandes pero requiere mayor conocimiento de LDAP. ", "Manually enter LDAP filters (recommended for large directories)" : "Ingresar los filtros LDAP manualmente (recomendado para directorios grandes)", "The filter specifies which LDAP users shall have access to the %s instance." : "El filtro especifica cuáles usuarios LDAP tendrán acceso a la instancia %s.", @@ -169,6 +168,7 @@ OC.L10N.register( "Back" : "Atrás", "Continue" : "Continuar", "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "Advertencia: El módulo LDAP de PHP no está instalado, el backend no funcionará. Por favor solicita su instalación a tu administrador del sistema.", + "Configuration Active" : "Configuracion Activa", "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "¡No se recomienda, úsalo únicamente para pruebas! Si la conexión sólo funciona con esta opción, importa el certificado SSL del servidor LDAP a tu servidor %s.", "UUID Attribute for Users:" : "Atributo UUID para Usuarios:", "UUID Attribute for Groups:" : "Atributo UUID para Grupos:" diff --git a/apps/user_ldap/l10n/es_PY.json b/apps/user_ldap/l10n/es_PY.json index 3aab8d2e4f5..0d1b3f5507d 100644 --- a/apps/user_ldap/l10n/es_PY.json +++ b/apps/user_ldap/l10n/es_PY.json @@ -77,7 +77,6 @@ "No object found in the given Base DN. Please revise." : "No fue posible encontrar ningún objeto en el DN Base dado. Por favor verifica.", "More than 1,000 directory entries available." : "Se encuentran disponibles más de 1,000 elementos de directoiros. ", "When unchecked, this configuration will be skipped." : "Cuando no esté seleccionada, esta configuración será omitida.", - "Configuration Active" : "Configuracion Activa", "Copy current configuration into new directory binding" : "Copiar la configuración actual a un nuevo directorio de vinculación", "You can omit the protocol, unless you require SSL. If so, start with ldaps://" : "Puedes omitir el protocolo, a menos que requiera SSL. Si es el caso, empieza con ldaps://", "Host" : "Servidor", @@ -86,7 +85,6 @@ "User DN" : "DN del usuario", "For anonymous access, leave DN and Password empty." : "Para acceso anónimo, deja la contraseña y DN vacíos.", "Password" : "Contraseña", - "Save Credentials" : "Guardar credenciales", "One Base DN per line" : "Un DN Base por línea", "You can specify Base DN for users and groups in the Advanced tab" : "Puedes especificar el DN Base para usuarios y grupos en la pestaña Avanzado", "Detect Base DN" : "Detectar DN Base", @@ -160,6 +158,7 @@ "Add a new configuration" : "Agregar una nueva configuración", "Delete the current configuration" : "Borrar la configuración actual", "The DN of the client user with which the bind shall be done, e.g. uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password empty." : "El DN del cliente del usuario con el que se vinculará, ejem. uid=agente,dc=ejemplo,dc=com. Para tener un acceso anónimo, deja el DN y la contraseña vacíos.", + "Save Credentials" : "Guardar credenciales", "Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." : "Evita solicitudes automaticas de LDAP. Es mejor para ambientes más grandes pero requiere mayor conocimiento de LDAP. ", "Manually enter LDAP filters (recommended for large directories)" : "Ingresar los filtros LDAP manualmente (recomendado para directorios grandes)", "The filter specifies which LDAP users shall have access to the %s instance." : "El filtro especifica cuáles usuarios LDAP tendrán acceso a la instancia %s.", @@ -167,6 +166,7 @@ "Back" : "Atrás", "Continue" : "Continuar", "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "Advertencia: El módulo LDAP de PHP no está instalado, el backend no funcionará. Por favor solicita su instalación a tu administrador del sistema.", + "Configuration Active" : "Configuracion Activa", "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "¡No se recomienda, úsalo únicamente para pruebas! Si la conexión sólo funciona con esta opción, importa el certificado SSL del servidor LDAP a tu servidor %s.", "UUID Attribute for Users:" : "Atributo UUID para Usuarios:", "UUID Attribute for Groups:" : "Atributo UUID para Grupos:" diff --git a/apps/user_ldap/l10n/es_SV.js b/apps/user_ldap/l10n/es_SV.js index 53d24e96b4d..f335fc4a5e2 100644 --- a/apps/user_ldap/l10n/es_SV.js +++ b/apps/user_ldap/l10n/es_SV.js @@ -79,7 +79,6 @@ OC.L10N.register( "No object found in the given Base DN. Please revise." : "No fue posible encontrar ningún objeto en el DN Base dado. Por favor verifica.", "More than 1,000 directory entries available." : "Se encuentran disponibles más de 1,000 elementos de directoiros. ", "When unchecked, this configuration will be skipped." : "Cuando no esté seleccionada, esta configuración será omitida.", - "Configuration Active" : "Configuracion Activa", "Copy current configuration into new directory binding" : "Copiar la configuración actual a un nuevo directorio de vinculación", "You can omit the protocol, unless you require SSL. If so, start with ldaps://" : "Puedes omitir el protocolo, a menos que requiera SSL. Si es el caso, empieza con ldaps://", "Host" : "Servidor", @@ -88,7 +87,6 @@ OC.L10N.register( "User DN" : "DN del usuario", "For anonymous access, leave DN and Password empty." : "Para acceso anónimo, deja la contraseña y DN vacíos.", "Password" : "Contraseña", - "Save Credentials" : "Guardar credenciales", "One Base DN per line" : "Un DN Base por línea", "You can specify Base DN for users and groups in the Advanced tab" : "Puedes especificar el DN Base para usuarios y grupos en la pestaña Avanzado", "Detect Base DN" : "Detectar DN Base", @@ -163,6 +161,7 @@ OC.L10N.register( "Add a new configuration" : "Agregar una nueva configuración", "Delete the current configuration" : "Borrar la configuración actual", "The DN of the client user with which the bind shall be done, e.g. uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password empty." : "El DN del cliente del usuario con el que se vinculará, ejem. uid=agente,dc=ejemplo,dc=com. Para tener un acceso anónimo, deja el DN y la contraseña vacíos.", + "Save Credentials" : "Guardar credenciales", "Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." : "Evita solicitudes automaticas de LDAP. Es mejor para ambientes más grandes pero requiere mayor conocimiento de LDAP. ", "Manually enter LDAP filters (recommended for large directories)" : "Ingresar los filtros LDAP manualmente (recomendado para directorios grandes)", "The filter specifies which LDAP users shall have access to the %s instance." : "El filtro especifica cuáles usuarios LDAP tendrán acceso a la instancia %s.", @@ -170,6 +169,7 @@ OC.L10N.register( "Back" : "Atrás", "Continue" : "Continuar", "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "Advertencia: El módulo LDAP de PHP no está instalado, el backend no funcionará. Por favor solicita su instalación a tu administrador del sistema.", + "Configuration Active" : "Configuracion Activa", "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "¡No se recomienda, úsalo únicamente para pruebas! Si la conexión sólo funciona con esta opción, importa el certificado SSL del servidor LDAP a tu servidor %s.", "UUID Attribute for Users:" : "Atributo UUID para Usuarios:", "UUID Attribute for Groups:" : "Atributo UUID para Grupos:" diff --git a/apps/user_ldap/l10n/es_SV.json b/apps/user_ldap/l10n/es_SV.json index 09a226e439d..ec178629ff7 100644 --- a/apps/user_ldap/l10n/es_SV.json +++ b/apps/user_ldap/l10n/es_SV.json @@ -77,7 +77,6 @@ "No object found in the given Base DN. Please revise." : "No fue posible encontrar ningún objeto en el DN Base dado. Por favor verifica.", "More than 1,000 directory entries available." : "Se encuentran disponibles más de 1,000 elementos de directoiros. ", "When unchecked, this configuration will be skipped." : "Cuando no esté seleccionada, esta configuración será omitida.", - "Configuration Active" : "Configuracion Activa", "Copy current configuration into new directory binding" : "Copiar la configuración actual a un nuevo directorio de vinculación", "You can omit the protocol, unless you require SSL. If so, start with ldaps://" : "Puedes omitir el protocolo, a menos que requiera SSL. Si es el caso, empieza con ldaps://", "Host" : "Servidor", @@ -86,7 +85,6 @@ "User DN" : "DN del usuario", "For anonymous access, leave DN and Password empty." : "Para acceso anónimo, deja la contraseña y DN vacíos.", "Password" : "Contraseña", - "Save Credentials" : "Guardar credenciales", "One Base DN per line" : "Un DN Base por línea", "You can specify Base DN for users and groups in the Advanced tab" : "Puedes especificar el DN Base para usuarios y grupos en la pestaña Avanzado", "Detect Base DN" : "Detectar DN Base", @@ -161,6 +159,7 @@ "Add a new configuration" : "Agregar una nueva configuración", "Delete the current configuration" : "Borrar la configuración actual", "The DN of the client user with which the bind shall be done, e.g. uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password empty." : "El DN del cliente del usuario con el que se vinculará, ejem. uid=agente,dc=ejemplo,dc=com. Para tener un acceso anónimo, deja el DN y la contraseña vacíos.", + "Save Credentials" : "Guardar credenciales", "Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." : "Evita solicitudes automaticas de LDAP. Es mejor para ambientes más grandes pero requiere mayor conocimiento de LDAP. ", "Manually enter LDAP filters (recommended for large directories)" : "Ingresar los filtros LDAP manualmente (recomendado para directorios grandes)", "The filter specifies which LDAP users shall have access to the %s instance." : "El filtro especifica cuáles usuarios LDAP tendrán acceso a la instancia %s.", @@ -168,6 +167,7 @@ "Back" : "Atrás", "Continue" : "Continuar", "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "Advertencia: El módulo LDAP de PHP no está instalado, el backend no funcionará. Por favor solicita su instalación a tu administrador del sistema.", + "Configuration Active" : "Configuracion Activa", "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "¡No se recomienda, úsalo únicamente para pruebas! Si la conexión sólo funciona con esta opción, importa el certificado SSL del servidor LDAP a tu servidor %s.", "UUID Attribute for Users:" : "Atributo UUID para Usuarios:", "UUID Attribute for Groups:" : "Atributo UUID para Grupos:" diff --git a/apps/user_ldap/l10n/es_UY.js b/apps/user_ldap/l10n/es_UY.js index 5727e47e52d..ac426f82ae0 100644 --- a/apps/user_ldap/l10n/es_UY.js +++ b/apps/user_ldap/l10n/es_UY.js @@ -79,7 +79,6 @@ OC.L10N.register( "No object found in the given Base DN. Please revise." : "No fue posible encontrar ningún objeto en el DN Base dado. Por favor verifica.", "More than 1,000 directory entries available." : "Se encuentran disponibles más de 1,000 elementos de directoiros. ", "When unchecked, this configuration will be skipped." : "Cuando no esté seleccionada, esta configuración será omitida.", - "Configuration Active" : "Configuracion Activa", "Copy current configuration into new directory binding" : "Copiar la configuración actual a un nuevo directorio de vinculación", "You can omit the protocol, unless you require SSL. If so, start with ldaps://" : "Puedes omitir el protocolo, a menos que requiera SSL. Si es el caso, empieza con ldaps://", "Host" : "Servidor", @@ -88,7 +87,6 @@ OC.L10N.register( "User DN" : "DN del usuario", "For anonymous access, leave DN and Password empty." : "Para acceso anónimo, deja la contraseña y DN vacíos.", "Password" : "Contraseña", - "Save Credentials" : "Guardar credenciales", "One Base DN per line" : "Un DN Base por línea", "You can specify Base DN for users and groups in the Advanced tab" : "Puedes especificar el DN Base para usuarios y grupos en la pestaña Avanzado", "Detect Base DN" : "Detectar DN Base", @@ -161,6 +159,7 @@ OC.L10N.register( "Add a new configuration" : "Agregar una nueva configuración", "Delete the current configuration" : "Borrar la configuración actual", "The DN of the client user with which the bind shall be done, e.g. uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password empty." : "El DN del cliente del usuario con el que se vinculará, ejem. uid=agente,dc=ejemplo,dc=com. Para tener un acceso anónimo, deja el DN y la contraseña vacíos.", + "Save Credentials" : "Guardar credenciales", "Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." : "Evita solicitudes automaticas de LDAP. Es mejor para ambientes más grandes pero requiere mayor conocimiento de LDAP. ", "Manually enter LDAP filters (recommended for large directories)" : "Ingresar los filtros LDAP manualmente (recomendado para directorios grandes)", "The filter specifies which LDAP users shall have access to the %s instance." : "El filtro especifica cuáles usuarios LDAP tendrán acceso a la instancia %s.", @@ -168,6 +167,7 @@ OC.L10N.register( "Back" : "Atrás", "Continue" : "Continuar", "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "Advertencia: El módulo LDAP de PHP no está instalado, el backend no funcionará. Por favor solicita su instalación a tu administrador del sistema.", + "Configuration Active" : "Configuracion Activa", "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "¡No se recomienda, úsalo únicamente para pruebas! Si la conexión sólo funciona con esta opción, importa el certificado SSL del servidor LDAP a tu servidor %s.", "UUID Attribute for Users:" : "Atributo UUID para Usuarios:", "UUID Attribute for Groups:" : "Atributo UUID para Grupos:" diff --git a/apps/user_ldap/l10n/es_UY.json b/apps/user_ldap/l10n/es_UY.json index 49e26ca99e0..7e22fa65a0b 100644 --- a/apps/user_ldap/l10n/es_UY.json +++ b/apps/user_ldap/l10n/es_UY.json @@ -77,7 +77,6 @@ "No object found in the given Base DN. Please revise." : "No fue posible encontrar ningún objeto en el DN Base dado. Por favor verifica.", "More than 1,000 directory entries available." : "Se encuentran disponibles más de 1,000 elementos de directoiros. ", "When unchecked, this configuration will be skipped." : "Cuando no esté seleccionada, esta configuración será omitida.", - "Configuration Active" : "Configuracion Activa", "Copy current configuration into new directory binding" : "Copiar la configuración actual a un nuevo directorio de vinculación", "You can omit the protocol, unless you require SSL. If so, start with ldaps://" : "Puedes omitir el protocolo, a menos que requiera SSL. Si es el caso, empieza con ldaps://", "Host" : "Servidor", @@ -86,7 +85,6 @@ "User DN" : "DN del usuario", "For anonymous access, leave DN and Password empty." : "Para acceso anónimo, deja la contraseña y DN vacíos.", "Password" : "Contraseña", - "Save Credentials" : "Guardar credenciales", "One Base DN per line" : "Un DN Base por línea", "You can specify Base DN for users and groups in the Advanced tab" : "Puedes especificar el DN Base para usuarios y grupos en la pestaña Avanzado", "Detect Base DN" : "Detectar DN Base", @@ -159,6 +157,7 @@ "Add a new configuration" : "Agregar una nueva configuración", "Delete the current configuration" : "Borrar la configuración actual", "The DN of the client user with which the bind shall be done, e.g. uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password empty." : "El DN del cliente del usuario con el que se vinculará, ejem. uid=agente,dc=ejemplo,dc=com. Para tener un acceso anónimo, deja el DN y la contraseña vacíos.", + "Save Credentials" : "Guardar credenciales", "Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." : "Evita solicitudes automaticas de LDAP. Es mejor para ambientes más grandes pero requiere mayor conocimiento de LDAP. ", "Manually enter LDAP filters (recommended for large directories)" : "Ingresar los filtros LDAP manualmente (recomendado para directorios grandes)", "The filter specifies which LDAP users shall have access to the %s instance." : "El filtro especifica cuáles usuarios LDAP tendrán acceso a la instancia %s.", @@ -166,6 +165,7 @@ "Back" : "Atrás", "Continue" : "Continuar", "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "Advertencia: El módulo LDAP de PHP no está instalado, el backend no funcionará. Por favor solicita su instalación a tu administrador del sistema.", + "Configuration Active" : "Configuracion Activa", "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "¡No se recomienda, úsalo únicamente para pruebas! Si la conexión sólo funciona con esta opción, importa el certificado SSL del servidor LDAP a tu servidor %s.", "UUID Attribute for Users:" : "Atributo UUID para Usuarios:", "UUID Attribute for Groups:" : "Atributo UUID para Grupos:" diff --git a/apps/user_ldap/l10n/et_EE.js b/apps/user_ldap/l10n/et_EE.js index e069fb1a9f1..9a9894bd89b 100644 --- a/apps/user_ldap/l10n/et_EE.js +++ b/apps/user_ldap/l10n/et_EE.js @@ -79,7 +79,6 @@ OC.L10N.register( "More than 1,000 directory entries available." : "Saadaval on rohkem kui 1000 kataloogikirjet.", "_{ldapTestBase} entry available within the provided Base DN_::_{ldapTestBase} entries available within the provided Base DN_" : ["„Base DN“ ehk juurdomeeni alusel on saadaval {ldapTestBase} kirje","„Base DN“ ehk juurdomeeni alusel on saadaval {ldapTestBase} kirjet"], "When unchecked, this configuration will be skipped." : "Kui on märkimata, siis seadistust ei kasutata.", - "Configuration Active" : "Seadistus on aktiivne", "Copy configuration" : "Kopeeri seadistus", "Delete configuration" : "Kustuta seadistus", "Host" : "Host", @@ -88,7 +87,6 @@ OC.L10N.register( "User DN" : "Kasutaja DN", "For anonymous access, leave DN and Password empty." : "Anonüümseks ligipääsuks jäta DN ja salasõna tühjaks.", "Password" : "Salasõna", - "Save Credentials" : "Salvesta kasutajaandmed", "Base DN" : "Base DN ehk juurdomeen", "One Base DN per line" : "Üks baas-DN rea kohta", "You can specify Base DN for users and groups in the Advanced tab" : "Sa saad kasutajate ja gruppide baas DN-i määrata lisavalikute vahekaardilt", @@ -170,6 +168,7 @@ OC.L10N.register( "%s. Server:" : "%s. Server:", "Delete the current configuration" : "Kustuta praegune seadistus", "The DN of the client user with which the bind shall be done, e.g. uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password empty." : "Klientkasutaja DN, kellega seotakse, nt. uid=agent,dc=näidis,dc=com. Anonüümseks ligipääsuks jäta DN ja salasõna tühjaks.", + "Save Credentials" : "Salvesta kasutajaandmed", "Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." : "Väldib automaatseid LDAP päringuid, Parem suurematele saitidele, aga nõuab mõningaid teadmisi LDAP kohta.", "Manually enter LDAP filters (recommended for large directories)" : "Sisesta LDAP filtrid käsitsi (sooitatav suurtele kataloogidele)", "The filter specifies which LDAP users shall have access to the %s instance." : "Filter määrab millised LDAP kasutajad pääsevad ligi %s instantsile.", @@ -177,6 +176,7 @@ OC.L10N.register( "Back" : "Tagasi", "Continue" : "Jätka", "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "Hoiatus:PHP LDAP moodul pole paigaldatud ning LDAP kasutamine ei ole võimalik. Palu oma süsteeihaldurit see paigaldada.", + "Configuration Active" : "Seadistus on aktiivne", "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "Pole soovitatav, kasuta seda ainult testimiseks! Kui ühendus toimib ainult selle valikuga, siis impordi LDAP serveri SSL sertifikaat oma %s serverisse.", "UUID Attribute for Users:" : "UUID atribuut kasutajatele:", "UUID Attribute for Groups:" : "UUID atribuut gruppidele:" diff --git a/apps/user_ldap/l10n/et_EE.json b/apps/user_ldap/l10n/et_EE.json index f31592456da..c35049a8618 100644 --- a/apps/user_ldap/l10n/et_EE.json +++ b/apps/user_ldap/l10n/et_EE.json @@ -77,7 +77,6 @@ "More than 1,000 directory entries available." : "Saadaval on rohkem kui 1000 kataloogikirjet.", "_{ldapTestBase} entry available within the provided Base DN_::_{ldapTestBase} entries available within the provided Base DN_" : ["„Base DN“ ehk juurdomeeni alusel on saadaval {ldapTestBase} kirje","„Base DN“ ehk juurdomeeni alusel on saadaval {ldapTestBase} kirjet"], "When unchecked, this configuration will be skipped." : "Kui on märkimata, siis seadistust ei kasutata.", - "Configuration Active" : "Seadistus on aktiivne", "Copy configuration" : "Kopeeri seadistus", "Delete configuration" : "Kustuta seadistus", "Host" : "Host", @@ -86,7 +85,6 @@ "User DN" : "Kasutaja DN", "For anonymous access, leave DN and Password empty." : "Anonüümseks ligipääsuks jäta DN ja salasõna tühjaks.", "Password" : "Salasõna", - "Save Credentials" : "Salvesta kasutajaandmed", "Base DN" : "Base DN ehk juurdomeen", "One Base DN per line" : "Üks baas-DN rea kohta", "You can specify Base DN for users and groups in the Advanced tab" : "Sa saad kasutajate ja gruppide baas DN-i määrata lisavalikute vahekaardilt", @@ -168,6 +166,7 @@ "%s. Server:" : "%s. Server:", "Delete the current configuration" : "Kustuta praegune seadistus", "The DN of the client user with which the bind shall be done, e.g. uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password empty." : "Klientkasutaja DN, kellega seotakse, nt. uid=agent,dc=näidis,dc=com. Anonüümseks ligipääsuks jäta DN ja salasõna tühjaks.", + "Save Credentials" : "Salvesta kasutajaandmed", "Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." : "Väldib automaatseid LDAP päringuid, Parem suurematele saitidele, aga nõuab mõningaid teadmisi LDAP kohta.", "Manually enter LDAP filters (recommended for large directories)" : "Sisesta LDAP filtrid käsitsi (sooitatav suurtele kataloogidele)", "The filter specifies which LDAP users shall have access to the %s instance." : "Filter määrab millised LDAP kasutajad pääsevad ligi %s instantsile.", @@ -175,6 +174,7 @@ "Back" : "Tagasi", "Continue" : "Jätka", "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "Hoiatus:PHP LDAP moodul pole paigaldatud ning LDAP kasutamine ei ole võimalik. Palu oma süsteeihaldurit see paigaldada.", + "Configuration Active" : "Seadistus on aktiivne", "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "Pole soovitatav, kasuta seda ainult testimiseks! Kui ühendus toimib ainult selle valikuga, siis impordi LDAP serveri SSL sertifikaat oma %s serverisse.", "UUID Attribute for Users:" : "UUID atribuut kasutajatele:", "UUID Attribute for Groups:" : "UUID atribuut gruppidele:" diff --git a/apps/user_ldap/l10n/eu.js b/apps/user_ldap/l10n/eu.js index 22f6e60d0e8..bed96c7799d 100644 --- a/apps/user_ldap/l10n/eu.js +++ b/apps/user_ldap/l10n/eu.js @@ -1,6 +1,7 @@ OC.L10N.register( "user_ldap", { + "Renewing …" : "Berritzen …", "Very weak password" : "Pasahitz oso ahula", "Weak password" : "Pasahitz ahula", "So-so password" : "Hala-moduzko pasahitza", @@ -47,6 +48,7 @@ OC.L10N.register( "Backup (Replica) Port" : "Babeskopia (Replica) Ataka", "Only connect to the replica server." : "Konektatu bakarrik erreplika zerbitzarira", "Disable Main Server" : "Desgaitu Zerbitzari Nagusia", + "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your {instanceName} server." : "Ez da gomendagarria, erabili probak egiteko soilik! Konexioak aukera honekin bakarrik funtzionatzen badu, inportatu LDAP zerbitzariaren SSL ziurtagiria zure {instanceName} zerbitzarian.", "Turn off SSL certificate validation." : "Ezgaitu SSL ziurtagirien egiaztapena.", "Cache Time-To-Live" : "Katxearen Bizi-Iraupena", "in seconds. A change empties the cache." : "segundutan. Aldaketak katxea husten du.", @@ -87,6 +89,7 @@ OC.L10N.register( "Set the user's email from their LDAP attribute. Leave it empty for default behaviour." : "Ezarri erabiltzailearen posta elektronikoa LDAP atribututik. Utzi hutsik portaera lehenetsirako.", "User Home Folder Naming Rule" : "Erabiltzailearen Karpeta Nagusia Izendatzeko Patroia", "Leave empty for username (default). Otherwise, specify an LDAP/AD attribute." : "Utzi hutsik erabiltzaile izenarako (lehentsia). Bestela zehaztu LDAP/AD atributua.", + "`$home` Placeholder Field" : "`$home` leku-markaren eremua", "$home in an external storage configuration will be replaced with the value of the specified attribute" : "$home kanpoko biltegiratze konfigurazio batean zehaztutako atributuaren balioarekin ordezkatuko da", "User Profile Attributes" : "Erabiltzaile-profilaren ezaugarriak", "Phone Field" : "Telefono eremua", @@ -114,25 +117,32 @@ OC.L10N.register( "Internal Username Attribute:" : "Baliogabeko Erabiltzaile Izen atributua", "Override UUID detection" : "Gainidatzi UUID antzematea", "By default, the UUID attribute is automatically detected. The UUID attribute is used to doubtlessly identify LDAP users and groups. Also, the internal username will be created based on the UUID, if not specified otherwise above. You can override the setting and pass an attribute of your choice. You must make sure that the attribute of your choice can be fetched for both users and groups and it is unique. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users and groups." : "Era lehenetsian, UUID atributua automatikoki atzematen da. UUID atributua LDAP erabiltzaleak eta taldeak dudik gabe identifikatzeko erabiltzen da. Gainera, barneko erabiltzaile-izena UUID atributuan oinarritua sortuko da bestelakorik zehazten ez bada. Ezarpenak alda daitezke eta bestelako atributua jar daiteke. Ziur egon behar duzu hautatzen duzun atributua erabiltzaile eta taldeek eskura dezaketela eta bakarra dela. Jokabide lehenetsi gisa utz ezazu hutsik. Aldaketok soilik LDAP-n mapeatuko (gehituko) diren erabiltzaile eta taldeei eragingo die.", + "UUID Attribute for Users" : "UUID atributua erabiltzaileentzat", + "UUID Attribute for Groups" : "UUID atributua taldeentzat", + "Groups meeting these criteria are available in {instanceName}:" : "Irizpide hauek betetzen dituzten taldeak {instanceName}-n daude eskuragarri:", "Only these object classes:" : "Bakarrik objektu klase hauetakoak:", "Only from these groups:" : "Bakarrik talde hauetakoak:", "Edit LDAP Query" : "Editatu LDAP kontsulta", + "The filter specifies which LDAP groups shall have access to the {instanceName} instance." : "Iragazkiak zehazten du zein LDAP taldek izango dute {instanceName} instantziarako sarbidea.", "LDAP Filter:" : "LDAP Iragazkia:", "Verify settings and count the groups" : "Egiaztatu ezarpetak eta zenbatu taldeak", + "User not found. Please check your login attributes and username. Effective filter (to copy-and-paste for command-line validation): {filter}" : "Ez da erabiltzailea aurkitu. Mesedez, egiaztatu zure saioa hasteko atributuak eta erabiltzaile-izena. Iragazki eraginkorra (komando-lerroko baliozkotzeko kopiatu eta itsatsi): {filter}", "User found and settings verified." : "Erabiltzailea aurkituta eta ezarpenak egiaztatutak.", "Consider narrowing your search, as it encompassed many users, only the first one of whom will be able to log in." : "Zure bilaketa murriztu dezakezu, erabiltzaile asko barne hartzen dituenez, horietatik lehenengoak bakarrik sartu ahal izango du.", "An unspecified error occurred. Please check log and settings." : "Zehaztu gabeko errore bat gertatu da. Mesedez egiaztatu log fitxategiak eta ezarpenak.", "The search filter is invalid, probably due to syntax issues like uneven number of opened and closed brackets. Please revise." : "Bilaketa iragazia baliogabea da, ziurrenik sintaxi arazoengatik, irekitako eta itxitako kortxeteen arteko kopuru desberdinengatik adibidez. Egiaztatu mesedez.", "A connection error to LDAP/AD occurred. Please check host, port and credentials." : "LDAP/AD konexio errore bat gertatu da, mesedez egiaztatu ostalaria, ataka eta kredentzialak.", "The \"%uid\" placeholder is missing. It will be replaced with the login name when querying LDAP/AD." : "\"%u id\" leku-marka falta da. LDAP/AD kontsultatzerakoan saioa hasteko izenarekin ordezkatuko da.", + "When logging in, {instanceName} will find the user based on the following attributes:" : "Saioa hastean, {instanceName}-k honako atributu hauetan oinarrituta aurkituko du erabiltzailea:", + "Allows login against the LDAP/AD username, which is either 'uid' or 'sAMAccountName' and will be detected." : "aukera ematen du erabiltzaile-izenarekin LDAP/ADn saioa hasteko , hau da, 'uid' edo 'sAMAccountName' detektatu egingo da.", "LDAP/AD Username:" : "LDAP/AD erabiltzaile-izena:", + "Allows login against an email attribute. 'mail' and 'mailPrimaryAddress' allowed." : "Aukera ematen du saioa hasteko posta elektronikoko atributu baten bidez . 'mail' eta 'mailPrimaryAddress' onartzen dira.", "LDAP/AD Email Address:" : "LDAP/AD E-posta helbidea:", "Other Attributes:" : "Bestelako atributuak:", "Verify settings" : "Egiaztatu ezarpenak", "No object found in the given Base DN. Please revise." : "Ez da objekturik aurkitu emandako oinarrizko DNan. Berrikusi datuak.", "More than 1,000 directory entries available." : "1.000 baino direktorio sarrera gehiago daude.", "When unchecked, this configuration will be skipped." : "Markatuta ez dagoenean, konfigurazio hau ez da kontutan hartuko.", - "Configuration Active" : "Konfigurazio Aktiboa", "Copy current configuration into new directory binding" : "Kopiatu uneko konfigurazioa direktorio lotura berrian", "You can omit the protocol, unless you require SSL. If so, start with ldaps://" : "Protokoloa kendu dezakezu, SSL behar ez baduzu. Hala bada, hasi ldaps://--ekin", "Host" : "Ostalaria", @@ -141,7 +151,6 @@ OC.L10N.register( "User DN" : "Erabiltzaile DN", "For anonymous access, leave DN and Password empty." : "Sarrera anonimoak gaitzeko utzi DN eta Pasahitza hutsik.", "Password" : "Pasahitza", - "Save Credentials" : "Gorde kredentzialak", "One Base DN per line" : "Oinarrizko DN bat lerroko", "You can specify Base DN for users and groups in the Advanced tab" : "Erabiltzaile eta taldeentzako oinarrizko DNa zehaztu dezakezu Aurreratua fitxan", "Detect Base DN" : "Antzeman oinarrizko DNa", @@ -222,6 +231,7 @@ OC.L10N.register( "Add a new configuration" : "Gehitu konfigurazio berri bat", "Delete the current configuration" : "Ezabatu uneko konfigurazioa", "The DN of the client user with which the bind shall be done, e.g. uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password empty." : "Lotura egingo den bezero erabiltzailearen DNa, adb. uid=agent,dc=example,dc=com. Sarrera anonimoak gaitzeko utzi DN eta Pasahitza hutsik.", + "Save Credentials" : "Gorde kredentzialak", "Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." : "LDAP eskaera automatikoak galarazten ditu. Hobea instalazio handiagoentzat, baina LDAP jakintza apur bat behar da.", "Manually enter LDAP filters (recommended for large directories)" : "Eskuz sartu LDAP iragazkiak (direktorio handietarako gomendatuta)", "The filter specifies which LDAP users shall have access to the %s instance." : "Iragazkiak zehazten du ze LDAP erabiltzailek izango duten sarrera %s instantziara:", @@ -229,6 +239,7 @@ OC.L10N.register( "Back" : "Atzera", "Continue" : "Jarraitu", "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "Abisua: PHPk behar duen LDAP modulua ez dago instalaturik, motorrak ez du funtzionatuko. Mesedez eskatu zure sistema kudeatzaileari instala dezan.", + "Configuration Active" : "Konfigurazio Aktiboa", "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "Ez da gomendagarria, erabili bakarrik probarako! Konexioak aukera hau ezinbestekoa badu, inportatu LDAP zerbitzariaren SSL ziurtagiria zure %s zerbitzarian.", "\"$home\" Placeholder Field" : "\"$home\" Leku-markaren eremua", "Pronouns Field" : "Izenordainen eremua", diff --git a/apps/user_ldap/l10n/eu.json b/apps/user_ldap/l10n/eu.json index 28a4b6190bf..5f1e3855d05 100644 --- a/apps/user_ldap/l10n/eu.json +++ b/apps/user_ldap/l10n/eu.json @@ -1,4 +1,5 @@ { "translations": { + "Renewing …" : "Berritzen …", "Very weak password" : "Pasahitz oso ahula", "Weak password" : "Pasahitz ahula", "So-so password" : "Hala-moduzko pasahitza", @@ -45,6 +46,7 @@ "Backup (Replica) Port" : "Babeskopia (Replica) Ataka", "Only connect to the replica server." : "Konektatu bakarrik erreplika zerbitzarira", "Disable Main Server" : "Desgaitu Zerbitzari Nagusia", + "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your {instanceName} server." : "Ez da gomendagarria, erabili probak egiteko soilik! Konexioak aukera honekin bakarrik funtzionatzen badu, inportatu LDAP zerbitzariaren SSL ziurtagiria zure {instanceName} zerbitzarian.", "Turn off SSL certificate validation." : "Ezgaitu SSL ziurtagirien egiaztapena.", "Cache Time-To-Live" : "Katxearen Bizi-Iraupena", "in seconds. A change empties the cache." : "segundutan. Aldaketak katxea husten du.", @@ -85,6 +87,7 @@ "Set the user's email from their LDAP attribute. Leave it empty for default behaviour." : "Ezarri erabiltzailearen posta elektronikoa LDAP atribututik. Utzi hutsik portaera lehenetsirako.", "User Home Folder Naming Rule" : "Erabiltzailearen Karpeta Nagusia Izendatzeko Patroia", "Leave empty for username (default). Otherwise, specify an LDAP/AD attribute." : "Utzi hutsik erabiltzaile izenarako (lehentsia). Bestela zehaztu LDAP/AD atributua.", + "`$home` Placeholder Field" : "`$home` leku-markaren eremua", "$home in an external storage configuration will be replaced with the value of the specified attribute" : "$home kanpoko biltegiratze konfigurazio batean zehaztutako atributuaren balioarekin ordezkatuko da", "User Profile Attributes" : "Erabiltzaile-profilaren ezaugarriak", "Phone Field" : "Telefono eremua", @@ -112,25 +115,32 @@ "Internal Username Attribute:" : "Baliogabeko Erabiltzaile Izen atributua", "Override UUID detection" : "Gainidatzi UUID antzematea", "By default, the UUID attribute is automatically detected. The UUID attribute is used to doubtlessly identify LDAP users and groups. Also, the internal username will be created based on the UUID, if not specified otherwise above. You can override the setting and pass an attribute of your choice. You must make sure that the attribute of your choice can be fetched for both users and groups and it is unique. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users and groups." : "Era lehenetsian, UUID atributua automatikoki atzematen da. UUID atributua LDAP erabiltzaleak eta taldeak dudik gabe identifikatzeko erabiltzen da. Gainera, barneko erabiltzaile-izena UUID atributuan oinarritua sortuko da bestelakorik zehazten ez bada. Ezarpenak alda daitezke eta bestelako atributua jar daiteke. Ziur egon behar duzu hautatzen duzun atributua erabiltzaile eta taldeek eskura dezaketela eta bakarra dela. Jokabide lehenetsi gisa utz ezazu hutsik. Aldaketok soilik LDAP-n mapeatuko (gehituko) diren erabiltzaile eta taldeei eragingo die.", + "UUID Attribute for Users" : "UUID atributua erabiltzaileentzat", + "UUID Attribute for Groups" : "UUID atributua taldeentzat", + "Groups meeting these criteria are available in {instanceName}:" : "Irizpide hauek betetzen dituzten taldeak {instanceName}-n daude eskuragarri:", "Only these object classes:" : "Bakarrik objektu klase hauetakoak:", "Only from these groups:" : "Bakarrik talde hauetakoak:", "Edit LDAP Query" : "Editatu LDAP kontsulta", + "The filter specifies which LDAP groups shall have access to the {instanceName} instance." : "Iragazkiak zehazten du zein LDAP taldek izango dute {instanceName} instantziarako sarbidea.", "LDAP Filter:" : "LDAP Iragazkia:", "Verify settings and count the groups" : "Egiaztatu ezarpetak eta zenbatu taldeak", + "User not found. Please check your login attributes and username. Effective filter (to copy-and-paste for command-line validation): {filter}" : "Ez da erabiltzailea aurkitu. Mesedez, egiaztatu zure saioa hasteko atributuak eta erabiltzaile-izena. Iragazki eraginkorra (komando-lerroko baliozkotzeko kopiatu eta itsatsi): {filter}", "User found and settings verified." : "Erabiltzailea aurkituta eta ezarpenak egiaztatutak.", "Consider narrowing your search, as it encompassed many users, only the first one of whom will be able to log in." : "Zure bilaketa murriztu dezakezu, erabiltzaile asko barne hartzen dituenez, horietatik lehenengoak bakarrik sartu ahal izango du.", "An unspecified error occurred. Please check log and settings." : "Zehaztu gabeko errore bat gertatu da. Mesedez egiaztatu log fitxategiak eta ezarpenak.", "The search filter is invalid, probably due to syntax issues like uneven number of opened and closed brackets. Please revise." : "Bilaketa iragazia baliogabea da, ziurrenik sintaxi arazoengatik, irekitako eta itxitako kortxeteen arteko kopuru desberdinengatik adibidez. Egiaztatu mesedez.", "A connection error to LDAP/AD occurred. Please check host, port and credentials." : "LDAP/AD konexio errore bat gertatu da, mesedez egiaztatu ostalaria, ataka eta kredentzialak.", "The \"%uid\" placeholder is missing. It will be replaced with the login name when querying LDAP/AD." : "\"%u id\" leku-marka falta da. LDAP/AD kontsultatzerakoan saioa hasteko izenarekin ordezkatuko da.", + "When logging in, {instanceName} will find the user based on the following attributes:" : "Saioa hastean, {instanceName}-k honako atributu hauetan oinarrituta aurkituko du erabiltzailea:", + "Allows login against the LDAP/AD username, which is either 'uid' or 'sAMAccountName' and will be detected." : "aukera ematen du erabiltzaile-izenarekin LDAP/ADn saioa hasteko , hau da, 'uid' edo 'sAMAccountName' detektatu egingo da.", "LDAP/AD Username:" : "LDAP/AD erabiltzaile-izena:", + "Allows login against an email attribute. 'mail' and 'mailPrimaryAddress' allowed." : "Aukera ematen du saioa hasteko posta elektronikoko atributu baten bidez . 'mail' eta 'mailPrimaryAddress' onartzen dira.", "LDAP/AD Email Address:" : "LDAP/AD E-posta helbidea:", "Other Attributes:" : "Bestelako atributuak:", "Verify settings" : "Egiaztatu ezarpenak", "No object found in the given Base DN. Please revise." : "Ez da objekturik aurkitu emandako oinarrizko DNan. Berrikusi datuak.", "More than 1,000 directory entries available." : "1.000 baino direktorio sarrera gehiago daude.", "When unchecked, this configuration will be skipped." : "Markatuta ez dagoenean, konfigurazio hau ez da kontutan hartuko.", - "Configuration Active" : "Konfigurazio Aktiboa", "Copy current configuration into new directory binding" : "Kopiatu uneko konfigurazioa direktorio lotura berrian", "You can omit the protocol, unless you require SSL. If so, start with ldaps://" : "Protokoloa kendu dezakezu, SSL behar ez baduzu. Hala bada, hasi ldaps://--ekin", "Host" : "Ostalaria", @@ -139,7 +149,6 @@ "User DN" : "Erabiltzaile DN", "For anonymous access, leave DN and Password empty." : "Sarrera anonimoak gaitzeko utzi DN eta Pasahitza hutsik.", "Password" : "Pasahitza", - "Save Credentials" : "Gorde kredentzialak", "One Base DN per line" : "Oinarrizko DN bat lerroko", "You can specify Base DN for users and groups in the Advanced tab" : "Erabiltzaile eta taldeentzako oinarrizko DNa zehaztu dezakezu Aurreratua fitxan", "Detect Base DN" : "Antzeman oinarrizko DNa", @@ -220,6 +229,7 @@ "Add a new configuration" : "Gehitu konfigurazio berri bat", "Delete the current configuration" : "Ezabatu uneko konfigurazioa", "The DN of the client user with which the bind shall be done, e.g. uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password empty." : "Lotura egingo den bezero erabiltzailearen DNa, adb. uid=agent,dc=example,dc=com. Sarrera anonimoak gaitzeko utzi DN eta Pasahitza hutsik.", + "Save Credentials" : "Gorde kredentzialak", "Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." : "LDAP eskaera automatikoak galarazten ditu. Hobea instalazio handiagoentzat, baina LDAP jakintza apur bat behar da.", "Manually enter LDAP filters (recommended for large directories)" : "Eskuz sartu LDAP iragazkiak (direktorio handietarako gomendatuta)", "The filter specifies which LDAP users shall have access to the %s instance." : "Iragazkiak zehazten du ze LDAP erabiltzailek izango duten sarrera %s instantziara:", @@ -227,6 +237,7 @@ "Back" : "Atzera", "Continue" : "Jarraitu", "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "Abisua: PHPk behar duen LDAP modulua ez dago instalaturik, motorrak ez du funtzionatuko. Mesedez eskatu zure sistema kudeatzaileari instala dezan.", + "Configuration Active" : "Konfigurazio Aktiboa", "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "Ez da gomendagarria, erabili bakarrik probarako! Konexioak aukera hau ezinbestekoa badu, inportatu LDAP zerbitzariaren SSL ziurtagiria zure %s zerbitzarian.", "\"$home\" Placeholder Field" : "\"$home\" Leku-markaren eremua", "Pronouns Field" : "Izenordainen eremua", diff --git a/apps/user_ldap/l10n/fa.js b/apps/user_ldap/l10n/fa.js index 60bf7b328bf..69c06b631d3 100644 --- a/apps/user_ldap/l10n/fa.js +++ b/apps/user_ldap/l10n/fa.js @@ -106,7 +106,6 @@ OC.L10N.register( "No object found in the given Base DN. Please revise." : "No object found in the given Base DN. Please revise.", "More than 1,000 directory entries available." : "More than 1,000 directory entries available.", "When unchecked, this configuration will be skipped." : "زمانیکه انتخاب نشود، این پیکربندی نادیده گرفته خواهد شد.", - "Configuration Active" : "پیکربندی فعال", "Copy current configuration into new directory binding" : "Copy current configuration into new directory binding", "You can omit the protocol, unless you require SSL. If so, start with ldaps://" : "You can omit the protocol, unless you require SSL. If so, start with ldaps://", "Host" : "میزبانی", @@ -115,7 +114,6 @@ OC.L10N.register( "User DN" : "کاربر DN", "For anonymous access, leave DN and Password empty." : "برای دسترسی ناشناس، DN را رها نموده و رمزعبور را خالی بگذارید.", "Password" : "گذرواژه", - "Save Credentials" : "Save Credentials", "One Base DN per line" : "یک پایه DN در هر خط", "You can specify Base DN for users and groups in the Advanced tab" : "شما می توانید پایه DN را برای کاربران و گروه ها در زبانه Advanced مشخص کنید.", "Detect Base DN" : "Detect Base DN", @@ -195,6 +193,7 @@ OC.L10N.register( "Add a new configuration" : "Add a new configuration", "Delete the current configuration" : "Delete the current configuration", "The DN of the client user with which the bind shall be done, e.g. uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password empty." : "The DN of the client user with which the bind shall be done, e.g. uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password empty.", + "Save Credentials" : "Save Credentials", "Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." : "Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge.", "Manually enter LDAP filters (recommended for large directories)" : "Manually enter LDAP filters (recommended for large directories)", "The filter specifies which LDAP users shall have access to the %s instance." : "The filter specifies which LDAP users shall have access to the %s instance.", @@ -202,6 +201,7 @@ OC.L10N.register( "Back" : "بازگشت", "Continue" : "ادامه", "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it.", + "Configuration Active" : "پیکربندی فعال", "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "توصیه نمی شود، از آن فقط برای آزمایش استفاده کنید! اگر اتصال فقط با این گزینه کار می کند، گواهی SSL سرور LDAP را در %sسرور خود وارد کنید.", "\"$home\" Placeholder Field" : "\"$home\" Placeholder Field", "UUID Attribute for Users:" : "UUID ویژگی‌ برای کاربران:", diff --git a/apps/user_ldap/l10n/fa.json b/apps/user_ldap/l10n/fa.json index f164c9028d1..7b1c838e186 100644 --- a/apps/user_ldap/l10n/fa.json +++ b/apps/user_ldap/l10n/fa.json @@ -104,7 +104,6 @@ "No object found in the given Base DN. Please revise." : "No object found in the given Base DN. Please revise.", "More than 1,000 directory entries available." : "More than 1,000 directory entries available.", "When unchecked, this configuration will be skipped." : "زمانیکه انتخاب نشود، این پیکربندی نادیده گرفته خواهد شد.", - "Configuration Active" : "پیکربندی فعال", "Copy current configuration into new directory binding" : "Copy current configuration into new directory binding", "You can omit the protocol, unless you require SSL. If so, start with ldaps://" : "You can omit the protocol, unless you require SSL. If so, start with ldaps://", "Host" : "میزبانی", @@ -113,7 +112,6 @@ "User DN" : "کاربر DN", "For anonymous access, leave DN and Password empty." : "برای دسترسی ناشناس، DN را رها نموده و رمزعبور را خالی بگذارید.", "Password" : "گذرواژه", - "Save Credentials" : "Save Credentials", "One Base DN per line" : "یک پایه DN در هر خط", "You can specify Base DN for users and groups in the Advanced tab" : "شما می توانید پایه DN را برای کاربران و گروه ها در زبانه Advanced مشخص کنید.", "Detect Base DN" : "Detect Base DN", @@ -193,6 +191,7 @@ "Add a new configuration" : "Add a new configuration", "Delete the current configuration" : "Delete the current configuration", "The DN of the client user with which the bind shall be done, e.g. uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password empty." : "The DN of the client user with which the bind shall be done, e.g. uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password empty.", + "Save Credentials" : "Save Credentials", "Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." : "Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge.", "Manually enter LDAP filters (recommended for large directories)" : "Manually enter LDAP filters (recommended for large directories)", "The filter specifies which LDAP users shall have access to the %s instance." : "The filter specifies which LDAP users shall have access to the %s instance.", @@ -200,6 +199,7 @@ "Back" : "بازگشت", "Continue" : "ادامه", "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it.", + "Configuration Active" : "پیکربندی فعال", "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "توصیه نمی شود، از آن فقط برای آزمایش استفاده کنید! اگر اتصال فقط با این گزینه کار می کند، گواهی SSL سرور LDAP را در %sسرور خود وارد کنید.", "\"$home\" Placeholder Field" : "\"$home\" Placeholder Field", "UUID Attribute for Users:" : "UUID ویژگی‌ برای کاربران:", diff --git a/apps/user_ldap/l10n/fr.js b/apps/user_ldap/l10n/fr.js index 1a279043c2b..9af3372b4b8 100644 --- a/apps/user_ldap/l10n/fr.js +++ b/apps/user_ldap/l10n/fr.js @@ -145,7 +145,6 @@ OC.L10N.register( "More than 1,000 directory entries available." : "Il y a plus de 1 000 entrées de répertoire disponibles.", "_{ldapTestBase} entry available within the provided Base DN_::_{ldapTestBase} entries available within the provided Base DN_" : ["{ldapTestBase} entrée disponible dans le DN de base spécifié","{ldapTestBase} entrées disponibles dans le DN de base spécifié","{ldapTestBase} entrées disponibles dans le DN de base spécifié"], "When unchecked, this configuration will be skipped." : "Lorsque non cochée, la configuration sera ignorée.", - "Configuration Active" : "Configuration active", "Copy current configuration into new directory binding" : "Copier la configuration actuelle vers une nouvelle", "Delete configuration" : "Supprimer la configuration", "You can omit the protocol, unless you require SSL. If so, start with ldaps://" : "Vous pouvez omettre le protocole, sauf si vous avez besoin de SSL. Dans ce cas, préfixez avec ldaps://", @@ -155,7 +154,6 @@ OC.L10N.register( "User DN" : "Utilisateur DN", "For anonymous access, leave DN and Password empty." : "Pour un accès anonyme, laisser l'utilisateur DN et le mot de passe vides.", "Password" : "Mot de passe", - "Save Credentials" : "Sauvegarder les informations d'identification", "Base DN" : "DN de base", "One Base DN per line" : "Un DN de base par ligne", "You can specify Base DN for users and groups in the Advanced tab" : "Vous pouvez indiquer le DN de base de vos utilisateurs et groupes via l'onglet Avancé", @@ -239,6 +237,7 @@ OC.L10N.register( "Add a new configuration" : "Ajouter une nouvelle configuration", "Delete the current configuration" : "Supprimer la configuration actuelle", "The DN of the client user with which the bind shall be done, e.g. uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password empty." : "DN de l'utilisateur client pour lequel la liaison doit se faire, par exemple uid=agent,dc=example,dc=com. Pour un accès anonyme, laisser le DN et le mot de passe vides.", + "Save Credentials" : "Sauvegarder les informations d'identification", "Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." : "Évite les requêtes LDAP automatiques. Mieux pour les installations de grande ampleur, mais demande des connaissances en LDAP.", "Manually enter LDAP filters (recommended for large directories)" : "Saisir les filtres LDAP manuellement (recommandé pour les annuaires de grande ampleur)", "The filter specifies which LDAP users shall have access to the %s instance." : "Le filtre spécifie quels utilisateurs LDAP auront accès à l'instance %s.", @@ -246,6 +245,7 @@ OC.L10N.register( "Back" : "Retour", "Continue" : "Continuer", "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "Attention : Le module PHP LDAP n'est pas installé, par conséquent cette extension ne pourra pas fonctionner. Veuillez contacter votre administrateur système afin qu'il l'installe.", + "Configuration Active" : "Configuration active", "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "Non recommandé, à utiliser à des fins de tests uniquement. Si la connexion ne fonctionne qu'avec cette option, importez le certificat SSL du serveur LDAP dans le serveur %s.", "\"$home\" Placeholder Field" : "\"$home\" Champ Placeholder", "Pronouns Field" : "Champ des pronoms", diff --git a/apps/user_ldap/l10n/fr.json b/apps/user_ldap/l10n/fr.json index 2d1e07c86da..c17d9aaa404 100644 --- a/apps/user_ldap/l10n/fr.json +++ b/apps/user_ldap/l10n/fr.json @@ -143,7 +143,6 @@ "More than 1,000 directory entries available." : "Il y a plus de 1 000 entrées de répertoire disponibles.", "_{ldapTestBase} entry available within the provided Base DN_::_{ldapTestBase} entries available within the provided Base DN_" : ["{ldapTestBase} entrée disponible dans le DN de base spécifié","{ldapTestBase} entrées disponibles dans le DN de base spécifié","{ldapTestBase} entrées disponibles dans le DN de base spécifié"], "When unchecked, this configuration will be skipped." : "Lorsque non cochée, la configuration sera ignorée.", - "Configuration Active" : "Configuration active", "Copy current configuration into new directory binding" : "Copier la configuration actuelle vers une nouvelle", "Delete configuration" : "Supprimer la configuration", "You can omit the protocol, unless you require SSL. If so, start with ldaps://" : "Vous pouvez omettre le protocole, sauf si vous avez besoin de SSL. Dans ce cas, préfixez avec ldaps://", @@ -153,7 +152,6 @@ "User DN" : "Utilisateur DN", "For anonymous access, leave DN and Password empty." : "Pour un accès anonyme, laisser l'utilisateur DN et le mot de passe vides.", "Password" : "Mot de passe", - "Save Credentials" : "Sauvegarder les informations d'identification", "Base DN" : "DN de base", "One Base DN per line" : "Un DN de base par ligne", "You can specify Base DN for users and groups in the Advanced tab" : "Vous pouvez indiquer le DN de base de vos utilisateurs et groupes via l'onglet Avancé", @@ -237,6 +235,7 @@ "Add a new configuration" : "Ajouter une nouvelle configuration", "Delete the current configuration" : "Supprimer la configuration actuelle", "The DN of the client user with which the bind shall be done, e.g. uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password empty." : "DN de l'utilisateur client pour lequel la liaison doit se faire, par exemple uid=agent,dc=example,dc=com. Pour un accès anonyme, laisser le DN et le mot de passe vides.", + "Save Credentials" : "Sauvegarder les informations d'identification", "Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." : "Évite les requêtes LDAP automatiques. Mieux pour les installations de grande ampleur, mais demande des connaissances en LDAP.", "Manually enter LDAP filters (recommended for large directories)" : "Saisir les filtres LDAP manuellement (recommandé pour les annuaires de grande ampleur)", "The filter specifies which LDAP users shall have access to the %s instance." : "Le filtre spécifie quels utilisateurs LDAP auront accès à l'instance %s.", @@ -244,6 +243,7 @@ "Back" : "Retour", "Continue" : "Continuer", "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "Attention : Le module PHP LDAP n'est pas installé, par conséquent cette extension ne pourra pas fonctionner. Veuillez contacter votre administrateur système afin qu'il l'installe.", + "Configuration Active" : "Configuration active", "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "Non recommandé, à utiliser à des fins de tests uniquement. Si la connexion ne fonctionne qu'avec cette option, importez le certificat SSL du serveur LDAP dans le serveur %s.", "\"$home\" Placeholder Field" : "\"$home\" Champ Placeholder", "Pronouns Field" : "Champ des pronoms", diff --git a/apps/user_ldap/l10n/ga.js b/apps/user_ldap/l10n/ga.js index 199af30b13d..2e3a53c0735 100644 --- a/apps/user_ldap/l10n/ga.js +++ b/apps/user_ldap/l10n/ga.js @@ -147,22 +147,17 @@ OC.L10N.register( "More than 1,000 directory entries available." : "Níos mó ná 1,000 iontráil eolaire ar fáil.", "_{ldapTestBase} entry available within the provided Base DN_::_{ldapTestBase} entries available within the provided Base DN_" : ["Tá iontráil {ldapTestBase} ar fáil laistigh den Base DN a cuireadh ar fáil","Iontrálacha {ldapTestBase} ar fáil laistigh den Base DN a cuireadh ar fáil","Iontrálacha {ldapTestBase} ar fáil laistigh den Base DN a cuireadh ar fáil","Iontrálacha {ldapTestBase} ar fáil laistigh den Base DN a cuireadh ar fáil","Iontrálacha {ldapTestBase} ar fáil laistigh den Base DN a cuireadh ar fáil"], "When unchecked, this configuration will be skipped." : "Nuair nach ndéantar í a sheiceáil, déanfar an chumraíocht seo a scipeáil.", - "Configuration Active" : "Cumraíocht Ghníomhach", "Copy current configuration into new directory binding" : "Cóipeáil an chumraíocht reatha i gceangal eolaire nua", "Copy configuration" : "Cóipeáil chumraíocht", "Delete configuration" : "Scrios cumraíocht", "You can omit the protocol, unless you require SSL. If so, start with ldaps://" : "Is féidir leat an prótacal a fhágáil ar lár, mura dteastaíonn SSL uait. Más ea, cuir tús le ldaps://", "Host" : "Óstach", - "ldaps://localhost" : "ldaps://localhost", "Port" : "Port", - "389" : "389", "Detect Port" : "Braith Port", "The DN of the client user with which the bind shall be done. For anonymous access, leave DN and Password empty." : "DN an úsáideora cliaint lena ndéanfar an ceangal. Chun rochtain gan ainm a fháil, fág DN agus Pasfhocal folamh.", "User DN" : "Úsáideoir DN", - "uid=agent,dc=example,dc=com" : "uid=agent,dc=example,dc=com", "For anonymous access, leave DN and Password empty." : "Le rochtain gan ainm, fág DN agus Pasfhocal folamh.", "Password" : "Pasfhocal", - "Save Credentials" : "Sábháil Dintiúir", "Base DN" : "Bonn DN", "One Base DN per line" : "Bonn DN amháin in aghaidh an líne", "You can specify Base DN for users and groups in the Advanced tab" : "Is féidir leat Bonn DN a shonrú d’úsáideoirí agus do ghrúpaí sa chluaisín Casta", @@ -256,6 +251,7 @@ OC.L10N.register( "Add a new configuration" : "Cuir cumraíocht nua leis", "Delete the current configuration" : "Scrios an chumraíocht reatha", "The DN of the client user with which the bind shall be done, e.g. uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password empty." : "DN an chliaint-úsáideoir lena ndéanfar an ceangal, e.g. uid=agent,dc=example,dc=com. Le rochtain gan ainm, fág DN agus Pasfhocal folamh.", + "Save Credentials" : "Sábháil Dintiúir", "Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." : "Seachnaíonn iarratais uathoibríocha LDAP. Níos fearr le haghaidh socruithe níos mó, ach teastaíonn roinnt eolais LDAP.", "Manually enter LDAP filters (recommended for large directories)" : "Iontráil scagairí LDAP de láimh (molta le haghaidh eolairí móra)", "The filter specifies which LDAP users shall have access to the %s instance." : "Sonraíonn an scagaire cé na húsáideoirí LDAP a mbeidh rochtain acu ar an gcás %s.", @@ -263,6 +259,7 @@ OC.L10N.register( "Back" : "Ar ais", "Continue" : "Leanúint ar aghaidh", "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "Rabhadh: Níl an modúl PHP LDAP suiteáilte, ní oibreoidh an t-inneall. Iarr ar do riarthóir córais é a shuiteáil le do thoil.", + "Configuration Active" : "Cumraíocht Ghníomhach", "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "Ní mholtar é, bain úsáid as le haghaidh tástála amháin! Mura n-oibríonn an ceangal ach leis an rogha seo, iompórtáil teastas SSL an fhreastalaí LDAP i do fhreastalaí %s.", "\"$home\" Placeholder Field" : "Réimse Sealbhóir Áite \"$home\".", "Pronouns Field" : "Réimse Forainmneacha", diff --git a/apps/user_ldap/l10n/ga.json b/apps/user_ldap/l10n/ga.json index b2ae92c087e..19522cb7d23 100644 --- a/apps/user_ldap/l10n/ga.json +++ b/apps/user_ldap/l10n/ga.json @@ -145,22 +145,17 @@ "More than 1,000 directory entries available." : "Níos mó ná 1,000 iontráil eolaire ar fáil.", "_{ldapTestBase} entry available within the provided Base DN_::_{ldapTestBase} entries available within the provided Base DN_" : ["Tá iontráil {ldapTestBase} ar fáil laistigh den Base DN a cuireadh ar fáil","Iontrálacha {ldapTestBase} ar fáil laistigh den Base DN a cuireadh ar fáil","Iontrálacha {ldapTestBase} ar fáil laistigh den Base DN a cuireadh ar fáil","Iontrálacha {ldapTestBase} ar fáil laistigh den Base DN a cuireadh ar fáil","Iontrálacha {ldapTestBase} ar fáil laistigh den Base DN a cuireadh ar fáil"], "When unchecked, this configuration will be skipped." : "Nuair nach ndéantar í a sheiceáil, déanfar an chumraíocht seo a scipeáil.", - "Configuration Active" : "Cumraíocht Ghníomhach", "Copy current configuration into new directory binding" : "Cóipeáil an chumraíocht reatha i gceangal eolaire nua", "Copy configuration" : "Cóipeáil chumraíocht", "Delete configuration" : "Scrios cumraíocht", "You can omit the protocol, unless you require SSL. If so, start with ldaps://" : "Is féidir leat an prótacal a fhágáil ar lár, mura dteastaíonn SSL uait. Más ea, cuir tús le ldaps://", "Host" : "Óstach", - "ldaps://localhost" : "ldaps://localhost", "Port" : "Port", - "389" : "389", "Detect Port" : "Braith Port", "The DN of the client user with which the bind shall be done. For anonymous access, leave DN and Password empty." : "DN an úsáideora cliaint lena ndéanfar an ceangal. Chun rochtain gan ainm a fháil, fág DN agus Pasfhocal folamh.", "User DN" : "Úsáideoir DN", - "uid=agent,dc=example,dc=com" : "uid=agent,dc=example,dc=com", "For anonymous access, leave DN and Password empty." : "Le rochtain gan ainm, fág DN agus Pasfhocal folamh.", "Password" : "Pasfhocal", - "Save Credentials" : "Sábháil Dintiúir", "Base DN" : "Bonn DN", "One Base DN per line" : "Bonn DN amháin in aghaidh an líne", "You can specify Base DN for users and groups in the Advanced tab" : "Is féidir leat Bonn DN a shonrú d’úsáideoirí agus do ghrúpaí sa chluaisín Casta", @@ -254,6 +249,7 @@ "Add a new configuration" : "Cuir cumraíocht nua leis", "Delete the current configuration" : "Scrios an chumraíocht reatha", "The DN of the client user with which the bind shall be done, e.g. uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password empty." : "DN an chliaint-úsáideoir lena ndéanfar an ceangal, e.g. uid=agent,dc=example,dc=com. Le rochtain gan ainm, fág DN agus Pasfhocal folamh.", + "Save Credentials" : "Sábháil Dintiúir", "Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." : "Seachnaíonn iarratais uathoibríocha LDAP. Níos fearr le haghaidh socruithe níos mó, ach teastaíonn roinnt eolais LDAP.", "Manually enter LDAP filters (recommended for large directories)" : "Iontráil scagairí LDAP de láimh (molta le haghaidh eolairí móra)", "The filter specifies which LDAP users shall have access to the %s instance." : "Sonraíonn an scagaire cé na húsáideoirí LDAP a mbeidh rochtain acu ar an gcás %s.", @@ -261,6 +257,7 @@ "Back" : "Ar ais", "Continue" : "Leanúint ar aghaidh", "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "Rabhadh: Níl an modúl PHP LDAP suiteáilte, ní oibreoidh an t-inneall. Iarr ar do riarthóir córais é a shuiteáil le do thoil.", + "Configuration Active" : "Cumraíocht Ghníomhach", "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "Ní mholtar é, bain úsáid as le haghaidh tástála amháin! Mura n-oibríonn an ceangal ach leis an rogha seo, iompórtáil teastas SSL an fhreastalaí LDAP i do fhreastalaí %s.", "\"$home\" Placeholder Field" : "Réimse Sealbhóir Áite \"$home\".", "Pronouns Field" : "Réimse Forainmneacha", diff --git a/apps/user_ldap/l10n/gl.js b/apps/user_ldap/l10n/gl.js index 4f72c7f2a85..6e4b2d23316 100644 --- a/apps/user_ldap/l10n/gl.js +++ b/apps/user_ldap/l10n/gl.js @@ -147,22 +147,17 @@ OC.L10N.register( "More than 1,000 directory entries available." : "Máis de 1,000 entradas de directorios dispoñíbeis.", "_{ldapTestBase} entry available within the provided Base DN_::_{ldapTestBase} entries available within the provided Base DN_" : ["{ldapTestBase} entrada dispoñíbel no DN base fornecido","{ldapTestBase} entradas dispoñíbeis no DN base fornecido"], "When unchecked, this configuration will be skipped." : "Se está sen marcar, omítese esta configuración.", - "Configuration Active" : "Configuración activa", "Copy current configuration into new directory binding" : "Copiar a configuración no novo directorio vinculado", "Copy configuration" : "Copiar a configuración", "Delete configuration" : "Eliminar a configuración", "You can omit the protocol, unless you require SSL. If so, start with ldaps://" : "Pode omitir o protocolo a non ser que precise de SSL. Daquela comece con ldaps://", "Host" : "Máquina", - "ldaps://localhost" : "ldaps://localhost", "Port" : "Porto", - "389" : "389", "Detect Port" : "Detectar o porto", "The DN of the client user with which the bind shall be done. For anonymous access, leave DN and Password empty." : "O DN do cliente do usuario co que realizará o vínculo, Para o acceso anónimo deixe o DN e o contrasinal baleiros.", "User DN" : "DN do usuario", - "uid=agent,dc=example,dc=com" : "uid=agent,dc=example,dc=com", "For anonymous access, leave DN and Password empty." : "Para o acceso anónimo deixe o DN e o contrasinal baleiros.", "Password" : "Contrasinal", - "Save Credentials" : "Gardar as credenciais", "Base DN" : "DN base", "One Base DN per line" : "Un DN base por liña", "You can specify Base DN for users and groups in the Advanced tab" : "Pode especificar o DN base para usuarios e grupos na lapela de «Avanzado»", @@ -256,6 +251,7 @@ OC.L10N.register( "Add a new configuration" : "Engadir unha configuración nova", "Delete the current configuration" : "Eliminar a configuración actual", "The DN of the client user with which the bind shall be done, e.g. uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password empty." : "O DN do cliente do usuario co que realizará o vínculo, p. ex. uid=axente, dc=exemplo, dc=com. Para o acceso anónimo deixe o DN e o contrasinal baleiros.", + "Save Credentials" : "Gardar as credenciais", "Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." : "Evita as solicitudes LDAP automáticas. E o mellor para as configuracións máis grandes, mais precisa algúns coñecementos de LDAP.", "Manually enter LDAP filters (recommended for large directories)" : "Introduza manualmente os filtros LDAP (recomendado para directorios grandes)", "The filter specifies which LDAP users shall have access to the %s instance." : "O filtro especifica que usuarios LDAP teñen acceso á instancia %s.", @@ -263,6 +259,7 @@ OC.L10N.register( "Back" : "Atrás", "Continue" : "Continuar", "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "Advertencia: O módulo PHP LDAP non está instalado, o servidor non funcionará. Consulte coa administración do sistema para instalalo.", + "Configuration Active" : "Configuración activa", "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "Non recomendado, utilizar só para probas! Se a conexión só funciona con esta opción importa o certificado SSL do servidor LDAP no seu servidor %s.", "\"$home\" Placeholder Field" : "Campo de marcador de substitución «$home»", "Pronouns Field" : "Campo de pronomes", diff --git a/apps/user_ldap/l10n/gl.json b/apps/user_ldap/l10n/gl.json index 73bcbe0152a..800aa40d570 100644 --- a/apps/user_ldap/l10n/gl.json +++ b/apps/user_ldap/l10n/gl.json @@ -145,22 +145,17 @@ "More than 1,000 directory entries available." : "Máis de 1,000 entradas de directorios dispoñíbeis.", "_{ldapTestBase} entry available within the provided Base DN_::_{ldapTestBase} entries available within the provided Base DN_" : ["{ldapTestBase} entrada dispoñíbel no DN base fornecido","{ldapTestBase} entradas dispoñíbeis no DN base fornecido"], "When unchecked, this configuration will be skipped." : "Se está sen marcar, omítese esta configuración.", - "Configuration Active" : "Configuración activa", "Copy current configuration into new directory binding" : "Copiar a configuración no novo directorio vinculado", "Copy configuration" : "Copiar a configuración", "Delete configuration" : "Eliminar a configuración", "You can omit the protocol, unless you require SSL. If so, start with ldaps://" : "Pode omitir o protocolo a non ser que precise de SSL. Daquela comece con ldaps://", "Host" : "Máquina", - "ldaps://localhost" : "ldaps://localhost", "Port" : "Porto", - "389" : "389", "Detect Port" : "Detectar o porto", "The DN of the client user with which the bind shall be done. For anonymous access, leave DN and Password empty." : "O DN do cliente do usuario co que realizará o vínculo, Para o acceso anónimo deixe o DN e o contrasinal baleiros.", "User DN" : "DN do usuario", - "uid=agent,dc=example,dc=com" : "uid=agent,dc=example,dc=com", "For anonymous access, leave DN and Password empty." : "Para o acceso anónimo deixe o DN e o contrasinal baleiros.", "Password" : "Contrasinal", - "Save Credentials" : "Gardar as credenciais", "Base DN" : "DN base", "One Base DN per line" : "Un DN base por liña", "You can specify Base DN for users and groups in the Advanced tab" : "Pode especificar o DN base para usuarios e grupos na lapela de «Avanzado»", @@ -254,6 +249,7 @@ "Add a new configuration" : "Engadir unha configuración nova", "Delete the current configuration" : "Eliminar a configuración actual", "The DN of the client user with which the bind shall be done, e.g. uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password empty." : "O DN do cliente do usuario co que realizará o vínculo, p. ex. uid=axente, dc=exemplo, dc=com. Para o acceso anónimo deixe o DN e o contrasinal baleiros.", + "Save Credentials" : "Gardar as credenciais", "Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." : "Evita as solicitudes LDAP automáticas. E o mellor para as configuracións máis grandes, mais precisa algúns coñecementos de LDAP.", "Manually enter LDAP filters (recommended for large directories)" : "Introduza manualmente os filtros LDAP (recomendado para directorios grandes)", "The filter specifies which LDAP users shall have access to the %s instance." : "O filtro especifica que usuarios LDAP teñen acceso á instancia %s.", @@ -261,6 +257,7 @@ "Back" : "Atrás", "Continue" : "Continuar", "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "Advertencia: O módulo PHP LDAP non está instalado, o servidor non funcionará. Consulte coa administración do sistema para instalalo.", + "Configuration Active" : "Configuración activa", "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "Non recomendado, utilizar só para probas! Se a conexión só funciona con esta opción importa o certificado SSL do servidor LDAP no seu servidor %s.", "\"$home\" Placeholder Field" : "Campo de marcador de substitución «$home»", "Pronouns Field" : "Campo de pronomes", diff --git a/apps/user_ldap/l10n/he.js b/apps/user_ldap/l10n/he.js index 3f43fc8c4e8..7730e1ff6f5 100644 --- a/apps/user_ldap/l10n/he.js +++ b/apps/user_ldap/l10n/he.js @@ -71,7 +71,6 @@ OC.L10N.register( "No object found in the given Base DN. Please revise." : "לא אותר אוביקט בבסיס DN שסופק. יש להחליף.", "More than 1,000 directory entries available." : "קיימים יותר מ- 1,000 רשומות ספריה.", "When unchecked, this configuration will be skipped." : "כאשר לא מסומן, נדלג על תצורה זו.", - "Configuration Active" : "תצורה פעילה", "Copy current configuration into new directory binding" : "מעתיק תצורה נוכחית אל תוך תיקייה חדשה", "You can omit the protocol, unless you require SSL. If so, start with ldaps://" : "ניתן להשמיט את הפרוטוקול, אלא אם כן צריך SSL. אם זה המצב, יש להתחיל ב־ldaps://‎", "Host" : "מארח", @@ -80,7 +79,6 @@ OC.L10N.register( "User DN" : "DN משתמש", "For anonymous access, leave DN and Password empty." : "לגישה אנונימית, השאר את הDM והסיסמא ריקים.", "Password" : "סיסמא", - "Save Credentials" : "שמירת פרטי הגישה", "One Base DN per line" : "DN בסיסי אחד לשורה", "You can specify Base DN for users and groups in the Advanced tab" : "ניתן לציין DN בסיסי למשתמשים ולקבוצות בלשונית מתקדם", "Detect Base DN" : "גילוי DN בסיסי", @@ -149,6 +147,7 @@ OC.L10N.register( "Add a new configuration" : "הוספת תצורה חדשה", "Delete the current configuration" : "מחיקת תצורה נוכחית", "The DN of the client user with which the bind shall be done, e.g. uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password empty." : "ה- DN של משתמש הלקוח שבו החיבור יעשה, למשל uid=agent,dc=example,dc=com. לחיבור אנונימי, יש להשאיר את ה- DN והסיסמא ריקים.", + "Save Credentials" : "שמירת פרטי הגישה", "Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." : "נמנע מבקשות אוטומטיות של LDAP. מועדף עבור התקנות גדולות, אבל מחייב ידע מסויים של LDAP.", "Manually enter LDAP filters (recommended for large directories)" : "הכנסת מסנני LDAP ידנית (מומלץ עבוק תיקיות גדולות)", "The filter specifies which LDAP users shall have access to the %s instance." : "הסינון קובע לאיזו משתמשי LDAP תהיה יכולת כניסה למקרה %s.", @@ -156,6 +155,7 @@ OC.L10N.register( "Back" : "אחורה", "Continue" : "המשך", "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "אזהרה: מודול PHP LDAP אינו מותקן, צד אחורי לא יעבוד. יש לבקש מהמנהל המערכת להתקין אותו.", + "Configuration Active" : "תצורה פעילה", "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "אינו מומלץ, לשימוש לניסיון בלבד! אם החיבור עובד רק עם אפשרות זו, יבוא של תעודת SSL של שרת LDAP בשרת %s שלך.", "UUID Attribute for Users:" : "מאפייני UUID למשתמשים:", "UUID Attribute for Groups:" : "מאפייני UUID לקבוצות:" diff --git a/apps/user_ldap/l10n/he.json b/apps/user_ldap/l10n/he.json index 7c9b2deefbe..3566d67db15 100644 --- a/apps/user_ldap/l10n/he.json +++ b/apps/user_ldap/l10n/he.json @@ -69,7 +69,6 @@ "No object found in the given Base DN. Please revise." : "לא אותר אוביקט בבסיס DN שסופק. יש להחליף.", "More than 1,000 directory entries available." : "קיימים יותר מ- 1,000 רשומות ספריה.", "When unchecked, this configuration will be skipped." : "כאשר לא מסומן, נדלג על תצורה זו.", - "Configuration Active" : "תצורה פעילה", "Copy current configuration into new directory binding" : "מעתיק תצורה נוכחית אל תוך תיקייה חדשה", "You can omit the protocol, unless you require SSL. If so, start with ldaps://" : "ניתן להשמיט את הפרוטוקול, אלא אם כן צריך SSL. אם זה המצב, יש להתחיל ב־ldaps://‎", "Host" : "מארח", @@ -78,7 +77,6 @@ "User DN" : "DN משתמש", "For anonymous access, leave DN and Password empty." : "לגישה אנונימית, השאר את הDM והסיסמא ריקים.", "Password" : "סיסמא", - "Save Credentials" : "שמירת פרטי הגישה", "One Base DN per line" : "DN בסיסי אחד לשורה", "You can specify Base DN for users and groups in the Advanced tab" : "ניתן לציין DN בסיסי למשתמשים ולקבוצות בלשונית מתקדם", "Detect Base DN" : "גילוי DN בסיסי", @@ -147,6 +145,7 @@ "Add a new configuration" : "הוספת תצורה חדשה", "Delete the current configuration" : "מחיקת תצורה נוכחית", "The DN of the client user with which the bind shall be done, e.g. uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password empty." : "ה- DN של משתמש הלקוח שבו החיבור יעשה, למשל uid=agent,dc=example,dc=com. לחיבור אנונימי, יש להשאיר את ה- DN והסיסמא ריקים.", + "Save Credentials" : "שמירת פרטי הגישה", "Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." : "נמנע מבקשות אוטומטיות של LDAP. מועדף עבור התקנות גדולות, אבל מחייב ידע מסויים של LDAP.", "Manually enter LDAP filters (recommended for large directories)" : "הכנסת מסנני LDAP ידנית (מומלץ עבוק תיקיות גדולות)", "The filter specifies which LDAP users shall have access to the %s instance." : "הסינון קובע לאיזו משתמשי LDAP תהיה יכולת כניסה למקרה %s.", @@ -154,6 +153,7 @@ "Back" : "אחורה", "Continue" : "המשך", "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "אזהרה: מודול PHP LDAP אינו מותקן, צד אחורי לא יעבוד. יש לבקש מהמנהל המערכת להתקין אותו.", + "Configuration Active" : "תצורה פעילה", "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "אינו מומלץ, לשימוש לניסיון בלבד! אם החיבור עובד רק עם אפשרות זו, יבוא של תעודת SSL של שרת LDAP בשרת %s שלך.", "UUID Attribute for Users:" : "מאפייני UUID למשתמשים:", "UUID Attribute for Groups:" : "מאפייני UUID לקבוצות:" diff --git a/apps/user_ldap/l10n/hr.js b/apps/user_ldap/l10n/hr.js index b93d711a21a..e77342c247d 100644 --- a/apps/user_ldap/l10n/hr.js +++ b/apps/user_ldap/l10n/hr.js @@ -89,7 +89,6 @@ OC.L10N.register( "No object found in the given Base DN. Please revise." : "Nije pronađen nijedan objekt u atributu Base DN. Provjerite.", "More than 1,000 directory entries available." : "Dostupno je više od 1000 unosa u direktoriju.", "When unchecked, this configuration will be skipped." : "Ako nije označeno, konfiguracija će se preskočiti.", - "Configuration Active" : "Konfiguracija je aktivna", "Copy current configuration into new directory binding" : "Kopiraj trenutnu konfiguraciju u novo povezivanje imenika", "You can omit the protocol, unless you require SSL. If so, start with ldaps://" : "Protokol možete izostaviti, osim ako vam nije potreban SSL. U tom slučaju započnite s ldaps://", "Host" : "Glavno računalo", @@ -98,7 +97,6 @@ OC.L10N.register( "User DN" : "DN korisnika", "For anonymous access, leave DN and Password empty." : "Za anonimni pristup, DN i zaporka moraju biti prazni.", "Password" : "Zaporka", - "Save Credentials" : "Spremi vjerodajnice", "One Base DN per line" : "Jedan Base DN po retku", "You can specify Base DN for users and groups in the Advanced tab" : "Možete odrediti Base DN za korisnike i grupe u kartici s naprednim postavkama", "Detect Base DN" : "Otkrij Base DN", @@ -176,6 +174,7 @@ OC.L10N.register( "Add a new configuration" : "Dodaj novu konfiguraciju", "Delete the current configuration" : "Izbriši trenutnu konfiguraciju", "The DN of the client user with which the bind shall be done, e.g. uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password empty." : "DN klijenta korisnika s kojim će se izvršiti povezivanje, npr. uid=agent,dc=example,dc=com. Za anonimni pristup, DN i zaporka moraju biti prazni.", + "Save Credentials" : "Spremi vjerodajnice", "Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." : "Izbjegava automatske LDAP zahtjeve. Povoljnije za veće postave, ali zahtijeva određeno znanje o LDAP-u.", "Manually enter LDAP filters (recommended for large directories)" : "Ručno unesite LDAP filtre (preporučuje se za velike imenike)", "The filter specifies which LDAP users shall have access to the %s instance." : "Filtar određuje koji će LDAP korisnici moći pristupiti instanci %s.", @@ -183,6 +182,7 @@ OC.L10N.register( "Back" : "Natrag", "Continue" : "Nastavi", "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "Upozorenje: modul PHP LDAP nije instaliran i pozadinski sustav ne radi. Zatražite od svog administratora sustava da ga instalira.", + "Configuration Active" : "Konfiguracija je aktivna", "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "Ova se radnja ne preporučuje, koristite je samo za ispitivanje sustava! Ako veza funkcionira samo kada je ova postavka omogućena, dodajte SSL vjerodajnicu LDAP poslužitelja na svoj %s poslužitelj.", "\"$home\" Placeholder Field" : "Polje rezerviranja „$home”", "UUID Attribute for Users:" : "Atribut UUID za korisnike:", diff --git a/apps/user_ldap/l10n/hr.json b/apps/user_ldap/l10n/hr.json index a0b45eeb2c8..fc9e877f2b0 100644 --- a/apps/user_ldap/l10n/hr.json +++ b/apps/user_ldap/l10n/hr.json @@ -87,7 +87,6 @@ "No object found in the given Base DN. Please revise." : "Nije pronađen nijedan objekt u atributu Base DN. Provjerite.", "More than 1,000 directory entries available." : "Dostupno je više od 1000 unosa u direktoriju.", "When unchecked, this configuration will be skipped." : "Ako nije označeno, konfiguracija će se preskočiti.", - "Configuration Active" : "Konfiguracija je aktivna", "Copy current configuration into new directory binding" : "Kopiraj trenutnu konfiguraciju u novo povezivanje imenika", "You can omit the protocol, unless you require SSL. If so, start with ldaps://" : "Protokol možete izostaviti, osim ako vam nije potreban SSL. U tom slučaju započnite s ldaps://", "Host" : "Glavno računalo", @@ -96,7 +95,6 @@ "User DN" : "DN korisnika", "For anonymous access, leave DN and Password empty." : "Za anonimni pristup, DN i zaporka moraju biti prazni.", "Password" : "Zaporka", - "Save Credentials" : "Spremi vjerodajnice", "One Base DN per line" : "Jedan Base DN po retku", "You can specify Base DN for users and groups in the Advanced tab" : "Možete odrediti Base DN za korisnike i grupe u kartici s naprednim postavkama", "Detect Base DN" : "Otkrij Base DN", @@ -174,6 +172,7 @@ "Add a new configuration" : "Dodaj novu konfiguraciju", "Delete the current configuration" : "Izbriši trenutnu konfiguraciju", "The DN of the client user with which the bind shall be done, e.g. uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password empty." : "DN klijenta korisnika s kojim će se izvršiti povezivanje, npr. uid=agent,dc=example,dc=com. Za anonimni pristup, DN i zaporka moraju biti prazni.", + "Save Credentials" : "Spremi vjerodajnice", "Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." : "Izbjegava automatske LDAP zahtjeve. Povoljnije za veće postave, ali zahtijeva određeno znanje o LDAP-u.", "Manually enter LDAP filters (recommended for large directories)" : "Ručno unesite LDAP filtre (preporučuje se za velike imenike)", "The filter specifies which LDAP users shall have access to the %s instance." : "Filtar određuje koji će LDAP korisnici moći pristupiti instanci %s.", @@ -181,6 +180,7 @@ "Back" : "Natrag", "Continue" : "Nastavi", "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "Upozorenje: modul PHP LDAP nije instaliran i pozadinski sustav ne radi. Zatražite od svog administratora sustava da ga instalira.", + "Configuration Active" : "Konfiguracija je aktivna", "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "Ova se radnja ne preporučuje, koristite je samo za ispitivanje sustava! Ako veza funkcionira samo kada je ova postavka omogućena, dodajte SSL vjerodajnicu LDAP poslužitelja na svoj %s poslužitelj.", "\"$home\" Placeholder Field" : "Polje rezerviranja „$home”", "UUID Attribute for Users:" : "Atribut UUID za korisnike:", diff --git a/apps/user_ldap/l10n/hu.js b/apps/user_ldap/l10n/hu.js index 07aa3802ed2..b6f3f5f7fe6 100644 --- a/apps/user_ldap/l10n/hu.js +++ b/apps/user_ldap/l10n/hu.js @@ -145,7 +145,6 @@ OC.L10N.register( "More than 1,000 directory entries available." : "Több mint 1000 címtárbejegyzés érhető el.", "_{ldapTestBase} entry available within the provided Base DN_::_{ldapTestBase} entries available within the provided Base DN_" : ["{ldapTestBase} bejegyzés érhető el a megadott alap DN alatt","{ldapTestBase} bejegyzés érhető el a megadott alap DN alatt"], "When unchecked, this configuration will be skipped." : "Ha nincs kipipálva, ez a beállítás ki lesz hagyva.", - "Configuration Active" : "A beállítás aktív", "Copy current configuration into new directory binding" : "Jelenlegi beállítások másolása egy új címtárkötésbe", "Copy configuration" : "Konfiguráció másolása", "Delete configuration" : "Konfiguráció törlése", @@ -156,7 +155,6 @@ OC.L10N.register( "User DN" : "Alap DN", "For anonymous access, leave DN and Password empty." : "Az anonim eléréshez hagyja üresen a DN és Jelszó mezőket.", "Password" : "Jelszó", - "Save Credentials" : "Hitelesítő adatok mentése", "Base DN" : "Alap DN", "One Base DN per line" : "Soronként egy alap DN", "You can specify Base DN for users and groups in the Advanced tab" : "A felhasználók és csoportok alap DN-jét a Speciális lapon adhatja meg", @@ -250,6 +248,7 @@ OC.L10N.register( "Add a new configuration" : "Új beállítások hozzáadása", "Delete the current configuration" : "Jelenlegi beállítások törlése", "The DN of the client user with which the bind shall be done, e.g. uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password empty." : "Annak a kliensfelhasználónak a DN-je, akinek a nevében történik a kötés, például uid=agent,dc=example,dc=com. Az anonim eléréshez hagyja üresen a DN és Jelszó mezőket.", + "Save Credentials" : "Hitelesítő adatok mentése", "Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." : "Elkerüli az automatikus LDAP kéréseket. Hasznos nagy telepítéseknél, de némi LDAP ismeretet igényel.", "Manually enter LDAP filters (recommended for large directories)" : "LDAP szűrők kézi beállítása (ajánlott a nagy könyvtáraknál)", "The filter specifies which LDAP users shall have access to the %s instance." : "A szűrő meghatározza, hogy mely LDAP felhasználók lesznek jogosultak a(z) %s példány elérésére.", @@ -257,6 +256,7 @@ OC.L10N.register( "Back" : "Vissza", "Continue" : "Folytatás", "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "Figyelmeztetés: Az LDAP PHP modul nincs telepítve, ezért ez az alrendszer nem fog működni. Kérje meg a rendszergazdát, hogy telepítse.", + "Configuration Active" : "A beállítás aktív", "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "Nem javasolt, csak tesztelésre használja. Ha a kapcsolat csak ezzel a beállítással működik, akkor importálja az LDAP-kiszolgáló SSL tanúsítványát a(z) %s kiszolgálóra.", "\"$home\" Placeholder Field" : "„$home” helykitöltő mező", "Pronouns Field" : "Névmások mezője", diff --git a/apps/user_ldap/l10n/hu.json b/apps/user_ldap/l10n/hu.json index e6834e83119..5bb5b2a48da 100644 --- a/apps/user_ldap/l10n/hu.json +++ b/apps/user_ldap/l10n/hu.json @@ -143,7 +143,6 @@ "More than 1,000 directory entries available." : "Több mint 1000 címtárbejegyzés érhető el.", "_{ldapTestBase} entry available within the provided Base DN_::_{ldapTestBase} entries available within the provided Base DN_" : ["{ldapTestBase} bejegyzés érhető el a megadott alap DN alatt","{ldapTestBase} bejegyzés érhető el a megadott alap DN alatt"], "When unchecked, this configuration will be skipped." : "Ha nincs kipipálva, ez a beállítás ki lesz hagyva.", - "Configuration Active" : "A beállítás aktív", "Copy current configuration into new directory binding" : "Jelenlegi beállítások másolása egy új címtárkötésbe", "Copy configuration" : "Konfiguráció másolása", "Delete configuration" : "Konfiguráció törlése", @@ -154,7 +153,6 @@ "User DN" : "Alap DN", "For anonymous access, leave DN and Password empty." : "Az anonim eléréshez hagyja üresen a DN és Jelszó mezőket.", "Password" : "Jelszó", - "Save Credentials" : "Hitelesítő adatok mentése", "Base DN" : "Alap DN", "One Base DN per line" : "Soronként egy alap DN", "You can specify Base DN for users and groups in the Advanced tab" : "A felhasználók és csoportok alap DN-jét a Speciális lapon adhatja meg", @@ -248,6 +246,7 @@ "Add a new configuration" : "Új beállítások hozzáadása", "Delete the current configuration" : "Jelenlegi beállítások törlése", "The DN of the client user with which the bind shall be done, e.g. uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password empty." : "Annak a kliensfelhasználónak a DN-je, akinek a nevében történik a kötés, például uid=agent,dc=example,dc=com. Az anonim eléréshez hagyja üresen a DN és Jelszó mezőket.", + "Save Credentials" : "Hitelesítő adatok mentése", "Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." : "Elkerüli az automatikus LDAP kéréseket. Hasznos nagy telepítéseknél, de némi LDAP ismeretet igényel.", "Manually enter LDAP filters (recommended for large directories)" : "LDAP szűrők kézi beállítása (ajánlott a nagy könyvtáraknál)", "The filter specifies which LDAP users shall have access to the %s instance." : "A szűrő meghatározza, hogy mely LDAP felhasználók lesznek jogosultak a(z) %s példány elérésére.", @@ -255,6 +254,7 @@ "Back" : "Vissza", "Continue" : "Folytatás", "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "Figyelmeztetés: Az LDAP PHP modul nincs telepítve, ezért ez az alrendszer nem fog működni. Kérje meg a rendszergazdát, hogy telepítse.", + "Configuration Active" : "A beállítás aktív", "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "Nem javasolt, csak tesztelésre használja. Ha a kapcsolat csak ezzel a beállítással működik, akkor importálja az LDAP-kiszolgáló SSL tanúsítványát a(z) %s kiszolgálóra.", "\"$home\" Placeholder Field" : "„$home” helykitöltő mező", "Pronouns Field" : "Névmások mezője", diff --git a/apps/user_ldap/l10n/id.js b/apps/user_ldap/l10n/id.js index 1c8207f2593..4b6ad2ed791 100644 --- a/apps/user_ldap/l10n/id.js +++ b/apps/user_ldap/l10n/id.js @@ -84,7 +84,6 @@ OC.L10N.register( "No object found in the given Base DN. Please revise." : "Tidak ada obyek ditemukan di Base DN yang diberikan. Mohon diperiksa kembali.", "More than 1,000 directory entries available." : "Lebih dari 1000 entri direktori tersedia.", "When unchecked, this configuration will be skipped." : "Jika tidak dicentang, konfigurasi ini akan dilewati.", - "Configuration Active" : "Konfigurasi Aktif", "Copy current configuration into new directory binding" : "Salin konfigurasi saat ini kedalam direktori baru", "You can omit the protocol, unless you require SSL. If so, start with ldaps://" : "Anda dapat mengabaikan nama protokol, kecuali dibutuhkan SSL. Jika iya, maka awali dengan ldaps://", "Host" : "Host", @@ -93,7 +92,6 @@ OC.L10N.register( "User DN" : "Pengguna DN", "For anonymous access, leave DN and Password empty." : "Untuk akses anonim, biarkan DN dan Kata sandi kosong.", "Password" : "Kata sandi", - "Save Credentials" : "Simpan kredensial", "One Base DN per line" : "Satu Base DN per baris", "You can specify Base DN for users and groups in the Advanced tab" : "Anda dapat menetapkan Base DN untuk pengguna dan grup dalam tab Lanjutan", "Detect Base DN" : "Deteksi Base DN", @@ -168,6 +166,7 @@ OC.L10N.register( "Add a new configuration" : "Tambah konfigurasi baru", "Delete the current configuration" : "Hapus konfigurasi saat ini", "The DN of the client user with which the bind shall be done, e.g. uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password empty." : "DN dari klien pengguna yang dengannya tautan akan diterapkan, mis. uid=agen,dc=contoh,dc=com. Untuk akses anonim, biarkan DN dan kata sandi kosong.", + "Save Credentials" : "Simpan kredensial", "Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." : "Mencegah permintaan LDAP otomatis. Berguna untuk setelan yang lebih besar, tapi memerlukan beberapa pengetahuan LDAP.", "Manually enter LDAP filters (recommended for large directories)" : "Masukkan penyaring LDAP secara manual (direkomendasikan untuk direktori yang besar)", "The filter specifies which LDAP users shall have access to the %s instance." : "Penyaring menentukan pengguna LDAP mana yang memiliki akses ke %s.", @@ -175,6 +174,7 @@ OC.L10N.register( "Back" : "Kembali", "Continue" : "Lanjutkan", "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "Peringatan: Modul LDAP PHP tidak terpasang, perangkat tidak akan bekerja. Silakan minta administrator sistem untuk memasangnya.", + "Configuration Active" : "Konfigurasi Aktif", "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "Tidak dianjurkan, gunakan ini hanya untuk percobaan! Jika koneksi hanya bekerja dengan opsi ini, impor sertifikat SSL milik server LDAP kedalam server %s Anda.", "UUID Attribute for Users:" : "Atribut UUID untuk Pengguna:", "UUID Attribute for Groups:" : "Atribut UUID untuk Grup:" diff --git a/apps/user_ldap/l10n/id.json b/apps/user_ldap/l10n/id.json index 1ad22796034..15989e8d2bc 100644 --- a/apps/user_ldap/l10n/id.json +++ b/apps/user_ldap/l10n/id.json @@ -82,7 +82,6 @@ "No object found in the given Base DN. Please revise." : "Tidak ada obyek ditemukan di Base DN yang diberikan. Mohon diperiksa kembali.", "More than 1,000 directory entries available." : "Lebih dari 1000 entri direktori tersedia.", "When unchecked, this configuration will be skipped." : "Jika tidak dicentang, konfigurasi ini akan dilewati.", - "Configuration Active" : "Konfigurasi Aktif", "Copy current configuration into new directory binding" : "Salin konfigurasi saat ini kedalam direktori baru", "You can omit the protocol, unless you require SSL. If so, start with ldaps://" : "Anda dapat mengabaikan nama protokol, kecuali dibutuhkan SSL. Jika iya, maka awali dengan ldaps://", "Host" : "Host", @@ -91,7 +90,6 @@ "User DN" : "Pengguna DN", "For anonymous access, leave DN and Password empty." : "Untuk akses anonim, biarkan DN dan Kata sandi kosong.", "Password" : "Kata sandi", - "Save Credentials" : "Simpan kredensial", "One Base DN per line" : "Satu Base DN per baris", "You can specify Base DN for users and groups in the Advanced tab" : "Anda dapat menetapkan Base DN untuk pengguna dan grup dalam tab Lanjutan", "Detect Base DN" : "Deteksi Base DN", @@ -166,6 +164,7 @@ "Add a new configuration" : "Tambah konfigurasi baru", "Delete the current configuration" : "Hapus konfigurasi saat ini", "The DN of the client user with which the bind shall be done, e.g. uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password empty." : "DN dari klien pengguna yang dengannya tautan akan diterapkan, mis. uid=agen,dc=contoh,dc=com. Untuk akses anonim, biarkan DN dan kata sandi kosong.", + "Save Credentials" : "Simpan kredensial", "Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." : "Mencegah permintaan LDAP otomatis. Berguna untuk setelan yang lebih besar, tapi memerlukan beberapa pengetahuan LDAP.", "Manually enter LDAP filters (recommended for large directories)" : "Masukkan penyaring LDAP secara manual (direkomendasikan untuk direktori yang besar)", "The filter specifies which LDAP users shall have access to the %s instance." : "Penyaring menentukan pengguna LDAP mana yang memiliki akses ke %s.", @@ -173,6 +172,7 @@ "Back" : "Kembali", "Continue" : "Lanjutkan", "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "Peringatan: Modul LDAP PHP tidak terpasang, perangkat tidak akan bekerja. Silakan minta administrator sistem untuk memasangnya.", + "Configuration Active" : "Konfigurasi Aktif", "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "Tidak dianjurkan, gunakan ini hanya untuk percobaan! Jika koneksi hanya bekerja dengan opsi ini, impor sertifikat SSL milik server LDAP kedalam server %s Anda.", "UUID Attribute for Users:" : "Atribut UUID untuk Pengguna:", "UUID Attribute for Groups:" : "Atribut UUID untuk Grup:" diff --git a/apps/user_ldap/l10n/it.js b/apps/user_ldap/l10n/it.js index af6adb9c50c..d96de7ce7ff 100644 --- a/apps/user_ldap/l10n/it.js +++ b/apps/user_ldap/l10n/it.js @@ -147,22 +147,17 @@ OC.L10N.register( "More than 1,000 directory entries available." : "Più di 1.000 cartelle disponibili.", "_{ldapTestBase} entry available within the provided Base DN_::_{ldapTestBase} entries available within the provided Base DN_" : ["{ldapTestBase} voce disponibile all'interno del DN di base fornito","{ldapTestBase}voci disponibile all'interno del DN di base fornito","{ldapTestBase} entries available within the provided Base DN"], "When unchecked, this configuration will be skipped." : "Se deselezionata, questa configurazione sarà saltata.", - "Configuration Active" : "Configurazione attiva", "Copy current configuration into new directory binding" : "Copia la configurazione attuale nella nuova cartella associata", "Copy configuration" : "Copia configurazione", "Delete configuration" : "Elimina configurazione", "You can omit the protocol, unless you require SSL. If so, start with ldaps://" : "È possibile omettere il protocollo, a meno che non sia necessario SSL. In questo caso, inizia con ldaps://", "Host" : "Host", - "ldaps://localhost" : "ldaps://localhost", "Port" : "Porta", - "389" : "389", "Detect Port" : "Rileva porta", "The DN of the client user with which the bind shall be done. For anonymous access, leave DN and Password empty." : "Il DN dell'utente client con cui deve essere eseguito il binding. Per l'accesso anonimo, lasciare vuoti i campi DN e Password.", "User DN" : "DN utente", - "uid=agent,dc=example,dc=com" : "uid=agent,dc=example,dc=com", "For anonymous access, leave DN and Password empty." : "Per l'accesso anonimo, lascia vuoti i campi DN e Password", "Password" : "Password", - "Save Credentials" : "Salva credenziali", "Base DN" : "DN Base", "One Base DN per line" : "Un DN base per riga", "You can specify Base DN for users and groups in the Advanced tab" : "Puoi specificare un DN base per gli utenti ed i gruppi nella scheda Avanzate", @@ -256,6 +251,7 @@ OC.L10N.register( "Add a new configuration" : "Aggiungi una nuova configurazione", "Delete the current configuration" : "Elimina la configurazione attuale", "The DN of the client user with which the bind shall be done, e.g. uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password empty." : "Il DN per il client dell'utente con cui deve essere associato, ad esempio uid=agente,dc=esempio,dc=com. Per l'accesso anonimo, lasciare vuoti i campi DN e Password", + "Save Credentials" : "Salva credenziali", "Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." : "Impedisce le richieste LDAP automatiche. Meglio per installazioni più grandi, ma richiede una certa conoscenza di LDAP.", "Manually enter LDAP filters (recommended for large directories)" : "Digita manualmente i filtri LDAP (consigliato per directory grandi)", "The filter specifies which LDAP users shall have access to the %s instance." : "Il filtro specifica quali utenti LDAP devono avere accesso all'istanza %s.", @@ -263,6 +259,7 @@ OC.L10N.register( "Back" : "Indietro", "Continue" : "Continua", "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "Avviso: il modulo PHP LDAP non è installato, il motore non funzionerà. Chiedi al tuo amministratore di sistema di installarlo.", + "Configuration Active" : "Configurazione attiva", "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "Non consigliata, da utilizzare solo per test! Se la connessione funziona solo con questa opzione, importa il certificate SSL del server LDAP sul tuo server %s.", "\"$home\" Placeholder Field" : "Segnaposto \"$home\"", "Pronouns Field" : "Campo Pronomi", diff --git a/apps/user_ldap/l10n/it.json b/apps/user_ldap/l10n/it.json index 0ed2bff8f14..f5ac7f6819e 100644 --- a/apps/user_ldap/l10n/it.json +++ b/apps/user_ldap/l10n/it.json @@ -145,22 +145,17 @@ "More than 1,000 directory entries available." : "Più di 1.000 cartelle disponibili.", "_{ldapTestBase} entry available within the provided Base DN_::_{ldapTestBase} entries available within the provided Base DN_" : ["{ldapTestBase} voce disponibile all'interno del DN di base fornito","{ldapTestBase}voci disponibile all'interno del DN di base fornito","{ldapTestBase} entries available within the provided Base DN"], "When unchecked, this configuration will be skipped." : "Se deselezionata, questa configurazione sarà saltata.", - "Configuration Active" : "Configurazione attiva", "Copy current configuration into new directory binding" : "Copia la configurazione attuale nella nuova cartella associata", "Copy configuration" : "Copia configurazione", "Delete configuration" : "Elimina configurazione", "You can omit the protocol, unless you require SSL. If so, start with ldaps://" : "È possibile omettere il protocollo, a meno che non sia necessario SSL. In questo caso, inizia con ldaps://", "Host" : "Host", - "ldaps://localhost" : "ldaps://localhost", "Port" : "Porta", - "389" : "389", "Detect Port" : "Rileva porta", "The DN of the client user with which the bind shall be done. For anonymous access, leave DN and Password empty." : "Il DN dell'utente client con cui deve essere eseguito il binding. Per l'accesso anonimo, lasciare vuoti i campi DN e Password.", "User DN" : "DN utente", - "uid=agent,dc=example,dc=com" : "uid=agent,dc=example,dc=com", "For anonymous access, leave DN and Password empty." : "Per l'accesso anonimo, lascia vuoti i campi DN e Password", "Password" : "Password", - "Save Credentials" : "Salva credenziali", "Base DN" : "DN Base", "One Base DN per line" : "Un DN base per riga", "You can specify Base DN for users and groups in the Advanced tab" : "Puoi specificare un DN base per gli utenti ed i gruppi nella scheda Avanzate", @@ -254,6 +249,7 @@ "Add a new configuration" : "Aggiungi una nuova configurazione", "Delete the current configuration" : "Elimina la configurazione attuale", "The DN of the client user with which the bind shall be done, e.g. uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password empty." : "Il DN per il client dell'utente con cui deve essere associato, ad esempio uid=agente,dc=esempio,dc=com. Per l'accesso anonimo, lasciare vuoti i campi DN e Password", + "Save Credentials" : "Salva credenziali", "Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." : "Impedisce le richieste LDAP automatiche. Meglio per installazioni più grandi, ma richiede una certa conoscenza di LDAP.", "Manually enter LDAP filters (recommended for large directories)" : "Digita manualmente i filtri LDAP (consigliato per directory grandi)", "The filter specifies which LDAP users shall have access to the %s instance." : "Il filtro specifica quali utenti LDAP devono avere accesso all'istanza %s.", @@ -261,6 +257,7 @@ "Back" : "Indietro", "Continue" : "Continua", "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "Avviso: il modulo PHP LDAP non è installato, il motore non funzionerà. Chiedi al tuo amministratore di sistema di installarlo.", + "Configuration Active" : "Configurazione attiva", "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "Non consigliata, da utilizzare solo per test! Se la connessione funziona solo con questa opzione, importa il certificate SSL del server LDAP sul tuo server %s.", "\"$home\" Placeholder Field" : "Segnaposto \"$home\"", "Pronouns Field" : "Campo Pronomi", diff --git a/apps/user_ldap/l10n/ja.js b/apps/user_ldap/l10n/ja.js index 44afce95fe2..c3f0405e004 100644 --- a/apps/user_ldap/l10n/ja.js +++ b/apps/user_ldap/l10n/ja.js @@ -145,7 +145,6 @@ OC.L10N.register( "More than 1,000 directory entries available." : "1,000以上のディレクトリエントリが利用可能です。", "_{ldapTestBase} entry available within the provided Base DN_::_{ldapTestBase} entries available within the provided Base DN_" : ["入力されたベースDNで{ldapTestBase}エントリーが利用可能"], "When unchecked, this configuration will be skipped." : "チェックを外すと、この設定はスキップされます。", - "Configuration Active" : "設定は有効です", "Copy current configuration into new directory binding" : "現在の設定を新しいディレクトリ設定にコピー", "Copy configuration" : "設定のコピー", "Delete configuration" : "設定の削除", @@ -156,7 +155,6 @@ OC.L10N.register( "User DN" : "ユーザーDN", "For anonymous access, leave DN and Password empty." : "匿名アクセスの場合は、DNとパスワードを空のままにしてください。", "Password" : "パスワード", - "Save Credentials" : "資格情報を保存", "Base DN" : "ベース DN", "One Base DN per line" : "1行に1つのベースDNを記入", "You can specify Base DN for users and groups in the Advanced tab" : "詳細設定でユーザーとグループのベースDNを指定することができます。", @@ -250,6 +248,7 @@ OC.L10N.register( "Add a new configuration" : "新しい設定を追加", "Delete the current configuration" : "現在の設定を削除", "The DN of the client user with which the bind shall be done, e.g. uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password empty." : "どのクライアントユーザーのDNで接続するか指定します。例えば uid=agent,dc=example,dc=com になります。匿名アクセスの場合、DNとパスワードは空のままにしてください。", + "Save Credentials" : "資格情報を保存", "Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." : "自動的なLDAP問合せを停止します。大規模な設定には適していますが、LDAPの知識が必要になります。", "Manually enter LDAP filters (recommended for large directories)" : "手動でLDAPフィルターを入力(大規模ディレクトリ時のみ推奨)", "The filter specifies which LDAP users shall have access to the %s instance." : "フィルターは、どのLDAPユーザーが %s にアクセスするかを指定します。", @@ -257,6 +256,7 @@ OC.L10N.register( "Back" : "戻る", "Continue" : "続ける", "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "警告: PHP LDAP モジュールがインストールされていません。バックエンド接続が正しく動作しません。システム管理者にインストールするよう問い合わせてください。", + "Configuration Active" : "設定は有効です", "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "推奨されません、テストにおいてのみ使用してください!このオプションでのみ接続が動作する場合は、LDAP サーバーのSSL証明書を %s サーバーにインポートしてください。", "\"$home\" Placeholder Field" : "\"$home\" 属性設定", "Pronouns Field" : "代名詞フィールド", diff --git a/apps/user_ldap/l10n/ja.json b/apps/user_ldap/l10n/ja.json index 67d3f79101c..e9d67c7cc92 100644 --- a/apps/user_ldap/l10n/ja.json +++ b/apps/user_ldap/l10n/ja.json @@ -143,7 +143,6 @@ "More than 1,000 directory entries available." : "1,000以上のディレクトリエントリが利用可能です。", "_{ldapTestBase} entry available within the provided Base DN_::_{ldapTestBase} entries available within the provided Base DN_" : ["入力されたベースDNで{ldapTestBase}エントリーが利用可能"], "When unchecked, this configuration will be skipped." : "チェックを外すと、この設定はスキップされます。", - "Configuration Active" : "設定は有効です", "Copy current configuration into new directory binding" : "現在の設定を新しいディレクトリ設定にコピー", "Copy configuration" : "設定のコピー", "Delete configuration" : "設定の削除", @@ -154,7 +153,6 @@ "User DN" : "ユーザーDN", "For anonymous access, leave DN and Password empty." : "匿名アクセスの場合は、DNとパスワードを空のままにしてください。", "Password" : "パスワード", - "Save Credentials" : "資格情報を保存", "Base DN" : "ベース DN", "One Base DN per line" : "1行に1つのベースDNを記入", "You can specify Base DN for users and groups in the Advanced tab" : "詳細設定でユーザーとグループのベースDNを指定することができます。", @@ -248,6 +246,7 @@ "Add a new configuration" : "新しい設定を追加", "Delete the current configuration" : "現在の設定を削除", "The DN of the client user with which the bind shall be done, e.g. uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password empty." : "どのクライアントユーザーのDNで接続するか指定します。例えば uid=agent,dc=example,dc=com になります。匿名アクセスの場合、DNとパスワードは空のままにしてください。", + "Save Credentials" : "資格情報を保存", "Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." : "自動的なLDAP問合せを停止します。大規模な設定には適していますが、LDAPの知識が必要になります。", "Manually enter LDAP filters (recommended for large directories)" : "手動でLDAPフィルターを入力(大規模ディレクトリ時のみ推奨)", "The filter specifies which LDAP users shall have access to the %s instance." : "フィルターは、どのLDAPユーザーが %s にアクセスするかを指定します。", @@ -255,6 +254,7 @@ "Back" : "戻る", "Continue" : "続ける", "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "警告: PHP LDAP モジュールがインストールされていません。バックエンド接続が正しく動作しません。システム管理者にインストールするよう問い合わせてください。", + "Configuration Active" : "設定は有効です", "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "推奨されません、テストにおいてのみ使用してください!このオプションでのみ接続が動作する場合は、LDAP サーバーのSSL証明書を %s サーバーにインポートしてください。", "\"$home\" Placeholder Field" : "\"$home\" 属性設定", "Pronouns Field" : "代名詞フィールド", diff --git a/apps/user_ldap/l10n/ka.js b/apps/user_ldap/l10n/ka.js index bba1f98a775..5ea495235a5 100644 --- a/apps/user_ldap/l10n/ka.js +++ b/apps/user_ldap/l10n/ka.js @@ -117,7 +117,6 @@ OC.L10N.register( "No object found in the given Base DN. Please revise." : "No object found in the given Base DN. Please revise.", "More than 1,000 directory entries available." : "More than 1,000 directory entries available.", "When unchecked, this configuration will be skipped." : "When unchecked, this configuration will be skipped.", - "Configuration Active" : "Configuration Active", "Copy current configuration into new directory binding" : "Copy current configuration into new directory binding", "You can omit the protocol, unless you require SSL. If so, start with ldaps://" : "You can omit the protocol, unless you require SSL. If so, start with ldaps://", "Host" : "Host", @@ -126,7 +125,6 @@ OC.L10N.register( "User DN" : "User DN", "For anonymous access, leave DN and Password empty." : "For anonymous access, leave DN and Password empty.", "Password" : "პაროლი", - "Save Credentials" : "Save Credentials", "One Base DN per line" : "One Base DN per line", "You can specify Base DN for users and groups in the Advanced tab" : "You can specify Base DN for users and groups in the Advanced tab", "Detect Base DN" : "Detect Base DN", @@ -206,6 +204,7 @@ OC.L10N.register( "Add a new configuration" : "Add a new configuration", "Delete the current configuration" : "Delete the current configuration", "The DN of the client user with which the bind shall be done, e.g. uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password empty." : "The DN of the client user with which the bind shall be done, e.g. uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password empty.", + "Save Credentials" : "Save Credentials", "Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." : "Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge.", "Manually enter LDAP filters (recommended for large directories)" : "Manually enter LDAP filters (recommended for large directories)", "The filter specifies which LDAP users shall have access to the %s instance." : "The filter specifies which LDAP users shall have access to the %s instance.", @@ -213,6 +212,7 @@ OC.L10N.register( "Back" : "Back", "Continue" : "Continue", "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it.", + "Configuration Active" : "Configuration Active", "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server.", "\"$home\" Placeholder Field" : "\"$home\" Placeholder Field", "UUID Attribute for Users:" : "UUID Attribute for Users:", diff --git a/apps/user_ldap/l10n/ka.json b/apps/user_ldap/l10n/ka.json index 64dbdf7e3ae..59e957d06b8 100644 --- a/apps/user_ldap/l10n/ka.json +++ b/apps/user_ldap/l10n/ka.json @@ -115,7 +115,6 @@ "No object found in the given Base DN. Please revise." : "No object found in the given Base DN. Please revise.", "More than 1,000 directory entries available." : "More than 1,000 directory entries available.", "When unchecked, this configuration will be skipped." : "When unchecked, this configuration will be skipped.", - "Configuration Active" : "Configuration Active", "Copy current configuration into new directory binding" : "Copy current configuration into new directory binding", "You can omit the protocol, unless you require SSL. If so, start with ldaps://" : "You can omit the protocol, unless you require SSL. If so, start with ldaps://", "Host" : "Host", @@ -124,7 +123,6 @@ "User DN" : "User DN", "For anonymous access, leave DN and Password empty." : "For anonymous access, leave DN and Password empty.", "Password" : "პაროლი", - "Save Credentials" : "Save Credentials", "One Base DN per line" : "One Base DN per line", "You can specify Base DN for users and groups in the Advanced tab" : "You can specify Base DN for users and groups in the Advanced tab", "Detect Base DN" : "Detect Base DN", @@ -204,6 +202,7 @@ "Add a new configuration" : "Add a new configuration", "Delete the current configuration" : "Delete the current configuration", "The DN of the client user with which the bind shall be done, e.g. uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password empty." : "The DN of the client user with which the bind shall be done, e.g. uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password empty.", + "Save Credentials" : "Save Credentials", "Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." : "Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge.", "Manually enter LDAP filters (recommended for large directories)" : "Manually enter LDAP filters (recommended for large directories)", "The filter specifies which LDAP users shall have access to the %s instance." : "The filter specifies which LDAP users shall have access to the %s instance.", @@ -211,6 +210,7 @@ "Back" : "Back", "Continue" : "Continue", "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it.", + "Configuration Active" : "Configuration Active", "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server.", "\"$home\" Placeholder Field" : "\"$home\" Placeholder Field", "UUID Attribute for Users:" : "UUID Attribute for Users:", diff --git a/apps/user_ldap/l10n/ka_GE.js b/apps/user_ldap/l10n/ka_GE.js index 66e0034d443..46a19ad5893 100644 --- a/apps/user_ldap/l10n/ka_GE.js +++ b/apps/user_ldap/l10n/ka_GE.js @@ -79,7 +79,6 @@ OC.L10N.register( "No object found in the given Base DN. Please revise." : "მოცემულ საბაზისო DN-ში ობიექტი ვერ იქნა ნაპოვნი. გთხოვთ გადახედოთ.", "More than 1,000 directory entries available." : "ხელმისაწვდომია 1000-ზე მეტი დირექტორია.", "When unchecked, this configuration will be skipped." : "როცა გადანიშნულია, ეს კონფიგურაცია გამოტოვებული იქნება.", - "Configuration Active" : "კონფიგურაცია აქტიურია", "Copy current configuration into new directory binding" : "ამჟამინდელი კონფიგურაციის კოპირება ახალი დირექტორიის ბმაში", "You can omit the protocol, unless you require SSL. If so, start with ldaps://" : "იმ შემთხვევაში, თუ არ საჭიროებთ SSL-ს, შეგიზლიათ გამოტოვოთ პროტოკოლი. სხვა შემთხვევაში, დაიწყეთ ldaps://", "Host" : "ჰოსტი", @@ -88,7 +87,6 @@ OC.L10N.register( "User DN" : "მომხმარებლის DN", "For anonymous access, leave DN and Password empty." : "ანონიმური დაშვებისთვის, დატოვეთ DN–ის და პაროლის ველები ცარიელი.", "Password" : "პაროლი", - "Save Credentials" : "უფლებამოსილებების შენახვა", "One Base DN per line" : "ერთი საწყისი DN ერთ ხაზზე", "You can specify Base DN for users and groups in the Advanced tab" : "თქვენ შეგიძლიათ მიუთითოთ საწყისი DN მომხმარებლებისთვის და ჯგუფებისთვის დამატებით ტაბში", "Detect Base DN" : "საბაზისო DN-ის აღმოჩენა", @@ -161,6 +159,7 @@ OC.L10N.register( "Add a new configuration" : "ახალი კონფიგურაციის დამატება", "Delete the current configuration" : "ამჟამინდელი კონფიგურაციის გაუქმება", "The DN of the client user with which the bind shall be done, e.g. uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password empty." : "მომხმარებლის DN რომელთანაც უნდა მოხდეს დაკავშირება მოხდება შემდეგნაირად მაგ: uid=agent,dc=example,dc=com. ხოლო ანონიმური დაშვებისთვის, დატოვეთ DN–ის და პაროლის ველები ცარიელი.", + "Save Credentials" : "უფლებამოსილებების შენახვა", "Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." : "თავს არიდებს ავტომატურ LDAP მოთხოვნებს. უკეტესია დიდი მოწყობებისთვის, მაგრამ საჭიროებს LDAP-ის გარკვეულ ცოდნას.", "Manually enter LDAP filters (recommended for large directories)" : "მიუთითეთ LDAP ფილტრები ხელით (რეკომენდირებულია დიდი დირექტრიებისთვის)", "The filter specifies which LDAP users shall have access to the %s instance." : "ეს ფილტრი საზღვრავს LDAP-ის თუ რომელ მომხმარებლებს ექნებათ წვდომა %s ინსტანციაზე.", @@ -168,6 +167,7 @@ OC.L10N.register( "Back" : "უკან", "Continue" : "გაგრძელება", "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "გაფრთხილება: PHP LDAP მოდული არ არის ინსტალირებული, ბექენდი არ იმუშავებს. თხოვეთ თქვენს ადმინისტრატორს დააყენებინოთ ის.", + "Configuration Active" : "კონფიგურაცია აქტიურია", "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "არაა რეკომენდირებული, გამოიყენეთ მხოლოდ შემოწმებისთვის. თუ კავშირი მუშაობს მხოლოდ ამ პარამეტრით, LDAP სერვერის SSL სერტიფიკატი დააიმპორრტეთ თქვენს %s სერვერზე.", "UUID Attribute for Users:" : "UUID ატირბუტი მომხმარებლებისთვის:", "UUID Attribute for Groups:" : "UUID ატრიბუტი ჯგუფებისთვის:" diff --git a/apps/user_ldap/l10n/ka_GE.json b/apps/user_ldap/l10n/ka_GE.json index fc641a8e7e0..1e5f6bce2cb 100644 --- a/apps/user_ldap/l10n/ka_GE.json +++ b/apps/user_ldap/l10n/ka_GE.json @@ -77,7 +77,6 @@ "No object found in the given Base DN. Please revise." : "მოცემულ საბაზისო DN-ში ობიექტი ვერ იქნა ნაპოვნი. გთხოვთ გადახედოთ.", "More than 1,000 directory entries available." : "ხელმისაწვდომია 1000-ზე მეტი დირექტორია.", "When unchecked, this configuration will be skipped." : "როცა გადანიშნულია, ეს კონფიგურაცია გამოტოვებული იქნება.", - "Configuration Active" : "კონფიგურაცია აქტიურია", "Copy current configuration into new directory binding" : "ამჟამინდელი კონფიგურაციის კოპირება ახალი დირექტორიის ბმაში", "You can omit the protocol, unless you require SSL. If so, start with ldaps://" : "იმ შემთხვევაში, თუ არ საჭიროებთ SSL-ს, შეგიზლიათ გამოტოვოთ პროტოკოლი. სხვა შემთხვევაში, დაიწყეთ ldaps://", "Host" : "ჰოსტი", @@ -86,7 +85,6 @@ "User DN" : "მომხმარებლის DN", "For anonymous access, leave DN and Password empty." : "ანონიმური დაშვებისთვის, დატოვეთ DN–ის და პაროლის ველები ცარიელი.", "Password" : "პაროლი", - "Save Credentials" : "უფლებამოსილებების შენახვა", "One Base DN per line" : "ერთი საწყისი DN ერთ ხაზზე", "You can specify Base DN for users and groups in the Advanced tab" : "თქვენ შეგიძლიათ მიუთითოთ საწყისი DN მომხმარებლებისთვის და ჯგუფებისთვის დამატებით ტაბში", "Detect Base DN" : "საბაზისო DN-ის აღმოჩენა", @@ -159,6 +157,7 @@ "Add a new configuration" : "ახალი კონფიგურაციის დამატება", "Delete the current configuration" : "ამჟამინდელი კონფიგურაციის გაუქმება", "The DN of the client user with which the bind shall be done, e.g. uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password empty." : "მომხმარებლის DN რომელთანაც უნდა მოხდეს დაკავშირება მოხდება შემდეგნაირად მაგ: uid=agent,dc=example,dc=com. ხოლო ანონიმური დაშვებისთვის, დატოვეთ DN–ის და პაროლის ველები ცარიელი.", + "Save Credentials" : "უფლებამოსილებების შენახვა", "Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." : "თავს არიდებს ავტომატურ LDAP მოთხოვნებს. უკეტესია დიდი მოწყობებისთვის, მაგრამ საჭიროებს LDAP-ის გარკვეულ ცოდნას.", "Manually enter LDAP filters (recommended for large directories)" : "მიუთითეთ LDAP ფილტრები ხელით (რეკომენდირებულია დიდი დირექტრიებისთვის)", "The filter specifies which LDAP users shall have access to the %s instance." : "ეს ფილტრი საზღვრავს LDAP-ის თუ რომელ მომხმარებლებს ექნებათ წვდომა %s ინსტანციაზე.", @@ -166,6 +165,7 @@ "Back" : "უკან", "Continue" : "გაგრძელება", "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "გაფრთხილება: PHP LDAP მოდული არ არის ინსტალირებული, ბექენდი არ იმუშავებს. თხოვეთ თქვენს ადმინისტრატორს დააყენებინოთ ის.", + "Configuration Active" : "კონფიგურაცია აქტიურია", "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "არაა რეკომენდირებული, გამოიყენეთ მხოლოდ შემოწმებისთვის. თუ კავშირი მუშაობს მხოლოდ ამ პარამეტრით, LDAP სერვერის SSL სერტიფიკატი დააიმპორრტეთ თქვენს %s სერვერზე.", "UUID Attribute for Users:" : "UUID ატირბუტი მომხმარებლებისთვის:", "UUID Attribute for Groups:" : "UUID ატრიბუტი ჯგუფებისთვის:" diff --git a/apps/user_ldap/l10n/ko.js b/apps/user_ldap/l10n/ko.js index 9db5ba9c3ed..df5dfbc628c 100644 --- a/apps/user_ldap/l10n/ko.js +++ b/apps/user_ldap/l10n/ko.js @@ -116,7 +116,6 @@ OC.L10N.register( "No object found in the given Base DN. Please revise." : "입력한 기본 DN에서 객체를 찾을 수 없습니다. 다시 입력하십시오.", "More than 1,000 directory entries available." : "디렉터리 항목이 1,000개 이상 존재합니다.", "When unchecked, this configuration will be skipped." : "선택하지 않으면 이 설정을 무시합니다.", - "Configuration Active" : "구성 활성", "Copy current configuration into new directory binding" : "현재 설정을 새 디렉터리 바인딩으로 복사", "You can omit the protocol, unless you require SSL. If so, start with ldaps://" : "SSL이 필요한 경우가 아니라면 프로토콜을 입력하지 않아도 됩니다. SSL이 필요한 경우 ldaps:// 주소를 입력하십시오", "Host" : "호스트", @@ -125,7 +124,6 @@ OC.L10N.register( "User DN" : "사용자 DN", "For anonymous access, leave DN and Password empty." : "익명 접근을 허용하려면 DN과 암호를 비워 두십시오.", "Password" : "암호", - "Save Credentials" : "인증 정보 저장", "One Base DN per line" : "기본 DN을 한 줄에 하나씩 입력하십시오", "You can specify Base DN for users and groups in the Advanced tab" : "고급 탭에서 사용자 및 그룹에 대한 기본 DN을 지정할 수 있습니다.", "Detect Base DN" : "기본 DN 감지", @@ -203,6 +201,7 @@ OC.L10N.register( "Add a new configuration" : "새 설정 추가", "Delete the current configuration" : "현재 설정 삭제", "The DN of the client user with which the bind shall be done, e.g. uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password empty." : "바인딩 작업을 수행할 클라이언트 사용자 DN입니다. 예를 들어서 uid=agent,dc=example,dc=com입니다. 익명 접근을 허용하려면 DN과 암호를 비워 두십시오.", + "Save Credentials" : "인증 정보 저장", "Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." : "자동 LDAP 요청을 줄입니다. 대형 사이트에서 유용하지만 LDAP에 관한 지식이 필요합니다.", "Manually enter LDAP filters (recommended for large directories)" : "수동으로 LDAP 필터 입력(대형 사이트에 추천)", "The filter specifies which LDAP users shall have access to the %s instance." : "이 필터는 %s에 접근할 수 있는 LDAP 사용자를 설정합니다.", @@ -210,6 +209,7 @@ OC.L10N.register( "Back" : "뒤로", "Continue" : "계속", "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "경고: PHP LDAP 모듈이 비활성화되어 있거나 설치되어 있지 않습니다. 백엔드를 사용할 수 없습니다. 시스템 관리자에게 설치를 요청하십시오.", + "Configuration Active" : "구성 활성", "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "테스트 목적으로만 사용하십시오! 이 옵션을 사용해야만 연결할 수 있으면 %s 서버에 LDAP 서버의 SSL 인증서를 설치하십시오.", "\"$home\" Placeholder Field" : "\"$home\" 자리 비움자 필드", "UUID Attribute for Users:" : "사용자 UUID 속성:", diff --git a/apps/user_ldap/l10n/ko.json b/apps/user_ldap/l10n/ko.json index dba252ee34f..b1b29811eb5 100644 --- a/apps/user_ldap/l10n/ko.json +++ b/apps/user_ldap/l10n/ko.json @@ -114,7 +114,6 @@ "No object found in the given Base DN. Please revise." : "입력한 기본 DN에서 객체를 찾을 수 없습니다. 다시 입력하십시오.", "More than 1,000 directory entries available." : "디렉터리 항목이 1,000개 이상 존재합니다.", "When unchecked, this configuration will be skipped." : "선택하지 않으면 이 설정을 무시합니다.", - "Configuration Active" : "구성 활성", "Copy current configuration into new directory binding" : "현재 설정을 새 디렉터리 바인딩으로 복사", "You can omit the protocol, unless you require SSL. If so, start with ldaps://" : "SSL이 필요한 경우가 아니라면 프로토콜을 입력하지 않아도 됩니다. SSL이 필요한 경우 ldaps:// 주소를 입력하십시오", "Host" : "호스트", @@ -123,7 +122,6 @@ "User DN" : "사용자 DN", "For anonymous access, leave DN and Password empty." : "익명 접근을 허용하려면 DN과 암호를 비워 두십시오.", "Password" : "암호", - "Save Credentials" : "인증 정보 저장", "One Base DN per line" : "기본 DN을 한 줄에 하나씩 입력하십시오", "You can specify Base DN for users and groups in the Advanced tab" : "고급 탭에서 사용자 및 그룹에 대한 기본 DN을 지정할 수 있습니다.", "Detect Base DN" : "기본 DN 감지", @@ -201,6 +199,7 @@ "Add a new configuration" : "새 설정 추가", "Delete the current configuration" : "현재 설정 삭제", "The DN of the client user with which the bind shall be done, e.g. uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password empty." : "바인딩 작업을 수행할 클라이언트 사용자 DN입니다. 예를 들어서 uid=agent,dc=example,dc=com입니다. 익명 접근을 허용하려면 DN과 암호를 비워 두십시오.", + "Save Credentials" : "인증 정보 저장", "Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." : "자동 LDAP 요청을 줄입니다. 대형 사이트에서 유용하지만 LDAP에 관한 지식이 필요합니다.", "Manually enter LDAP filters (recommended for large directories)" : "수동으로 LDAP 필터 입력(대형 사이트에 추천)", "The filter specifies which LDAP users shall have access to the %s instance." : "이 필터는 %s에 접근할 수 있는 LDAP 사용자를 설정합니다.", @@ -208,6 +207,7 @@ "Back" : "뒤로", "Continue" : "계속", "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "경고: PHP LDAP 모듈이 비활성화되어 있거나 설치되어 있지 않습니다. 백엔드를 사용할 수 없습니다. 시스템 관리자에게 설치를 요청하십시오.", + "Configuration Active" : "구성 활성", "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "테스트 목적으로만 사용하십시오! 이 옵션을 사용해야만 연결할 수 있으면 %s 서버에 LDAP 서버의 SSL 인증서를 설치하십시오.", "\"$home\" Placeholder Field" : "\"$home\" 자리 비움자 필드", "UUID Attribute for Users:" : "사용자 UUID 속성:", diff --git a/apps/user_ldap/l10n/lo.js b/apps/user_ldap/l10n/lo.js index 6716cd73c68..36c469c5b49 100644 --- a/apps/user_ldap/l10n/lo.js +++ b/apps/user_ldap/l10n/lo.js @@ -145,7 +145,6 @@ OC.L10N.register( "More than 1,000 directory entries available." : "More than 1,000 directory entries available.", "_{ldapTestBase} entry available within the provided Base DN_::_{ldapTestBase} entries available within the provided Base DN_" : ["{ldapTestBase} entries available within the provided Base DN"], "When unchecked, this configuration will be skipped." : "When unchecked, this configuration will be skipped.", - "Configuration Active" : "Configuration Active", "Copy current configuration into new directory binding" : "Copy current configuration into new directory binding", "Copy configuration" : "Copy configuration", "Delete configuration" : "Delete configuration", @@ -156,7 +155,6 @@ OC.L10N.register( "User DN" : "User DN", "For anonymous access, leave DN and Password empty." : "For anonymous access, leave DN and Password empty.", "Password" : "ລະຫັດຜ່ານ", - "Save Credentials" : "Save Credentials", "Base DN" : "Base DN", "One Base DN per line" : "One Base DN per line", "You can specify Base DN for users and groups in the Advanced tab" : "You can specify Base DN for users and groups in the Advanced tab", @@ -250,6 +248,7 @@ OC.L10N.register( "Add a new configuration" : "Add a new configuration", "Delete the current configuration" : "Delete the current configuration", "The DN of the client user with which the bind shall be done, e.g. uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password empty." : "The DN of the client user with which the bind shall be done, e.g. uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password empty.", + "Save Credentials" : "Save Credentials", "Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." : "Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge.", "Manually enter LDAP filters (recommended for large directories)" : "Manually enter LDAP filters (recommended for large directories)", "The filter specifies which LDAP users shall have access to the %s instance." : "The filter specifies which LDAP users shall have access to the %s instance.", @@ -257,6 +256,7 @@ OC.L10N.register( "Back" : "ຫຼັງ", "Continue" : "ສືບຕໍ່", "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it.", + "Configuration Active" : "Configuration Active", "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server.", "\"$home\" Placeholder Field" : "\"$home\" Placeholder Field", "Pronouns Field" : "Pronouns Field", diff --git a/apps/user_ldap/l10n/lo.json b/apps/user_ldap/l10n/lo.json index a697ea1e8a3..acc9bb1ca01 100644 --- a/apps/user_ldap/l10n/lo.json +++ b/apps/user_ldap/l10n/lo.json @@ -143,7 +143,6 @@ "More than 1,000 directory entries available." : "More than 1,000 directory entries available.", "_{ldapTestBase} entry available within the provided Base DN_::_{ldapTestBase} entries available within the provided Base DN_" : ["{ldapTestBase} entries available within the provided Base DN"], "When unchecked, this configuration will be skipped." : "When unchecked, this configuration will be skipped.", - "Configuration Active" : "Configuration Active", "Copy current configuration into new directory binding" : "Copy current configuration into new directory binding", "Copy configuration" : "Copy configuration", "Delete configuration" : "Delete configuration", @@ -154,7 +153,6 @@ "User DN" : "User DN", "For anonymous access, leave DN and Password empty." : "For anonymous access, leave DN and Password empty.", "Password" : "ລະຫັດຜ່ານ", - "Save Credentials" : "Save Credentials", "Base DN" : "Base DN", "One Base DN per line" : "One Base DN per line", "You can specify Base DN for users and groups in the Advanced tab" : "You can specify Base DN for users and groups in the Advanced tab", @@ -248,6 +246,7 @@ "Add a new configuration" : "Add a new configuration", "Delete the current configuration" : "Delete the current configuration", "The DN of the client user with which the bind shall be done, e.g. uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password empty." : "The DN of the client user with which the bind shall be done, e.g. uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password empty.", + "Save Credentials" : "Save Credentials", "Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." : "Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge.", "Manually enter LDAP filters (recommended for large directories)" : "Manually enter LDAP filters (recommended for large directories)", "The filter specifies which LDAP users shall have access to the %s instance." : "The filter specifies which LDAP users shall have access to the %s instance.", @@ -255,6 +254,7 @@ "Back" : "ຫຼັງ", "Continue" : "ສືບຕໍ່", "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it.", + "Configuration Active" : "Configuration Active", "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server.", "\"$home\" Placeholder Field" : "\"$home\" Placeholder Field", "Pronouns Field" : "Pronouns Field", diff --git a/apps/user_ldap/l10n/lt_LT.js b/apps/user_ldap/l10n/lt_LT.js index 4a7bd91d8d4..b3294e2f1cd 100644 --- a/apps/user_ldap/l10n/lt_LT.js +++ b/apps/user_ldap/l10n/lt_LT.js @@ -78,7 +78,6 @@ OC.L10N.register( "No object found in the given Base DN. Please revise." : "Jokie objektai nurodytoje DN šakoje nerasti. Prašome patikslinkite.", "More than 1,000 directory entries available." : "Yra prieinama daugiau nei 1000 katalogo įrašų. ", "When unchecked, this configuration will be skipped." : "Kai nepažymėta, ši konfigūracija bus praleista.", - "Configuration Active" : "Konfigūracija aktyvi", "Copy current configuration into new directory binding" : "Nukopijuoti dabartinę konfigūraciją į naują katalogų saistymą", "You can omit the protocol, unless you require SSL. If so, start with ldaps://" : "Jūs galite praleisti protokolą, nebent Jums reikalingas SSL. Jei taip, pradėkite su ldaps://", "Host" : "Serveris", @@ -87,7 +86,6 @@ OC.L10N.register( "User DN" : "Naudotojo DN", "For anonymous access, leave DN and Password empty." : "Anoniminei prieigai, palikite DN ir Slaptažodžio laukus tuščius.", "Password" : "Slaptažodis", - "Save Credentials" : "Įrašyti prisijungimo duomenis", "One Base DN per line" : "Viena DN šaka vienoje eilutėje", "Detect Base DN" : "Aptikti DN šaką", "Test Base DN" : "Testuoti DN šaką", @@ -158,6 +156,7 @@ OC.L10N.register( "Add a new configuration" : "Pridėti naują konfigūraciją", "Delete the current configuration" : "Ištrinti esamą konfigūraciją", "The DN of the client user with which the bind shall be done, e.g. uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password empty." : "Kliento naudotojo DN, kuris turi būti naudojamas prisijungimui, pvz.: uid=agent,dc=example,dc=com. Anonimiškam prisijungimui palikite DN ir slaptažodį tuščius.", + "Save Credentials" : "Įrašyti prisijungimo duomenis", "Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." : "Vengia automatinių LDAP užklausų. Geriau tinka didesniems nustatymams, bet reikalingos LDAP žinios.", "Manually enter LDAP filters (recommended for large directories)" : "Rankiniu būdu įvesti LDAP filtrus (rekomenduojama dideliems katalogams)", "The filter specifies which LDAP users shall have access to the %s instance." : "Filtras nurodo, kurie LDAP naudotojai turi turėti prieigą prie %s.", @@ -165,6 +164,7 @@ OC.L10N.register( "Back" : "Atgal", "Continue" : "Tęsti", "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "Įspėjimas: PHP LDAP modelis nėra instaliuotas, serveris nedirbs. Paprašykite, kad sistemos administratorius jį įdiegtų.", + "Configuration Active" : "Konfigūracija aktyvi", "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "Nerekomenduojama, naudokite tik testavimui! Jei ryšys veikia, tik dėka šių nustatymų, suimportuokite savo %s serveryje LDAP serverio SSL sertifikatą.", "\"$home\" Placeholder Field" : "\"$home\" vietaženklio laukas", "UUID Attribute for Users:" : "UUID požymis naudotojams:", diff --git a/apps/user_ldap/l10n/lt_LT.json b/apps/user_ldap/l10n/lt_LT.json index d6b28248a86..6705577361a 100644 --- a/apps/user_ldap/l10n/lt_LT.json +++ b/apps/user_ldap/l10n/lt_LT.json @@ -76,7 +76,6 @@ "No object found in the given Base DN. Please revise." : "Jokie objektai nurodytoje DN šakoje nerasti. Prašome patikslinkite.", "More than 1,000 directory entries available." : "Yra prieinama daugiau nei 1000 katalogo įrašų. ", "When unchecked, this configuration will be skipped." : "Kai nepažymėta, ši konfigūracija bus praleista.", - "Configuration Active" : "Konfigūracija aktyvi", "Copy current configuration into new directory binding" : "Nukopijuoti dabartinę konfigūraciją į naują katalogų saistymą", "You can omit the protocol, unless you require SSL. If so, start with ldaps://" : "Jūs galite praleisti protokolą, nebent Jums reikalingas SSL. Jei taip, pradėkite su ldaps://", "Host" : "Serveris", @@ -85,7 +84,6 @@ "User DN" : "Naudotojo DN", "For anonymous access, leave DN and Password empty." : "Anoniminei prieigai, palikite DN ir Slaptažodžio laukus tuščius.", "Password" : "Slaptažodis", - "Save Credentials" : "Įrašyti prisijungimo duomenis", "One Base DN per line" : "Viena DN šaka vienoje eilutėje", "Detect Base DN" : "Aptikti DN šaką", "Test Base DN" : "Testuoti DN šaką", @@ -156,6 +154,7 @@ "Add a new configuration" : "Pridėti naują konfigūraciją", "Delete the current configuration" : "Ištrinti esamą konfigūraciją", "The DN of the client user with which the bind shall be done, e.g. uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password empty." : "Kliento naudotojo DN, kuris turi būti naudojamas prisijungimui, pvz.: uid=agent,dc=example,dc=com. Anonimiškam prisijungimui palikite DN ir slaptažodį tuščius.", + "Save Credentials" : "Įrašyti prisijungimo duomenis", "Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." : "Vengia automatinių LDAP užklausų. Geriau tinka didesniems nustatymams, bet reikalingos LDAP žinios.", "Manually enter LDAP filters (recommended for large directories)" : "Rankiniu būdu įvesti LDAP filtrus (rekomenduojama dideliems katalogams)", "The filter specifies which LDAP users shall have access to the %s instance." : "Filtras nurodo, kurie LDAP naudotojai turi turėti prieigą prie %s.", @@ -163,6 +162,7 @@ "Back" : "Atgal", "Continue" : "Tęsti", "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "Įspėjimas: PHP LDAP modelis nėra instaliuotas, serveris nedirbs. Paprašykite, kad sistemos administratorius jį įdiegtų.", + "Configuration Active" : "Konfigūracija aktyvi", "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "Nerekomenduojama, naudokite tik testavimui! Jei ryšys veikia, tik dėka šių nustatymų, suimportuokite savo %s serveryje LDAP serverio SSL sertifikatą.", "\"$home\" Placeholder Field" : "\"$home\" vietaženklio laukas", "UUID Attribute for Users:" : "UUID požymis naudotojams:", diff --git a/apps/user_ldap/l10n/nb.js b/apps/user_ldap/l10n/nb.js index e8fb8a81f80..0f2c9d1f0a9 100644 --- a/apps/user_ldap/l10n/nb.js +++ b/apps/user_ldap/l10n/nb.js @@ -121,7 +121,6 @@ OC.L10N.register( "No object found in the given Base DN. Please revise." : "Intet objekt funnet i angitt base DN. Revider oppsettet.", "More than 1,000 directory entries available." : "Mer enn 1.000 oppføringer er tilgjengelig i katalog.", "When unchecked, this configuration will be skipped." : "Overser oppsettet når ikke avhuket.", - "Configuration Active" : "Oppsett aktivt", "Copy current configuration into new directory binding" : "Kopier gjeldende konfigurasjon til ny katalogbinding", "You can omit the protocol, unless you require SSL. If so, start with ldaps://" : "Du kan unnlate protokollen, bortsett fra hvis du krever SSL. Om så er tilfelle, start med ldaps://", "Host" : "Server", @@ -130,7 +129,6 @@ OC.L10N.register( "User DN" : "Bruker DN", "For anonymous access, leave DN and Password empty." : "For anonym tilgang, la DN og passord feltet stå tomt.", "Password" : "Passord", - "Save Credentials" : "Lagre påloggingsdetaljer", "One Base DN per line" : "En base DN pr. linje", "You can specify Base DN for users and groups in the Advanced tab" : "Du kan spesifisere base DN for brukere og grupper under 'Avansert'-fanen", "Detect Base DN" : "Påvis base DN", @@ -210,6 +208,7 @@ OC.L10N.register( "Add a new configuration" : "Legger til nytt oppsett", "Delete the current configuration" : "Slett gjeldende konfigurasjon", "The DN of the client user with which the bind shall be done, e.g. uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password empty." : "DN for klientbrukeren som binding skal gjøres med, f.eks. uid=agent,dc=example,dc=com. For anonym tilgang, la DN og passord stå tomme.", + "Save Credentials" : "Lagre påloggingsdetaljer", "Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." : "Unngår automatiske LDAP forespørsler. Bedre for store oppsett men krever litt LDAP kunnskap.", "Manually enter LDAP filters (recommended for large directories)" : "Legg inn LDAP filtre manuelt (anbefalt for store kataloger)", "The filter specifies which LDAP users shall have access to the %s instance." : "Filteret spesifiserer hvilke LDAP-brukere som skal ha tilgang til %s instansen.", @@ -217,6 +216,7 @@ OC.L10N.register( "Back" : "Tilbake", "Continue" : "Fortsett", "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "Advarsel: PHP LDAP modulen er ikke installert og serveren vil ikke virke. Be systemadministratoren installere den.", + "Configuration Active" : "Oppsett aktivt", "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "Ikke anbefalt, bruk kun for testing! Hvis tilkobling bare virker med dette valget, importer LDAP serverens SSL sertifikat i %s serveren din.", "\"$home\" Placeholder Field" : "\"$home\" Plassholderfelt", "UUID Attribute for Users:" : "UUID attributt for brukere:", diff --git a/apps/user_ldap/l10n/nb.json b/apps/user_ldap/l10n/nb.json index 9bcfc425ba9..21eb9ce2fac 100644 --- a/apps/user_ldap/l10n/nb.json +++ b/apps/user_ldap/l10n/nb.json @@ -119,7 +119,6 @@ "No object found in the given Base DN. Please revise." : "Intet objekt funnet i angitt base DN. Revider oppsettet.", "More than 1,000 directory entries available." : "Mer enn 1.000 oppføringer er tilgjengelig i katalog.", "When unchecked, this configuration will be skipped." : "Overser oppsettet når ikke avhuket.", - "Configuration Active" : "Oppsett aktivt", "Copy current configuration into new directory binding" : "Kopier gjeldende konfigurasjon til ny katalogbinding", "You can omit the protocol, unless you require SSL. If so, start with ldaps://" : "Du kan unnlate protokollen, bortsett fra hvis du krever SSL. Om så er tilfelle, start med ldaps://", "Host" : "Server", @@ -128,7 +127,6 @@ "User DN" : "Bruker DN", "For anonymous access, leave DN and Password empty." : "For anonym tilgang, la DN og passord feltet stå tomt.", "Password" : "Passord", - "Save Credentials" : "Lagre påloggingsdetaljer", "One Base DN per line" : "En base DN pr. linje", "You can specify Base DN for users and groups in the Advanced tab" : "Du kan spesifisere base DN for brukere og grupper under 'Avansert'-fanen", "Detect Base DN" : "Påvis base DN", @@ -208,6 +206,7 @@ "Add a new configuration" : "Legger til nytt oppsett", "Delete the current configuration" : "Slett gjeldende konfigurasjon", "The DN of the client user with which the bind shall be done, e.g. uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password empty." : "DN for klientbrukeren som binding skal gjøres med, f.eks. uid=agent,dc=example,dc=com. For anonym tilgang, la DN og passord stå tomme.", + "Save Credentials" : "Lagre påloggingsdetaljer", "Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." : "Unngår automatiske LDAP forespørsler. Bedre for store oppsett men krever litt LDAP kunnskap.", "Manually enter LDAP filters (recommended for large directories)" : "Legg inn LDAP filtre manuelt (anbefalt for store kataloger)", "The filter specifies which LDAP users shall have access to the %s instance." : "Filteret spesifiserer hvilke LDAP-brukere som skal ha tilgang til %s instansen.", @@ -215,6 +214,7 @@ "Back" : "Tilbake", "Continue" : "Fortsett", "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "Advarsel: PHP LDAP modulen er ikke installert og serveren vil ikke virke. Be systemadministratoren installere den.", + "Configuration Active" : "Oppsett aktivt", "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "Ikke anbefalt, bruk kun for testing! Hvis tilkobling bare virker med dette valget, importer LDAP serverens SSL sertifikat i %s serveren din.", "\"$home\" Placeholder Field" : "\"$home\" Plassholderfelt", "UUID Attribute for Users:" : "UUID attributt for brukere:", diff --git a/apps/user_ldap/l10n/nl.js b/apps/user_ldap/l10n/nl.js index 699bccd9e06..1e9c1e5ca4c 100644 --- a/apps/user_ldap/l10n/nl.js +++ b/apps/user_ldap/l10n/nl.js @@ -89,7 +89,6 @@ OC.L10N.register( "No object found in the given Base DN. Please revise." : "Geen object gevonden in de basis DN. Review instellingen.", "More than 1,000 directory entries available." : "Meer dan 1000 directorynamen beschikbaar.", "When unchecked, this configuration will be skipped." : "Als dit niet is ingeschakeld wordt deze configuratie overgeslagen.", - "Configuration Active" : "Configuratie actief", "Copy current configuration into new directory binding" : "Kopieer de huidige configuratie naar een nieuwe directory binding", "You can omit the protocol, unless you require SSL. If so, start with ldaps://" : "Je kunt het protocol weglaten, tenzij je SSL vereist. Start in dat geval met ldaps://", "Host" : "Host", @@ -98,7 +97,6 @@ OC.L10N.register( "User DN" : "User DN", "For anonymous access, leave DN and Password empty." : "Voor anonieme toegang, laat de DN en het wachtwoord leeg.", "Password" : "Wachtwoord", - "Save Credentials" : "Opslaan inloggegevens", "One Base DN per line" : "Een Base DN per regel", "You can specify Base DN for users and groups in the Advanced tab" : "Je kunt het Base DN voor gebruikers en groepen specificeren in het tab Geavanceerd.", "Detect Base DN" : "Detecteren basis DN", @@ -176,6 +174,7 @@ OC.L10N.register( "Add a new configuration" : "Toevoegen nieuwe configuratie", "Delete the current configuration" : "Verwijder de huidige configuratie", "The DN of the client user with which the bind shall be done, e.g. uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password empty." : "De DN van de client gebruiker waarmee de verbinding zal worden gemaakt, bijv. uid=agent,dc=example,dc=com. Voor anonieme toegang laat je het DN en het wachtwoord leeg.", + "Save Credentials" : "Opslaan inloggegevens", "Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." : "Voorkom automatische LDAP opvragingen. Weliswaar beter voor grote installaties, maar vergt LDAP kennis.", "Manually enter LDAP filters (recommended for large directories)" : "Handmatig invoeren LDAP filters (aanbevolen voor grote directories)", "The filter specifies which LDAP users shall have access to the %s instance." : "Dit filter geeft aan welke LDAP gebruikers toegang hebben tot %s.", @@ -183,6 +182,7 @@ OC.L10N.register( "Back" : "Terug", "Continue" : "Verder", "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "Waarschuwing: De PHP LDAP module is niet geïnstalleerd, het backend zal niet werken. Vraag je systeembeheerder om de module te installeren.", + "Configuration Active" : "Configuratie actief", "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "Niet aanbevolen, gebruik dit alleen om te testen! Als de verbinding alleen werkt met deze optie, importeer dan het SSL-certificaat van de LDAP-server naar je %s server.", "\"$home\" Placeholder Field" : "\"$home\" Plaatshouder veld", "UUID Attribute for Users:" : "UUID-attribuut voor gebruikers:", diff --git a/apps/user_ldap/l10n/nl.json b/apps/user_ldap/l10n/nl.json index c6479d988c9..ab2bb24f708 100644 --- a/apps/user_ldap/l10n/nl.json +++ b/apps/user_ldap/l10n/nl.json @@ -87,7 +87,6 @@ "No object found in the given Base DN. Please revise." : "Geen object gevonden in de basis DN. Review instellingen.", "More than 1,000 directory entries available." : "Meer dan 1000 directorynamen beschikbaar.", "When unchecked, this configuration will be skipped." : "Als dit niet is ingeschakeld wordt deze configuratie overgeslagen.", - "Configuration Active" : "Configuratie actief", "Copy current configuration into new directory binding" : "Kopieer de huidige configuratie naar een nieuwe directory binding", "You can omit the protocol, unless you require SSL. If so, start with ldaps://" : "Je kunt het protocol weglaten, tenzij je SSL vereist. Start in dat geval met ldaps://", "Host" : "Host", @@ -96,7 +95,6 @@ "User DN" : "User DN", "For anonymous access, leave DN and Password empty." : "Voor anonieme toegang, laat de DN en het wachtwoord leeg.", "Password" : "Wachtwoord", - "Save Credentials" : "Opslaan inloggegevens", "One Base DN per line" : "Een Base DN per regel", "You can specify Base DN for users and groups in the Advanced tab" : "Je kunt het Base DN voor gebruikers en groepen specificeren in het tab Geavanceerd.", "Detect Base DN" : "Detecteren basis DN", @@ -174,6 +172,7 @@ "Add a new configuration" : "Toevoegen nieuwe configuratie", "Delete the current configuration" : "Verwijder de huidige configuratie", "The DN of the client user with which the bind shall be done, e.g. uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password empty." : "De DN van de client gebruiker waarmee de verbinding zal worden gemaakt, bijv. uid=agent,dc=example,dc=com. Voor anonieme toegang laat je het DN en het wachtwoord leeg.", + "Save Credentials" : "Opslaan inloggegevens", "Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." : "Voorkom automatische LDAP opvragingen. Weliswaar beter voor grote installaties, maar vergt LDAP kennis.", "Manually enter LDAP filters (recommended for large directories)" : "Handmatig invoeren LDAP filters (aanbevolen voor grote directories)", "The filter specifies which LDAP users shall have access to the %s instance." : "Dit filter geeft aan welke LDAP gebruikers toegang hebben tot %s.", @@ -181,6 +180,7 @@ "Back" : "Terug", "Continue" : "Verder", "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "Waarschuwing: De PHP LDAP module is niet geïnstalleerd, het backend zal niet werken. Vraag je systeembeheerder om de module te installeren.", + "Configuration Active" : "Configuratie actief", "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "Niet aanbevolen, gebruik dit alleen om te testen! Als de verbinding alleen werkt met deze optie, importeer dan het SSL-certificaat van de LDAP-server naar je %s server.", "\"$home\" Placeholder Field" : "\"$home\" Plaatshouder veld", "UUID Attribute for Users:" : "UUID-attribuut voor gebruikers:", diff --git a/apps/user_ldap/l10n/pl.js b/apps/user_ldap/l10n/pl.js index 5b166a52add..538924b2ead 100644 --- a/apps/user_ldap/l10n/pl.js +++ b/apps/user_ldap/l10n/pl.js @@ -145,7 +145,6 @@ OC.L10N.register( "More than 1,000 directory entries available." : "Ponad 1,000 wpisów katalogowych dostępne.", "_{ldapTestBase} entry available within the provided Base DN_::_{ldapTestBase} entries available within the provided Base DN_" : ["{ldapTestBase} wpis znaleziono w podanym Base DN","{ldapTestBase} wpisy znaleziono w podanym Base DN","{ldapTestBase} wpisów znaleziono w podanym Base DN","{ldapTestBase} wpisów znaleziono w podanym Base DN"], "When unchecked, this configuration will be skipped." : "Gdy niezaznaczone, ta konfiguracja zostanie pominięta.", - "Configuration Active" : "Konfiguracja archiwum", "Copy current configuration into new directory binding" : "Kopiuje aktualną konfigurację do nowej lokalizacji", "Copy configuration" : "Kopiuj konfigurację", "Delete configuration" : "Usuń konfigurację", @@ -156,7 +155,6 @@ OC.L10N.register( "User DN" : "Użytkownik DN", "For anonymous access, leave DN and Password empty." : "Dla dostępu anonimowego pozostawić DN i hasło puste.", "Password" : "Hasło", - "Save Credentials" : "Zapisz poświadczenia", "Base DN" : "Base DN", "One Base DN per line" : "Jedna baza DN na linię", "You can specify Base DN for users and groups in the Advanced tab" : "Bazę DN można określić dla użytkowników i grup w karcie Zaawansowane", @@ -249,6 +247,7 @@ OC.L10N.register( "Add a new configuration" : "Dodaj nową konfigurację", "Delete the current configuration" : "Usuwa aktualną konfigurację", "The DN of the client user with which the bind shall be done, e.g. uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password empty." : "DN użytkownika klienta, z którym powiązanie wykonuje się, np. uid=agent,dc=example,dc=com. Dla dostępu anonimowego pozostawić DN i hasło puste", + "Save Credentials" : "Zapisz poświadczenia", "Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." : "Zapobiega automatycznym zapytaniom LDAP. Lepsze dla większych instalacji, lecz wymaga pewnej wiedzy o LDAP.", "Manually enter LDAP filters (recommended for large directories)" : "Ręcznie wprowadzaj filtry LDAP (zalecane dla dużych katalogów)", "The filter specifies which LDAP users shall have access to the %s instance." : "Filtr określa, którzy użytkownicy LDAP powinni mieć dostęp do instancji %s.", @@ -256,6 +255,7 @@ OC.L10N.register( "Back" : "Wstecz", "Continue" : "Kontynuuj ", "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "Ostrzeżenie: Moduł PHP LDAP jest niezainstalowany i nie będzie działał. Poproś administratora systemu o zainstalowanie go.", + "Configuration Active" : "Konfiguracja archiwum", "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "Nie zalecane, używać tylko w celu testowania! Jeśli połączenie działa tylko z tą opcją, zaimportuj certyfikat SSL serwera LDAP na swój %s.", "\"$home\" Placeholder Field" : "Pole zastępcze \"$home\"", "Pronouns Field" : "Pole zaimków", diff --git a/apps/user_ldap/l10n/pl.json b/apps/user_ldap/l10n/pl.json index b6b32edf5e4..327bfe12f5d 100644 --- a/apps/user_ldap/l10n/pl.json +++ b/apps/user_ldap/l10n/pl.json @@ -143,7 +143,6 @@ "More than 1,000 directory entries available." : "Ponad 1,000 wpisów katalogowych dostępne.", "_{ldapTestBase} entry available within the provided Base DN_::_{ldapTestBase} entries available within the provided Base DN_" : ["{ldapTestBase} wpis znaleziono w podanym Base DN","{ldapTestBase} wpisy znaleziono w podanym Base DN","{ldapTestBase} wpisów znaleziono w podanym Base DN","{ldapTestBase} wpisów znaleziono w podanym Base DN"], "When unchecked, this configuration will be skipped." : "Gdy niezaznaczone, ta konfiguracja zostanie pominięta.", - "Configuration Active" : "Konfiguracja archiwum", "Copy current configuration into new directory binding" : "Kopiuje aktualną konfigurację do nowej lokalizacji", "Copy configuration" : "Kopiuj konfigurację", "Delete configuration" : "Usuń konfigurację", @@ -154,7 +153,6 @@ "User DN" : "Użytkownik DN", "For anonymous access, leave DN and Password empty." : "Dla dostępu anonimowego pozostawić DN i hasło puste.", "Password" : "Hasło", - "Save Credentials" : "Zapisz poświadczenia", "Base DN" : "Base DN", "One Base DN per line" : "Jedna baza DN na linię", "You can specify Base DN for users and groups in the Advanced tab" : "Bazę DN można określić dla użytkowników i grup w karcie Zaawansowane", @@ -247,6 +245,7 @@ "Add a new configuration" : "Dodaj nową konfigurację", "Delete the current configuration" : "Usuwa aktualną konfigurację", "The DN of the client user with which the bind shall be done, e.g. uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password empty." : "DN użytkownika klienta, z którym powiązanie wykonuje się, np. uid=agent,dc=example,dc=com. Dla dostępu anonimowego pozostawić DN i hasło puste", + "Save Credentials" : "Zapisz poświadczenia", "Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." : "Zapobiega automatycznym zapytaniom LDAP. Lepsze dla większych instalacji, lecz wymaga pewnej wiedzy o LDAP.", "Manually enter LDAP filters (recommended for large directories)" : "Ręcznie wprowadzaj filtry LDAP (zalecane dla dużych katalogów)", "The filter specifies which LDAP users shall have access to the %s instance." : "Filtr określa, którzy użytkownicy LDAP powinni mieć dostęp do instancji %s.", @@ -254,6 +253,7 @@ "Back" : "Wstecz", "Continue" : "Kontynuuj ", "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "Ostrzeżenie: Moduł PHP LDAP jest niezainstalowany i nie będzie działał. Poproś administratora systemu o zainstalowanie go.", + "Configuration Active" : "Konfiguracja archiwum", "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "Nie zalecane, używać tylko w celu testowania! Jeśli połączenie działa tylko z tą opcją, zaimportuj certyfikat SSL serwera LDAP na swój %s.", "\"$home\" Placeholder Field" : "Pole zastępcze \"$home\"", "Pronouns Field" : "Pole zaimków", diff --git a/apps/user_ldap/l10n/pt_BR.js b/apps/user_ldap/l10n/pt_BR.js index 96d22540940..57eb2d39846 100644 --- a/apps/user_ldap/l10n/pt_BR.js +++ b/apps/user_ldap/l10n/pt_BR.js @@ -147,22 +147,17 @@ OC.L10N.register( "More than 1,000 directory entries available." : "Mais de 1.000 entradas de diretório disponíveis.", "_{ldapTestBase} entry available within the provided Base DN_::_{ldapTestBase} entries available within the provided Base DN_" : ["{ldapTestBase} entrada disponível no DN Base fornecido","{ldapTestBase} de entradas disponíveis no DN Base fornecido","{ldapTestBase} entradas disponíveis no DN Base fornecido"], "When unchecked, this configuration will be skipped." : "Quando desmarcada, esta configuração será ignorada.", - "Configuration Active" : "Configuração em uso", "Copy current configuration into new directory binding" : "Copiar a configuração atual em um novo diretório vinculado", "Copy configuration" : "Copiar configuração", "Delete configuration" : "Excluir configuração", "You can omit the protocol, unless you require SSL. If so, start with ldaps://" : "Você pode omitir o protocolo a menos que o SSL seja obrigatório. Se sim, inicie com ldaps://", "Host" : "Host", - "ldaps://localhost" : "ldaps://localhost", "Port" : "Porta", - "389" : "389", "Detect Port" : "Detectar Porta", "The DN of the client user with which the bind shall be done. For anonymous access, leave DN and Password empty." : "O DN do usuário cliente com o qual a autenticação será feita. Para acesso anônimo, deixe os campos DN e Senha em branco.", "User DN" : "DN do usuário", - "uid=agent,dc=example,dc=com" : "uid=agent,dc=example,dc=com", "For anonymous access, leave DN and Password empty." : "Para acesso anônimo, deixe DN e senha vazios.", "Password" : "Senha", - "Save Credentials" : "Salvar credenciais", "Base DN" : "DN base", "One Base DN per line" : "Uma Base DN por linha", "You can specify Base DN for users and groups in the Advanced tab" : "Você pode especificar a Base DN para usuários e grupos na aba Avançada", @@ -256,6 +251,7 @@ OC.L10N.register( "Add a new configuration" : "Adiconar uma nova configuração", "Delete the current configuration" : "Excluir a configuração atual", "The DN of the client user with which the bind shall be done, e.g. uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password empty." : "O DN do usuário cliente com qual a ligação deverá ser feita, ex. uid=agent,dc=example,dc=com. Para acesso anônimo, deixe DN e senha vazios.", + "Save Credentials" : "Salvar credenciais", "Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." : "Evita solicitações LDAP automáticos. Melhor para configurações maiores, mas requer algum conhecimento LDAP.", "Manually enter LDAP filters (recommended for large directories)" : "Inserir manualmente filtros LDAP (recomendado para grandes diretórios)", "The filter specifies which LDAP users shall have access to the %s instance." : "O filtro especifica quais usuários LDAP devem ter acesso à instância do %s.", @@ -263,6 +259,7 @@ OC.L10N.register( "Back" : "Voltar", "Continue" : "Continuar", "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "Aviso: O módulo PHP LDAP não está instalado e a plataforma de serviço não funcionará. Por favor, peça ao administrador do sistema para instalá-lo.", + "Configuration Active" : "Configuração em uso", "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "Não recomendado, use-o somente para teste! Se a conexão só funciona com esta opção, importe o certificado SSL do servidor LDAP em seu servidor %s.", "\"$home\" Placeholder Field" : "Campo Reservado \"$home\"", "Pronouns Field" : "Campo de Pronomes", diff --git a/apps/user_ldap/l10n/pt_BR.json b/apps/user_ldap/l10n/pt_BR.json index 84e2c48e1ec..28a7c870eb9 100644 --- a/apps/user_ldap/l10n/pt_BR.json +++ b/apps/user_ldap/l10n/pt_BR.json @@ -145,22 +145,17 @@ "More than 1,000 directory entries available." : "Mais de 1.000 entradas de diretório disponíveis.", "_{ldapTestBase} entry available within the provided Base DN_::_{ldapTestBase} entries available within the provided Base DN_" : ["{ldapTestBase} entrada disponível no DN Base fornecido","{ldapTestBase} de entradas disponíveis no DN Base fornecido","{ldapTestBase} entradas disponíveis no DN Base fornecido"], "When unchecked, this configuration will be skipped." : "Quando desmarcada, esta configuração será ignorada.", - "Configuration Active" : "Configuração em uso", "Copy current configuration into new directory binding" : "Copiar a configuração atual em um novo diretório vinculado", "Copy configuration" : "Copiar configuração", "Delete configuration" : "Excluir configuração", "You can omit the protocol, unless you require SSL. If so, start with ldaps://" : "Você pode omitir o protocolo a menos que o SSL seja obrigatório. Se sim, inicie com ldaps://", "Host" : "Host", - "ldaps://localhost" : "ldaps://localhost", "Port" : "Porta", - "389" : "389", "Detect Port" : "Detectar Porta", "The DN of the client user with which the bind shall be done. For anonymous access, leave DN and Password empty." : "O DN do usuário cliente com o qual a autenticação será feita. Para acesso anônimo, deixe os campos DN e Senha em branco.", "User DN" : "DN do usuário", - "uid=agent,dc=example,dc=com" : "uid=agent,dc=example,dc=com", "For anonymous access, leave DN and Password empty." : "Para acesso anônimo, deixe DN e senha vazios.", "Password" : "Senha", - "Save Credentials" : "Salvar credenciais", "Base DN" : "DN base", "One Base DN per line" : "Uma Base DN por linha", "You can specify Base DN for users and groups in the Advanced tab" : "Você pode especificar a Base DN para usuários e grupos na aba Avançada", @@ -254,6 +249,7 @@ "Add a new configuration" : "Adiconar uma nova configuração", "Delete the current configuration" : "Excluir a configuração atual", "The DN of the client user with which the bind shall be done, e.g. uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password empty." : "O DN do usuário cliente com qual a ligação deverá ser feita, ex. uid=agent,dc=example,dc=com. Para acesso anônimo, deixe DN e senha vazios.", + "Save Credentials" : "Salvar credenciais", "Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." : "Evita solicitações LDAP automáticos. Melhor para configurações maiores, mas requer algum conhecimento LDAP.", "Manually enter LDAP filters (recommended for large directories)" : "Inserir manualmente filtros LDAP (recomendado para grandes diretórios)", "The filter specifies which LDAP users shall have access to the %s instance." : "O filtro especifica quais usuários LDAP devem ter acesso à instância do %s.", @@ -261,6 +257,7 @@ "Back" : "Voltar", "Continue" : "Continuar", "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "Aviso: O módulo PHP LDAP não está instalado e a plataforma de serviço não funcionará. Por favor, peça ao administrador do sistema para instalá-lo.", + "Configuration Active" : "Configuração em uso", "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "Não recomendado, use-o somente para teste! Se a conexão só funciona com esta opção, importe o certificado SSL do servidor LDAP em seu servidor %s.", "\"$home\" Placeholder Field" : "Campo Reservado \"$home\"", "Pronouns Field" : "Campo de Pronomes", diff --git a/apps/user_ldap/l10n/pt_PT.js b/apps/user_ldap/l10n/pt_PT.js index bba0b1125e5..dcce6bef29f 100644 --- a/apps/user_ldap/l10n/pt_PT.js +++ b/apps/user_ldap/l10n/pt_PT.js @@ -60,7 +60,6 @@ OC.L10N.register( "No object found in the given Base DN. Please revise." : "Nenhum objeto encontrado na Base DN fornecida. Por favor verifique.", "More than 1,000 directory entries available." : "Mais de 1,000 entradas de diretório disponíveis.", "When unchecked, this configuration will be skipped." : "Se não estiver marcada, esta definição não será tida em conta.", - "Configuration Active" : "Configuração Ativa", "Copy current configuration into new directory binding" : "Copiar a configuração atual para um novo registo de diretoria", "Host" : "Anfitrião", "Port" : "Porta", @@ -138,6 +137,7 @@ OC.L10N.register( "Back" : "Anterior", "Continue" : "Continuar", "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "Aviso: o módulo PHP LDAP não está instalado, \"backend\" não irá funcionar. Por favor, peça ao seu administrador para o instalar.", + "Configuration Active" : "Configuração Ativa", "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "Não recomendado, utilize-o apenas para testes! Se a ligação só funciona com esta opção, importe o certificado SSL do servidor LDAP para o seu servidor %s.", "UUID Attribute for Users:" : "Atributo UUID para utilizadores:", "UUID Attribute for Groups:" : "Atributo UUID para grupos:" diff --git a/apps/user_ldap/l10n/pt_PT.json b/apps/user_ldap/l10n/pt_PT.json index eb2db40a231..e8220074eb8 100644 --- a/apps/user_ldap/l10n/pt_PT.json +++ b/apps/user_ldap/l10n/pt_PT.json @@ -58,7 +58,6 @@ "No object found in the given Base DN. Please revise." : "Nenhum objeto encontrado na Base DN fornecida. Por favor verifique.", "More than 1,000 directory entries available." : "Mais de 1,000 entradas de diretório disponíveis.", "When unchecked, this configuration will be skipped." : "Se não estiver marcada, esta definição não será tida em conta.", - "Configuration Active" : "Configuração Ativa", "Copy current configuration into new directory binding" : "Copiar a configuração atual para um novo registo de diretoria", "Host" : "Anfitrião", "Port" : "Porta", @@ -136,6 +135,7 @@ "Back" : "Anterior", "Continue" : "Continuar", "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "Aviso: o módulo PHP LDAP não está instalado, \"backend\" não irá funcionar. Por favor, peça ao seu administrador para o instalar.", + "Configuration Active" : "Configuração Ativa", "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "Não recomendado, utilize-o apenas para testes! Se a ligação só funciona com esta opção, importe o certificado SSL do servidor LDAP para o seu servidor %s.", "UUID Attribute for Users:" : "Atributo UUID para utilizadores:", "UUID Attribute for Groups:" : "Atributo UUID para grupos:" diff --git a/apps/user_ldap/l10n/ru.js b/apps/user_ldap/l10n/ru.js index 7a675813e5a..d56f49c8edb 100644 --- a/apps/user_ldap/l10n/ru.js +++ b/apps/user_ldap/l10n/ru.js @@ -145,7 +145,6 @@ OC.L10N.register( "More than 1,000 directory entries available." : "В каталоге доступно более 1,000 записей.", "_{ldapTestBase} entry available within the provided Base DN_::_{ldapTestBase} entries available within the provided Base DN_" : ["{ldapTestBase} элемент доступен в предоставленном базовом DN","{ldapTestBase} элемента доступно в предоставленном базовом DN","{ldapTestBase} элементов доступно в предоставленном базовом DN","{ldapTestBase} элементов доступно в предоставленном базовом DN"], "When unchecked, this configuration will be skipped." : "Когда галочка снята, эта конфигурация будет пропущена.", - "Configuration Active" : "Конфигурация активна", "Copy current configuration into new directory binding" : "Копировать текущую конфигурацию в новую связь с каталогом", "Copy configuration" : "Копировать конфигурацию", "Delete configuration" : "Удалить конфигурацию", @@ -156,7 +155,6 @@ OC.L10N.register( "User DN" : "DN пользователя", "For anonymous access, leave DN and Password empty." : "Для анонимного доступа оставьте DN и пароль пустыми.", "Password" : "Пароль", - "Save Credentials" : "Сохранить учётные данные", "Base DN" : "Базовый DN", "One Base DN per line" : "По одной базе поиска (Base DN) в строке.", "You can specify Base DN for users and groups in the Advanced tab" : "Вы можете задать Base DN для пользователей и групп на вкладке \"Расширенные\"", @@ -250,6 +248,7 @@ OC.L10N.register( "Add a new configuration" : "Добавить новую конфигурацию", "Delete the current configuration" : "Удалить текущую конфигурацию", "The DN of the client user with which the bind shall be done, e.g. uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password empty." : "DN пользователя, под которым выполняется подключение, например, uid=agent,dc=example,dc=com. Для анонимного доступа оставьте DN и пароль пустыми.", + "Save Credentials" : "Сохранить учётные данные", "Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." : "Избегает отправки автоматических запросов LDAP. Эта опция подходит для крупных проектов, но требует некоторых знаний LDAP.", "Manually enter LDAP filters (recommended for large directories)" : "Ввести LDAP фильтры вручную (рекомендуется для больших каталогов)", "The filter specifies which LDAP users shall have access to the %s instance." : "Этот фильтр указывает, какие пользователи LDAP должны иметь доступ к экземпляру %s.", @@ -257,6 +256,7 @@ OC.L10N.register( "Back" : "Назад", "Continue" : "Продолжить", "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "Предупреждение: Модуль LDAP для PHP не установлен, бэкенд не будет работать. Пожалуйста, попросите вашего системного администратора его установить. ", + "Configuration Active" : "Конфигурация активна", "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "Не рекомендуется, используйте только в режиме тестирования! Если соединение работает только с этой опцией, импортируйте на ваш сервер %s SSL-сертификат сервера LDAP.", "\"$home\" Placeholder Field" : "Поле-заполнитель \"$home\"", "Pronouns Field" : " Поле местоимений", diff --git a/apps/user_ldap/l10n/ru.json b/apps/user_ldap/l10n/ru.json index aac3f67dbf4..a61e0ccf6ab 100644 --- a/apps/user_ldap/l10n/ru.json +++ b/apps/user_ldap/l10n/ru.json @@ -143,7 +143,6 @@ "More than 1,000 directory entries available." : "В каталоге доступно более 1,000 записей.", "_{ldapTestBase} entry available within the provided Base DN_::_{ldapTestBase} entries available within the provided Base DN_" : ["{ldapTestBase} элемент доступен в предоставленном базовом DN","{ldapTestBase} элемента доступно в предоставленном базовом DN","{ldapTestBase} элементов доступно в предоставленном базовом DN","{ldapTestBase} элементов доступно в предоставленном базовом DN"], "When unchecked, this configuration will be skipped." : "Когда галочка снята, эта конфигурация будет пропущена.", - "Configuration Active" : "Конфигурация активна", "Copy current configuration into new directory binding" : "Копировать текущую конфигурацию в новую связь с каталогом", "Copy configuration" : "Копировать конфигурацию", "Delete configuration" : "Удалить конфигурацию", @@ -154,7 +153,6 @@ "User DN" : "DN пользователя", "For anonymous access, leave DN and Password empty." : "Для анонимного доступа оставьте DN и пароль пустыми.", "Password" : "Пароль", - "Save Credentials" : "Сохранить учётные данные", "Base DN" : "Базовый DN", "One Base DN per line" : "По одной базе поиска (Base DN) в строке.", "You can specify Base DN for users and groups in the Advanced tab" : "Вы можете задать Base DN для пользователей и групп на вкладке \"Расширенные\"", @@ -248,6 +246,7 @@ "Add a new configuration" : "Добавить новую конфигурацию", "Delete the current configuration" : "Удалить текущую конфигурацию", "The DN of the client user with which the bind shall be done, e.g. uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password empty." : "DN пользователя, под которым выполняется подключение, например, uid=agent,dc=example,dc=com. Для анонимного доступа оставьте DN и пароль пустыми.", + "Save Credentials" : "Сохранить учётные данные", "Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." : "Избегает отправки автоматических запросов LDAP. Эта опция подходит для крупных проектов, но требует некоторых знаний LDAP.", "Manually enter LDAP filters (recommended for large directories)" : "Ввести LDAP фильтры вручную (рекомендуется для больших каталогов)", "The filter specifies which LDAP users shall have access to the %s instance." : "Этот фильтр указывает, какие пользователи LDAP должны иметь доступ к экземпляру %s.", @@ -255,6 +254,7 @@ "Back" : "Назад", "Continue" : "Продолжить", "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "Предупреждение: Модуль LDAP для PHP не установлен, бэкенд не будет работать. Пожалуйста, попросите вашего системного администратора его установить. ", + "Configuration Active" : "Конфигурация активна", "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "Не рекомендуется, используйте только в режиме тестирования! Если соединение работает только с этой опцией, импортируйте на ваш сервер %s SSL-сертификат сервера LDAP.", "\"$home\" Placeholder Field" : "Поле-заполнитель \"$home\"", "Pronouns Field" : " Поле местоимений", diff --git a/apps/user_ldap/l10n/sc.js b/apps/user_ldap/l10n/sc.js index 8c1ca2c6e3e..7447a476e3c 100644 --- a/apps/user_ldap/l10n/sc.js +++ b/apps/user_ldap/l10n/sc.js @@ -98,7 +98,6 @@ OC.L10N.register( "No object found in the given Base DN. Please revise." : "No s'at agatadu perunu ogetu in sa Base DN dada. Torra a castiare.", "More than 1,000 directory entries available." : "B'at prus de 1000 elementos de cartella a disponimentu.", "When unchecked, this configuration will be skipped." : "Chi no est averiguada, custa cunfiguratzione s'at a sartare.", - "Configuration Active" : "Cunfiguratzione Ativa", "Copy current configuration into new directory binding" : "Còpia sa cunfiguratzione currente in sa cartella de assòtziu noa", "You can omit the protocol, unless you require SSL. If so, start with ldaps://" : "Podes omìtere su protocollu, sarvu chi rechedes SSL. In custu casu, cumintza cun ldaps://", "Host" : "Retzidore", @@ -107,7 +106,6 @@ OC.L10N.register( "User DN" : "DN Utente", "For anonymous access, leave DN and Password empty." : "Pro atzessu anònimu, lassa bòidos DN e Crae.", "Password" : "Crae", - "Save Credentials" : "Sarva Credentziales", "One Base DN per line" : "Una Base DN pro lìnia", "You can specify Base DN for users and groups in the Advanced tab" : "Podes ispetzificare sa Base DN pro utentes e grupos in s'ischeda Avantzadas", "Detect Base DN" : "Rileva Base DN", @@ -185,6 +183,7 @@ OC.L10N.register( "Add a new configuration" : "Agiunghe una cunfiguratzione noa", "Delete the current configuration" : "Cantzella sa cunfiguratzione currente", "The DN of the client user with which the bind shall be done, e.g. uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password empty." : "Su DN de s'utente cliente cun su chi si diat dèpere fàghere s'assòtziu, pro esèmpiu uid=agent,dc=example,dc=com. Pro atzessu anònimu, lassa bòidos DN e Crae.", + "Save Credentials" : "Sarva Credentziales", "Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." : "Evita rechestas LDAP automàticas. Mellus pro installatziones prus mannas, ma rechedet calicunu connoschimentu de LDAP.", "Manually enter LDAP filters (recommended for large directories)" : "Inserta a manu is filtros LDAP (cussigiadu pro cartellas mannas)", "The filter specifies which LDAP users shall have access to the %s instance." : "Su filtru ispetzìficat cales utentes LDAP ant a tènnere atzessu a sa %s istàntzia.", @@ -192,6 +191,7 @@ OC.L10N.register( "Back" : "In segus", "Continue" : "Sighi", "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "Atentzione: Su mòdulu PHP LDAP no est installadu, su motore no at a funtzionare. Pedi a s'amministratzione de sistema de ddu installare.", + "Configuration Active" : "Cunfiguratzione Ativa", "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "No est cussigiadu, imprea isceti pro sa proa! Si sa connessione traballat isceti cun custa optzione, importa su tzertificadu SSL de su serbidore LDAP in su serbidore tuo %s.", "\"$home\" Placeholder Field" : "\"$home\" Campu sostitutu temporàneu", "UUID Attribute for Users:" : "Atributu UUID pro is utentes:", diff --git a/apps/user_ldap/l10n/sc.json b/apps/user_ldap/l10n/sc.json index 1f60b294a13..3d07b394353 100644 --- a/apps/user_ldap/l10n/sc.json +++ b/apps/user_ldap/l10n/sc.json @@ -96,7 +96,6 @@ "No object found in the given Base DN. Please revise." : "No s'at agatadu perunu ogetu in sa Base DN dada. Torra a castiare.", "More than 1,000 directory entries available." : "B'at prus de 1000 elementos de cartella a disponimentu.", "When unchecked, this configuration will be skipped." : "Chi no est averiguada, custa cunfiguratzione s'at a sartare.", - "Configuration Active" : "Cunfiguratzione Ativa", "Copy current configuration into new directory binding" : "Còpia sa cunfiguratzione currente in sa cartella de assòtziu noa", "You can omit the protocol, unless you require SSL. If so, start with ldaps://" : "Podes omìtere su protocollu, sarvu chi rechedes SSL. In custu casu, cumintza cun ldaps://", "Host" : "Retzidore", @@ -105,7 +104,6 @@ "User DN" : "DN Utente", "For anonymous access, leave DN and Password empty." : "Pro atzessu anònimu, lassa bòidos DN e Crae.", "Password" : "Crae", - "Save Credentials" : "Sarva Credentziales", "One Base DN per line" : "Una Base DN pro lìnia", "You can specify Base DN for users and groups in the Advanced tab" : "Podes ispetzificare sa Base DN pro utentes e grupos in s'ischeda Avantzadas", "Detect Base DN" : "Rileva Base DN", @@ -183,6 +181,7 @@ "Add a new configuration" : "Agiunghe una cunfiguratzione noa", "Delete the current configuration" : "Cantzella sa cunfiguratzione currente", "The DN of the client user with which the bind shall be done, e.g. uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password empty." : "Su DN de s'utente cliente cun su chi si diat dèpere fàghere s'assòtziu, pro esèmpiu uid=agent,dc=example,dc=com. Pro atzessu anònimu, lassa bòidos DN e Crae.", + "Save Credentials" : "Sarva Credentziales", "Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." : "Evita rechestas LDAP automàticas. Mellus pro installatziones prus mannas, ma rechedet calicunu connoschimentu de LDAP.", "Manually enter LDAP filters (recommended for large directories)" : "Inserta a manu is filtros LDAP (cussigiadu pro cartellas mannas)", "The filter specifies which LDAP users shall have access to the %s instance." : "Su filtru ispetzìficat cales utentes LDAP ant a tènnere atzessu a sa %s istàntzia.", @@ -190,6 +189,7 @@ "Back" : "In segus", "Continue" : "Sighi", "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "Atentzione: Su mòdulu PHP LDAP no est installadu, su motore no at a funtzionare. Pedi a s'amministratzione de sistema de ddu installare.", + "Configuration Active" : "Cunfiguratzione Ativa", "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "No est cussigiadu, imprea isceti pro sa proa! Si sa connessione traballat isceti cun custa optzione, importa su tzertificadu SSL de su serbidore LDAP in su serbidore tuo %s.", "\"$home\" Placeholder Field" : "\"$home\" Campu sostitutu temporàneu", "UUID Attribute for Users:" : "Atributu UUID pro is utentes:", diff --git a/apps/user_ldap/l10n/sk.js b/apps/user_ldap/l10n/sk.js index 1597db22676..05e022a3eca 100644 --- a/apps/user_ldap/l10n/sk.js +++ b/apps/user_ldap/l10n/sk.js @@ -125,7 +125,6 @@ OC.L10N.register( "No object found in the given Base DN. Please revise." : "Objekt nebol nájdený v zadanej základnej DN. Overte to prosím.", "More than 1,000 directory entries available." : "V adresári je dostupných viac ako 1000 položiek.", "When unchecked, this configuration will be skipped." : "Ak nie je zaškrtnuté, nastavenie bude preskočené.", - "Configuration Active" : "Nastavenia sú aktívne ", "Copy current configuration into new directory binding" : "Skopírovať súčasnú konfiguráciu do nového adresárového pripojenia", "You can omit the protocol, unless you require SSL. If so, start with ldaps://" : "Protokol môžete vynechať, Ak nevyžadujete SSL. Ak áno, začnite s ldaps: //", "Host" : "Hostiteľ", @@ -134,7 +133,6 @@ OC.L10N.register( "User DN" : "Používateľské DN", "For anonymous access, leave DN and Password empty." : "Pre anonymný prístup ponechajte údaje DN a Heslo prázdne.", "Password" : "Heslo", - "Save Credentials" : "Uložiť prihlasovacie údaje", "One Base DN per line" : "Jedno základné DN na riadok", "You can specify Base DN for users and groups in the Advanced tab" : "V rozšírenom nastavení môžete zadať základné DN pre používateľov a skupiny", "Detect Base DN" : "Detekovať základnú DN", @@ -214,6 +212,7 @@ OC.L10N.register( "Add a new configuration" : "Pridať novú konfiguráciu", "Delete the current configuration" : "Vymazať súčasnú konfiguráciu", "The DN of the client user with which the bind shall be done, e.g. uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password empty." : "DN klientského používateľa, ku ktorému tvoríte väzbu, napr. uid=agent,dc=example,dc=com. Pre anonymný prístup ponechajte údaje DN a Heslo prázdne.", + "Save Credentials" : "Uložiť prihlasovacie údaje", "Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." : "Bráni automatickým LDAP požiadavkám. Výhodné pre objemné nastavenia ale vyžaduje si dobrú znalosť o LDAP.", "Manually enter LDAP filters (recommended for large directories)" : "Ručné vloženie LDAP filtrov (odporúčané pre rozsiahle adresáre)", "The filter specifies which LDAP users shall have access to the %s instance." : "Tento filter LDAP určuje, ktorí používatelia majú prístup k %s inštancii.", @@ -221,6 +220,7 @@ OC.L10N.register( "Back" : "Späť", "Continue" : "Pokračovať", "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "Upozornenie: nie je nainštalovaný LDAP modul pre PHP, backend vrstva nebude fungovať. Požiadajte administrátora systému, aby ho nainštaloval.", + "Configuration Active" : "Nastavenia sú aktívne ", "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "Neodporúčané, použite iba pri testovaní! Pokiaľ spojenie funguje iba z daným nastavením, importujte SSL certifikát LDAP servera do vášho %s servera.", "\"$home\" Placeholder Field" : "Výplňová kolónka „$home“", "Pronouns Field" : "Kolónka Oslovenie", diff --git a/apps/user_ldap/l10n/sk.json b/apps/user_ldap/l10n/sk.json index 269e3b61ff2..83d2b94ec13 100644 --- a/apps/user_ldap/l10n/sk.json +++ b/apps/user_ldap/l10n/sk.json @@ -123,7 +123,6 @@ "No object found in the given Base DN. Please revise." : "Objekt nebol nájdený v zadanej základnej DN. Overte to prosím.", "More than 1,000 directory entries available." : "V adresári je dostupných viac ako 1000 položiek.", "When unchecked, this configuration will be skipped." : "Ak nie je zaškrtnuté, nastavenie bude preskočené.", - "Configuration Active" : "Nastavenia sú aktívne ", "Copy current configuration into new directory binding" : "Skopírovať súčasnú konfiguráciu do nového adresárového pripojenia", "You can omit the protocol, unless you require SSL. If so, start with ldaps://" : "Protokol môžete vynechať, Ak nevyžadujete SSL. Ak áno, začnite s ldaps: //", "Host" : "Hostiteľ", @@ -132,7 +131,6 @@ "User DN" : "Používateľské DN", "For anonymous access, leave DN and Password empty." : "Pre anonymný prístup ponechajte údaje DN a Heslo prázdne.", "Password" : "Heslo", - "Save Credentials" : "Uložiť prihlasovacie údaje", "One Base DN per line" : "Jedno základné DN na riadok", "You can specify Base DN for users and groups in the Advanced tab" : "V rozšírenom nastavení môžete zadať základné DN pre používateľov a skupiny", "Detect Base DN" : "Detekovať základnú DN", @@ -212,6 +210,7 @@ "Add a new configuration" : "Pridať novú konfiguráciu", "Delete the current configuration" : "Vymazať súčasnú konfiguráciu", "The DN of the client user with which the bind shall be done, e.g. uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password empty." : "DN klientského používateľa, ku ktorému tvoríte väzbu, napr. uid=agent,dc=example,dc=com. Pre anonymný prístup ponechajte údaje DN a Heslo prázdne.", + "Save Credentials" : "Uložiť prihlasovacie údaje", "Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." : "Bráni automatickým LDAP požiadavkám. Výhodné pre objemné nastavenia ale vyžaduje si dobrú znalosť o LDAP.", "Manually enter LDAP filters (recommended for large directories)" : "Ručné vloženie LDAP filtrov (odporúčané pre rozsiahle adresáre)", "The filter specifies which LDAP users shall have access to the %s instance." : "Tento filter LDAP určuje, ktorí používatelia majú prístup k %s inštancii.", @@ -219,6 +218,7 @@ "Back" : "Späť", "Continue" : "Pokračovať", "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "Upozornenie: nie je nainštalovaný LDAP modul pre PHP, backend vrstva nebude fungovať. Požiadajte administrátora systému, aby ho nainštaloval.", + "Configuration Active" : "Nastavenia sú aktívne ", "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "Neodporúčané, použite iba pri testovaní! Pokiaľ spojenie funguje iba z daným nastavením, importujte SSL certifikát LDAP servera do vášho %s servera.", "\"$home\" Placeholder Field" : "Výplňová kolónka „$home“", "Pronouns Field" : "Kolónka Oslovenie", diff --git a/apps/user_ldap/l10n/sl.js b/apps/user_ldap/l10n/sl.js index 845c4d00777..f39a9794d3e 100644 --- a/apps/user_ldap/l10n/sl.js +++ b/apps/user_ldap/l10n/sl.js @@ -96,7 +96,6 @@ OC.L10N.register( "No object found in the given Base DN. Please revise." : "Ni najdenega predmeta v osnovnem enoznačnem imenu (DN). Preverite nastavitve.", "More than 1,000 directory entries available." : "Na voljo je več kot 1000 vnosov imenika", "When unchecked, this configuration will be skipped." : "Neizbrana možnost preskoči nastavitev.", - "Configuration Active" : "Dejavna nastavitev", "Copy current configuration into new directory binding" : "Kopiraj trenutne nastavitve v vezi nove mape.", "You can omit the protocol, unless you require SSL. If so, start with ldaps://" : "Protokol je lahko izpuščen, če ni posebej zahtevana uporaba SSL. Če je, se mora naslov začeti z ldaps://", "Host" : "Gostitelj", @@ -105,7 +104,6 @@ OC.L10N.register( "User DN" : "Uporabnikovo enolično ime", "For anonymous access, leave DN and Password empty." : "Za brezimni dostop naj bosta polji imena in gesla prazni.", "Password" : "Geslo", - "Save Credentials" : "Shrani poverila", "One Base DN per line" : "Eno osnovno enolično ime na vrstico", "You can specify Base DN for users and groups in the Advanced tab" : "Osnovno enolično ime za uporabnike in skupine lahko določite v zavihku naprednih možnosti.", "Detect Base DN" : "Zaznava osnovnega enoznačnega imena (DN)", @@ -184,6 +182,7 @@ OC.L10N.register( "Add a new configuration" : "Dodaj novo nastavitev", "Delete the current configuration" : "Izbriši trenutne nastavitve", "The DN of the client user with which the bind shall be done, e.g. uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password empty." : "Enolično ime uporabnikovega odjemalca, s katerim naj se opravi vezava, npr. uid=agent,dc=example,dc=com. Za brezimni dostop sta polji prikaznega imena in gesla prazni.", + "Save Credentials" : "Shrani poverila", "Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." : "Preusmeri samodejne zahteve LDAP. Nastavitev je priporočljiva za obsežnejše namestitve, vendar zahteva nekaj znanja o delu z LDAP.", "Manually enter LDAP filters (recommended for large directories)" : "Ročno vstavi filtre za LDAP (priporočljivo za obsežnejše mape).", "The filter specifies which LDAP users shall have access to the %s instance." : "Filter določa, kateri uporabniki LDAP bodo imeli dostop do %s.", @@ -191,6 +190,7 @@ OC.L10N.register( "Back" : "Nazaj", "Continue" : "Nadaljuj", "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "Opozorilo: modul PHP LDAP mora biti nameščen, sicer vmesnik ne bo deloval. Za pravilno delovanje je paket treba namestiti.", + "Configuration Active" : "Dejavna nastavitev", "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "Možnosti ni priporočljivo uporabiti; namenjena je zgolj preizkušanju! Če deluje povezava le s to možnostjo, je treba uvoziti potrdilo SSL strežnika LDAP na strežnik %s.", "\"$home\" Placeholder Field" : "Polje vsebnika »$home«", "UUID Attribute for Users:" : "Atribut UUID za uporabnike:", diff --git a/apps/user_ldap/l10n/sl.json b/apps/user_ldap/l10n/sl.json index e4a195b31c4..7d76392094b 100644 --- a/apps/user_ldap/l10n/sl.json +++ b/apps/user_ldap/l10n/sl.json @@ -94,7 +94,6 @@ "No object found in the given Base DN. Please revise." : "Ni najdenega predmeta v osnovnem enoznačnem imenu (DN). Preverite nastavitve.", "More than 1,000 directory entries available." : "Na voljo je več kot 1000 vnosov imenika", "When unchecked, this configuration will be skipped." : "Neizbrana možnost preskoči nastavitev.", - "Configuration Active" : "Dejavna nastavitev", "Copy current configuration into new directory binding" : "Kopiraj trenutne nastavitve v vezi nove mape.", "You can omit the protocol, unless you require SSL. If so, start with ldaps://" : "Protokol je lahko izpuščen, če ni posebej zahtevana uporaba SSL. Če je, se mora naslov začeti z ldaps://", "Host" : "Gostitelj", @@ -103,7 +102,6 @@ "User DN" : "Uporabnikovo enolično ime", "For anonymous access, leave DN and Password empty." : "Za brezimni dostop naj bosta polji imena in gesla prazni.", "Password" : "Geslo", - "Save Credentials" : "Shrani poverila", "One Base DN per line" : "Eno osnovno enolično ime na vrstico", "You can specify Base DN for users and groups in the Advanced tab" : "Osnovno enolično ime za uporabnike in skupine lahko določite v zavihku naprednih možnosti.", "Detect Base DN" : "Zaznava osnovnega enoznačnega imena (DN)", @@ -182,6 +180,7 @@ "Add a new configuration" : "Dodaj novo nastavitev", "Delete the current configuration" : "Izbriši trenutne nastavitve", "The DN of the client user with which the bind shall be done, e.g. uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password empty." : "Enolično ime uporabnikovega odjemalca, s katerim naj se opravi vezava, npr. uid=agent,dc=example,dc=com. Za brezimni dostop sta polji prikaznega imena in gesla prazni.", + "Save Credentials" : "Shrani poverila", "Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." : "Preusmeri samodejne zahteve LDAP. Nastavitev je priporočljiva za obsežnejše namestitve, vendar zahteva nekaj znanja o delu z LDAP.", "Manually enter LDAP filters (recommended for large directories)" : "Ročno vstavi filtre za LDAP (priporočljivo za obsežnejše mape).", "The filter specifies which LDAP users shall have access to the %s instance." : "Filter določa, kateri uporabniki LDAP bodo imeli dostop do %s.", @@ -189,6 +188,7 @@ "Back" : "Nazaj", "Continue" : "Nadaljuj", "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "Opozorilo: modul PHP LDAP mora biti nameščen, sicer vmesnik ne bo deloval. Za pravilno delovanje je paket treba namestiti.", + "Configuration Active" : "Dejavna nastavitev", "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "Možnosti ni priporočljivo uporabiti; namenjena je zgolj preizkušanju! Če deluje povezava le s to možnostjo, je treba uvoziti potrdilo SSL strežnika LDAP na strežnik %s.", "\"$home\" Placeholder Field" : "Polje vsebnika »$home«", "UUID Attribute for Users:" : "Atribut UUID za uporabnike:", diff --git a/apps/user_ldap/l10n/sq.js b/apps/user_ldap/l10n/sq.js index fe846802951..f47d60d7db9 100644 --- a/apps/user_ldap/l10n/sq.js +++ b/apps/user_ldap/l10n/sq.js @@ -79,7 +79,6 @@ OC.L10N.register( "No object found in the given Base DN. Please revise." : "Në DN Bazë të dhën s’u gjet objekt. Ju lutemi, rishikojeni.", "More than 1,000 directory entries available." : "Më shumë se 1000 zëra të gatshëm.", "When unchecked, this configuration will be skipped." : "Po u la pa shenjë, ky formësim do të anashkalohet.", - "Configuration Active" : "Formësimi Aktiv", "Copy current configuration into new directory binding" : "Kopjojeni formësimin e tanishëm te një lidhmë e re drejtorie", "You can omit the protocol, unless you require SSL. If so, start with ldaps://" : "Ju mund të hiqni protokollin, nëse nuk keni nevojë për SSL. Nëse po, filloni me ldaps: //", "Host" : "Strehë", @@ -165,6 +164,7 @@ OC.L10N.register( "Back" : "Mbrapsht", "Continue" : "Vazhdo", "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "Kujdes: Moduli PHP LDAP s’është i instaluar, pjesa përkatëse në shërbyes nuk do të funksionojë. Ju lutemi, kërkojini përgjegjësit të sistemit tuaj ta instalojë.", + "Configuration Active" : "Formësimi Aktiv", "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "E pakëshillueshme, përdoreni vetëm për testim! Nëse lidhja funksionon vetëm me këtë mundësi, importoni te shërbyesi juaj %s dëshminë SSL të shërbyesit LDAP.", "UUID Attribute for Users:" : "Atribut UUID për Përdorues:", "UUID Attribute for Groups:" : "Atribut UUID për Grupe:" diff --git a/apps/user_ldap/l10n/sq.json b/apps/user_ldap/l10n/sq.json index e8a48a2c235..caa10bd4970 100644 --- a/apps/user_ldap/l10n/sq.json +++ b/apps/user_ldap/l10n/sq.json @@ -77,7 +77,6 @@ "No object found in the given Base DN. Please revise." : "Në DN Bazë të dhën s’u gjet objekt. Ju lutemi, rishikojeni.", "More than 1,000 directory entries available." : "Më shumë se 1000 zëra të gatshëm.", "When unchecked, this configuration will be skipped." : "Po u la pa shenjë, ky formësim do të anashkalohet.", - "Configuration Active" : "Formësimi Aktiv", "Copy current configuration into new directory binding" : "Kopjojeni formësimin e tanishëm te një lidhmë e re drejtorie", "You can omit the protocol, unless you require SSL. If so, start with ldaps://" : "Ju mund të hiqni protokollin, nëse nuk keni nevojë për SSL. Nëse po, filloni me ldaps: //", "Host" : "Strehë", @@ -163,6 +162,7 @@ "Back" : "Mbrapsht", "Continue" : "Vazhdo", "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "Kujdes: Moduli PHP LDAP s’është i instaluar, pjesa përkatëse në shërbyes nuk do të funksionojë. Ju lutemi, kërkojini përgjegjësit të sistemit tuaj ta instalojë.", + "Configuration Active" : "Formësimi Aktiv", "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "E pakëshillueshme, përdoreni vetëm për testim! Nëse lidhja funksionon vetëm me këtë mundësi, importoni te shërbyesi juaj %s dëshminë SSL të shërbyesit LDAP.", "UUID Attribute for Users:" : "Atribut UUID për Përdorues:", "UUID Attribute for Groups:" : "Atribut UUID për Grupe:" diff --git a/apps/user_ldap/l10n/sr.js b/apps/user_ldap/l10n/sr.js index 9915b2aa361..feb5c8db05e 100644 --- a/apps/user_ldap/l10n/sr.js +++ b/apps/user_ldap/l10n/sr.js @@ -145,7 +145,6 @@ OC.L10N.register( "More than 1,000 directory entries available." : "Више од 1000 уноса је доступно.", "_{ldapTestBase} entry available within the provided Base DN_::_{ldapTestBase} entries available within the provided Base DN_" : ["{ldapTestBase} унос је доступан за наведено Базно име домена (Base DN)","{ldapTestBase} уноса је доступно за наведено Базно име домена (Base DN)","{ldapTestBase} уноса је доступно за наведено Базно име домена (Base DN)"], "When unchecked, this configuration will be skipped." : "Када није штриклирано, ова конфигурација ће бити прескочена.", - "Configuration Active" : "Конфигурација активна", "Copy current configuration into new directory binding" : "Копирај тренутну поставу у везивање новог директоријума", "Copy configuration" : "Копирај конфигурацију", "Delete configuration" : "Обриши конфигурацију", @@ -156,7 +155,6 @@ OC.L10N.register( "User DN" : "Корисников DN", "For anonymous access, leave DN and Password empty." : "За анониман приступ, оставите поља DN и лозинка празним.", "Password" : "Лозинка", - "Save Credentials" : "Сачувај акредитиве", "Base DN" : "Базно име домена (Base DN)", "One Base DN per line" : "Један Base DN по линији", "You can specify Base DN for users and groups in the Advanced tab" : "Можете навести Base DN за кориснике и групе у картици Напредно", @@ -250,6 +248,7 @@ OC.L10N.register( "Add a new configuration" : "Додај нову поставку", "Delete the current configuration" : "Обриши тренутне поставке", "The DN of the client user with which the bind shall be done, e.g. uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password empty." : "DN корисника клијента са којим треба да се успостави веза, нпр. uid=agent,dc=example,dc=com. За анониман приступ, оставите поља DN и лозинка празним.", + "Save Credentials" : "Сачувај акредитиве", "Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." : "Избегава аутоматске LDAP захтеве. Боље за веће поставке, али тражи мало више познавања LDAP-а.", "Manually enter LDAP filters (recommended for large directories)" : "Унесите ручно LDAP филтере (препоручено за велике директоријуме)", "The filter specifies which LDAP users shall have access to the %s instance." : "Филтер одређује који ЛДАП корисници ће имати приступ на %s.", @@ -257,6 +256,7 @@ OC.L10N.register( "Back" : "Назад", "Continue" : "Настави", "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "Упозорење: PHP LDAP модул није инсталиран и зачеље неће радити. Питајте систем администратора да га инсталира.", + "Configuration Active" : "Конфигурација активна", "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "Није препоручено, користите само за тестирање! Ако веза ради само са овом опцијом, увезите SSL сертификате LDAP сервера на ваш %s сервер.", "\"$home\" Placeholder Field" : "Резервисано место за поље „$home“", "Pronouns Field" : "Поље заменица", diff --git a/apps/user_ldap/l10n/sr.json b/apps/user_ldap/l10n/sr.json index c647b977888..4c4343d80fb 100644 --- a/apps/user_ldap/l10n/sr.json +++ b/apps/user_ldap/l10n/sr.json @@ -143,7 +143,6 @@ "More than 1,000 directory entries available." : "Више од 1000 уноса је доступно.", "_{ldapTestBase} entry available within the provided Base DN_::_{ldapTestBase} entries available within the provided Base DN_" : ["{ldapTestBase} унос је доступан за наведено Базно име домена (Base DN)","{ldapTestBase} уноса је доступно за наведено Базно име домена (Base DN)","{ldapTestBase} уноса је доступно за наведено Базно име домена (Base DN)"], "When unchecked, this configuration will be skipped." : "Када није штриклирано, ова конфигурација ће бити прескочена.", - "Configuration Active" : "Конфигурација активна", "Copy current configuration into new directory binding" : "Копирај тренутну поставу у везивање новог директоријума", "Copy configuration" : "Копирај конфигурацију", "Delete configuration" : "Обриши конфигурацију", @@ -154,7 +153,6 @@ "User DN" : "Корисников DN", "For anonymous access, leave DN and Password empty." : "За анониман приступ, оставите поља DN и лозинка празним.", "Password" : "Лозинка", - "Save Credentials" : "Сачувај акредитиве", "Base DN" : "Базно име домена (Base DN)", "One Base DN per line" : "Један Base DN по линији", "You can specify Base DN for users and groups in the Advanced tab" : "Можете навести Base DN за кориснике и групе у картици Напредно", @@ -248,6 +246,7 @@ "Add a new configuration" : "Додај нову поставку", "Delete the current configuration" : "Обриши тренутне поставке", "The DN of the client user with which the bind shall be done, e.g. uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password empty." : "DN корисника клијента са којим треба да се успостави веза, нпр. uid=agent,dc=example,dc=com. За анониман приступ, оставите поља DN и лозинка празним.", + "Save Credentials" : "Сачувај акредитиве", "Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." : "Избегава аутоматске LDAP захтеве. Боље за веће поставке, али тражи мало више познавања LDAP-а.", "Manually enter LDAP filters (recommended for large directories)" : "Унесите ручно LDAP филтере (препоручено за велике директоријуме)", "The filter specifies which LDAP users shall have access to the %s instance." : "Филтер одређује који ЛДАП корисници ће имати приступ на %s.", @@ -255,6 +254,7 @@ "Back" : "Назад", "Continue" : "Настави", "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "Упозорење: PHP LDAP модул није инсталиран и зачеље неће радити. Питајте систем администратора да га инсталира.", + "Configuration Active" : "Конфигурација активна", "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "Није препоручено, користите само за тестирање! Ако веза ради само са овом опцијом, увезите SSL сертификате LDAP сервера на ваш %s сервер.", "\"$home\" Placeholder Field" : "Резервисано место за поље „$home“", "Pronouns Field" : "Поље заменица", diff --git a/apps/user_ldap/l10n/sv.js b/apps/user_ldap/l10n/sv.js index decf0a14ffc..75d0bd5ed72 100644 --- a/apps/user_ldap/l10n/sv.js +++ b/apps/user_ldap/l10n/sv.js @@ -132,7 +132,6 @@ OC.L10N.register( "No object found in the given Base DN. Please revise." : "Inget objekt funnet i den givna Base DN. Vänligen granska.", "More than 1,000 directory entries available." : "Mer än 1,000 katalogposter tillgängliga.", "When unchecked, this configuration will be skipped." : "Ifall denna är avbockad så kommer konfigurationen att skippas.", - "Configuration Active" : "Konfiguration aktiv", "Copy current configuration into new directory binding" : "Kopiera nuvarande konfiguration till en ny katalogsammansättning", "You can omit the protocol, unless you require SSL. If so, start with ldaps://" : "Du kan utelämna protokollen, om du inte kräver SSl. I såna fall, starta med ldaps://", "Host" : "Server", @@ -141,7 +140,6 @@ OC.L10N.register( "User DN" : "Användar-DN", "For anonymous access, leave DN and Password empty." : "För anonym åtkomst, lämna DN och lösenord tomma.", "Password" : "Lösenord", - "Save Credentials" : "Spara Uppgifter", "One Base DN per line" : "Ett start-DN per rad", "You can specify Base DN for users and groups in the Advanced tab" : "Du kan ange start-DN för användare och grupper under fliken Avancerat", "Detect Base DN" : "Upptäck bas-DN", @@ -222,6 +220,7 @@ OC.L10N.register( "Add a new configuration" : "Lägg till en ny konfiguration", "Delete the current configuration" : "Ta bort nuvarande konfiguration", "The DN of the client user with which the bind shall be done, e.g. uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password empty." : "DN för klientanvändaren som bindningen ska göras, t.ex. uid=agent, dc=example, dc=com. För anonym åtkomst, lämna DN och lösenord tomma.", + "Save Credentials" : "Spara Uppgifter", "Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." : "Undviker automatiska LDAP-förfrågningar. Bättre för större installationer, men kräver en del LDAP-kunskap.", "Manually enter LDAP filters (recommended for large directories)" : "Ange LDAP-filter manuellt (rekommenderat för stora kataloger)", "The filter specifies which LDAP users shall have access to the %s instance." : "Filtret specificerar vilka LDAP-användare som skall ha åtkomst till %s instans", @@ -229,6 +228,7 @@ OC.L10N.register( "Back" : "Tillbaka", "Continue" : "Fortsätt", "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "Varning: PHP LDAP-modulen är inte installerad, backend kommer inte att fungera. Be din systemadministratör att installera den.", + "Configuration Active" : "Konfiguration aktiv", "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "Rekommenderas inte, använd endast för test! Om anslutningen bara fungerar med denna inställning behöver du importera LDAP-serverns SSL-certifikat till din %s server.", "\"$home\" Placeholder Field" : "\"$home\" Platshållare-fält", "Pronouns Field" : "Fält för pronomen", diff --git a/apps/user_ldap/l10n/sv.json b/apps/user_ldap/l10n/sv.json index 585292b2aeb..a5c5335fba2 100644 --- a/apps/user_ldap/l10n/sv.json +++ b/apps/user_ldap/l10n/sv.json @@ -130,7 +130,6 @@ "No object found in the given Base DN. Please revise." : "Inget objekt funnet i den givna Base DN. Vänligen granska.", "More than 1,000 directory entries available." : "Mer än 1,000 katalogposter tillgängliga.", "When unchecked, this configuration will be skipped." : "Ifall denna är avbockad så kommer konfigurationen att skippas.", - "Configuration Active" : "Konfiguration aktiv", "Copy current configuration into new directory binding" : "Kopiera nuvarande konfiguration till en ny katalogsammansättning", "You can omit the protocol, unless you require SSL. If so, start with ldaps://" : "Du kan utelämna protokollen, om du inte kräver SSl. I såna fall, starta med ldaps://", "Host" : "Server", @@ -139,7 +138,6 @@ "User DN" : "Användar-DN", "For anonymous access, leave DN and Password empty." : "För anonym åtkomst, lämna DN och lösenord tomma.", "Password" : "Lösenord", - "Save Credentials" : "Spara Uppgifter", "One Base DN per line" : "Ett start-DN per rad", "You can specify Base DN for users and groups in the Advanced tab" : "Du kan ange start-DN för användare och grupper under fliken Avancerat", "Detect Base DN" : "Upptäck bas-DN", @@ -220,6 +218,7 @@ "Add a new configuration" : "Lägg till en ny konfiguration", "Delete the current configuration" : "Ta bort nuvarande konfiguration", "The DN of the client user with which the bind shall be done, e.g. uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password empty." : "DN för klientanvändaren som bindningen ska göras, t.ex. uid=agent, dc=example, dc=com. För anonym åtkomst, lämna DN och lösenord tomma.", + "Save Credentials" : "Spara Uppgifter", "Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." : "Undviker automatiska LDAP-förfrågningar. Bättre för större installationer, men kräver en del LDAP-kunskap.", "Manually enter LDAP filters (recommended for large directories)" : "Ange LDAP-filter manuellt (rekommenderat för stora kataloger)", "The filter specifies which LDAP users shall have access to the %s instance." : "Filtret specificerar vilka LDAP-användare som skall ha åtkomst till %s instans", @@ -227,6 +226,7 @@ "Back" : "Tillbaka", "Continue" : "Fortsätt", "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "Varning: PHP LDAP-modulen är inte installerad, backend kommer inte att fungera. Be din systemadministratör att installera den.", + "Configuration Active" : "Konfiguration aktiv", "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "Rekommenderas inte, använd endast för test! Om anslutningen bara fungerar med denna inställning behöver du importera LDAP-serverns SSL-certifikat till din %s server.", "\"$home\" Placeholder Field" : "\"$home\" Platshållare-fält", "Pronouns Field" : "Fält för pronomen", diff --git a/apps/user_ldap/l10n/sw.js b/apps/user_ldap/l10n/sw.js index 04d3e19d628..957566f022a 100644 --- a/apps/user_ldap/l10n/sw.js +++ b/apps/user_ldap/l10n/sw.js @@ -144,7 +144,6 @@ OC.L10N.register( "More than 1,000 directory entries available." : "Zaidi ya maingizo 1,000 ya saraka yanapatikana.", "_{ldapTestBase} entry available within the provided Base DN_::_{ldapTestBase} entries available within the provided Base DN_" : ["{ldapTestBase} entry available within the provided Base DN","Maingizo {ldapTestBase} yanapatikana ndani ya Base DN iliyotolewa"], "When unchecked, this configuration will be skipped." : "Ukiacha kuteua, usanidi huu utarukwa.", - "Configuration Active" : "Usanidi Unatumika", "Copy current configuration into new directory binding" : "Nakili usanidi wa sasa kwenye saraka mpya inayofunga ", "Copy configuration" : "Nakili usanidi", "Delete configuration" : "Futa usanidi", @@ -155,7 +154,6 @@ OC.L10N.register( "User DN" : "Mtumiaji DN", "For anonymous access, leave DN and Password empty." : "Kwa ufikiaji bila majina, acha DN na Nenosiri tupu.", "Password" : "Nenosiri", - "Save Credentials" : "Hifadhi vitambulisho", "Base DN" : "Msingi wa DN", "One Base DN per line" : "DN moja ya Msingi kwa kila mstari", "You can specify Base DN for users and groups in the Advanced tab" : "Unaweza kubainisha Base DN kwa watumiaji na vikundi katika kichupo cha Juu", @@ -248,6 +246,7 @@ OC.L10N.register( "Add a new configuration" : "Ongeza usanidi mpya", "Delete the current configuration" : "Futa usanidi wa sasa", "The DN of the client user with which the bind shall be done, e.g. uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password empty." : "DN ya mtumiaji wa mteja ambayo kufunga kutafanywa, k.m. uid=wakala,dc=example,dc=com. Kwa ufikiaji usiojulikana, acha DN na Nenosiri tupu.", + "Save Credentials" : "Hifadhi vitambulisho", "Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." : "Huepuka maombi ya LDAP kiotomatiki. Bora kwa usanidi mkubwa zaidi, lakini inahitaji maarifa fulani ya LDAP.", "Manually enter LDAP filters (recommended for large directories)" : "Weka mwenyewe vichujio vya LDAP (inapendekezwa kwa saraka kubwa)", "The filter specifies which LDAP users shall have access to the %s instance." : "Kichujio kinabainisha ni watumiaji gani wa LDAP wataweza kufikia mfano wa %s.", @@ -255,6 +254,7 @@ OC.L10N.register( "Back" : "Rudi", "Continue" : "Endelea", "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "Onyo: Moduli ya PHP LDAP haijasakinishwa, mazingira ya nyuma hayatafanya kazi. Tafadhali muulize msimamizi wa mfumo wako aisakinishe.", + "Configuration Active" : "Usanidi Unatumika", "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "Haipendekezwi, itumie kwa majaribio tu! Ikiwa muunganisho utafanya kazi kwa chaguo hili pekee, leta cheti cha SSL cha seva ya LDAP kwenye seva yako ya %s.", "\"$home\" Placeholder Field" : "Sehemu ya \"$home\" ya Kishika nafasi", "Pronouns Field" : "Uwanja wa Viwakilishi", diff --git a/apps/user_ldap/l10n/sw.json b/apps/user_ldap/l10n/sw.json index b6e2b75a7d8..d7619de1d2f 100644 --- a/apps/user_ldap/l10n/sw.json +++ b/apps/user_ldap/l10n/sw.json @@ -142,7 +142,6 @@ "More than 1,000 directory entries available." : "Zaidi ya maingizo 1,000 ya saraka yanapatikana.", "_{ldapTestBase} entry available within the provided Base DN_::_{ldapTestBase} entries available within the provided Base DN_" : ["{ldapTestBase} entry available within the provided Base DN","Maingizo {ldapTestBase} yanapatikana ndani ya Base DN iliyotolewa"], "When unchecked, this configuration will be skipped." : "Ukiacha kuteua, usanidi huu utarukwa.", - "Configuration Active" : "Usanidi Unatumika", "Copy current configuration into new directory binding" : "Nakili usanidi wa sasa kwenye saraka mpya inayofunga ", "Copy configuration" : "Nakili usanidi", "Delete configuration" : "Futa usanidi", @@ -153,7 +152,6 @@ "User DN" : "Mtumiaji DN", "For anonymous access, leave DN and Password empty." : "Kwa ufikiaji bila majina, acha DN na Nenosiri tupu.", "Password" : "Nenosiri", - "Save Credentials" : "Hifadhi vitambulisho", "Base DN" : "Msingi wa DN", "One Base DN per line" : "DN moja ya Msingi kwa kila mstari", "You can specify Base DN for users and groups in the Advanced tab" : "Unaweza kubainisha Base DN kwa watumiaji na vikundi katika kichupo cha Juu", @@ -246,6 +244,7 @@ "Add a new configuration" : "Ongeza usanidi mpya", "Delete the current configuration" : "Futa usanidi wa sasa", "The DN of the client user with which the bind shall be done, e.g. uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password empty." : "DN ya mtumiaji wa mteja ambayo kufunga kutafanywa, k.m. uid=wakala,dc=example,dc=com. Kwa ufikiaji usiojulikana, acha DN na Nenosiri tupu.", + "Save Credentials" : "Hifadhi vitambulisho", "Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." : "Huepuka maombi ya LDAP kiotomatiki. Bora kwa usanidi mkubwa zaidi, lakini inahitaji maarifa fulani ya LDAP.", "Manually enter LDAP filters (recommended for large directories)" : "Weka mwenyewe vichujio vya LDAP (inapendekezwa kwa saraka kubwa)", "The filter specifies which LDAP users shall have access to the %s instance." : "Kichujio kinabainisha ni watumiaji gani wa LDAP wataweza kufikia mfano wa %s.", @@ -253,6 +252,7 @@ "Back" : "Rudi", "Continue" : "Endelea", "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "Onyo: Moduli ya PHP LDAP haijasakinishwa, mazingira ya nyuma hayatafanya kazi. Tafadhali muulize msimamizi wa mfumo wako aisakinishe.", + "Configuration Active" : "Usanidi Unatumika", "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "Haipendekezwi, itumie kwa majaribio tu! Ikiwa muunganisho utafanya kazi kwa chaguo hili pekee, leta cheti cha SSL cha seva ya LDAP kwenye seva yako ya %s.", "\"$home\" Placeholder Field" : "Sehemu ya \"$home\" ya Kishika nafasi", "Pronouns Field" : "Uwanja wa Viwakilishi", diff --git a/apps/user_ldap/l10n/th.js b/apps/user_ldap/l10n/th.js index d375fbdbef8..ed85abd90b1 100644 --- a/apps/user_ldap/l10n/th.js +++ b/apps/user_ldap/l10n/th.js @@ -56,7 +56,6 @@ OC.L10N.register( "No object found in the given Base DN. Please revise." : "ไม่พบวัตถุใน Base DN ที่ให้ไว้ กรุณาแก้ไข", "More than 1,000 directory entries available." : "ไดเรกทอรีมีอยู่มากกว่า 1,000 รายการ", "When unchecked, this configuration will be skipped." : "เมื่อไม่เลือก การกำหนดค่านี้จะถูกข้ามไป", - "Configuration Active" : "การกำหนดค่าใช้งานอยู่", "Copy current configuration into new directory binding" : "คัดลอกการตั้งค่าปัจจุบันลงในการผูกไดเรกทอรีใหม่", "Host" : "โฮสต์", "Port" : "พอร์ต", @@ -135,6 +134,7 @@ OC.L10N.register( "Back" : "ย้อนกลับ", "Continue" : "ดำเนินการต่อ", "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "คำเตือน: โมดูล PHP LDAP ยังไม่ได้ถูกติดตั้ง แบ็กเอนด์จะไม่สามารถทำงานได้ กรุณาติดต่อให้ผู้ดูแลระบบของคุณทำการติดตั้ง", + "Configuration Active" : "การกำหนดค่าใช้งานอยู่", "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "ไม่แนะนำ ควรใช้สำหรับการทดสอบเท่านั้น! ถ้าการเชื่อมต่อใช้งานได้เฉพาะกับตัวเลือกนี้ นำเข้าใบรับรอง SSL ของเซิร์ฟเวอร์ LDAP ในเซิร์ฟเวอร์ %s ของคุณ ", "UUID Attribute for Users:" : "แอททริบิวต์ UUID สำหรับผู้ใช้:", "UUID Attribute for Groups:" : "แอททริบิวต์ UUID สำหรับกลุ่ม:" diff --git a/apps/user_ldap/l10n/th.json b/apps/user_ldap/l10n/th.json index 8bc24b7eadd..5585170dc42 100644 --- a/apps/user_ldap/l10n/th.json +++ b/apps/user_ldap/l10n/th.json @@ -54,7 +54,6 @@ "No object found in the given Base DN. Please revise." : "ไม่พบวัตถุใน Base DN ที่ให้ไว้ กรุณาแก้ไข", "More than 1,000 directory entries available." : "ไดเรกทอรีมีอยู่มากกว่า 1,000 รายการ", "When unchecked, this configuration will be skipped." : "เมื่อไม่เลือก การกำหนดค่านี้จะถูกข้ามไป", - "Configuration Active" : "การกำหนดค่าใช้งานอยู่", "Copy current configuration into new directory binding" : "คัดลอกการตั้งค่าปัจจุบันลงในการผูกไดเรกทอรีใหม่", "Host" : "โฮสต์", "Port" : "พอร์ต", @@ -133,6 +132,7 @@ "Back" : "ย้อนกลับ", "Continue" : "ดำเนินการต่อ", "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "คำเตือน: โมดูล PHP LDAP ยังไม่ได้ถูกติดตั้ง แบ็กเอนด์จะไม่สามารถทำงานได้ กรุณาติดต่อให้ผู้ดูแลระบบของคุณทำการติดตั้ง", + "Configuration Active" : "การกำหนดค่าใช้งานอยู่", "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "ไม่แนะนำ ควรใช้สำหรับการทดสอบเท่านั้น! ถ้าการเชื่อมต่อใช้งานได้เฉพาะกับตัวเลือกนี้ นำเข้าใบรับรอง SSL ของเซิร์ฟเวอร์ LDAP ในเซิร์ฟเวอร์ %s ของคุณ ", "UUID Attribute for Users:" : "แอททริบิวต์ UUID สำหรับผู้ใช้:", "UUID Attribute for Groups:" : "แอททริบิวต์ UUID สำหรับกลุ่ม:" diff --git a/apps/user_ldap/l10n/tr.js b/apps/user_ldap/l10n/tr.js index d6485ed9768..4bd757acad0 100644 --- a/apps/user_ldap/l10n/tr.js +++ b/apps/user_ldap/l10n/tr.js @@ -147,22 +147,17 @@ OC.L10N.register( "More than 1,000 directory entries available." : "Kullanılabilecek dizin sayısı 1000 üzerinde.", "_{ldapTestBase} entry available within the provided Base DN_::_{ldapTestBase} entries available within the provided Base DN_" : ["Belirtilen Base DN üzerinde {ldapTestBase} kayıt var","Belirtilen Base DN üzerinde {ldapTestBase} kayıt var"], "When unchecked, this configuration will be skipped." : "Bu seçenek işaretli değilse, bu yapılandırma atlanır.", - "Configuration Active" : "Yapılandırma etkin", "Copy current configuration into new directory binding" : "Geçerli yapılandırmayı yeni dizin bağlamasına kopyala", "Copy configuration" : "Yapılandırmayı kopyala", "Delete configuration" : "Yapılandırmayı sil", "You can omit the protocol, unless you require SSL. If so, start with ldaps://" : "SSL gerekmiyorsa iletişim kuralı belirtilmeyebilir. Gerekiyorsa ldaps:// ile başlayın", "Host" : "Sunucu", - "ldaps://localhost" : "ldaps://localhost", "Port" : "Bağlantı noktası", - "389" : "389", "Detect Port" : "Bağlantı noktasını algıla", "The DN of the client user with which the bind shall be done. For anonymous access, leave DN and Password empty." : "Yapılacak bağlama için istemci kullanıcısının DN değeri. Anonim erişim için DN ve Parolayı boş bırakın.", "User DN" : "Kullanıcı DN", - "uid=agent,dc=example,dc=com" : "uid=araci,dc=ornek,dc=com", "For anonymous access, leave DN and Password empty." : "Anonim erişim için DN ve parolayı boş bırakın.", "Password" : "Parola", - "Save Credentials" : "Kimlik doğrulama bilgilerini kaydet", "Base DN" : "Base DN", "One Base DN per line" : "Her satıra bir Base DN yazın", "You can specify Base DN for users and groups in the Advanced tab" : "Gelişmiş sekmesinde, kullanıcı ve gruplar için Base DN belirtilebilir", @@ -256,6 +251,7 @@ OC.L10N.register( "Add a new configuration" : "Yeni bir yapılandırma ekle", "Delete the current configuration" : "Geçerli yapılandırmayı sil", "The DN of the client user with which the bind shall be done, e.g. uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password empty." : "Yapılacak bağlama için iİstemci kullanıcısının DN değeri. Örnek: uid=agent,dc=ornek,dc=com. Anonim erişim için DN ve Parolayı boş bırakın.", + "Save Credentials" : "Kimlik doğrulama bilgilerini kaydet", "Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." : "Otomatik LDAP isteklerinden kaçınılsın. Büyük kurulumlar için daha iyidir ancak LDAP bilgisi gerektirir.", "Manually enter LDAP filters (recommended for large directories)" : "LDAP süzgeçlerini el ile yazın (büyük dizinler için önerilir)", "The filter specifies which LDAP users shall have access to the %s instance." : "Süzgeç, %s kopyasına erişmesi gereken LDAP kullanıcılarını belirtir.", @@ -263,6 +259,7 @@ OC.L10N.register( "Back" : "Geri", "Continue" : "Sürdür", "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "Uyarı: PHP LDAP modülü kurulmamış, arka yüz çalışmayacak. Lütfen kurması için BT yöneticiniz ile görüşün.", + "Configuration Active" : "Yapılandırma etkin", "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "Önerilmez, yalnızca deneme amacıyla kullanın! Bağlantı yalnızca bu seçenek ile çalışıyorsa LDAP sunucusunun SSL sertifikasını %s sunucuzun içine aktarın.", "\"$home\" Placeholder Field" : "\"$home\" yer belirtici alanı", "Pronouns Field" : "Hitap alanı", diff --git a/apps/user_ldap/l10n/tr.json b/apps/user_ldap/l10n/tr.json index 79521a813f3..6d517836352 100644 --- a/apps/user_ldap/l10n/tr.json +++ b/apps/user_ldap/l10n/tr.json @@ -145,22 +145,17 @@ "More than 1,000 directory entries available." : "Kullanılabilecek dizin sayısı 1000 üzerinde.", "_{ldapTestBase} entry available within the provided Base DN_::_{ldapTestBase} entries available within the provided Base DN_" : ["Belirtilen Base DN üzerinde {ldapTestBase} kayıt var","Belirtilen Base DN üzerinde {ldapTestBase} kayıt var"], "When unchecked, this configuration will be skipped." : "Bu seçenek işaretli değilse, bu yapılandırma atlanır.", - "Configuration Active" : "Yapılandırma etkin", "Copy current configuration into new directory binding" : "Geçerli yapılandırmayı yeni dizin bağlamasına kopyala", "Copy configuration" : "Yapılandırmayı kopyala", "Delete configuration" : "Yapılandırmayı sil", "You can omit the protocol, unless you require SSL. If so, start with ldaps://" : "SSL gerekmiyorsa iletişim kuralı belirtilmeyebilir. Gerekiyorsa ldaps:// ile başlayın", "Host" : "Sunucu", - "ldaps://localhost" : "ldaps://localhost", "Port" : "Bağlantı noktası", - "389" : "389", "Detect Port" : "Bağlantı noktasını algıla", "The DN of the client user with which the bind shall be done. For anonymous access, leave DN and Password empty." : "Yapılacak bağlama için istemci kullanıcısının DN değeri. Anonim erişim için DN ve Parolayı boş bırakın.", "User DN" : "Kullanıcı DN", - "uid=agent,dc=example,dc=com" : "uid=araci,dc=ornek,dc=com", "For anonymous access, leave DN and Password empty." : "Anonim erişim için DN ve parolayı boş bırakın.", "Password" : "Parola", - "Save Credentials" : "Kimlik doğrulama bilgilerini kaydet", "Base DN" : "Base DN", "One Base DN per line" : "Her satıra bir Base DN yazın", "You can specify Base DN for users and groups in the Advanced tab" : "Gelişmiş sekmesinde, kullanıcı ve gruplar için Base DN belirtilebilir", @@ -254,6 +249,7 @@ "Add a new configuration" : "Yeni bir yapılandırma ekle", "Delete the current configuration" : "Geçerli yapılandırmayı sil", "The DN of the client user with which the bind shall be done, e.g. uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password empty." : "Yapılacak bağlama için iİstemci kullanıcısının DN değeri. Örnek: uid=agent,dc=ornek,dc=com. Anonim erişim için DN ve Parolayı boş bırakın.", + "Save Credentials" : "Kimlik doğrulama bilgilerini kaydet", "Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." : "Otomatik LDAP isteklerinden kaçınılsın. Büyük kurulumlar için daha iyidir ancak LDAP bilgisi gerektirir.", "Manually enter LDAP filters (recommended for large directories)" : "LDAP süzgeçlerini el ile yazın (büyük dizinler için önerilir)", "The filter specifies which LDAP users shall have access to the %s instance." : "Süzgeç, %s kopyasına erişmesi gereken LDAP kullanıcılarını belirtir.", @@ -261,6 +257,7 @@ "Back" : "Geri", "Continue" : "Sürdür", "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "Uyarı: PHP LDAP modülü kurulmamış, arka yüz çalışmayacak. Lütfen kurması için BT yöneticiniz ile görüşün.", + "Configuration Active" : "Yapılandırma etkin", "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "Önerilmez, yalnızca deneme amacıyla kullanın! Bağlantı yalnızca bu seçenek ile çalışıyorsa LDAP sunucusunun SSL sertifikasını %s sunucuzun içine aktarın.", "\"$home\" Placeholder Field" : "\"$home\" yer belirtici alanı", "Pronouns Field" : "Hitap alanı", diff --git a/apps/user_ldap/l10n/ug.js b/apps/user_ldap/l10n/ug.js index 6680fd263e3..7c93aed527c 100644 --- a/apps/user_ldap/l10n/ug.js +++ b/apps/user_ldap/l10n/ug.js @@ -147,22 +147,17 @@ OC.L10N.register( "More than 1,000 directory entries available." : "1000 دىن ئارتۇق مۇندەرىجە تۈرى بار.", "_{ldapTestBase} entry available within the provided Base DN_::_{ldapTestBase} entries available within the provided Base DN_" : ["بېرىلگەن ئاساسىي DN دا {ldapTestBase} تارماق مەۋجۇت","بېرىلگەن ئاساسىي DN دا {ldapTestBase} تارماق مەۋجۇت"], "When unchecked, this configuration will be skipped." : "تەكشۈرۈلمىسە ، بۇ سەپلىمە ئاتلاپ كېتىدۇ.", - "Configuration Active" : "سەپلىمە ئاكتىپ", "Copy current configuration into new directory binding" : "نۆۋەتتىكى سەپلىمىنى يېڭى مۇندەرىجە باغلاشقا كۆچۈرۈڭ", "Copy configuration" : "سەپلىمە كۆچۈر", "Delete configuration" : "سەپلىمە ئۆچۈر", "You can omit the protocol, unless you require SSL. If so, start with ldaps://" : "ئەگەر SSL تەلەپ قىلمىسىڭىز ، كېلىشىمنى ئەمەلدىن قالدۇرالايسىز. ئەگەر شۇنداق بولسا ، ldaps دىن باشلاڭ: //", "Host" : "باش ئاپپارات", - "ldaps://localhost" : "ldaps://localhost", "Port" : "ئېغىز", - "389" : "389", "Detect Port" : "پورتنى ئېنىقلاڭ", "The DN of the client user with which the bind shall be done. For anonymous access, leave DN and Password empty." : "باغلىندىغان خېرىدار ئىشلەتكۈچىنىڭ DN سى. نامسىز كىرىش ئۈچۈن، DN ۋە پارولنى بوش قالدۇرۇڭ.", "User DN" : "ئىشلەتكۈچى DN", - "uid=agent,dc=example,dc=com" : "uid=agent,dc=example,dc=com", "For anonymous access, leave DN and Password empty." : "نامسىز زىيارەت قىلىش ئۈچۈن DN ۋە پارولنى بوش قويۇڭ.", "Password" : "ئىم", - "Save Credentials" : "كىنىشكىنى ساقلاش", "Base DN" : "ئاساسى DN", "One Base DN per line" : "ھەر بىر قۇر DN", "You can specify Base DN for users and groups in the Advanced tab" : "ئالىي بەتكۈچتىكى ئىشلەتكۈچى ۋە گۇرۇپپىلار ئۈچۈن Base DN نى بەلگىلىيەلەيسىز", @@ -256,6 +251,7 @@ OC.L10N.register( "Add a new configuration" : "يېڭى سەپلىمە قوشۇڭ", "Delete the current configuration" : "نۆۋەتتىكى سەپلىمىنى ئۆچۈرۈڭ", "The DN of the client user with which the bind shall be done, e.g. uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password empty." : "باغلىنىشلىق ئېلىپ بېرىلىدىغان خېرىدار ئىشلەتكۈچىنىڭ DN ، مەسىلەن. uid = ۋاكالەتچى ، dc = مىسال ، dc = com. نامسىز زىيارەت قىلىش ئۈچۈن DN ۋە پارولنى بوش قويۇڭ.", + "Save Credentials" : "كىنىشكىنى ساقلاش", "Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." : "ئاپتوماتىك LDAP تەلىپىدىن ساقلىنىدۇ. چوڭراق تەڭشەش ئۈچۈن ياخشى ، ئەمما بىر قىسىم LDAP بىلىملىرىنى تەلەپ قىلىدۇ.", "Manually enter LDAP filters (recommended for large directories)" : "LDAP سۈزگۈچنى قولدا كىرگۈزۈڭ (چوڭ مۇندەرىجە تەۋسىيە قىلىنىدۇ)", "The filter specifies which LDAP users shall have access to the %s instance." : "سۈزگۈچ قايسى LDAP ئىشلەتكۈچىلەرنىڭ %s مىسالىغا ئېرىشەلەيدىغانلىقىنى بەلگىلەيدۇ.", @@ -263,6 +259,7 @@ OC.L10N.register( "Back" : "قايتىش", "Continue" : "داۋاملاشتۇر", "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : " ئاگاھلاندۇرۇش: PHP LDAP مودۇلى ئورنىتىلمىدى ، ئارقا تەرىپى ئىشلىمەيدۇ. ئۇنى قاچىلاشنى سىستېما باشقۇرغۇچىڭىزدىن سوراڭ.", + "Configuration Active" : "سەپلىمە ئاكتىپ", "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "تەۋسىيە قىلىنمايدۇ ، ئۇنى پەقەت سىناق ئۈچۈن ئىشلىتىڭ! ئەگەر ئۇلىنىش پەقەت مۇشۇ تاللاش بىلەنلا ئىشلەيدىغان بولسا ،%s مۇلازىمېتىرىڭىزغا LDAP مۇلازىمېتىرنىڭ SSL گۇۋاھنامىسىنى ئەكىرىڭ.", "\"$home\" Placeholder Field" : "\"$ home\" ئورۇن ئىگىسى", "Pronouns Field" : "ئالمىشىش مەيدانى", diff --git a/apps/user_ldap/l10n/ug.json b/apps/user_ldap/l10n/ug.json index 2e8cf274725..3a4415a650d 100644 --- a/apps/user_ldap/l10n/ug.json +++ b/apps/user_ldap/l10n/ug.json @@ -145,22 +145,17 @@ "More than 1,000 directory entries available." : "1000 دىن ئارتۇق مۇندەرىجە تۈرى بار.", "_{ldapTestBase} entry available within the provided Base DN_::_{ldapTestBase} entries available within the provided Base DN_" : ["بېرىلگەن ئاساسىي DN دا {ldapTestBase} تارماق مەۋجۇت","بېرىلگەن ئاساسىي DN دا {ldapTestBase} تارماق مەۋجۇت"], "When unchecked, this configuration will be skipped." : "تەكشۈرۈلمىسە ، بۇ سەپلىمە ئاتلاپ كېتىدۇ.", - "Configuration Active" : "سەپلىمە ئاكتىپ", "Copy current configuration into new directory binding" : "نۆۋەتتىكى سەپلىمىنى يېڭى مۇندەرىجە باغلاشقا كۆچۈرۈڭ", "Copy configuration" : "سەپلىمە كۆچۈر", "Delete configuration" : "سەپلىمە ئۆچۈر", "You can omit the protocol, unless you require SSL. If so, start with ldaps://" : "ئەگەر SSL تەلەپ قىلمىسىڭىز ، كېلىشىمنى ئەمەلدىن قالدۇرالايسىز. ئەگەر شۇنداق بولسا ، ldaps دىن باشلاڭ: //", "Host" : "باش ئاپپارات", - "ldaps://localhost" : "ldaps://localhost", "Port" : "ئېغىز", - "389" : "389", "Detect Port" : "پورتنى ئېنىقلاڭ", "The DN of the client user with which the bind shall be done. For anonymous access, leave DN and Password empty." : "باغلىندىغان خېرىدار ئىشلەتكۈچىنىڭ DN سى. نامسىز كىرىش ئۈچۈن، DN ۋە پارولنى بوش قالدۇرۇڭ.", "User DN" : "ئىشلەتكۈچى DN", - "uid=agent,dc=example,dc=com" : "uid=agent,dc=example,dc=com", "For anonymous access, leave DN and Password empty." : "نامسىز زىيارەت قىلىش ئۈچۈن DN ۋە پارولنى بوش قويۇڭ.", "Password" : "ئىم", - "Save Credentials" : "كىنىشكىنى ساقلاش", "Base DN" : "ئاساسى DN", "One Base DN per line" : "ھەر بىر قۇر DN", "You can specify Base DN for users and groups in the Advanced tab" : "ئالىي بەتكۈچتىكى ئىشلەتكۈچى ۋە گۇرۇپپىلار ئۈچۈن Base DN نى بەلگىلىيەلەيسىز", @@ -254,6 +249,7 @@ "Add a new configuration" : "يېڭى سەپلىمە قوشۇڭ", "Delete the current configuration" : "نۆۋەتتىكى سەپلىمىنى ئۆچۈرۈڭ", "The DN of the client user with which the bind shall be done, e.g. uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password empty." : "باغلىنىشلىق ئېلىپ بېرىلىدىغان خېرىدار ئىشلەتكۈچىنىڭ DN ، مەسىلەن. uid = ۋاكالەتچى ، dc = مىسال ، dc = com. نامسىز زىيارەت قىلىش ئۈچۈن DN ۋە پارولنى بوش قويۇڭ.", + "Save Credentials" : "كىنىشكىنى ساقلاش", "Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." : "ئاپتوماتىك LDAP تەلىپىدىن ساقلىنىدۇ. چوڭراق تەڭشەش ئۈچۈن ياخشى ، ئەمما بىر قىسىم LDAP بىلىملىرىنى تەلەپ قىلىدۇ.", "Manually enter LDAP filters (recommended for large directories)" : "LDAP سۈزگۈچنى قولدا كىرگۈزۈڭ (چوڭ مۇندەرىجە تەۋسىيە قىلىنىدۇ)", "The filter specifies which LDAP users shall have access to the %s instance." : "سۈزگۈچ قايسى LDAP ئىشلەتكۈچىلەرنىڭ %s مىسالىغا ئېرىشەلەيدىغانلىقىنى بەلگىلەيدۇ.", @@ -261,6 +257,7 @@ "Back" : "قايتىش", "Continue" : "داۋاملاشتۇر", "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : " ئاگاھلاندۇرۇش: PHP LDAP مودۇلى ئورنىتىلمىدى ، ئارقا تەرىپى ئىشلىمەيدۇ. ئۇنى قاچىلاشنى سىستېما باشقۇرغۇچىڭىزدىن سوراڭ.", + "Configuration Active" : "سەپلىمە ئاكتىپ", "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "تەۋسىيە قىلىنمايدۇ ، ئۇنى پەقەت سىناق ئۈچۈن ئىشلىتىڭ! ئەگەر ئۇلىنىش پەقەت مۇشۇ تاللاش بىلەنلا ئىشلەيدىغان بولسا ،%s مۇلازىمېتىرىڭىزغا LDAP مۇلازىمېتىرنىڭ SSL گۇۋاھنامىسىنى ئەكىرىڭ.", "\"$home\" Placeholder Field" : "\"$ home\" ئورۇن ئىگىسى", "Pronouns Field" : "ئالمىشىش مەيدانى", diff --git a/apps/user_ldap/l10n/uk.js b/apps/user_ldap/l10n/uk.js index 0f10e24afc2..e3ac4bbff07 100644 --- a/apps/user_ldap/l10n/uk.js +++ b/apps/user_ldap/l10n/uk.js @@ -144,7 +144,6 @@ OC.L10N.register( "No object found in the given Base DN. Please revise." : "Не знайдено жодного об’єкта в даному базовому DN. Будь ласка, перегляньте.", "More than 1,000 directory entries available." : "Доступно понад 1000 записів каталогу.", "When unchecked, this configuration will be skipped." : "Якщо \"галочка\" знята, ця конфігурація буде пропущена.", - "Configuration Active" : "Налаштування активне", "Copy current configuration into new directory binding" : "Скопіюйте поточну конфігурацію в новий каталог", "Copy configuration" : "Скопіювати конфігурацію", "Delete configuration" : "Видалити конфігурацію", @@ -155,7 +154,6 @@ OC.L10N.register( "User DN" : "DN Користувача", "For anonymous access, leave DN and Password empty." : "Для анонімного доступу, залиште DN і Пароль порожніми.", "Password" : "Пароль", - "Save Credentials" : "Зберегти дані авторизації", "Base DN" : "Базовий DN", "One Base DN per line" : "Один Base DN на рядок", "You can specify Base DN for users and groups in the Advanced tab" : "Ви можете задати Базовий DN для користувачів і груп на вкладинці Додатково", @@ -248,6 +246,7 @@ OC.L10N.register( "Add a new configuration" : "Додати нову конфігурацію", "Delete the current configuration" : "Вилучити поточну конфігурацію", "The DN of the client user with which the bind shall be done, e.g. uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password empty." : "DN клієнтського користувача для прив'язки, наприклад: uid=agent,dc=example,dc=com. Для анонімного доступу, залиште DN і Пароль порожніми.", + "Save Credentials" : "Зберегти дані авторизації", "Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." : "Уникати автоматичні запити LDAP. Краще для великих установок, але вимагає деякого LDAP знання.", "Manually enter LDAP filters (recommended for large directories)" : "Вручну введіть фільтри LDAP (рекомендується для великих каталогів)", "The filter specifies which LDAP users shall have access to the %s instance." : "Фільтр визначає, які користувачі LDAP повинні мати доступ до сервера %s.", @@ -255,6 +254,7 @@ OC.L10N.register( "Back" : "Назад", "Continue" : "Продовжити", "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "Увага: Потрібний модуль PHP LDAP не встановлено, базова програма працювати не буде. Будь ласка, зверніться до системного адміністратора, щоб встановити його.", + "Configuration Active" : "Налаштування активне", "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "Не рекомендується, використовувати його тільки для тестування!\nЯкщо з'єднання працює лише з цією опцією, імпортуйте SSL сертифікат LDAP сервера у ваший %s сервер.", "\"$home\" Placeholder Field" : "Поле заповнювача \"$home\".", "Pronouns Field" : "Поле займенників", diff --git a/apps/user_ldap/l10n/uk.json b/apps/user_ldap/l10n/uk.json index bd5e27a993e..8fcc31dc0c3 100644 --- a/apps/user_ldap/l10n/uk.json +++ b/apps/user_ldap/l10n/uk.json @@ -142,7 +142,6 @@ "No object found in the given Base DN. Please revise." : "Не знайдено жодного об’єкта в даному базовому DN. Будь ласка, перегляньте.", "More than 1,000 directory entries available." : "Доступно понад 1000 записів каталогу.", "When unchecked, this configuration will be skipped." : "Якщо \"галочка\" знята, ця конфігурація буде пропущена.", - "Configuration Active" : "Налаштування активне", "Copy current configuration into new directory binding" : "Скопіюйте поточну конфігурацію в новий каталог", "Copy configuration" : "Скопіювати конфігурацію", "Delete configuration" : "Видалити конфігурацію", @@ -153,7 +152,6 @@ "User DN" : "DN Користувача", "For anonymous access, leave DN and Password empty." : "Для анонімного доступу, залиште DN і Пароль порожніми.", "Password" : "Пароль", - "Save Credentials" : "Зберегти дані авторизації", "Base DN" : "Базовий DN", "One Base DN per line" : "Один Base DN на рядок", "You can specify Base DN for users and groups in the Advanced tab" : "Ви можете задати Базовий DN для користувачів і груп на вкладинці Додатково", @@ -246,6 +244,7 @@ "Add a new configuration" : "Додати нову конфігурацію", "Delete the current configuration" : "Вилучити поточну конфігурацію", "The DN of the client user with which the bind shall be done, e.g. uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password empty." : "DN клієнтського користувача для прив'язки, наприклад: uid=agent,dc=example,dc=com. Для анонімного доступу, залиште DN і Пароль порожніми.", + "Save Credentials" : "Зберегти дані авторизації", "Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." : "Уникати автоматичні запити LDAP. Краще для великих установок, але вимагає деякого LDAP знання.", "Manually enter LDAP filters (recommended for large directories)" : "Вручну введіть фільтри LDAP (рекомендується для великих каталогів)", "The filter specifies which LDAP users shall have access to the %s instance." : "Фільтр визначає, які користувачі LDAP повинні мати доступ до сервера %s.", @@ -253,6 +252,7 @@ "Back" : "Назад", "Continue" : "Продовжити", "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "Увага: Потрібний модуль PHP LDAP не встановлено, базова програма працювати не буде. Будь ласка, зверніться до системного адміністратора, щоб встановити його.", + "Configuration Active" : "Налаштування активне", "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "Не рекомендується, використовувати його тільки для тестування!\nЯкщо з'єднання працює лише з цією опцією, імпортуйте SSL сертифікат LDAP сервера у ваший %s сервер.", "\"$home\" Placeholder Field" : "Поле заповнювача \"$home\".", "Pronouns Field" : "Поле займенників", diff --git a/apps/user_ldap/l10n/zh_CN.js b/apps/user_ldap/l10n/zh_CN.js index a3f32f9b0ef..a5d38df40c3 100644 --- a/apps/user_ldap/l10n/zh_CN.js +++ b/apps/user_ldap/l10n/zh_CN.js @@ -147,22 +147,17 @@ OC.L10N.register( "More than 1,000 directory entries available." : "超过1000个可用目录条目。", "_{ldapTestBase} entry available within the provided Base DN_::_{ldapTestBase} entries available within the provided Base DN_" : ["{ldapTestBase} 条目在提供的 Base DN 中可用"], "When unchecked, this configuration will be skipped." : "当反选后,此配置将被忽略。", - "Configuration Active" : "现行配置", "Copy current configuration into new directory binding" : "当前配置复制到新目录", "Copy configuration" : "复制配置", "Delete configuration" : "删除配置", "You can omit the protocol, unless you require SSL. If so, start with ldaps://" : "您可以省略协议前缀,但如果您要求使用SSL,请确保附加 ldaps:// 前缀", "Host" : "主机", - "ldaps://localhost" : "ldaps://localhost", "Port" : "端口", - "389" : "389", "Detect Port" : "检测端口", "The DN of the client user with which the bind shall be done. For anonymous access, leave DN and Password empty." : "用于绑定的客户端用户的 DN。如需匿名访问,请将 DN 和密码留空。", "User DN" : "用户 DN", - "uid=agent,dc=example,dc=com" : "uid=agent,dc=example,dc=com", "For anonymous access, leave DN and Password empty." : "启用匿名访问,将 DN 和密码保留为空。", "Password" : "密码", - "Save Credentials" : "保存凭据", "Base DN" : "Base DN", "One Base DN per line" : "每行一个基本判别名", "You can specify Base DN for users and groups in the Advanced tab" : "您可以在高级选项卡里为用户和组指定 Base DN", @@ -256,6 +251,7 @@ OC.L10N.register( "Add a new configuration" : "增加一个新的配置", "Delete the current configuration" : "删除当前配置", "The DN of the client user with which the bind shall be done, e.g. uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password empty." : "客户端使用的 DN 必须与绑定的相同,比如 uid=agent,dc=example,dc=com。如需匿名访问,将 DN 和密码保留为空。", + "Save Credentials" : "保存凭据", "Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." : "避免自动 LDAP 请求。用于更精确的设置,但需要一些 LDAP 知识。", "Manually enter LDAP filters (recommended for large directories)" : "手动输入LDAP筛选条件(建议用于大型目录)", "The filter specifies which LDAP users shall have access to the %s instance." : "该筛选条件指定哪些LDAP用户有权访问 %s 的实例。", @@ -263,6 +259,7 @@ OC.L10N.register( "Back" : "返回", "Continue" : "继续", "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "警告: PHP LDAP 模块未安装,后端将无法工作。请请求您的系统管理员安装该模块。", + "Configuration Active" : "现行配置", "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "不推荐,只用于测试!如果连接只使用此选项工作,导入您的%s服务器 LDAP 服务器的 SSL 证书。", "\"$home\" Placeholder Field" : "\"$home\" 占位字段", "Pronouns Field" : "代词栏", diff --git a/apps/user_ldap/l10n/zh_CN.json b/apps/user_ldap/l10n/zh_CN.json index 5a46e85b94a..20d135b5995 100644 --- a/apps/user_ldap/l10n/zh_CN.json +++ b/apps/user_ldap/l10n/zh_CN.json @@ -145,22 +145,17 @@ "More than 1,000 directory entries available." : "超过1000个可用目录条目。", "_{ldapTestBase} entry available within the provided Base DN_::_{ldapTestBase} entries available within the provided Base DN_" : ["{ldapTestBase} 条目在提供的 Base DN 中可用"], "When unchecked, this configuration will be skipped." : "当反选后,此配置将被忽略。", - "Configuration Active" : "现行配置", "Copy current configuration into new directory binding" : "当前配置复制到新目录", "Copy configuration" : "复制配置", "Delete configuration" : "删除配置", "You can omit the protocol, unless you require SSL. If so, start with ldaps://" : "您可以省略协议前缀,但如果您要求使用SSL,请确保附加 ldaps:// 前缀", "Host" : "主机", - "ldaps://localhost" : "ldaps://localhost", "Port" : "端口", - "389" : "389", "Detect Port" : "检测端口", "The DN of the client user with which the bind shall be done. For anonymous access, leave DN and Password empty." : "用于绑定的客户端用户的 DN。如需匿名访问,请将 DN 和密码留空。", "User DN" : "用户 DN", - "uid=agent,dc=example,dc=com" : "uid=agent,dc=example,dc=com", "For anonymous access, leave DN and Password empty." : "启用匿名访问,将 DN 和密码保留为空。", "Password" : "密码", - "Save Credentials" : "保存凭据", "Base DN" : "Base DN", "One Base DN per line" : "每行一个基本判别名", "You can specify Base DN for users and groups in the Advanced tab" : "您可以在高级选项卡里为用户和组指定 Base DN", @@ -254,6 +249,7 @@ "Add a new configuration" : "增加一个新的配置", "Delete the current configuration" : "删除当前配置", "The DN of the client user with which the bind shall be done, e.g. uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password empty." : "客户端使用的 DN 必须与绑定的相同,比如 uid=agent,dc=example,dc=com。如需匿名访问,将 DN 和密码保留为空。", + "Save Credentials" : "保存凭据", "Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." : "避免自动 LDAP 请求。用于更精确的设置,但需要一些 LDAP 知识。", "Manually enter LDAP filters (recommended for large directories)" : "手动输入LDAP筛选条件(建议用于大型目录)", "The filter specifies which LDAP users shall have access to the %s instance." : "该筛选条件指定哪些LDAP用户有权访问 %s 的实例。", @@ -261,6 +257,7 @@ "Back" : "返回", "Continue" : "继续", "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "警告: PHP LDAP 模块未安装,后端将无法工作。请请求您的系统管理员安装该模块。", + "Configuration Active" : "现行配置", "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "不推荐,只用于测试!如果连接只使用此选项工作,导入您的%s服务器 LDAP 服务器的 SSL 证书。", "\"$home\" Placeholder Field" : "\"$home\" 占位字段", "Pronouns Field" : "代词栏", diff --git a/apps/user_ldap/l10n/zh_HK.js b/apps/user_ldap/l10n/zh_HK.js index e17a781ea74..9f34f50828c 100644 --- a/apps/user_ldap/l10n/zh_HK.js +++ b/apps/user_ldap/l10n/zh_HK.js @@ -147,7 +147,6 @@ OC.L10N.register( "More than 1,000 directory entries available." : "有 1,000 多個目錄項目可用。", "_{ldapTestBase} entry available within the provided Base DN_::_{ldapTestBase} entries available within the provided Base DN_" : ["提供的 Base DN 中有 {ldapTestBase} 個項目可用"], "When unchecked, this configuration will be skipped." : "沒有被勾選時,此設定會被略過。", - "Configuration Active" : "配置使用中", "Copy current configuration into new directory binding" : "複製目前的配置到新目錄綁定", "Copy configuration" : "複製配置", "Delete configuration" : "刪除配置", @@ -159,7 +158,6 @@ OC.L10N.register( "User DN" : "用戶 DN", "For anonymous access, leave DN and Password empty." : "匿名連接時請將 DN 與密碼欄位留白", "Password" : "密碼", - "Save Credentials" : "保存憑證", "Base DN" : "Base DN", "One Base DN per line" : "一行一個 Base DN", "You can specify Base DN for users and groups in the Advanced tab" : "您可以在進階標籤頁裡面指定用戶及群組的 Base DN", @@ -253,6 +251,7 @@ OC.L10N.register( "Add a new configuration" : "添加一個新的配置", "Delete the current configuration" : "刪除目前的配置", "The DN of the client user with which the bind shall be done, e.g. uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password empty." : "客戶端用戶的DN與特定字詞的連結需要完善,例如:uid=agent,dc=example,dc=com。若是匿名連接,則將DN與密碼欄位留白。", + "Save Credentials" : "保存憑證", "Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." : "避免自動 LDAP 請求。適合較大的設置,但需要多一些 LDAP 知識。", "Manually enter LDAP filters (recommended for large directories)" : "手動輸入 LDAP篩選器(建議在大型的資料環境)", "The filter specifies which LDAP users shall have access to the %s instance." : "篩選起指定哪些LDAP的用戶應該擁有存取%s的權限", @@ -260,6 +259,7 @@ OC.L10N.register( "Back" : "返回", "Continue" : "繼續", "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "警告:沒有安裝 PHP LDAP 模組,後端系統將無法運作,請要求您的系統管理員安裝模組。", + "Configuration Active" : "配置使用中", "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "不建議,請僅在測試時使用!如果連線只能在此設定下工作,請匯入LDAP伺服器的SSL認證到您的伺服器%s上", "\"$home\" Placeholder Field" : "\"$home\" 佔位符字段", "Pronouns Field" : "代名詞欄位", diff --git a/apps/user_ldap/l10n/zh_HK.json b/apps/user_ldap/l10n/zh_HK.json index d8a9a108062..7c4870005c2 100644 --- a/apps/user_ldap/l10n/zh_HK.json +++ b/apps/user_ldap/l10n/zh_HK.json @@ -145,7 +145,6 @@ "More than 1,000 directory entries available." : "有 1,000 多個目錄項目可用。", "_{ldapTestBase} entry available within the provided Base DN_::_{ldapTestBase} entries available within the provided Base DN_" : ["提供的 Base DN 中有 {ldapTestBase} 個項目可用"], "When unchecked, this configuration will be skipped." : "沒有被勾選時,此設定會被略過。", - "Configuration Active" : "配置使用中", "Copy current configuration into new directory binding" : "複製目前的配置到新目錄綁定", "Copy configuration" : "複製配置", "Delete configuration" : "刪除配置", @@ -157,7 +156,6 @@ "User DN" : "用戶 DN", "For anonymous access, leave DN and Password empty." : "匿名連接時請將 DN 與密碼欄位留白", "Password" : "密碼", - "Save Credentials" : "保存憑證", "Base DN" : "Base DN", "One Base DN per line" : "一行一個 Base DN", "You can specify Base DN for users and groups in the Advanced tab" : "您可以在進階標籤頁裡面指定用戶及群組的 Base DN", @@ -251,6 +249,7 @@ "Add a new configuration" : "添加一個新的配置", "Delete the current configuration" : "刪除目前的配置", "The DN of the client user with which the bind shall be done, e.g. uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password empty." : "客戶端用戶的DN與特定字詞的連結需要完善,例如:uid=agent,dc=example,dc=com。若是匿名連接,則將DN與密碼欄位留白。", + "Save Credentials" : "保存憑證", "Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." : "避免自動 LDAP 請求。適合較大的設置,但需要多一些 LDAP 知識。", "Manually enter LDAP filters (recommended for large directories)" : "手動輸入 LDAP篩選器(建議在大型的資料環境)", "The filter specifies which LDAP users shall have access to the %s instance." : "篩選起指定哪些LDAP的用戶應該擁有存取%s的權限", @@ -258,6 +257,7 @@ "Back" : "返回", "Continue" : "繼續", "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "警告:沒有安裝 PHP LDAP 模組,後端系統將無法運作,請要求您的系統管理員安裝模組。", + "Configuration Active" : "配置使用中", "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "不建議,請僅在測試時使用!如果連線只能在此設定下工作,請匯入LDAP伺服器的SSL認證到您的伺服器%s上", "\"$home\" Placeholder Field" : "\"$home\" 佔位符字段", "Pronouns Field" : "代名詞欄位", diff --git a/apps/user_ldap/l10n/zh_TW.js b/apps/user_ldap/l10n/zh_TW.js index 1bd9295fa3d..2635bc33c15 100644 --- a/apps/user_ldap/l10n/zh_TW.js +++ b/apps/user_ldap/l10n/zh_TW.js @@ -147,22 +147,17 @@ OC.L10N.register( "More than 1,000 directory entries available." : "有超過 1,000 個目錄條目可用。", "_{ldapTestBase} entry available within the provided Base DN_::_{ldapTestBase} entries available within the provided Base DN_" : ["提供的 Base DN 中有 {ldapTestBase} 個條目可用"], "When unchecked, this configuration will be skipped." : "沒有勾選時,此組態設定會被略過。", - "Configuration Active" : "組態設定作用中", "Copy current configuration into new directory binding" : "複製目前的組態設定檔到新目錄綁定", "Copy configuration" : "複製組態", "Delete configuration" : "刪除組態", "You can omit the protocol, unless you require SSL. If so, start with ldaps://" : "除非您需要 SSL,否則您可以忽略通訊協定。如果需要,請以 ldaps:// 開頭", "Host" : "主機", - "ldaps://localhost" : "ldaps://localhost", "Port" : "連接埠", - "389" : "389", "Detect Port" : "偵測連接埠", "The DN of the client user with which the bind shall be done. For anonymous access, leave DN and Password empty." : "將用於執行綁定操作的客戶端使用者 DN。若需匿名存取,請將識別碼與密碼欄位留空。", "User DN" : "使用者 DN", - "uid=agent,dc=example,dc=com" : "uid=agent,dc=example,dc=com", "For anonymous access, leave DN and Password empty." : "匿名存取時,請將 DN 與密碼欄位留空。", "Password" : "密碼", - "Save Credentials" : "儲存憑證", "Base DN" : "Base DN", "One Base DN per line" : "一行一個 Base DN", "You can specify Base DN for users and groups in the Advanced tab" : "您可以在「進階」分頁中為使用者與群組指定 Base DN", @@ -256,6 +251,7 @@ OC.L10N.register( "Add a new configuration" : "建立新的組態設定", "Delete the current configuration" : "刪除目前的組態設定", "The DN of the client user with which the bind shall be done, e.g. uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password empty." : "客戶端使用者的 DN 綁定需要完成,例如:uid=agent,dc=example,dc=com。若是匿名存取,則請將 DN 與密碼欄位留空。", + "Save Credentials" : "儲存憑證", "Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." : "避免自動 LDAP 請求。適合較大規模的安裝設置,但需要具備一些 LDAP 知識。", "Manually enter LDAP filters (recommended for large directories)" : "手動輸入 LDAP 過濾條件(建議用於大型目錄)", "The filter specifies which LDAP users shall have access to the %s instance." : "過濾條件指定哪些 LDAP 使用者應具備 %s 站台的存取權。", @@ -263,6 +259,7 @@ OC.L10N.register( "Back" : "返回", "Continue" : "繼續", "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "警告:未安裝 PHP LDAP 模組,後端系統將無法運作。請要求您的系統管理員安裝。", + "Configuration Active" : "組態設定作用中", "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "不建議,請僅在測試時使用!如果連線只能在此選項下運作,請匯入 LDAP 伺服器的 SSL 憑證到您的 %s 伺服器上。", "\"$home\" Placeholder Field" : "「$home」佔位字串欄位", "Pronouns Field" : "代名詞欄位", diff --git a/apps/user_ldap/l10n/zh_TW.json b/apps/user_ldap/l10n/zh_TW.json index 7389751c326..da3f144e5d0 100644 --- a/apps/user_ldap/l10n/zh_TW.json +++ b/apps/user_ldap/l10n/zh_TW.json @@ -145,22 +145,17 @@ "More than 1,000 directory entries available." : "有超過 1,000 個目錄條目可用。", "_{ldapTestBase} entry available within the provided Base DN_::_{ldapTestBase} entries available within the provided Base DN_" : ["提供的 Base DN 中有 {ldapTestBase} 個條目可用"], "When unchecked, this configuration will be skipped." : "沒有勾選時,此組態設定會被略過。", - "Configuration Active" : "組態設定作用中", "Copy current configuration into new directory binding" : "複製目前的組態設定檔到新目錄綁定", "Copy configuration" : "複製組態", "Delete configuration" : "刪除組態", "You can omit the protocol, unless you require SSL. If so, start with ldaps://" : "除非您需要 SSL,否則您可以忽略通訊協定。如果需要,請以 ldaps:// 開頭", "Host" : "主機", - "ldaps://localhost" : "ldaps://localhost", "Port" : "連接埠", - "389" : "389", "Detect Port" : "偵測連接埠", "The DN of the client user with which the bind shall be done. For anonymous access, leave DN and Password empty." : "將用於執行綁定操作的客戶端使用者 DN。若需匿名存取,請將識別碼與密碼欄位留空。", "User DN" : "使用者 DN", - "uid=agent,dc=example,dc=com" : "uid=agent,dc=example,dc=com", "For anonymous access, leave DN and Password empty." : "匿名存取時,請將 DN 與密碼欄位留空。", "Password" : "密碼", - "Save Credentials" : "儲存憑證", "Base DN" : "Base DN", "One Base DN per line" : "一行一個 Base DN", "You can specify Base DN for users and groups in the Advanced tab" : "您可以在「進階」分頁中為使用者與群組指定 Base DN", @@ -254,6 +249,7 @@ "Add a new configuration" : "建立新的組態設定", "Delete the current configuration" : "刪除目前的組態設定", "The DN of the client user with which the bind shall be done, e.g. uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password empty." : "客戶端使用者的 DN 綁定需要完成,例如:uid=agent,dc=example,dc=com。若是匿名存取,則請將 DN 與密碼欄位留空。", + "Save Credentials" : "儲存憑證", "Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." : "避免自動 LDAP 請求。適合較大規模的安裝設置,但需要具備一些 LDAP 知識。", "Manually enter LDAP filters (recommended for large directories)" : "手動輸入 LDAP 過濾條件(建議用於大型目錄)", "The filter specifies which LDAP users shall have access to the %s instance." : "過濾條件指定哪些 LDAP 使用者應具備 %s 站台的存取權。", @@ -261,6 +257,7 @@ "Back" : "返回", "Continue" : "繼續", "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "警告:未安裝 PHP LDAP 模組,後端系統將無法運作。請要求您的系統管理員安裝。", + "Configuration Active" : "組態設定作用中", "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "不建議,請僅在測試時使用!如果連線只能在此選項下運作,請匯入 LDAP 伺服器的 SSL 憑證到您的 %s 伺服器上。", "\"$home\" Placeholder Field" : "「$home」佔位字串欄位", "Pronouns Field" : "代名詞欄位", diff --git a/core/l10n/nl.js b/core/l10n/nl.js index 00c55452c32..8ff8e471687 100644 --- a/core/l10n/nl.js +++ b/core/l10n/nl.js @@ -261,6 +261,7 @@ OC.L10N.register( "An internal error occurred." : "Er heeft zich een interne fout voorgedaan.", "Please try again or contact your administrator." : "Probeer het opnieuw of neem contact op met je beheerder.", "Password" : "Wachtwoord", + "Remember me" : "Onthoudt mij", "Log in with a device" : "Inloggen met een apparaat", "Login or email" : "Login of email", "Your account is not setup for passwordless login." : "Je account is niet ingesteld voor inloggen zonder wachtwoord.", @@ -354,6 +355,7 @@ OC.L10N.register( "You chose SQLite as database." : "Je koos SQLite als database.", "SQLite should only be used for minimal and development instances. For production we recommend a different database backend." : "SQLite zou alleen moeten worden gebruikt voor minimale en ontwikkelomgevingen. Voor productie raden we aan om een andere database backend te gebruiken.", "If you use clients for file syncing, the use of SQLite is highly discouraged." : "Als je clients gebruikt voor bestandssynchronisatie wordt het gebruik van SQLite sterk ontraden.", + "Database connection" : "Database verbinding", "Database user" : "Gebruiker database", "Database password" : "Wachtwoord database", "Database name" : "Naam database", diff --git a/core/l10n/nl.json b/core/l10n/nl.json index db9f9616d21..2f782b3dd38 100644 --- a/core/l10n/nl.json +++ b/core/l10n/nl.json @@ -259,6 +259,7 @@ "An internal error occurred." : "Er heeft zich een interne fout voorgedaan.", "Please try again or contact your administrator." : "Probeer het opnieuw of neem contact op met je beheerder.", "Password" : "Wachtwoord", + "Remember me" : "Onthoudt mij", "Log in with a device" : "Inloggen met een apparaat", "Login or email" : "Login of email", "Your account is not setup for passwordless login." : "Je account is niet ingesteld voor inloggen zonder wachtwoord.", @@ -352,6 +353,7 @@ "You chose SQLite as database." : "Je koos SQLite als database.", "SQLite should only be used for minimal and development instances. For production we recommend a different database backend." : "SQLite zou alleen moeten worden gebruikt voor minimale en ontwikkelomgevingen. Voor productie raden we aan om een andere database backend te gebruiken.", "If you use clients for file syncing, the use of SQLite is highly discouraged." : "Als je clients gebruikt voor bestandssynchronisatie wordt het gebruik van SQLite sterk ontraden.", + "Database connection" : "Database verbinding", "Database user" : "Gebruiker database", "Database password" : "Wachtwoord database", "Database name" : "Naam database",