diff --git a/config-templates/config.php b/config-templates/config.php index 98c303bf48e63e189a837880a07da701aa7e7ebf..16a3910a8e5f97842ac74251aa7fd4253c0cbba5 100644 --- a/config-templates/config.php +++ b/config-templates/config.php @@ -143,10 +143,8 @@ $config = [ 'auth.adminpassword' => '123', /* - * Set this options to true if you want to require administrator password to access the web interface - * or the metadata pages, respectively. + * Set this option to true if you want to require administrator password to access the metadata. */ - 'admin.protectindexpage' => false, 'admin.protectmetadata' => false, /* @@ -860,6 +858,12 @@ $config = [ ], ], + /** + * Set to a full URL if you want to redirect users that land on SimpleSAMLphp's + * front page to somewhere more useful. If left unset, a basic welcome message + * is shown. + */ + //'frontpage.redirect' => 'https://example.com/', /********************* | DISCOVERY SERVICE | diff --git a/docs/simplesamlphp-upgrade-notes-2.0.md b/docs/simplesamlphp-upgrade-notes-2.0.md index 1749e288e7d7f4d515e0af235edf8a09e1bdc2b6..16361546db0ef4a0b17ed335c496a1213e40ffdc 100644 --- a/docs/simplesamlphp-upgrade-notes-2.0.md +++ b/docs/simplesamlphp-upgrade-notes-2.0.md @@ -42,6 +42,7 @@ deprecated `strftime()` format to PHP's `date()` format. Configuration options that have been removed: - languages[priorities] - attributes.extradictionaries. Add an attributes.po to your configured theme instead. + - admin.protectindexpage. Replaced by the admin module which always requires login. Changes relevant for (module) developers ---------------------------------------- diff --git a/lib/SimpleSAML/Utils/Auth.php b/lib/SimpleSAML/Utils/Auth.php index 827d01ac72c1fa7861695452cf761abcd02704d9..c3cf2d10bfb1f66db84de640b89ac5fa7410e09c 100644 --- a/lib/SimpleSAML/Utils/Auth.php +++ b/lib/SimpleSAML/Utils/Auth.php @@ -16,25 +16,6 @@ use SimpleSAML\Session; */ class Auth { - /** - * Retrieve an admin login URL. - * - * @param string|NULL $returnTo The URL the user should arrive on after admin authentication. Defaults to null. - * - * @return string A URL which can be used for admin authentication. - * @throws \InvalidArgumentException If $returnTo is neither a string nor null. - */ - public function getAdminLoginURL(?string $returnTo = null): string - { - $httpUtils = new HTTP(); - if ($returnTo === null) { - $returnTo = $httpUtils->getSelfURL(); - } - - return Module::getModuleURL('core/login-admin.php', ['ReturnTo' => $returnTo]); - } - - /** * Retrieve an admin logout URL. * diff --git a/modules/admin/locales/ar/LC_MESSAGES/admin.po b/modules/admin/locales/ar/LC_MESSAGES/admin.po index 96573000a8c934175d5f5b992bcedee6b05fe1d3..9f7deebd5ebb40ac8505a1dcbd737d38c5dc48b8 100644 --- a/modules/admin/locales/ar/LC_MESSAGES/admin.po +++ b/modules/admin/locales/ar/LC_MESSAGES/admin.po @@ -271,6 +271,10 @@ msgid "" "simplesamlphp-maintenance\">Read more about the maintenance of " "SimpleSAMLphp</a>." msgstr "" +"<strong>انت لا تستخدم HTTPS</strong> - Ů…Řادثة Ů…Ř´Ůرة Ů…Řą المستخدم. HTTP جيد" +" للاختبارات Ů„Ůن ŮŮŠ بيئة النظام المبدئي ينبغي استخدام HTTPS. [ <a " +"href=\"https://simplesamlphp.org/docs/stable/simplesamlphp-maintenance" +"\">read more about SimpleSAMLphp maintenance</a>]" msgid "" "<strong>The configuration uses the default secret salt</strong>. Make sure " diff --git a/modules/admin/locales/cs/LC_MESSAGES/admin.po b/modules/admin/locales/cs/LC_MESSAGES/admin.po index 6e58b31881067802756f0b6a86298d0dbc10dfed..4af5d923cbf9d289dea261a4fe1316417efe2091 100644 --- a/modules/admin/locales/cs/LC_MESSAGES/admin.po +++ b/modules/admin/locales/cs/LC_MESSAGES/admin.po @@ -271,6 +271,10 @@ msgid "" "simplesamlphp-maintenance\">Read more about the maintenance of " "SimpleSAMLphp</a>." msgstr "" +"<strong>NepouĹľĂváte HTTPS</strong> - šivrovanou komunikaci s uĹľivatelem. " +"HTTP je vhodnĂ© jen k testovacĂm účelĹŻm, pro produkÄŤnà účely pouĹľijte " +"HTTPS. [ <a href=\"https://simplesamlphp.org/docs/stable/simplesamlphp-maintenance" +"\">ÄŚtete vĂce o ĂşdrĹľbÄ› SimpleSAMLphp</a> ]" msgid "" "<strong>The configuration uses the default secret salt</strong>. Make sure " diff --git a/modules/admin/locales/da/LC_MESSAGES/admin.po b/modules/admin/locales/da/LC_MESSAGES/admin.po index a57e2d4efa855a90ae5c4a018c83c490028ebec0..3d15924ef693b4f6a8cddfcc720ac2556fd34f4f 100644 --- a/modules/admin/locales/da/LC_MESSAGES/admin.po +++ b/modules/admin/locales/da/LC_MESSAGES/admin.po @@ -271,6 +271,12 @@ msgid "" "simplesamlphp-maintenance\">Read more about the maintenance of " "SimpleSAMLphp</a>." msgstr "" +"<strong>Du benytter ikke HTTPS</strong>-krypteret kommunikation med " +"brugeren. SimpleSAMLphp vil fungere uden problemer med HTTP alene, men " +"hvis du anvender systemet i produktionssystemer, anbefales det stærkt at " +"benytte sikker kommunikation i form af HTTPS. [ <a " +"href=\"https://simplesamlphp.org/docs/stable/simplesamlphp-maintenance" +"\">læs mere i dokumentet: SimpleSAMLphp maintenance</a> ] " msgid "" "<strong>The configuration uses the default secret salt</strong>. Make sure " @@ -279,6 +285,10 @@ msgid "" "org/docs/stable/simplesamlphp-install\">Read more about the maintenance of " "SimpleSAMLphp</a>." msgstr "" +"<strong>Opsætningen benytter standard 'secret salt'</strong> - sørg for " +"at ændre standard indstillingen for 'secretsalt' i simpleSAML opsætningen" +" i produktionssystemer. [<a href=\"https://simplesamlphp.org/docs/stable" +"/simplesamlphp-install\">Læs mere om SimpleSAMLphp opsætning.</a> ]" msgid "" "The cURL PHP extension is missing. Cannot check for SimpleSAMLphp updates." diff --git a/modules/admin/locales/de/LC_MESSAGES/admin.po b/modules/admin/locales/de/LC_MESSAGES/admin.po index c7892fdf6874798626b06fe8df18344442566317..e8315a141bc59cb289892aa1948d2b5e499adc97 100644 --- a/modules/admin/locales/de/LC_MESSAGES/admin.po +++ b/modules/admin/locales/de/LC_MESSAGES/admin.po @@ -271,6 +271,12 @@ msgid "" "simplesamlphp-maintenance\">Read more about the maintenance of " "SimpleSAMLphp</a>." msgstr "" +"<strong>Sie benutzen keine HTTPS</strong> - verschlĂĽsselte Kommunikation " +"mit dem Nutzer. SimpleSAMLphp funktioniert zum Testen auch mit HTTP " +"problemlos, aber in einer Produktionsumgebung sollten Sie HTTPS benutzen." +" [ <a href=\"https://simplesamlphp.org/docs/stable/simplesamlphp-maintenance" +"\">Lesen sie mehr ĂĽber die Verwaltung von SimpleSAMLphp</a> " +"]" msgid "" "<strong>The configuration uses the default secret salt</strong>. Make sure " diff --git a/modules/admin/locales/el/LC_MESSAGES/admin.po b/modules/admin/locales/el/LC_MESSAGES/admin.po index c4857dd48d60bcd547ef2df091efc9b1a09ec2f3..aceb16deda1f5d25799a61ab3f9e22156eead58a 100644 --- a/modules/admin/locales/el/LC_MESSAGES/admin.po +++ b/modules/admin/locales/el/LC_MESSAGES/admin.po @@ -272,6 +272,11 @@ msgid "" "simplesamlphp-maintenance\">Read more about the maintenance of " "SimpleSAMLphp</a>." msgstr "" +"Δεν χĎηĎιμοποιείτε <strong>HTTPS</strong> για ÎşĎυπτογĎαφημÎνη επικοινωνία" +" με τον χĎήĎτη. Το HTTP επαĎκεί για δοκιμαĎτικούς Ďκοπούς, ωĎτόĎÎż Ďε " +"πεĎιβάλλον παĎαγωγής θα Ď€ĎÎπει να χĎηĎιμοποιήĎετε HTTPS. [ <a " +"href=\"https://simplesamlphp.org/docs/stable/simplesamlphp-maintenance" +"\">ΔιαβάĎτε πεĎÎąĎĎότεĎα...</a> ]" msgid "" "<strong>The configuration uses the default secret salt</strong>. Make sure " @@ -280,6 +285,11 @@ msgid "" "org/docs/stable/simplesamlphp-install\">Read more about the maintenance of " "SimpleSAMLphp</a>." msgstr "" +"<strong>ΧĎηĎιμοποιείτε την Ď€ĎοεπιλεγμÎνη τιμή του ÎĽĎ…Ďτικού κλειδιού " +"(salt)</strong> - φĎοντίĎτε να Ď„ĎοποποιήĎετε την παĎάμετĎÎż 'secretsalt' " +"Ďτις ĎυθμίĎεις του SimpleSAMLphp Ďε πεĎιβάλλον παĎαγωγής. [<a " +"href=\"https://simplesamlphp.org/docs/stable/simplesamlphp-" +"install\">ΔιαβάĎτε πεĎÎąĎĎότεĎα...</a> ]" msgid "" "The cURL PHP extension is missing. Cannot check for SimpleSAMLphp updates." diff --git a/modules/admin/locales/en/LC_MESSAGES/admin.po b/modules/admin/locales/en/LC_MESSAGES/admin.po index ed5ed0e211819ea72d8babe5ccfa5e76ca9e929e..078bb639a2f4de9b184c476bbf7209c3be3d0434 100644 --- a/modules/admin/locales/en/LC_MESSAGES/admin.po +++ b/modules/admin/locales/en/LC_MESSAGES/admin.po @@ -21,7 +21,7 @@ msgid "Deprecated" msgstr "Deprecated" msgid "SimpleSAMLphp installation page" -msgstr "" +msgstr "SimpleSAMLphp installation page" msgid "SimpleSAMLphp is installed in:" msgstr "" @@ -30,10 +30,10 @@ msgid "You are running version <kbd>%version%</kbd>." msgstr "" msgid "Configuration" -msgstr "" +msgstr "Configuration" msgid "Checking your PHP installation" -msgstr "" +msgstr "Checking your PHP installation" msgid "required" msgstr "" @@ -45,7 +45,7 @@ msgid "SimpleSAMLphp Show Metadata" msgstr "" msgid "Metadata" -msgstr "" +msgstr "Metadata" msgid "Copy to clipboard" msgstr "" @@ -87,7 +87,7 @@ msgid "expires" msgstr "" msgid "Tools" -msgstr "" +msgstr "Tools" msgid "Look up metadata for entity:" msgstr "" @@ -123,7 +123,7 @@ msgid "new" msgstr "" msgid "Diagnostics on hostname, port and protocol" -msgstr "" +msgstr "Diagnostics on hostname, port and protocol" msgid "" "Hi, this is the status page of SimpleSAMLphp. Here you can see if your " @@ -166,7 +166,7 @@ msgid "Test" msgstr "" msgid "Federation" -msgstr "" +msgstr "Federation" msgid "Information on your PHP installation" msgstr "" @@ -271,6 +271,11 @@ msgid "" "simplesamlphp-maintenance\">Read more about the maintenance of " "SimpleSAMLphp</a>." msgstr "" +"<strong>You are not using HTTPS</strong> to protect communications with your " +"users. HTTP works fine for testing purposes, but in a production environment " +"you should use HTTPS. <a href=\"https://simplesamlphp.org/docs/stable/" +"simplesamlphp-maintenance\">Read more about the maintenance of " +"SimpleSAMLphp</a>." msgid "" "<strong>The configuration uses the default secret salt</strong>. Make sure " @@ -279,6 +284,11 @@ msgid "" "org/docs/stable/simplesamlphp-install\">Read more about the maintenance of " "SimpleSAMLphp</a>." msgstr "" +"<strong>The configuration uses the default secret salt</strong>. Make sure " +"to modify the <code>secretsalt</code> option in the SimpleSAMLphp " +"configuration in production environments. <a href=\"https://simplesamlphp." +"org/docs/stable/simplesamlphp-install\">Read more about the maintenance of " +"SimpleSAMLphp</a>." msgid "" "The cURL PHP extension is missing. Cannot check for SimpleSAMLphp updates." @@ -288,9 +298,11 @@ msgid "" "You are running an outdated version of SimpleSAMLphp. Please update to <a " "href=\"%latest%\">the latest version</a> as soon as possible." msgstr "" +"You are running an outdated version of SimpleSAMLphp. Please update to <a " +"href=\"%latest%\">the latest version</a> as soon as possible." msgid "XML to SimpleSAMLphp metadata converter" -msgstr "" +msgstr "XML to SimpleSAMLphp metadata converter" msgid "SAML 2.0 SP metadata" msgstr "" diff --git a/modules/admin/locales/es/LC_MESSAGES/admin.po b/modules/admin/locales/es/LC_MESSAGES/admin.po index 27464947275d7d500a9484656ccf3632ae2c3c8a..730ba98a1aaa8ae85f1f62faf8c97fed6154b544 100644 --- a/modules/admin/locales/es/LC_MESSAGES/admin.po +++ b/modules/admin/locales/es/LC_MESSAGES/admin.po @@ -271,6 +271,11 @@ msgid "" "simplesamlphp-maintenance\">Read more about the maintenance of " "SimpleSAMLphp</a>." msgstr "" +"<strong>No está usando HTTPS</strong> - comunicaciones cifradas con el " +"usuario. HTTP funciona bien en entornos de evaluaciĂłn, pero si va a " +"emplearlo en producciĂłn, deberĂa emplear HTTPS. [ <a " +"href=\"https://simplesamlphp.org/docs/stable/simplesamlphp-" +"maintenance\">Lea más acerca del mantenimiento de SimpleSAMLphp </a> ]" msgid "" "<strong>The configuration uses the default secret salt</strong>. Make sure " @@ -279,6 +284,11 @@ msgid "" "org/docs/stable/simplesamlphp-install\">Read more about the maintenance of " "SimpleSAMLphp</a>." msgstr "" +"<strong>Su configuración está usando el <em>salt</em> por " +"defecto</strong>. Asegúrese de modificar la opción de " +"configuración 'secretsalt' en entornos de producción. [<a " +"href=\"https://simplesamlphp.org/docs/devel/simplesamlphp-install\">Leer " +"más sobre la configuración de SimpleSAMLphp</a>]" msgid "" "The cURL PHP extension is missing. Cannot check for SimpleSAMLphp updates." @@ -288,6 +298,9 @@ msgid "" "You are running an outdated version of SimpleSAMLphp. Please update to <a " "href=\"%latest%\">the latest version</a> as soon as possible." msgstr "" +"Su instalación de SimpleSAMLphp está desactualizada. Por " +"favor, actualice a la <a href=\"%latest%\">última " +"versión</a> lo antes posible." msgid "XML to SimpleSAMLphp metadata converter" msgstr "Conversor de XML a metadatos de SimpleSAMLphp" diff --git a/modules/admin/locales/et/LC_MESSAGES/admin.po b/modules/admin/locales/et/LC_MESSAGES/admin.po index 36c373ef258603b9b91f51bcf8c4dc4244243007..e80e5952c33890c722e5149770acb74eeaf2cc87 100644 --- a/modules/admin/locales/et/LC_MESSAGES/admin.po +++ b/modules/admin/locales/et/LC_MESSAGES/admin.po @@ -271,6 +271,11 @@ msgid "" "simplesamlphp-maintenance\">Read more about the maintenance of " "SimpleSAMLphp</a>." msgstr "" +"<strong>Sa ei kasuta andmete vahetamiseks HTTPS krĂĽpteeritud " +"sidet</strong>. HTTP sobib testimiseks hästi, kuid toodangus peaksid " +"kindlasti HTTPS-i kasutama. [ <a href=\"http://rnd.feide.no/content" +"/simplesamlphp-maintenance-and-configuration\">Loe täpsemalt " +"SimpleSAMLphp hooldamisest</a> ]" msgid "" "<strong>The configuration uses the default secret salt</strong>. Make sure " diff --git a/modules/admin/locales/eu/LC_MESSAGES/admin.po b/modules/admin/locales/eu/LC_MESSAGES/admin.po index 0f15e80437771dc6e67a2e5b780fd534f7245002..a5cfd16373d4583356d9d4e2177785ae026751f6 100644 --- a/modules/admin/locales/eu/LC_MESSAGES/admin.po +++ b/modules/admin/locales/eu/LC_MESSAGES/admin.po @@ -271,6 +271,12 @@ msgid "" "simplesamlphp-maintenance\">Read more about the maintenance of " "SimpleSAMLphp</a>." msgstr "" +"<strong>Ez zara erabiltzen ari HTTPSak</strong> - erabiltzailearekin " +"zifratutako komunikazioak. HTTP zuzen ibiltzen da ebaluaketa ingurunetan," +" baina ustiapenean erabili behar baduzu, HTTPS erabili beharko zenuke. [ " +"<a href=\"https://simplesamlphp.org/docs/stable/simplesamlphp-maintenance" +"\">Irakur ezazu gehiago SimpleSAMLphp-ren mantentze-lanei " +"buruz </a> ]" msgid "" "<strong>The configuration uses the default secret salt</strong>. Make sure " diff --git a/modules/admin/locales/fi/LC_MESSAGES/admin.po b/modules/admin/locales/fi/LC_MESSAGES/admin.po index f9368a29fdddb33e8da772a975804928de4c7dc7..7d7ca87d0ebe674705076fe0b6acd5aa0ad60089 100644 --- a/modules/admin/locales/fi/LC_MESSAGES/admin.po +++ b/modules/admin/locales/fi/LC_MESSAGES/admin.po @@ -271,6 +271,10 @@ msgid "" "simplesamlphp-maintenance\">Read more about the maintenance of " "SimpleSAMLphp</a>." msgstr "" +"<strong>Et käytä HTTPS</strong> - vahvaa yhteystä käyttäjään. HTTP-" +"protokolla on sopiva testeihin, mutta tuotantojärjestelmässä sinun tulee " +"käyttää HTTPS:ää. [ <a href=\"http://rnd.feide.no/content/simplesamlphp-" +"maintenance-and-configuration\">Lue SimpleSAMLphp ylläpidosta (eng)</a> ]" msgid "" "<strong>The configuration uses the default secret salt</strong>. Make sure " diff --git a/modules/admin/locales/fr/LC_MESSAGES/admin.po b/modules/admin/locales/fr/LC_MESSAGES/admin.po index 37f9ab6e12192eceaf90f5624509a0765655aede..a106c0617ffb0a9f70dd4d51c2161435348ab931 100644 --- a/modules/admin/locales/fr/LC_MESSAGES/admin.po +++ b/modules/admin/locales/fr/LC_MESSAGES/admin.po @@ -271,6 +271,12 @@ msgid "" "simplesamlphp-maintenance\">Read more about the maintenance of " "SimpleSAMLphp</a>." msgstr "" +"<strong>Vous n'utilisez pas HTTPS</strong> - communications chiffrĂ©es " +"avec l'utilisateur. Utiliser SimpleSAMLphp marchera parfaitement avec " +"HTTP pour des tests, mais si vous voulez l'utiliser dans un environnement" +" de production, vous devriez utiliser HTTPS. [ <a " +"href=\"https://simplesamlphp.org/docs/stable/simplesamlphp-maintenance" +"\">En lire plus sur la maintenance de SimpleSAMLphp</a> ]" msgid "" "<strong>The configuration uses the default secret salt</strong>. Make sure " diff --git a/modules/admin/locales/he/LC_MESSAGES/admin.po b/modules/admin/locales/he/LC_MESSAGES/admin.po index 98da61be55e9f3922dfea0b4c3b4af9b05ede634..d99c5cf25c990da053116e8ea2807231edf2bc8c 100644 --- a/modules/admin/locales/he/LC_MESSAGES/admin.po +++ b/modules/admin/locales/he/LC_MESSAGES/admin.po @@ -271,6 +271,10 @@ msgid "" "simplesamlphp-maintenance\">Read more about the maintenance of " "SimpleSAMLphp</a>." msgstr "" +"<strong>×תה ×ś× ×ž×©×Ş×ž×© ב- HTTPS </strong> - התקשרות ×ž×•×¦×¤× ×Ş עם המשתמש. HTTP " +"עובד בסדר למ×רות בדיקה, ×ולם למערכות ×מיתיות, כדי להשתמש ×” HTTPS. [ <a " +"href=\"https://simplesamlphp.org/docs/stable/simplesamlphp-maintenance" +"\"> ×§×¨× ×˘×•×“ על תחזוק SimpleSAMLphp </a> ]" msgid "" "<strong>The configuration uses the default secret salt</strong>. Make sure " diff --git a/modules/admin/locales/hr/LC_MESSAGES/admin.po b/modules/admin/locales/hr/LC_MESSAGES/admin.po index 55e2552491f736cb1fd91d9b2be3a4738e90664d..0976e848cf5a99a42d2b4c04003c6941f162c3a9 100644 --- a/modules/admin/locales/hr/LC_MESSAGES/admin.po +++ b/modules/admin/locales/hr/LC_MESSAGES/admin.po @@ -271,6 +271,11 @@ msgid "" "simplesamlphp-maintenance\">Read more about the maintenance of " "SimpleSAMLphp</a>." msgstr "" +"<strong>Ne koristite HTTPS</strong> - kriptiranu komunikaciju s " +"korisnikom. HTTP se moĹľe koristiti za potrebe testiranja, ali u " +"produkcijskom okruĹľenju trebali biste koristiti HTTPS. [ <a " +"href=\"https://simplesamlphp.org/docs/stable/simplesamlphp-maintenance" +"\">ProÄŤitajte više o SimpleSAMLphp postavkama</a> ]" msgid "" "<strong>The configuration uses the default secret salt</strong>. Make sure " diff --git a/modules/admin/locales/hu/LC_MESSAGES/admin.po b/modules/admin/locales/hu/LC_MESSAGES/admin.po index 88a82dd49f9594b320cb189da39fe25fcd311d1d..18142bebf91d163be604a7d1663a2a62fe0d67d1 100644 --- a/modules/admin/locales/hu/LC_MESSAGES/admin.po +++ b/modules/admin/locales/hu/LC_MESSAGES/admin.po @@ -271,6 +271,11 @@ msgid "" "simplesamlphp-maintenance\">Read more about the maintenance of " "SimpleSAMLphp</a>." msgstr "" +"<strong>Nem HTTPS protokollt használ</strong> - nem titkosĂtott a " +"kommunikáciĂł! HTTP jĂł megoldás lehet teszt rendszerek esetĂ©ben, de az " +"Ă©les rendszerben lehetĹ‘sĂ©g szerint használjon HTTPS-t! [ <a " +"href=\"https://simplesamlphp.org/docs/stable/simplesamlphp-maintenance" +"\">Többet olvashat a SimpleSAMLphp beállĂtásárĂłl</a> ]" msgid "" "<strong>The configuration uses the default secret salt</strong>. Make sure " diff --git a/modules/admin/locales/id/LC_MESSAGES/admin.po b/modules/admin/locales/id/LC_MESSAGES/admin.po index 02da3c069fef70693a68f4b8def3df77c99a21dc..e6b7247a109b7da2a3b2ebb261b837b55cc02471 100644 --- a/modules/admin/locales/id/LC_MESSAGES/admin.po +++ b/modules/admin/locales/id/LC_MESSAGES/admin.po @@ -271,6 +271,12 @@ msgid "" "simplesamlphp-maintenance\">Read more about the maintenance of " "SimpleSAMLphp</a>." msgstr "" +"<strong>Anda tidak menggunakan HTTPS</strong> - komunikasi yang " +"dienkripsi dengan user. HTTP bekerja baik-baik saja untuk tujuan " +"pengetesan , tapi dalam lingkungan produksi, Anda sebaiknya menggunakan " +"HTTPS. [ <a href=\"https://simplesamlphp.org/docs/stable/simplesamlphp-maintenance" +"\">Baca lebih lanjut tentang proses pemeliraan " +"SimpleSAMLphp.</a> ]" msgid "" "<strong>The configuration uses the default secret salt</strong>. Make sure " diff --git a/modules/admin/locales/it/LC_MESSAGES/admin.po b/modules/admin/locales/it/LC_MESSAGES/admin.po index 8e5f38be87ee4bdb1746c65a94ae8edc8ba76311..894b0971d5a15599581ee8712913c09e24c3264d 100644 --- a/modules/admin/locales/it/LC_MESSAGES/admin.po +++ b/modules/admin/locales/it/LC_MESSAGES/admin.po @@ -271,6 +271,12 @@ msgid "" "simplesamlphp-maintenance\">Read more about the maintenance of " "SimpleSAMLphp</a>." msgstr "" +"<strong>Non stai usando HTTPS</strong> - comunicazione cifrata con " +"l'utente. HTTP può funzionare per i test, ma in un ambiente di " +"produzione si dovrebbe usare HTTPS. [ <a " +"href=\"https://simplesamlphp.org/docs/stable/simplesamlphp-maintenance" +"\">Maggiori informazioni sulla manutenzione di " +"SimpleSAMLphp</a> ]" msgid "" "<strong>The configuration uses the default secret salt</strong>. Make sure " diff --git a/modules/admin/locales/ja/LC_MESSAGES/admin.po b/modules/admin/locales/ja/LC_MESSAGES/admin.po index 047ec6160b47ede07f623eae5cc22a39d005e693..a76b0c9fa65e7f675487258e3349210e8f4b14df 100644 --- a/modules/admin/locales/ja/LC_MESSAGES/admin.po +++ b/modules/admin/locales/ja/LC_MESSAGES/admin.po @@ -271,6 +271,9 @@ msgid "" "simplesamlphp-maintenance\">Read more about the maintenance of " "SimpleSAMLphp</a>." msgstr "" +"<strong>ă‚ăŞăźăŻHTTPS(暗号化通信)を行ăŁă¦ă„ăľă›ă‚“。</strong>HTTPăŻă†ă‚ąăç’°ĺ˘ă§ă‚れă°ćŁĺ¸¸ă«ĺ‹•作ă—ăľă™ă€ă—ă‹ă—製ĺ“ç’°ĺ˘ă§ăŻHTTPSを使用ă™ă‚‹ăąăŤă§ă™ă€‚[" +" <a href=\"https://simplesamlphp.org/docs/stable/simplesamlphp-maintenance" +"\">詳ă—ăŹăŻSimpleSAMLphpăˇăłă†ăŠăłă‚ąć…ĺ ±ă‚’čŞă‚“ă§ăŹă ă•ă„</a> ]" msgid "" "<strong>The configuration uses the default secret salt</strong>. Make sure " @@ -279,6 +282,8 @@ msgid "" "org/docs/stable/simplesamlphp-install\">Read more about the maintenance of " "SimpleSAMLphp</a>." msgstr "" +"<strong>ă‡ă•ă‚©ă«ăă®ă‚·ăĽă‚Żă¬ăăă‚˝ă«ăăŚä˝żă‚Źă‚Śă¦ă„ăľă™</strong> - ă—ăă€ă‚Żă‚·ă§ăłă§simpleSAMLを使用ă•ă‚Śă‚‹ĺ ´ĺăŻă‡ă•ă‚©ă«ăă®ă€Śsecretsalt」オă—ă‚·ă§ăłă‚’ĺż…ăšĺ¤‰ć›´ă—ă¦ăŹă ă•ă„。" +"[<a href=\"https://simplesamlphp.org/docs/stable/simplesamlphp-install\">SimpleSAMLphpă®č¨ĺ®šă«ă¤ă„ă¦ăŻă“ăˇă‚‰</a> ]" msgid "" "The cURL PHP extension is missing. Cannot check for SimpleSAMLphp updates." @@ -287,7 +292,7 @@ msgstr "" msgid "" "You are running an outdated version of SimpleSAMLphp. Please update to <a " "href=\"%latest%\">the latest version</a> as soon as possible." -msgstr "" +msgstr "ć—§ăăĽă‚¸ă§ăłă®SimpleSAMLphpăŚä˝żă‚Źă‚Śă¦ă„ăľă™ă€‚ă§ăŤă‚‹ă ă‘ć—©ăŹ<a href=\"%latest%\">最新ăăĽă‚·ă§ăł</a>ă«ă‚˘ăă—ăăĽă‰ă—ă¦ăŹă ă•ă„" msgid "XML to SimpleSAMLphp metadata converter" msgstr "XMLă‚’SimpleSAMLphpăˇă‚żă‡ăĽă‚żă«ĺ¤‰ćŹ›" diff --git a/modules/admin/locales/lb/LC_MESSAGES/admin.po b/modules/admin/locales/lb/LC_MESSAGES/admin.po index 15ef0b27b1cf88395ce5fc0767bb7ea2a50478b8..c32355ddeb0ac050c5bcc1c2faca2ef36787b17a 100644 --- a/modules/admin/locales/lb/LC_MESSAGES/admin.po +++ b/modules/admin/locales/lb/LC_MESSAGES/admin.po @@ -271,6 +271,11 @@ msgid "" "simplesamlphp-maintenance\">Read more about the maintenance of " "SimpleSAMLphp</a>." msgstr "" +"<strong>Der benotzt ken HTTPS</strong> - verschlĂ«sselt Kommunikatioun mat" +" dem Benotzer. SimpleSAMLphp funktionĂ©iert einwandfräi mat HTTP fir " +"TestzwĂ©ecker mais an engem produktiven Emfeld sollt et besser mat HTTPS " +"lafen. [ <a href=\"https://simplesamlphp.org/docs/stable/simplesamlphp-maintenance" +"\">Liest mĂ©i iwert Maintenance vun SimpleSAMLphp</a> ]" msgid "" "<strong>The configuration uses the default secret salt</strong>. Make sure " diff --git a/modules/admin/locales/lt/LC_MESSAGES/admin.po b/modules/admin/locales/lt/LC_MESSAGES/admin.po index 812ed90479d3e705f01e219eb42065904c038651..5382d9fc8d0deaf4597a58f7fbe03d8611b66309 100644 --- a/modules/admin/locales/lt/LC_MESSAGES/admin.po +++ b/modules/admin/locales/lt/LC_MESSAGES/admin.po @@ -272,6 +272,11 @@ msgid "" "simplesamlphp-maintenance\">Read more about the maintenance of " "SimpleSAMLphp</a>." msgstr "" +"<strong>JĹ«s nenaudojate HTTPS</strong> - šifruotos komunikacijos su " +"vartotoju. HTTP puikiai tinka testavimo reikmÄ—ms, taÄŤiau realioje " +"aplinkoje turÄ—tumÄ—te naudoti HTTPS. [ <a " +"href=\"https://simplesamlphp.org/docs/stable/simplesamlphp-maintenance" +"\">Skaityti daugiau apie SimpleSAMLphp prieĹľiĹ«rÄ…</a> ]" msgid "" "<strong>The configuration uses the default secret salt</strong>. Make sure " diff --git a/modules/admin/locales/lv/LC_MESSAGES/admin.po b/modules/admin/locales/lv/LC_MESSAGES/admin.po index 08b10382b4eb969484dc3de78c805bac71fb8953..6678c3a23366edec84fa22c0c561abf6543d81ef 100644 --- a/modules/admin/locales/lv/LC_MESSAGES/admin.po +++ b/modules/admin/locales/lv/LC_MESSAGES/admin.po @@ -271,6 +271,10 @@ msgid "" "simplesamlphp-maintenance\">Read more about the maintenance of " "SimpleSAMLphp</a>." msgstr "" +"<strong>JĹ«s neizmantojat HTTPS</strong> - šifrÄ“tu komunikÄciju ar " +"lietotÄju. HTTP ir labs testa nolĹ«kiem, bet raĹľošanÄ jÄizmanto HTTPS. [ " +"<a href=\"https://simplesamlphp.org/docs/stable/simplesamlphp-maintenance" +"\">Lasiet vairÄk par SimpleSAMLphp uzturēšanu</a> ]" msgid "" "<strong>The configuration uses the default secret salt</strong>. Make sure " diff --git a/modules/admin/locales/nb/LC_MESSAGES/admin.po b/modules/admin/locales/nb/LC_MESSAGES/admin.po index 949d8effb3693f1ffa22a06f7a058fbc6aba5a48..8063d08708c91fab007a0bbc1716af98cfba188e 100644 --- a/modules/admin/locales/nb/LC_MESSAGES/admin.po +++ b/modules/admin/locales/nb/LC_MESSAGES/admin.po @@ -271,6 +271,11 @@ msgid "" "simplesamlphp-maintenance\">Read more about the maintenance of " "SimpleSAMLphp</a>." msgstr "" +"<strong>Du bruker ikke HTTPS</strong> - kryptert kommunikasjon med " +"brukeren. HTTP fungerer utmerket til testformĂĄl, men i et " +"produksjonsmiljø anbefales sterkt ĂĄ skru pĂĄ sikker kommunikasjon med " +"HTTPS. [ <a href=\"https://simplesamlphp.org/docs/stable/simplesamlphp-maintenance" +"\">Les mer i dokumentet: SimpleSAMLphp maintenance</a> ]" msgid "" "<strong>The configuration uses the default secret salt</strong>. Make sure " diff --git a/modules/admin/locales/nl/LC_MESSAGES/admin.po b/modules/admin/locales/nl/LC_MESSAGES/admin.po index 9f716fa4d5caf8cf15aa3bc95a76773f95dc5919..bf2f0b26f1f13ce17e9115129eb0912524ac5c79 100644 --- a/modules/admin/locales/nl/LC_MESSAGES/admin.po +++ b/modules/admin/locales/nl/LC_MESSAGES/admin.po @@ -1,3 +1,4 @@ +#, fuzzy msgid "" msgstr "" "Project-Id-Version: SimpleSAMLphp 2.0.0\n" diff --git a/modules/admin/locales/nn/LC_MESSAGES/admin.po b/modules/admin/locales/nn/LC_MESSAGES/admin.po index eabfee81fcfaa3e1175ce8aec06b33d9d3d7991f..b69477ca897a90ffcf5701b98944d9f78093fede 100644 --- a/modules/admin/locales/nn/LC_MESSAGES/admin.po +++ b/modules/admin/locales/nn/LC_MESSAGES/admin.po @@ -271,6 +271,12 @@ msgid "" "simplesamlphp-maintenance\">Read more about the maintenance of " "SimpleSAMLphp</a>." msgstr "" +"<strong>Du bruker ikkje HTTPS</strong> - kryptert kommunikasjon med " +"brukaren. Du kan bruka SimpleSAMLphp uten HTTPS til testformĂĄl, men " +"dersom du skal bruka SimpleSAMLphp i eit produksjonsmiljø, vil vi sterkt " +"tilrĂĄ ĂĄ skru pĂĄ sikker kommunikasjon med HTTPS. [ Les meir i dokumentet: " +"<a href=\"https://simplesamlphp.org/docs/stable/simplesamlphp-maintenance" +"\">SimpleSAMLphp maintenance</a> ]" msgid "" "<strong>The configuration uses the default secret salt</strong>. Make sure " diff --git a/modules/admin/locales/pl/LC_MESSAGES/admin.po b/modules/admin/locales/pl/LC_MESSAGES/admin.po index 2b80d831e33edf32cf181ba363745557d68422b4..78d905aa9ad0a821e01db726fc048595083bc4d5 100644 --- a/modules/admin/locales/pl/LC_MESSAGES/admin.po +++ b/modules/admin/locales/pl/LC_MESSAGES/admin.po @@ -271,6 +271,11 @@ msgid "" "simplesamlphp-maintenance\">Read more about the maintenance of " "SimpleSAMLphp</a>." msgstr "" +"<strong>Nie uĹĽywasz HTTPS</strong> - szyfrowana komunikacja z " +"uĹĽytkownikiem. HTTP jest OK dla testĂłw, ale na produkcji powinieneĹ› " +"uĹĽywać tylko HTTPS. [ <a href=\"http://rnd.feide.no/content" +"/simplesamlphp-maintenance-and-configuration\">Przeczytaj wiÄ™cej o " +"zarzÄ…dzaniu SimpleSAMLphp</a> ]" msgid "" "<strong>The configuration uses the default secret salt</strong>. Make sure " diff --git a/modules/admin/locales/pt-br/LC_MESSAGES/admin.po b/modules/admin/locales/pt-br/LC_MESSAGES/admin.po index 0553752716bb4e2624db0b9755951e5bb4567ca7..7dfbdd9ff501da9bf79c82664490eb0cf58b627e 100644 --- a/modules/admin/locales/pt-br/LC_MESSAGES/admin.po +++ b/modules/admin/locales/pt-br/LC_MESSAGES/admin.po @@ -271,6 +271,11 @@ msgid "" "simplesamlphp-maintenance\">Read more about the maintenance of " "SimpleSAMLphp</a>." msgstr "" +"<strong>VocĂŞ nĂŁo está utilizando HTTPS</strong> - comunicação encriptada " +"com o usuário. HTTP funciona bem para testes, mas vocĂŞ deve utilizar " +"HTTPS para produção. [ <a href=\"http://rnd.feide.no/content" +"/simplesamlphp-maintenance-and-configuration\">Leia mais sobre manutenção" +" do SimpleSAMLphp</a> ]" msgid "" "<strong>The configuration uses the default secret salt</strong>. Make sure " diff --git a/modules/admin/locales/pt/LC_MESSAGES/admin.po b/modules/admin/locales/pt/LC_MESSAGES/admin.po index 4bda40565db741abb74cadbb6dcfc9441ebb2e31..46020bd72893e228147ff8ab9c4f8051a4f5331e 100644 --- a/modules/admin/locales/pt/LC_MESSAGES/admin.po +++ b/modules/admin/locales/pt/LC_MESSAGES/admin.po @@ -271,6 +271,11 @@ msgid "" "simplesamlphp-maintenance\">Read more about the maintenance of " "SimpleSAMLphp</a>." msgstr "" +"<strong>NĂŁo está a ser usado HTTPS</strong> - comunicação cifrada com o " +"utilizador. Para ambientes de teste, ligações HTTP sĂŁo suficientes, mas " +"num ambiente de produção deve ser usado HTTPS. [ <a " +"href=\"https://simplesamlphp.org/docs/stable/simplesamlphp-maintenance" +"\">Ler mais sobre manutenção do SimpleSAMLphp</a> ]" msgid "" "<strong>The configuration uses the default secret salt</strong>. Make sure " diff --git a/modules/admin/locales/ro/LC_MESSAGES/admin.po b/modules/admin/locales/ro/LC_MESSAGES/admin.po index 4e8c6185c6ba44aad54ab9722990093c2f777494..4d159b3b592066cdda99d4eb3373a7d1e6a13dab 100644 --- a/modules/admin/locales/ro/LC_MESSAGES/admin.po +++ b/modules/admin/locales/ro/LC_MESSAGES/admin.po @@ -271,6 +271,11 @@ msgid "" "simplesamlphp-maintenance\">Read more about the maintenance of " "SimpleSAMLphp</a>." msgstr "" +"<strong>AtenČ›ie, nu utilizaČ›i HTTPS</strong> - comunicare criptatÄ cu " +"utilizatorul. HTTP funcČ›ioneaza bine pentru teste, dar Ă®n producČ›ie " +"trebuie folosit HTTPS. [<a href=\"http://rnd.feide.no/content" +"/simplesamlphp-maintenance-and-configuration\">CitiČ›i mai multe despre " +"Ă®ntreČ›inerea SimpleSAMLphp</a> ]" msgid "" "<strong>The configuration uses the default secret salt</strong>. Make sure " diff --git a/modules/admin/locales/ru/LC_MESSAGES/admin.po b/modules/admin/locales/ru/LC_MESSAGES/admin.po index 47516afcf5a7943cd889c79a73fd528b7cd197f4..f3a8eb6740c50799c8218c0cb159f1456c04f18c 100644 --- a/modules/admin/locales/ru/LC_MESSAGES/admin.po +++ b/modules/admin/locales/ru/LC_MESSAGES/admin.po @@ -271,6 +271,11 @@ msgid "" "simplesamlphp-maintenance\">Read more about the maintenance of " "SimpleSAMLphp</a>." msgstr "" +"<strong>Đ’Ń‹ не иŃпользŃете HTTPS</strong> - Ńифрованное Ńоединение Ń " +"пользователем. HTTP работает хороŃĐľ для теŃтовых целей, но в экплŃатации " +"вы должны иŃпользовать HTTPS. [ <a href=\"http://rnd.feide.no/content" +"/simplesamlphp-maintenance-and-configuration\">Узнайте больŃе об " +"обŃĐ»Ńживании SimpleSAMLphp</a> ]" msgid "" "<strong>The configuration uses the default secret salt</strong>. Make sure " @@ -279,6 +284,11 @@ msgid "" "org/docs/stable/simplesamlphp-install\">Read more about the maintenance of " "SimpleSAMLphp</a>." msgstr "" +"<strong>КонфигŃрация иŃпользŃет ŃекретнŃŃŽ Ńоль по-Ńмолчанию</strong> - " +"ŃбедитеŃŃŚ, что вы изменили значение 'secretsalt' в конфигŃрации " +"simpleSAML в производŃтвенной Ńреде. [<a " +"href=\"https://simplesamlphp.org/docs/stable/simplesamlphp-" +"install\">Прочитать больŃе Đľ конфигŃрации SimpleSAMLphp</a> ]" msgid "" "The cURL PHP extension is missing. Cannot check for SimpleSAMLphp updates." diff --git a/modules/admin/locales/sl/LC_MESSAGES/admin.po b/modules/admin/locales/sl/LC_MESSAGES/admin.po index e05780c981e1991bb2994831c6ecca9ee1bee18b..36a3c491dcd1f5549eff757f6be7503d26cd1377 100644 --- a/modules/admin/locales/sl/LC_MESSAGES/admin.po +++ b/modules/admin/locales/sl/LC_MESSAGES/admin.po @@ -271,6 +271,11 @@ msgid "" "simplesamlphp-maintenance\">Read more about the maintenance of " "SimpleSAMLphp</a>." msgstr "" +"<strong>Ne uporabljate HTTPS</strong>-šifrirane komunikacije. " +"SimpleSAMLphp deluje brez teĹľav na HTTP, vendar le za testne namene, za " +"uporabo SimpleSAMLphp v produkcijskem okolju uporabite HTTPS. [ <a " +"href=\"https://simplesamlphp.org/docs/stable/simplesamlphp-maintenance" +"\">Preberite veÄŤ o SimpleSAMLphp vzdrĹľevanju</a> ]" msgid "" "<strong>The configuration uses the default secret salt</strong>. Make sure " diff --git a/modules/admin/locales/sr/LC_MESSAGES/admin.po b/modules/admin/locales/sr/LC_MESSAGES/admin.po index d8f5cf9b64e59968a29cd2fd84d1eafba0302cf6..42766f6e5a155e1f530eb8c6ee207c2a18241bf6 100644 --- a/modules/admin/locales/sr/LC_MESSAGES/admin.po +++ b/modules/admin/locales/sr/LC_MESSAGES/admin.po @@ -271,6 +271,11 @@ msgid "" "simplesamlphp-maintenance\">Read more about the maintenance of " "SimpleSAMLphp</a>." msgstr "" +"<strong>Ne koristite HTTPS</strong> - kriptovanu komunikaciju s " +"korisnikom. HTTP se moĹľe koristiti za potrebe testiranja, ali u " +"produkcionom okruĹľenju trebali biste koristiti HTTPS. [ <a " +"href=\"https://simplesamlphp.org/docs/stable/simplesamlphp-maintenance" +"\">ProÄŤitajte više o SimpleSAMLphp podešavanjima</a> ]" msgid "" "<strong>The configuration uses the default secret salt</strong>. Make sure " diff --git a/modules/admin/locales/sv/LC_MESSAGES/admin.po b/modules/admin/locales/sv/LC_MESSAGES/admin.po index d4beeae10b0c1163e32bb29d6d3caf38f6da5373..5dbc2cfe8d46c647b7299b07a2fd8c4adbe9b76a 100644 --- a/modules/admin/locales/sv/LC_MESSAGES/admin.po +++ b/modules/admin/locales/sv/LC_MESSAGES/admin.po @@ -271,6 +271,10 @@ msgid "" "simplesamlphp-maintenance\">Read more about the maintenance of " "SimpleSAMLphp</a>." msgstr "" +"<strong>Du använder inte HTTPS</strong> - krypterad kommunikation med " +"användaren. HTTP fungerar bra under test men i produktion ska du använda " +"HTTPS. [ <a href=\"https://simplesamlphp.org/docs/stable/simplesamlphp-maintenance" +"\">Läs mer i dokumentet SimpleSAMLphp maintenance</a> ]" msgid "" "<strong>The configuration uses the default secret salt</strong>. Make sure " diff --git a/modules/admin/locales/tr/LC_MESSAGES/admin.po b/modules/admin/locales/tr/LC_MESSAGES/admin.po index 566ee9d63f08f00c4df9f6197789e7444720a033..aab819fde512642d0ed08f91eab6625f75f435a1 100644 --- a/modules/admin/locales/tr/LC_MESSAGES/admin.po +++ b/modules/admin/locales/tr/LC_MESSAGES/admin.po @@ -271,6 +271,11 @@ msgid "" "simplesamlphp-maintenance\">Read more about the maintenance of " "SimpleSAMLphp</a>." msgstr "" +"Kullanıcıyla Ĺźifreli iletiĹźim -<strong>HTTPS kullanmıyorsunuz</strong>. " +"HTTP test amaçlı olarak kullanılabilir, ancak ĂĽretim ortamında, HTTPS " +"kullanmalısınız. [ <a href=\"http://rnd.feide.no/content/simplesamlphp-" +"maintenance-and-configuration\">SimpleSAMLphp bakımı hakkında daha " +"fazlasını okuyun</a> ]" msgid "" "<strong>The configuration uses the default secret salt</strong>. Make sure " diff --git a/modules/admin/locales/zh-tw/LC_MESSAGES/admin.po b/modules/admin/locales/zh-tw/LC_MESSAGES/admin.po index e4c673d67f0e688fbb36dc15dc865c662b15efd5..c156464edb1969658c70076dbed31189f91d7e6a 100644 --- a/modules/admin/locales/zh-tw/LC_MESSAGES/admin.po +++ b/modules/admin/locales/zh-tw/LC_MESSAGES/admin.po @@ -271,6 +271,10 @@ msgid "" "simplesamlphp-maintenance\">Read more about the maintenance of " "SimpleSAMLphp</a>." msgstr "" +"<strong>您不ćŻä˝żç”¨ HTTPS </strong>-於使用的傳輸éŽç¨‹ä¸ĺŠ ĺŻ†ă€‚HTTP " +"可以ćŁĺ¸¸çš„ĺ©ç”¨ć–Ľć¸¬č©¦ďĽŚä˝†ćŻĺś¨ä¸Šç·šç’°ĺ˘čŁˇďĽŚć‚¨é‚„ćŻéś€č¦ä˝żç”¨ HTTPS。[ <a href=\"http://rnd.feide.no/content" +"/simplesamlphp-maintenance-and-configuration\">閱讀更多有關於 SimpleSAMLphp " +"çš„ç¶č·ć–ąĺĽŹ</a> ]" msgid "" "<strong>The configuration uses the default secret salt</strong>. Make sure " @@ -279,6 +283,9 @@ msgid "" "org/docs/stable/simplesamlphp-install\">Read more about the maintenance of " "SimpleSAMLphp</a>." msgstr "" +"<strong>目前č¨ĺ®šćŞ”ä˝żç”¨é č¨çš„雜湊ĺŹć•¸(salt)</strong> - 在您上線é‹ä˝śĺ‰Ťč«‹ç˘şčŞŤć‚¨ĺ·˛ć–Ľ simpleSAML " +"č¨ĺ®šé ä¸äż®ć”ąé č¨çš„ 'secretsalt'。[<a href=\"https://simplesamlphp.org/docs/stable" +"/simplesamlphp-install\">閱讀更多關於 SimpleSAMLphp č¨ĺ®šĺ€Ľ</a> ]" msgid "" "The cURL PHP extension is missing. Cannot check for SimpleSAMLphp updates." diff --git a/modules/admin/locales/zh/LC_MESSAGES/admin.po b/modules/admin/locales/zh/LC_MESSAGES/admin.po index 8fdc4fe4bf63a15b0529a7dc8ed58dc2905a9f6c..cb29dc4d437ac95bca647380ab2160ed951b4cf0 100644 --- a/modules/admin/locales/zh/LC_MESSAGES/admin.po +++ b/modules/admin/locales/zh/LC_MESSAGES/admin.po @@ -271,6 +271,9 @@ msgid "" "simplesamlphp-maintenance\">Read more about the maintenance of " "SimpleSAMLphp</a>." msgstr "" +"<strong>ä˝ ć˛ˇćś‰ä˝żç”¨HTTPS</strong> - 和用ć·ĺŠ ĺŻ†çš„é€šäżˇă€‚HTTP在测试目的下ĺľĺĄ˝,但生产环ĺ˘čŻ·ä˝żç”¨HTTPS. [ <a " +"href=\"https://simplesamlphp.org/docs/stable/simplesamlphp-maintenance" +"\">获取更多SimpleSAMLphp维护的信ćŻ</a> ]" msgid "" "<strong>The configuration uses the default secret salt</strong>. Make sure " diff --git a/modules/admin/templates/config.twig b/modules/admin/templates/config.twig index 4b5c687e2003116d3bcd99952f60caba2fd945b7..eb21f7d1dd5601d154f977dbcb09a3e6038fc156 100644 --- a/modules/admin/templates/config.twig +++ b/modules/admin/templates/config.twig @@ -2,6 +2,10 @@ {% set frontpage_section = 'main' %} {% extends "base.twig" %} +{% block preload %} +<link rel="stylesheet" href="{{ asset('css/admin.css', 'admin') }}"> +{% endblock %} + {% block content %} {%- include "@admin/includes/menu.twig" %} diff --git a/modules/admin/templates/federation.twig b/modules/admin/templates/federation.twig index ccc3c752f6af9014b1a66ebbf3c1f588a81f7db2..367acbe687aafa8433ac1b35855945af6480c408 100644 --- a/modules/admin/templates/federation.twig +++ b/modules/admin/templates/federation.twig @@ -2,6 +2,10 @@ {% set frontpage_section = 'federation' %} {% extends "base.twig" %} +{% block preload %} +<link rel="stylesheet" href="{{ asset('css/admin.css', 'admin') }}"> +{% endblock %} + {% block content %} {%- include "@admin/includes/menu.twig" %} {%- if entries.hosted is iterable %} diff --git a/modules/admin/www/assets/css/admin.css b/modules/admin/www/assets/css/admin.css new file mode 100644 index 0000000000000000000000000000000000000000..ff8a6e5e0df953263ccf6707719bd48183be39a1 --- /dev/null +++ b/modules/admin/www/assets/css/admin.css @@ -0,0 +1,48 @@ +.enablebox table { + border: 1px solid #eee; + + margin-left: 1em; +} + +.enablebox.mini table { + float: right; +} + +.enablebox tr td { + padding: .5px 1em 1px .5em; + margin: 0; +} + +.enablebox { + font-size: 85%; +} + +.enablebox tr.enabled td { + background: #eee; +} + +.enablebox tr.disabled td { + background: #ccc; +} + +fieldset.fancyfieldset { + padding-left: 1.5em; +} + +fieldset.fancyfieldset legend { + padding: 3px 2em 3px 0; + width: 100%; +} + +dt { + font-weight: bold; +} + +.entity-name, .entity-deprecated, .entity-expired { + font-weight: bold; +} + +.entity-expired { + color: #500; +} + diff --git a/modules/core/lib/Controller/Login.php b/modules/core/lib/Controller/Login.php index 84adca0d2a0f53c1cf9156e1710883a13d1adb9d..0cda6e748c1c1d0a4752918b2e025f9736873481 100644 --- a/modules/core/lib/Controller/Login.php +++ b/modules/core/lib/Controller/Login.php @@ -6,12 +6,10 @@ namespace SimpleSAML\Module\core\Controller; use SimpleSAML\Assert\Assert; use SimpleSAML\Auth; -use SimpleSAML\Auth\AuthenticationFactory; use SimpleSAML\Configuration; use SimpleSAML\Error; use SimpleSAML\HTTP\RunnableResponse; use SimpleSAML\Module; -use SimpleSAML\Session; use SimpleSAML\Utils; use SimpleSAML\XHTML\Template; use Symfony\Component\HttpFoundation\RedirectResponse; @@ -30,170 +28,26 @@ class Login /** @var \SimpleSAML\Configuration */ protected Configuration $config; - /** @var \SimpleSAML\Auth\AuthenticationFactory */ - protected AuthenticationFactory $factory; - - /** @var \SimpleSAML\Session */ - protected Session $session; - - /** @var array */ - protected array $sources; - - /** * Controller constructor. * - * It initializes the global configuration and auth source configuration for the controllers implemented here. + * It initializes the global configuration for the controllers implemented here. * * @param \SimpleSAML\Configuration $config The configuration to use by the controllers. - * @param \SimpleSAML\Session $session The session to use by the controllers. - * @param \SimpleSAML\Auth\AuthenticationFactory $factory A factory to instantiate \SimpleSAML\Auth\Simple objects. * * @throws \Exception */ public function __construct( - Configuration $config, - Session $session, - AuthenticationFactory $factory + Configuration $config ) { $this->config = $config; - $this->factory = $factory; - $this->sources = $config::getOptionalConfig('authsources.php')->toArray(); - $this->session = $session; } - - /** - * Show account information for a given authentication source. - * - * @param string $as The identifier of the authentication source. - * - * @return \SimpleSAML\XHTML\Template|\Symfony\Component\HttpFoundation\RedirectResponse - * An HTML template or a redirection if we are not authenticated. - * - * @throws \SimpleSAML\Error\Exception An exception in case the auth source specified is invalid. - */ - public function account(string $as): Response - { - if (!array_key_exists($as, $this->sources)) { - throw new Error\Exception('Invalid authentication source'); - } - - $auth = $this->factory->create($as); - if (!$auth->isAuthenticated()) { - // not authenticated, start auth with specified source - return new RedirectResponse(Module::getModuleURL('core/login/' . urlencode($as))); - } - - $attributes = $auth->getAttributes(); - - $session = Session::getSessionFromRequest(); - - $t = new Template($this->config, 'auth_status.twig'); - $l = $t->getLocalization(); - $l->addAttributeDomains(); - $t->data['header'] = '{status:header_saml20_sp}'; - $t->data['attributes'] = $attributes; - $t->data['nameid'] = !is_null($auth->getAuthData('saml:sp:NameID')) - ? $auth->getAuthData('saml:sp:NameID') - : false; - $t->data['authData'] = $auth->getAuthDataArray(); - $t->data['trackid'] = $session->getTrackID(); - $t->data['logouturl'] = Module::getModuleURL('core/logout/' . urlencode($as)); - $t->data['remaining'] = $this->session->getAuthData($as, 'Expire') - time(); - $t->setStatusCode(200); - - return $t; - } - - - /** - * Perform a login operation. - * - * This controller will either start a login operation (if that was requested, or if only one authentication - * source is available), or show a template allowing the user to choose which auth source to use. - * - * @param Request $request The request that lead to this login operation. - * @param string|null $as The name of the authentication source to use, if any. Optional. - * - * @return \Symfony\Component\HttpFoundation\Response - * An HTML template, a redirect or a "runnable" response. - * - * @throws \SimpleSAML\Error\Exception - */ - public function login(Request $request, string $as = null): Response + public function welcome(): Response { - // delete admin - if (isset($this->sources['admin'])) { - unset($this->sources['admin']); - } - - if (count($this->sources) === 1 && $as === null) { // we only have one source available - $as = key($this->sources); - } - - $default = false; - if (array_key_exists('default', $this->sources) && is_array($this->sources['default'])) { - $default = $this->sources['default']; - } - - if ($as === null) { // no authentication source specified - if (!$default) { - $authUtils = new Utils\Auth(); - $t = new Template($this->config, 'core:login.twig'); - $t->data['loginurl'] = $authUtils->getAdminLoginURL(); - $t->data['sources'] = $this->sources; - return $t; - } - - // we have a default, use that one - $as = 'default'; - foreach ($this->sources as $id => $source) { - if ($id === 'default') { - continue; - } - if ($source === $this->sources['default']) { - $as = $id; - break; - } - } - } - - // auth source defined, check if valid - if (!array_key_exists($as, $this->sources)) { - throw new Error\Exception('Invalid authentication source'); - } - - // at this point, we have a valid auth source selected, start auth - $auth = $this->factory->create($as); - $as = urlencode($as); - - if ($request->request->get(Auth\State::EXCEPTION_PARAM, false) !== false) { - // This is just a simple example of an error - - /** @var array $state */ - $state = Auth\State::loadExceptionState(); - - Assert::keyExists($state, Auth\State::EXCEPTION_DATA); - $e = $state[Auth\State::EXCEPTION_DATA]; - - throw $e; - } - - if ($auth->isAuthenticated()) { - return new RedirectResponse(Module::getModuleURL('core/account/' . $as)); - } - - // we're not logged in, start auth - $url = Module::getModuleURL('core/login/' . $as); - $params = [ - 'ErrorURL' => $url, - 'ReturnTo' => $url, - ]; - return new RunnableResponse([$auth, 'login'], [$params]); + return new Template($this->config, 'core:welcome.twig'); } - /** * Log the user out of a given authentication source. * diff --git a/modules/core/locales/af/LC_MESSAGES/core.po b/modules/core/locales/af/LC_MESSAGES/core.po index 4d11fa991e7cec696eab927be8b3ba954dbb2d22..08c9433116efaaf3e5f9b7b7c29fdf4400e07fad 100644 --- a/modules/core/locales/af/LC_MESSAGES/core.po +++ b/modules/core/locales/af/LC_MESSAGES/core.po @@ -1,4 +1,3 @@ - #, fuzzy msgid "" msgstr "" diff --git a/modules/core/locales/ar/LC_MESSAGES/core.po b/modules/core/locales/ar/LC_MESSAGES/core.po index ed5fce055f89bb994f5d43dae007bfb59ee07f15..4330b18add73bdde393234b7a36911d4048c3209 100644 --- a/modules/core/locales/ar/LC_MESSAGES/core.po +++ b/modules/core/locales/ar/LC_MESSAGES/core.po @@ -1,4 +1,3 @@ - #, fuzzy msgid "" msgstr "" @@ -16,149 +15,6 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" -msgid "{core:frontpage:link_phpinfo}" -msgstr "معلŮمات PHP" - -msgid "{core:frontpage:login_as_admin}" -msgstr "سجل ŘŻŘ®ŮŮ„ المشرŮ" - -msgid "{core:frontpage:link_doc_sp}" -msgstr "استخدام SimpleSAMLphp Ůمقدم خدمة" - -msgid "{core:frontpage:link_meta_saml2sphosted}" -msgstr "البيانات الŮصŮŮŠŘ©/الميتاداتا لمقدم SAML 2.0 الضي٠(ŘŞŮ… تجهيزها اتŮماتيŮياً)" - -msgid "{core:frontpage:link_openidprovider}" -msgstr "مقدم خدمة OpenID اصدار ŘŁŮ„Ůا- اختبر الرمز" - -msgid "{core:frontpage:link_doc_install}" -msgstr "رŮب SimpleSAMLphp" - -msgid "{core:frontpage:link_diagnostics}" -msgstr "تشخيص اسم المضيŮŘŚ المنŮذ، الطريقة" - -msgid "{core:frontpage:link_meta_saml2idphosted}" -msgstr "" -"البيانات الŮصŮŮŠŘ©/الميتاداتا لهŮŮŠŘ© مقدم SAML 2.0 الضي٠(ŘŞŮ… تجهيزها " -"اتŮماتيŮياً)" - -msgid "{core:frontpage:optional}" -msgstr "اختياري" - -msgid "{core:frontpage:doc_header}" -msgstr "الŮتيبات التعريŮŮŠŘ©" - -msgid "{core:frontpage:link_doc_advanced}" -msgstr "تطبيقات SimpleSAMLphp المتقدمة" - -msgid "{core:frontpage:required_ldap}" -msgstr "Ů…Ř·Ů„Ůب Ů„ LDAP" - -msgid "{core:frontpage:authtest}" -msgstr "اختبر ترتيب مصادر التŮثيق" - -msgid "{core:frontpage:link_meta_overview}" -msgstr "منظر بيانات٠الŮصŮŮŠŘ©/الميتاداتا. شخص/ عالج Ů…Ů„Ůات الميتاداتا خاصتŮ" - -msgid "{core:frontpage:configuration}" -msgstr "الترتيب" - -msgid "{core:frontpage:welcome}" -msgstr "مرŘباً" - -msgid "{core:frontpage:link_doc_shibsp}" -msgstr "رتب Shibboleth 1.3 SP للعمل Ů…Řą SimpleSAMLphp IdP" - -msgid "{core:frontpage:metadata_header}" -msgstr "البيانات الŮصŮŮŠŘ©/الميتاداتا " - -msgid "{core:frontpage:link_doc_maintenance}" -msgstr "ترتيب ٠صيانة SimpleSAMLphp" - -msgid "{core:frontpage:link_configcheck}" -msgstr "مراجعة ترتيب SimpleSAMLphp" - -msgid "{core:frontpage:page_title}" -msgstr "صŮŘŘ© ترŮيب SimpleSAMLphp" - -msgid "{core:frontpage:warnings}" -msgstr "ŘŞŘذير" - -msgid "{core:frontpage:link_xmlconvert}" -msgstr "ŘŮŮ„ البيانات الŮصŮŮŠŘ© من صيغة XML الي SimpleSAMLphp" - -msgid "{core:frontpage:link_cleardiscochoices}" -msgstr "اŘذ٠خياراتي Ů„ IdP بمستŮش٠خدمات IdP" - -msgid "{core:frontpage:loggedin_as_admin}" -msgstr "لقد سجلت الدخŮŮ„ Ůمشر٠علي المŮقعŘ" - -msgid "{core:frontpage:auth}" -msgstr " التŮثيق" - -msgid "{core:frontpage:show_metadata}" -msgstr "اظهر البيانات الŮصŮŮŠŘ©/ الميتاداتا" - -msgid "{core:frontpage:required}" -msgstr "Ů…Ř·Ů„Ůب" - -msgid "{core:frontpage:warnings_suhosin_url_length}" -msgstr "" -"Ř·ŮŮ„ السؤال Ů…ŘŘŻŘŻ بŮاسطة PHP Suhosin. قم رجاءاًً بزيادة الخيار " -"Suhosin.get.max_value_length Ů„ ٢٠٤٨ بايتس علي الاقل" - -msgid "{core:frontpage:warnings_https}" -msgstr "" -"<strong>انت لا تستخدم HTTPS</strong> - Ů…Řادثة Ů…Ř´Ůرة Ů…Řą المستخدم. HTTP جيد" -" للاختبارات Ů„Ůن ŮŮŠ بيئة النظام المبدئي ينبغي استخدام HTTPS. [ <a " -"href=\"https://simplesamlphp.org/docs/stable/simplesamlphp-maintenance" -"\">read more about SimpleSAMLphp maintenance</a>]" - -msgid "{core:frontpage:federation}" -msgstr "الدخŮŮ„ المŮŘŘŻ" - -msgid "{core:frontpage:required_radius}" -msgstr "Ů…Ř·Ů„Ůب Ů„ Radius" - -msgid "{core:frontpage:checkphp}" -msgstr "تاŮŘŻ من إنزال PHP" - -msgid "{core:frontpage:link_doc_idp}" -msgstr "استخدام SimpleSAMLphp Ůمقدم هŮŮŠŘ©" - -msgid "{core:frontpage:link_saml2example}" -msgstr "مثال SAML 2.0 SP- اختبر تسجيل الدخŮŮ„ مستخدماً هŮŮŠŘ© IdP" - -msgid "{core:frontpage:about_header}" -msgstr "عن SimpleSAMLphp" - -msgid "{core:frontpage:about_text}" -msgstr "" -"للمزيد عن SimpleSAMLphp اذهب الي<a " -"href=\"http://rnd.feide.no/simplesamlphp\">SimpleSAMLphp بمدŮنة Feide RnD" -" </a> over at <a href=\"http://uninett.no\">UNINETT</a>" - -msgid "{core:frontpage:useful_links_header}" -msgstr "رŮابط Ů…ŮŮŠŘŻŘ© للإنزال " - -msgid "{core:frontpage:metadata}" -msgstr "البيانات الŮصŮŮŠŘ©/ الميتاداتا " - -msgid "{core:frontpage:recommended}" -msgstr "Ů…Ůصي به" - -msgid "{core:frontpage:link_doc_googleapps}" -msgstr "استخدام SimpleSAMLphp Ů IdP لتطبيقات Ů‚Ůقل التعليمية" - -msgid "{core:frontpage:tools}" -msgstr "الأدŮات " - -msgid "{core:frontpage:deprecated}" -msgstr "استنŮار" - -msgid "You are logged in as administrator" -msgstr "لقد سجلت الدخŮŮ„ Ůمشر٠علي المŮقعŘ" - msgid "Go back to the previous page and try again." msgstr "ارجع للصŮŘŘ© السابقة Ů ŘاŮŮ„ مرة اخري" @@ -168,64 +24,25 @@ msgstr "اذا استمرت هذه المشŮلة بالŘŘŻŮث، رجاءا ب msgid "Welcome" msgstr "مرŘباً" -msgid "SimpleSAMLphp configuration check" -msgstr "مراجعة ترتيب SimpleSAMLphp" - -msgid "Metadata overview for your installation. Diagnose your metadata files" -msgstr "منظر بيانات٠الŮصŮŮŠŘ©/الميتاداتا. شخص/ عالج Ů…Ů„Ůات الميتاداتا خاصتŮ" - -msgid "XML to SimpleSAMLphp metadata converter" -msgstr "ŘŮŮ„ البيانات الŮصŮŮŠŘ© من صيغة XML الي SimpleSAMLphp" - -msgid "Required" -msgstr "Ů…Ř·Ů„Ůب" - -msgid "Warnings" -msgstr "ŘŞŘذير" - -msgid "Documentation" -msgstr "الŮتيبات التعريŮŮŠŘ©" - msgid "Hosted Shibboleth 1.3 Service Provider Metadata (automatically generated)" msgstr "" "البيانات الŮصŮŮŠŘ©/الميتاداتا لمقدم Shibboleth 1.3 الضي٠(ŘŞŮ… تجهيزها " "اتŮماتيŮياً)" -msgid "PHP info" -msgstr "معلŮمات PHP" - -msgid "About SimpleSAMLphp" -msgstr "عن SimpleSAMLphp" - -msgid "Hosted SAML 2.0 Service Provider Metadata (automatically generated)" -msgstr "البيانات الŮصŮŮŠŘ©/الميتاداتا لمقدم SAML 2.0 الضي٠(ŘŞŮ… تجهيزها اتŮماتيŮياً)" - msgid "Retry login" msgstr "اعد تسجيل الدخŮŮ„" -msgid "Required for LDAP" -msgstr "Ů…Ř·Ů„Ůب Ů„ LDAP" - msgid "Close the web browser, and try again." msgstr "اغلق المŮقع ثم ŘاŮŮ„ مرة اخري" -msgid "Federation" -msgstr "الدخŮŮ„ المŮŘŘŻ" - msgid "We were unable to locate the state information for the current request." msgstr "لم نستطع ŘŞŘŘŻŮŠŘŻ المعلŮمات المŮŮ‚ŮŘŻŘ© للطلب الŘالي" -msgid "Delete my choices of IdP in the IdP discovery services" -msgstr "اŘذ٠خياراتي Ů„ IdP بمستŮش٠خدمات IdP" - msgid "" "This is most likely a configuration problem on either the service " "provider or identity provider." msgstr "من Ř§Ů„Ř§Ř±Ř¬Ř Ř§Ů† هذا الاشŮال نابع اما من Ů…Ř´Ůلة بالمخدم ŘŁŮ Ů…Ř´Ůلة بمŘŘŻŘŻ الهŮŮŠŘ©" -msgid "Configure Shibboleth 1.3 SP to work with SimpleSAMLphp IdP" -msgstr "رتب Shibboleth 1.3 SP للعمل Ů…Řą SimpleSAMLphp IdP" - msgid "Using the back and forward buttons in the web browser." msgstr "استخدام أزرار الرجŮŘą للخل٠٠الامام بمتصŮŘŮ" @@ -238,12 +55,6 @@ msgstr "الŮŮŮيز غير منشطة بمتصŮŘŮ" msgid "Opened the web browser with tabs saved from the previous session." msgstr "ŮŘŞŘ Ů…ŘŞŘµŮŘ٠مستخدما معلŮمات Ů…ŘŮŮظة من المرة السابقة" -msgid "Tools" -msgstr "الأدŮات " - -msgid "Test configured authentication sources " -msgstr "اختبر ترتيب مصادر التŮثيق" - msgid "" "You appear to have disabled cookies in your browser. Please check the " "settings in your browser, and try again." @@ -251,49 +62,15 @@ msgstr "" "يبد٠ان٠قد عطلت الŮŮŮيز بمتصŮŘŮ. قم رجاءا بمراجعة إعدادات متصŮŘ٠ثم ŘاŮŮ„" " مرة اخري" -msgid "Installing SimpleSAMLphp" -msgstr "رŮب SimpleSAMLphp" - -msgid "Deprecated" -msgstr "استنŮار" - -msgid "" -"<strong>Congratulations</strong>, you have successfully installed " -"SimpleSAMLphp. This is the start page of your installation, where you " -"will find links to test examples, diagnostics, metadata and even links to" -" relevant documentation." -msgstr "" -"<strong>Congratulations</strong>, لقد قمت بإنزال SimpleSAMLphp بنجاŘ. هذه" -" هي صŮŘŘ© البداية ŘŮŠŘ« ستجد رŮابط لاختبار الأمثلة، التشخيص، البيانات " -"الŮصŮŮŠŘ©/الميتاداتا ٠الŮتيبات التعريŮŮŠŘ©" - msgid "This error may be caused by:" msgstr "سبب ŘŘŻŮŘ« هذا الخطأ قد ŮŠŮŮن:" -msgid "" -"<strong>You are not using HTTPS</strong> - encrypted communication with " -"the user. HTTP works fine for test purposes, but in a production " -"environment, you should use HTTPS. [ <a " -"href=\"https://simplesamlphp.org/docs/stable/simplesamlphp-" -"maintenance\">Read more about SimpleSAMLphp maintenance</a> ]" -msgstr "" -"<strong>انت لا تستخدم HTTPS</strong> - Ů…Řادثة Ů…Ř´Ůرة Ů…Řą المستخدم. HTTP جيد" -" للاختبارات Ů„Ůن ŮŮŠ بيئة النظام المبدئي ينبغي استخدام HTTPS. [ <a " -"href=\"https://simplesamlphp.org/docs/stable/simplesamlphp-maintenance" -"\">read more about SimpleSAMLphp maintenance</a>]" - msgid "Metadata" msgstr "البيانات الŮصŮŮŠŘ©/الميتاداتا " msgid "Retry" msgstr "اعد المŘاŮلة" -msgid "SimpleSAMLphp Maintenance and Configuration" -msgstr "ترتيب ٠صيانة SimpleSAMLphp" - -msgid "Diagnostics on hostname, port and protocol" -msgstr "تشخيص اسم المضيŮŘŚ المنŮذ، الطريقة" - msgid "" "If you are an user who received this error after following a link on a " "site, you should report this error to the owner of that site." @@ -301,60 +78,15 @@ msgstr "" "ان تعرضت لهذا الاشŮال بعيد اتباع٠لرابط بمŮقع ما, ينبغي علي٠الابلاغ عن " "هذا الاشŮال لمال٠المŮقع المعني" -msgid "Using SimpleSAMLphp as an Identity Provider" -msgstr "استخدام SimpleSAMLphp Ůمقدم هŮŮŠŘ©" - -msgid "Optional" -msgstr "اختياري" - msgid "Suggestions for resolving this problem:" msgstr "اقتراŘات Ů„ŘŮ„ المشŮلة " -msgid "" -"This SimpleSAMLphp thing is pretty cool, where can I read more about it? " -"You can find more information about it at the <a " -"href=\"https://simplesamlphp.org/\">SimpleSAMLphp web page </a> over at " -"<a href=\"http://uninett.no\">UNINETT</a>." -msgstr "" -"للمزيد عن SimpleSAMLphp اذهب الي<a " -"href=\"http://rnd.feide.no/simplesamlphp\">SimpleSAMLphp بمدŮنة Feide RnD" -" </a> over at <a href=\"http://uninett.no\">UNINETT</a>" - msgid "Shibboleth 1.3 SP example - test logging in through your Shib IdP" msgstr "مثال Shibboleth 1.3 SP- اختبر تسجيل الدخŮŮ„ مستخدماً هŮŮŠŘ© Shib IdP" -msgid "Authentication" -msgstr " التŮثيق" - -msgid "SimpleSAMLphp installation page" -msgstr "صŮŘŘ© ترŮيب SimpleSAMLphp" - -msgid "Show metadata" -msgstr "اظهر البيانات الŮصŮŮŠŘ©/ الميتاداتا" - -msgid "SimpleSAMLphp as an IdP for Google Apps for Education" -msgstr "استخدام SimpleSAMLphp Ů IdP لتطبيقات Ů‚Ůقل التعليمية" - msgid "State information lost" msgstr "ŘŘŻŘŻ المعلŮمات المŮŮ‚ŮŘŻŘ©" -msgid "Hosted SAML 2.0 Identity Provider Metadata (automatically generated)" -msgstr "" -"البيانات الŮصŮŮŠŘ©/الميتاداتا لهŮŮŠŘ© مقدم SAML 2.0 الضي٠(ŘŞŮ… تجهيزها " -"اتŮماتيŮياً)" - -msgid "OpenID Provider site - Alpha version (test code)" -msgstr "مقدم خدمة OpenID اصدار ŘŁŮ„Ůا- اختبر الرمز" - -msgid "Required for Radius" -msgstr "Ů…Ř·Ů„Ůب Ů„ Radius" - -msgid "SAML 2.0 SP example - test logging in through your IdP" -msgstr "مثال SAML 2.0 SP- اختبر تسجيل الدخŮŮ„ مستخدماً هŮŮŠŘ© IdP" - -msgid "Using SimpleSAMLphp as a Service Provider" -msgstr "استخدام SimpleSAMLphp Ůمقدم خدمة" - msgid "" "We have detected that there is only a few seconds since you last " "authenticated with this service provider, and therefore assume that there" @@ -363,9 +95,6 @@ msgstr "" "يبد٠ان٠قد قمت بتصديق الدخŮŮ„ عدة مرات لمقدم هذه الخدمة خلال الثŮاني " "القليلة الماضية مما ŮŠŮ‚Ůدنا للاعتقاد بŮجŮŘŻ Ů…Ř´Ůلة ما بهذا ال SP " -msgid "Recommended" -msgstr "Ů…Ůصي به" - msgid "" "If you are a developer who is deploying a single sign-on solution, you " "have a problem with the metadata configuration. Verify that metadata is " @@ -375,37 +104,14 @@ msgstr "" "لمرة ŮاŘŘŻŘ© لدي٠مشŮلة بادخال البيانات الŮصŮŮŠŘ©, ŘŞŘŁŮŘŻ من أن أدخال البيانات" " الŮصŮŮŠŘ© صŘŮŠŘ Ř¨ŮŮ„ من Ů…ŘŘŻŘŻ الهŮŮŠŘ© ٠المخدم " -msgid "SimpleSAMLphp Advanced Features" -msgstr "تطبيقات SimpleSAMLphp المتقدمة" - msgid "Too short interval between single sign on events." msgstr "Ůترات قصيرة جداً بين Ů…ŘاŮلات تسجيل الدخŮŮ„ المŮŘŘŻ " -msgid "Checking your PHP installation" -msgstr "تاŮŘŻ من إنزال PHP" - -msgid "" -"The length of query parameters is limited by the PHP Suhosin extension. " -"Please increase the suhosin.get.max_value_length option to at least 2048 " -"bytes." -msgstr "" -"Ř·ŮŮ„ السؤال Ů…ŘŘŻŘŻ بŮاسطة PHP Suhosin. قم رجاءاًً بزيادة الخيار " -"Suhosin.get.max_value_length Ů„ ٢٠٤٨ بايتس علي الاقل" - -msgid "Useful links for your installation" -msgstr "رŮابط Ů…ŮŮŠŘŻŘ© للإنزال " - -msgid "Configuration" -msgstr "الترتيب" - msgid "Hosted Shibboleth 1.3 Identity Provider Metadata (automatically generated)" msgstr "" "البيانات الŮصŮŮŠŘ©/الميتاداتا لهŮŮŠŘ© مقدم Shibboleth 1.3 الضي٠(ŘŞŮ… تجهيزها " "اتŮماتيŮياً)" -msgid "Login as administrator" -msgstr "سجل ŘŻŘ®ŮŮ„ المشرŮ" - msgid "Report this error" msgstr "بلغ عن هذا الخطأ " diff --git a/modules/core/locales/cs/LC_MESSAGES/core.po b/modules/core/locales/cs/LC_MESSAGES/core.po index b5691be4da9aa76682ecc494970cbd28a5e6387f..4acf53daac3c8988e1aa8f833fb16f3d72144b92 100644 --- a/modules/core/locales/cs/LC_MESSAGES/core.po +++ b/modules/core/locales/cs/LC_MESSAGES/core.po @@ -1,4 +1,3 @@ - #, fuzzy msgid "" msgstr "" @@ -16,158 +15,6 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" -msgid "{core:frontpage:link_phpinfo}" -msgstr "PHP info" - -msgid "{core:frontpage:login_as_admin}" -msgstr "PĹ™Ăhlásit se jako administrátor" - -msgid "{core:frontpage:link_doc_sp}" -msgstr "PouĹľitĂ SimpleSAMLphp jako SP" - -msgid "{core:frontpage:link_meta_saml2sphosted}" -msgstr "" -"Metada lookálnĂho (hosted) SAML 2.0 poskytovatele sluĹľby (SP) " -"(automaticky generovanĂ©)" - -msgid "{core:frontpage:link_openidprovider}" -msgstr "Stránka OpenID poskytovatele - alfa version (testovacĂ kĂłd)" - -msgid "{core:frontpage:link_doc_install}" -msgstr "Instalace SimpleSAMLphp" - -msgid "{core:frontpage:link_diagnostics}" -msgstr "Diagnoza jmĂ©na poÄŤĂtaÄŤe, portu a protokolu" - -msgid "{core:frontpage:link_meta_saml2idphosted}" -msgstr "" -"Metada lookálnĂho (hosted) SAML 2.0 poskytovatele identity (IdP) " -"(automaticky generovanĂ©)" - -msgid "{core:frontpage:optional}" -msgstr "VolitelnĂ©" - -msgid "{core:frontpage:doc_header}" -msgstr "Dokumentace" - -msgid "{core:frontpage:link_doc_advanced}" -msgstr "SimpleSAMLphp nadstandartnĂ vlastnosti" - -msgid "{core:frontpage:required_ldap}" -msgstr "PoĹľadováno pro LDAP" - -msgid "{core:frontpage:authtest}" -msgstr "Otestovat nakonfigurovanĂ© autentizaÄŤnĂ zdroje" - -msgid "{core:frontpage:link_meta_overview}" -msgstr "PĹ™ehled metadat vašà instalace a jejich diagnĂłza." - -msgid "{core:frontpage:configuration}" -msgstr "Konfigurace" - -msgid "{core:frontpage:welcome}" -msgstr "VĂtejte" - -msgid "{core:frontpage:link_doc_shibsp}" -msgstr "Konfigurace Shibboleth 1.3 SP pro práci s SimpleSAMLphp IdP" - -msgid "{core:frontpage:metadata_header}" -msgstr "Metadata" - -msgid "{core:frontpage:link_doc_maintenance}" -msgstr "SimpleSAMLphp udrĹľba a konfigurace" - -msgid "{core:frontpage:link_configcheck}" -msgstr "Test konfigurace SimpleSAMLphp" - -msgid "{core:frontpage:page_title}" -msgstr "InstalaÄŤnĂ stránka SimpleSAMLphp" - -msgid "{core:frontpage:warnings}" -msgstr "VarovánĂ" - -msgid "{core:frontpage:link_xmlconvert}" -msgstr "Konverze XML metadat do simpleSAMLPHP" - -msgid "{core:frontpage:link_cleardiscochoices}" -msgstr "Zapomenout moje volby poskytovatelĹŻ identit a vĂ˝bÄ›ru poskytovatelĹŻ identit" - -msgid "{core:frontpage:loggedin_as_admin}" -msgstr "Jste pĹ™ihlášen jako administrator" - -msgid "{core:frontpage:auth}" -msgstr "Autentizace" - -msgid "{core:frontpage:show_metadata}" -msgstr "Zobraz metadata" - -msgid "{core:frontpage:intro}" -msgstr "" -"<strong>BlahopĹ™ejeme</strong>, máte správnÄ› nainstalovan SimpleSAMLphp. " -"Toto je startovacĂ stránka vašà instalace, kde najde linky na testovacĂ " -"ukázky, diagnostiku, metadata a relevantnĂ literaturu." - -msgid "{core:frontpage:required}" -msgstr "PoĹľadováno" - -msgid "{core:frontpage:warnings_suhosin_url_length}" -msgstr "" -"DĂ©lka parametrĹŻ dotazu je limitována rozšĂĹ™enĂm PHP Suhosin. ProsĂm, " -"zvyšte parametr suhosin.get.max_value_length alespoĹ na 2048 bajtĹŻ." - -msgid "{core:frontpage:warnings_https}" -msgstr "" -"<strong>NepouĹľĂváte HTTPS</strong> - šivrovanou komunikaci s uĹľivatelem. " -"HTTP je vhodnĂ© jen k testovacĂm účelĹŻm, pro produkÄŤnà účely pouĹľijte " -"HTTPS. [ <a href=\"https://simplesamlphp.org/docs/stable/simplesamlphp-maintenance" -"\">ÄŚtete vĂce o ĂşdrĹľbÄ› SimpleSAMLphp</a> ]" - -msgid "{core:frontpage:federation}" -msgstr "Federace" - -msgid "{core:frontpage:required_radius}" -msgstr "PoĹľadováno pro Radius" - -msgid "{core:frontpage:checkphp}" -msgstr "Test vašà PHP instalace" - -msgid "{core:frontpage:link_doc_idp}" -msgstr "PouĹľitĂ SimpleSAMLphp jako IdP" - -msgid "{core:frontpage:link_saml2example}" -msgstr "SAML 2.0 SP Ăşkázka - testovacĂ pĹ™ihlášenĂ pomocĂ vašà IdP" - -msgid "{core:frontpage:about_header}" -msgstr "O aplikaci SimpleSAMLphp" - -msgid "{core:frontpage:about_text}" -msgstr "" -"Tato vlastnost SimpleSAMLphp je velmi pÄ›kná, kde se o nĂ mohu doÄŤĂst " -"vĂce? Dalšà informace o SimpleSAMLphp zĂskáte <a " -"href=\"http://rnd.feide.no/simplesamlphp\">na blogu Feide RnD</a> na <a " -"href=\"http://uninett.no\">UNINETT</a>." - -msgid "{core:frontpage:useful_links_header}" -msgstr "Linky pro vaši instalaci" - -msgid "{core:frontpage:metadata}" -msgstr "Metadata" - -msgid "{core:frontpage:recommended}" -msgstr "DoporuÄŤenĂ©" - -msgid "{core:frontpage:link_doc_googleapps}" -msgstr "SimpleSAMLphp jako IdP pro Google Apps for Education" - -msgid "{core:frontpage:tools}" -msgstr "Nástroje" - -msgid "{core:frontpage:deprecated}" -msgstr "ZastaralĂ©" - -msgid "You are logged in as administrator" -msgstr "Jste pĹ™ihlášen jako administrator" - msgid "Go back to the previous page and try again." msgstr "JĂt zpÄ›t na pĹ™edchozĂ stránku a zkusit znovu." @@ -177,58 +24,20 @@ msgstr "Pokud problĂ©m pĹ™etrvává, mĹŻĹľete ho nahlásit správci." msgid "Welcome" msgstr "VĂtejte" -msgid "SimpleSAMLphp configuration check" -msgstr "Test konfigurace SimpleSAMLphp" - -msgid "Metadata overview for your installation. Diagnose your metadata files" -msgstr "PĹ™ehled metadat vašà instalace a jejich diagnĂłza." - -msgid "XML to SimpleSAMLphp metadata converter" -msgstr "Konverze XML metadat do simpleSAMLPHP" - -msgid "Required" -msgstr "PoĹľadováno" - -msgid "Warnings" -msgstr "VarovánĂ" - -msgid "Documentation" -msgstr "Dokumentace" - msgid "Hosted Shibboleth 1.3 Service Provider Metadata (automatically generated)" msgstr "" "Metada lookálnĂho (hosted) Shibboleth 1.3 poskytovatele sluĹľby (SP) " "(automaticky generovanĂ©)" -msgid "PHP info" -msgstr "PHP info" - -msgid "About SimpleSAMLphp" -msgstr "O aplikaci SimpleSAMLphp" - -msgid "Hosted SAML 2.0 Service Provider Metadata (automatically generated)" -msgstr "" -"Metada lookálnĂho (hosted) SAML 2.0 poskytovatele sluĹľby (SP) " -"(automaticky generovanĂ©)" - msgid "Retry login" msgstr "PĹ™ihlašte se znovu." -msgid "Required for LDAP" -msgstr "PoĹľadováno pro LDAP" - msgid "Close the web browser, and try again." msgstr "ZavĹ™Ăt webovĂ˝ prohlĂĹľeÄŤ a zkusit znovu." -msgid "Federation" -msgstr "Federace" - msgid "We were unable to locate the state information for the current request." msgstr "Nebylo moĹľnĂ© najĂt stavovou informaci pro souÄŤasnĂ˝ poĹľadavek." -msgid "Delete my choices of IdP in the IdP discovery services" -msgstr "Zapomenout moje volby poskytovatelĹŻ identit a vĂ˝bÄ›ru poskytovatelĹŻ identit" - msgid "" "This is most likely a configuration problem on either the service " "provider or identity provider." @@ -236,9 +45,6 @@ msgstr "" "Toto je pravdÄ›podobnÄ› konfiguraÄŤnĂ problĂ©m na stranÄ› poskytovatele sluĹľby" " nebo poskytovatele identity." -msgid "Configure Shibboleth 1.3 SP to work with SimpleSAMLphp IdP" -msgstr "Konfigurace Shibboleth 1.3 SP pro práci s SimpleSAMLphp IdP" - msgid "Using the back and forward buttons in the web browser." msgstr "PouĹľitĂm tlaÄŤĂtek zpÄ›t a vpĹ™ed ve webvĂ©m prohlĂĹľeÄŤi." @@ -251,12 +57,6 @@ msgstr "Ve webovĂ©m prohlĂĹľeÄŤi mohou bĂ˝t zakázány cookies." msgid "Opened the web browser with tabs saved from the previous session." msgstr "OtevĹ™enĂm webovĂ©ho prohlĂĹľeÄŤe se záloĹľkami z pĹ™edchozĂho sezenĂ." -msgid "Tools" -msgstr "Nástroje" - -msgid "Test configured authentication sources " -msgstr "Otestovat nakonfigurovanĂ© autentizaÄŤnĂ zdroje" - msgid "" "You appear to have disabled cookies in your browser. Please check the " "settings in your browser, and try again." @@ -264,49 +64,12 @@ msgstr "" "Váš internetovĂ˝ prohlĂĹľeÄŤ má zĹ™ejmÄ› vypnutou podporu cookies. ProsĂme, " "zkontrolujte nastavenĂ cookies ve vašem prohlĂĹľeÄŤi a zkuste znovu." -msgid "Installing SimpleSAMLphp" -msgstr "Instalace SimpleSAMLphp" - -msgid "Deprecated" -msgstr "ZastaralĂ©" - -msgid "" -"<strong>Congratulations</strong>, you have successfully installed " -"SimpleSAMLphp. This is the start page of your installation, where you " -"will find links to test examples, diagnostics, metadata and even links to" -" relevant documentation." -msgstr "" -"<strong>BlahopĹ™ejeme</strong>, máte správnÄ› nainstalovan SimpleSAMLphp. " -"Toto je startovacĂ stránka vašà instalace, kde najde linky na testovacĂ " -"ukázky, diagnostiku, metadata a relevantnĂ literaturu." - msgid "This error may be caused by:" msgstr "Tato chyba mĹŻĹľe bĂ˝t zpĹŻsobená:" -msgid "" -"<strong>You are not using HTTPS</strong> - encrypted communication with " -"the user. HTTP works fine for test purposes, but in a production " -"environment, you should use HTTPS. [ <a " -"href=\"https://simplesamlphp.org/docs/stable/simplesamlphp-" -"maintenance\">Read more about SimpleSAMLphp maintenance</a> ]" -msgstr "" -"<strong>NepouĹľĂváte HTTPS</strong> - šivrovanou komunikaci s uĹľivatelem. " -"HTTP je vhodnĂ© jen k testovacĂm účelĹŻm, pro produkÄŤnà účely pouĹľijte " -"HTTPS. [ <a href=\"https://simplesamlphp.org/docs/stable/simplesamlphp-maintenance" -"\">ÄŚtete vĂce o ĂşdrĹľbÄ› SimpleSAMLphp</a> ]" - -msgid "Metadata" -msgstr "Metadata" - msgid "Retry" msgstr "Opakujte" -msgid "SimpleSAMLphp Maintenance and Configuration" -msgstr "SimpleSAMLphp udrĹľba a konfigurace" - -msgid "Diagnostics on hostname, port and protocol" -msgstr "Diagnoza jmĂ©na poÄŤĂtaÄŤe, portu a protokolu" - msgid "" "If you are an user who received this error after following a link on a " "site, you should report this error to the owner of that site." @@ -314,61 +77,15 @@ msgstr "" "Pokud jste uĹľivatel, kterĂ˝ obdrĹľel chybu po následovánĂ odkazu na webovĂ© " "stránce, mÄ›li byste o tĂ©to chybÄ› informovat vlastnĂka tĂ©to stránky. " -msgid "Using SimpleSAMLphp as an Identity Provider" -msgstr "PouĹľitĂ SimpleSAMLphp jako IdP" - -msgid "Optional" -msgstr "VolitelnĂ©" - msgid "Suggestions for resolving this problem:" msgstr "Návrhy pro vyĹ™ešenĂ tohoto problĂ©mu:" -msgid "" -"This SimpleSAMLphp thing is pretty cool, where can I read more about it? " -"You can find more information about it at the <a " -"href=\"https://simplesamlphp.org/\">SimpleSAMLphp web page </a> over at " -"<a href=\"http://uninett.no\">UNINETT</a>." -msgstr "" -"Tato vlastnost SimpleSAMLphp je velmi pÄ›kná, kde se o nĂ mohu doÄŤĂst " -"vĂce? Dalšà informace o SimpleSAMLphp zĂskáte <a " -"href=\"http://rnd.feide.no/simplesamlphp\">na blogu Feide RnD</a> na <a " -"href=\"http://uninett.no\">UNINETT</a>." - msgid "Shibboleth 1.3 SP example - test logging in through your Shib IdP" msgstr "Shibboleth 1.3 SP ukázka - testovacĂ pĹ™ihlášenĂ pomocĂ vašà Shib IdP" -msgid "Authentication" -msgstr "Autentizace" - -msgid "SimpleSAMLphp installation page" -msgstr "InstalaÄŤnĂ stránka SimpleSAMLphp" - -msgid "Show metadata" -msgstr "Zobraz metadata" - -msgid "SimpleSAMLphp as an IdP for Google Apps for Education" -msgstr "SimpleSAMLphp jako IdP pro Google Apps for Education" - msgid "State information lost" msgstr "Stavová informace ztracena" -msgid "Hosted SAML 2.0 Identity Provider Metadata (automatically generated)" -msgstr "" -"Metada lookálnĂho (hosted) SAML 2.0 poskytovatele identity (IdP) " -"(automaticky generovanĂ©)" - -msgid "OpenID Provider site - Alpha version (test code)" -msgstr "Stránka OpenID poskytovatele - alfa version (testovacĂ kĂłd)" - -msgid "Required for Radius" -msgstr "PoĹľadováno pro Radius" - -msgid "SAML 2.0 SP example - test logging in through your IdP" -msgstr "SAML 2.0 SP Ăşkázka - testovacĂ pĹ™ihlášenĂ pomocĂ vašà IdP" - -msgid "Using SimpleSAMLphp as a Service Provider" -msgstr "PouĹľitĂ SimpleSAMLphp jako SP" - msgid "" "We have detected that there is only a few seconds since you last " "authenticated with this service provider, and therefore assume that there" @@ -378,9 +95,6 @@ msgstr "" "pomocĂ service providera a proto pĹ™edpokládáme, Ĺľe nastala chyba v tom " "SP." -msgid "Recommended" -msgstr "DoporuÄŤenĂ©" - msgid "" "If you are a developer who is deploying a single sign-on solution, you " "have a problem with the metadata configuration. Verify that metadata is " @@ -390,37 +104,14 @@ msgstr "" "problĂ©m s konfiguracĂ metadat. Ověřte, zda jsou metadata nakonfigurována " "správnÄ› jak u poskytovatele identity tak u poskytovatele sluĹľby." -msgid "SimpleSAMLphp Advanced Features" -msgstr "SimpleSAMLphp nadstandartnĂ vlastnosti" - msgid "Too short interval between single sign on events." msgstr "PĹ™Ăliš krátkĂ˝ interval mezi událostmi jednoho prihlášenĂ." -msgid "Checking your PHP installation" -msgstr "Test vašà PHP instalace" - -msgid "" -"The length of query parameters is limited by the PHP Suhosin extension. " -"Please increase the suhosin.get.max_value_length option to at least 2048 " -"bytes." -msgstr "" -"DĂ©lka parametrĹŻ dotazu je limitována rozšĂĹ™enĂm PHP Suhosin. ProsĂm, " -"zvyšte parametr suhosin.get.max_value_length alespoĹ na 2048 bajtĹŻ." - -msgid "Useful links for your installation" -msgstr "Linky pro vaši instalaci" - -msgid "Configuration" -msgstr "Konfigurace" - msgid "Hosted Shibboleth 1.3 Identity Provider Metadata (automatically generated)" msgstr "" "Metada lookálnĂho (hosted) Shibboleth 1.3 poskytovatele sluĹľby (IdP) " "(automaticky generovanĂ©)" -msgid "Login as administrator" -msgstr "PĹ™Ăhlásit se jako administrátor" - msgid "Report this error" msgstr "Nahlásit tuto chybu" diff --git a/modules/core/locales/da/LC_MESSAGES/core.po b/modules/core/locales/da/LC_MESSAGES/core.po index 4682ef67d771a3a41b375ff0d0293a959178f900..c5b97dd99a8c111857305e1d81bd552f45f8052c 100644 --- a/modules/core/locales/da/LC_MESSAGES/core.po +++ b/modules/core/locales/da/LC_MESSAGES/core.po @@ -1,4 +1,3 @@ - #, fuzzy msgid "" msgstr "" @@ -15,161 +14,6 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" -msgid "{core:frontpage:link_phpinfo}" -msgstr "PHPinfo" - -msgid "{core:frontpage:login_as_admin}" -msgstr "Login som administrator" - -msgid "{core:frontpage:link_doc_sp}" -msgstr "SimpleSAMLphp som en tjenesteudbyder (SP)" - -msgid "{core:frontpage:link_meta_saml2sphosted}" -msgstr "Hosted SAML 2.0 tjenesteudbyder metadata (automatisk genereret)" - -msgid "{core:frontpage:link_openidprovider}" -msgstr "OpenID Provider side - Alpha version (testkode)" - -msgid "{core:frontpage:link_doc_install}" -msgstr "Installationsvejledning for SimpleSAMLphp" - -msgid "{core:frontpage:link_diagnostics}" -msgstr "DiagnosticĂ©r hostnavn, port og protokol" - -msgid "{core:frontpage:link_meta_saml2idphosted}" -msgstr "Hosted SAML 2.0 identitetsudbyder metadata (automatisk genereret)" - -msgid "{core:frontpage:optional}" -msgstr "Valgfrit" - -msgid "{core:frontpage:doc_header}" -msgstr "Dokumentation" - -msgid "{core:frontpage:link_doc_advanced}" -msgstr "SimpleSAMLphp Avancerede Indstillinger" - -msgid "{core:frontpage:required_ldap}" -msgstr "PĂĄkrævet for LDAP" - -msgid "{core:frontpage:warnings_secretsalt}" -msgstr "" -"<strong>Opsætningen benytter standard 'secret salt'</strong> - sørg for " -"at ændre standard indstillingen for 'secretsalt' i simpleSAML opsætningen" -" i produktionssystemer. [<a href=\"https://simplesamlphp.org/docs/stable" -"/simplesamlphp-install\">Læs mere om SimpleSAMLphp opsætning.</a> ]" - -msgid "{core:frontpage:authtest}" -msgstr "Test konfigureret autentificeringskilde" - -msgid "{core:frontpage:link_meta_overview}" -msgstr "Oversigt over metadata for din installation. Check metadatafilerne her" - -msgid "{core:frontpage:configuration}" -msgstr "Konfiguration" - -msgid "{core:frontpage:welcome}" -msgstr "Velkommen" - -msgid "{core:frontpage:link_doc_shibsp}" -msgstr "Konfigurer en Shibboleth 1.3 SP til at virke mod en SimpleSAMLphp IdP" - -msgid "{core:frontpage:metadata_header}" -msgstr "Metadata" - -msgid "{core:frontpage:link_doc_maintenance}" -msgstr "SimpleSAMLphp Konfiguration og Vedligeholdelse" - -msgid "{core:frontpage:link_configcheck}" -msgstr "SimpleSAMLphp konfigurationscheck" - -msgid "{core:frontpage:page_title}" -msgstr "SimpleSAMLphp installationsside" - -msgid "{core:frontpage:warnings}" -msgstr "Advarsler" - -msgid "{core:frontpage:link_xmlconvert}" -msgstr "XML til SimpleSAMLphp metadata oversætter" - -msgid "{core:frontpage:link_cleardiscochoices}" -msgstr "Slet mit valg i listen af identitetsudbydere" - -msgid "{core:frontpage:loggedin_as_admin}" -msgstr "Du er logget ind som administrator" - -msgid "{core:frontpage:auth}" -msgstr "Autentificering" - -msgid "{core:frontpage:show_metadata}" -msgstr "Vis metadata" - -msgid "{core:frontpage:intro}" -msgstr "" -"<strong>Tillykke</strong>, du har nu installeret SimpleSAMLphp. Dette er " -"startsiden til installationen, hvor du vil finde eksempler, diagnostik, " -"metadata og links til relevant dokumentation." - -msgid "{core:frontpage:required}" -msgstr "PĂĄkrævet" - -msgid "{core:frontpage:warnings_suhosin_url_length}" -msgstr "" -"Længden af query parametrene er begrænset af PHPs Suhosin udvidelse. " -"Forøg suhosin.get.max_value_length option til mindst 2048 bytes." - -msgid "{core:frontpage:warnings_https}" -msgstr "" -"<strong>Du benytter ikke HTTPS</strong>-krypteret kommunikation med " -"brugeren. SimpleSAMLphp vil fungere uden problemer med HTTP alene, men " -"hvis du anvender systemet i produktionssystemer, anbefales det stærkt at " -"benytte sikker kommunikation i form af HTTPS. [ <a " -"href=\"https://simplesamlphp.org/docs/stable/simplesamlphp-maintenance" -"\">læs mere i dokumentet: SimpleSAMLphp maintenance</a> ] " - -msgid "{core:frontpage:federation}" -msgstr "Føderation" - -msgid "{core:frontpage:required_radius}" -msgstr "PĂĄkrævet for RADIUS" - -msgid "{core:frontpage:checkphp}" -msgstr "Checker din PHP-installation" - -msgid "{core:frontpage:link_doc_idp}" -msgstr "SimpleSAMLphp som en identitetsudbyder (IdP)" - -msgid "{core:frontpage:link_saml2example}" -msgstr "SAML 2.0 SP eksempel - test indlogning med SAML 2.0 via din IdP" - -msgid "{core:frontpage:about_header}" -msgstr "Om SimpleSAMLphp" - -msgid "{core:frontpage:about_text}" -msgstr "" -"Yes, det er cool! Hvor kan jeg læse mere om det? GĂĄ til <a " -"href=\"http://rnd.feide.no/simplesamlphp\">SimpleSAMLphp's hjemmeside</a>" - -msgid "{core:frontpage:useful_links_header}" -msgstr "Nyttige links" - -msgid "{core:frontpage:metadata}" -msgstr "Metadata" - -msgid "{core:frontpage:recommended}" -msgstr "Anbefalet" - -msgid "{core:frontpage:link_doc_googleapps}" -msgstr "SimpleSAMLphp som en IdP for Google Apps for Education" - -msgid "{core:frontpage:tools}" -msgstr "Værktøjer" - -msgid "{core:frontpage:deprecated}" -msgstr "Under udfasning" - -msgid "You are logged in as administrator" -msgstr "Du er logget ind som administrator" - msgid "Go back to the previous page and try again." msgstr "GĂĄ tilbage til forrige side og prøv igen." @@ -181,54 +25,18 @@ msgstr "" msgid "Welcome" msgstr "Velkommen" -msgid "SimpleSAMLphp configuration check" -msgstr "SimpleSAMLphp konfigurationscheck" - -msgid "Metadata overview for your installation. Diagnose your metadata files" -msgstr "Oversigt over metadata for din installation. Check metadatafilerne her" - -msgid "XML to SimpleSAMLphp metadata converter" -msgstr "XML til SimpleSAMLphp metadata oversætter" - -msgid "Required" -msgstr "PĂĄkrævet" - -msgid "Warnings" -msgstr "Advarsler" - -msgid "Documentation" -msgstr "Dokumentation" - msgid "Hosted Shibboleth 1.3 Service Provider Metadata (automatically generated)" msgstr "Hosted Shibboleth 1.3 tjenesteudbyder metadata (automatisk genereret)" -msgid "PHP info" -msgstr "PHPinfo" - -msgid "About SimpleSAMLphp" -msgstr "Om SimpleSAMLphp" - -msgid "Hosted SAML 2.0 Service Provider Metadata (automatically generated)" -msgstr "Hosted SAML 2.0 tjenesteudbyder metadata (automatisk genereret)" - msgid "Retry login" msgstr "Login igen" -msgid "Required for LDAP" -msgstr "PĂĄkrævet for LDAP" - msgid "Close the web browser, and try again." msgstr "Luk din browser og prøv igen." -msgid "Federation" -msgstr "Føderation" - msgid "We were unable to locate the state information for the current request." msgstr "Tilstandsinformation for igangværende request kan ikke findes" -msgid "Delete my choices of IdP in the IdP discovery services" -msgstr "Slet mit valg i listen af identitetsudbydere" - msgid "" "This is most likely a configuration problem on either the service " "provider or identity provider." @@ -236,9 +44,6 @@ msgstr "" "Der er sandsynligvis en konfigurationsfejl hos enten servicen eller " "identitetsudbyderen." -msgid "Configure Shibboleth 1.3 SP to work with SimpleSAMLphp IdP" -msgstr "Konfigurer en Shibboleth 1.3 SP til at virke mod en SimpleSAMLphp IdP" - msgid "Using the back and forward buttons in the web browser." msgstr "Brug frem- og tilbage-knappen i browseren." @@ -251,12 +56,6 @@ msgstr "Cookies kan være deaktiveret i browseren." msgid "Opened the web browser with tabs saved from the previous session." msgstr "Ă…ben browseren med faner fra sidste session." -msgid "Tools" -msgstr "Værktøjer" - -msgid "Test configured authentication sources " -msgstr "Test konfigureret autentificeringskilde" - msgid "" "You appear to have disabled cookies in your browser. Please check the " "settings in your browser, and try again." @@ -264,51 +63,12 @@ msgstr "" "Det ser ud til at du har slĂĄet cookies fra i din browser. Tjek dine " "browserindstillinger og prøv igen." -msgid "Installing SimpleSAMLphp" -msgstr "Installationsvejledning for SimpleSAMLphp" - -msgid "Deprecated" -msgstr "Under udfasning" - -msgid "" -"<strong>Congratulations</strong>, you have successfully installed " -"SimpleSAMLphp. This is the start page of your installation, where you " -"will find links to test examples, diagnostics, metadata and even links to" -" relevant documentation." -msgstr "" -"<strong>Tillykke</strong>, du har nu installeret SimpleSAMLphp. Dette er " -"startsiden til installationen, hvor du vil finde eksempler, diagnostik, " -"metadata og links til relevant dokumentation." - msgid "This error may be caused by:" msgstr "Fejlen kan være forĂĄrsaget af:" -msgid "" -"<strong>You are not using HTTPS</strong> - encrypted communication with " -"the user. HTTP works fine for test purposes, but in a production " -"environment, you should use HTTPS. [ <a " -"href=\"https://simplesamlphp.org/docs/stable/simplesamlphp-" -"maintenance\">Read more about SimpleSAMLphp maintenance</a> ]" -msgstr "" -"<strong>Du benytter ikke HTTPS</strong>-krypteret kommunikation med " -"brugeren. SimpleSAMLphp vil fungere uden problemer med HTTP alene, men " -"hvis du anvender systemet i produktionssystemer, anbefales det stærkt at " -"benytte sikker kommunikation i form af HTTPS. [ <a " -"href=\"https://simplesamlphp.org/docs/stable/simplesamlphp-maintenance" -"\">læs mere i dokumentet: SimpleSAMLphp maintenance</a> ] " - -msgid "Metadata" -msgstr "Metadata" - msgid "Retry" msgstr "Forsøg igen" -msgid "SimpleSAMLphp Maintenance and Configuration" -msgstr "SimpleSAMLphp Konfiguration og Vedligeholdelse" - -msgid "Diagnostics on hostname, port and protocol" -msgstr "DiagnosticĂ©r hostnavn, port og protokol" - msgid "" "If you are an user who received this error after following a link on a " "site, you should report this error to the owner of that site." @@ -316,59 +76,17 @@ msgstr "" "Hvis du har modtaget denne fejlbesked efter at have klikket pĂĄ et lilnk, " "skal du rappoterer fejlen til ejeren af siden. " -msgid "Using SimpleSAMLphp as an Identity Provider" -msgstr "SimpleSAMLphp som en identitetsudbyder (IdP)" - -msgid "Optional" -msgstr "Valgfrit" - msgid "Suggestions for resolving this problem:" msgstr "Løsningsforslag til problemet:" -msgid "" -"This SimpleSAMLphp thing is pretty cool, where can I read more about it? " -"You can find more information about it at the <a " -"href=\"https://simplesamlphp.org/\">SimpleSAMLphp web page </a> over at " -"<a href=\"http://uninett.no\">UNINETT</a>." -msgstr "" -"Yes, det er cool! Hvor kan jeg læse mere om det? GĂĄ til <a " -"href=\"http://rnd.feide.no/simplesamlphp\">SimpleSAMLphp's hjemmeside</a>" - msgid "Shibboleth 1.3 SP example - test logging in through your Shib IdP" msgstr "" "Shibboleth 1.3 SP eksempel - test indlogning med Shibboleth 1.3 via din " "IdP" -msgid "Authentication" -msgstr "Autentificering" - -msgid "SimpleSAMLphp installation page" -msgstr "SimpleSAMLphp installationsside" - -msgid "Show metadata" -msgstr "Vis metadata" - -msgid "SimpleSAMLphp as an IdP for Google Apps for Education" -msgstr "SimpleSAMLphp som en IdP for Google Apps for Education" - msgid "State information lost" msgstr "Tilstandsinformation forsvundet" -msgid "Hosted SAML 2.0 Identity Provider Metadata (automatically generated)" -msgstr "Hosted SAML 2.0 identitetsudbyder metadata (automatisk genereret)" - -msgid "OpenID Provider site - Alpha version (test code)" -msgstr "OpenID Provider side - Alpha version (testkode)" - -msgid "Required for Radius" -msgstr "PĂĄkrævet for RADIUS" - -msgid "SAML 2.0 SP example - test logging in through your IdP" -msgstr "SAML 2.0 SP eksempel - test indlogning med SAML 2.0 via din IdP" - -msgid "Using SimpleSAMLphp as a Service Provider" -msgstr "SimpleSAMLphp som en tjenesteudbyder (SP)" - msgid "" "We have detected that there is only a few seconds since you last " "authenticated with this service provider, and therefore assume that there" @@ -378,9 +96,6 @@ msgstr "" "dig op mod denne service. Vi antager derfor at der er et problem med " "services." -msgid "Recommended" -msgstr "Anbefalet" - msgid "" "If you are a developer who is deploying a single sign-on solution, you " "have a problem with the metadata configuration. Verify that metadata is " @@ -390,47 +105,12 @@ msgstr "" " metadata er konfigurerede korrekt bĂĄde pĂĄ service-siden og " "identitetsudbyder-siden." -msgid "SimpleSAMLphp Advanced Features" -msgstr "SimpleSAMLphp Avancerede Indstillinger" - msgid "Too short interval between single sign on events." msgstr "For kort interval mellem single sign on hændelse." -msgid "Checking your PHP installation" -msgstr "Checker din PHP-installation" - -msgid "" -"The length of query parameters is limited by the PHP Suhosin extension. " -"Please increase the suhosin.get.max_value_length option to at least 2048 " -"bytes." -msgstr "" -"Længden af query parametrene er begrænset af PHPs Suhosin udvidelse. " -"Forøg suhosin.get.max_value_length option til mindst 2048 bytes." - -msgid "Useful links for your installation" -msgstr "Nyttige links" - -msgid "Configuration" -msgstr "Konfiguration" - msgid "Hosted Shibboleth 1.3 Identity Provider Metadata (automatically generated)" msgstr "Hosted Shibboleth 1.3 identitetsudbyder metadata (automatisk genereret)" -msgid "" -"<strong>The configuration uses the default secret salt</strong> - make " -"sure you modify the default 'secretsalt' option in the simpleSAML " -"configuration in production environments. [<a " -"href=\"https://simplesamlphp.org/docs/stable/simplesamlphp-install\">Read" -" more about SimpleSAMLphp configuration</a> ]" -msgstr "" -"<strong>Opsætningen benytter standard 'secret salt'</strong> - sørg for " -"at ændre standard indstillingen for 'secretsalt' i simpleSAML opsætningen" -" i produktionssystemer. [<a href=\"https://simplesamlphp.org/docs/stable" -"/simplesamlphp-install\">Læs mere om SimpleSAMLphp opsætning.</a> ]" - -msgid "Login as administrator" -msgstr "Login som administrator" - msgid "Report this error" msgstr "Rapporter denne fejl" diff --git a/modules/core/locales/de/LC_MESSAGES/core.po b/modules/core/locales/de/LC_MESSAGES/core.po index f22a7a975c3addd1fd4fe8dda4e8f7f0b3dc0eaf..571c2debc6e268e6993f8f8dd427daeb35569742 100644 --- a/modules/core/locales/de/LC_MESSAGES/core.po +++ b/modules/core/locales/de/LC_MESSAGES/core.po @@ -1,4 +1,3 @@ - #, fuzzy msgid "" msgstr "" @@ -15,160 +14,6 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" -msgid "{core:frontpage:link_phpinfo}" -msgstr "PHPinfo" - -msgid "{core:frontpage:login_as_admin}" -msgstr "Als Administrator anmelden" - -msgid "{core:frontpage:link_doc_sp}" -msgstr "SimpleSAMLphp als Service Provider benutzen" - -msgid "{core:frontpage:link_meta_saml2sphosted}" -msgstr "Hosted SAML 2.0 Service Provider Metadaten (automatisch generiert)" - -msgid "{core:frontpage:link_openidprovider}" -msgstr "OpenID Provider Seite - Alpha Version (Testcode)" - -msgid "{core:frontpage:link_doc_install}" -msgstr "SimpleSAMLphp installieren" - -msgid "{core:frontpage:link_diagnostics}" -msgstr "Diagnose des Hostnamen, Ports und Protokolls" - -msgid "{core:frontpage:link_meta_saml2idphosted}" -msgstr "Hosted SAML 2.0 Identity Provider Metadaten (automatisch generiert)" - -msgid "{core:frontpage:optional}" -msgstr "Optional" - -msgid "{core:frontpage:doc_header}" -msgstr "Dokumentation" - -msgid "{core:frontpage:link_doc_advanced}" -msgstr "Fortgeschrittene Eigenschaften von SimpleSAMLphp" - -msgid "{core:frontpage:required_ldap}" -msgstr "Erforderlich fĂĽr LDAP" - -msgid "{core:frontpage:authtest}" -msgstr "Teste die konfigurierten Authentifizierungsquellen" - -msgid "{core:frontpage:link_meta_overview}" -msgstr "Ăśberblick ĂĽber die Metadaten dieser Installation. Diagnose der Metadaten." - -msgid "{core:frontpage:configuration}" -msgstr "Konfiguration" - -msgid "{core:frontpage:welcome}" -msgstr "Willkommen" - -msgid "{core:frontpage:link_doc_shibsp}" -msgstr "" -"Shibboleth 1.3 SP fĂĽr die Zusammenarbeit mit einem SimpleSAMLphp IdP " -"konfigurieren" - -msgid "{core:frontpage:metadata_header}" -msgstr "Metadaten" - -msgid "{core:frontpage:link_doc_maintenance}" -msgstr "Verwaltung und Konfiguration von SimpleSAMLphp" - -msgid "{core:frontpage:link_configcheck}" -msgstr "SimpleSAMLphp KonfigurationsprĂĽfung" - -msgid "{core:frontpage:page_title}" -msgstr "SimpleSAMLphp Installationsseite" - -msgid "{core:frontpage:warnings}" -msgstr "Warnungen" - -msgid "{core:frontpage:link_xmlconvert}" -msgstr "XML zu SimpleSAMLphp Metadaten Konvertierer" - -msgid "{core:frontpage:link_cleardiscochoices}" -msgstr "Lösche meine IdP Auswahl in den IdP \"discovery services\"" - -msgid "{core:frontpage:loggedin_as_admin}" -msgstr "Sie sind als Administrator angemeldet" - -msgid "{core:frontpage:auth}" -msgstr "Authentifizierung" - -msgid "{core:frontpage:show_metadata}" -msgstr "Metadaten zeigen" - -msgid "{core:frontpage:intro}" -msgstr "" -"<strong>GlĂĽckwunsch</strong>, Sie haben erfolgreich SimpleSAMLphp " -"installiert. Dies ist die Startseite der Installation, hier gibts es " -"Links zu Testbeispielen, Diagnose, Metadaten und anderer relevanten " -"Dokumentation." - -msgid "{core:frontpage:required}" -msgstr "Erforderlich" - -msgid "{core:frontpage:warnings_suhosin_url_length}" -msgstr "" -"Die Länge der Anfrageparameter wird durch die PHP-Erweiterung Suhosin " -"begrenzt. Bitte erhöhe den Wert der Option suhosin.get.max_value_length " -"auf mindestens 2048 Bytes." - -msgid "{core:frontpage:warnings_https}" -msgstr "" -"<strong>Sie benutzen keine HTTPS</strong> - verschlĂĽsselte Kommunikation " -"mit dem Nutzer. SimpleSAMLphp funktioniert zum Testen auch mit HTTP " -"problemlos, aber in einer Produktionsumgebung sollten Sie HTTPS benutzen." -" [ <a href=\"https://simplesamlphp.org/docs/stable/simplesamlphp-maintenance" -"\">Lesen sie mehr ĂĽber die Verwaltung von SimpleSAMLphp</a> " -"]" - -msgid "{core:frontpage:federation}" -msgstr "Föderation" - -msgid "{core:frontpage:required_radius}" -msgstr "Erforderlich fĂĽr Radius" - -msgid "{core:frontpage:checkphp}" -msgstr "ĂśberprĂĽfen der PHP Installation" - -msgid "{core:frontpage:link_doc_idp}" -msgstr "SimpleSAMLphp als Identitiy Provider benutzen" - -msgid "{core:frontpage:link_saml2example}" -msgstr "SAML 2.0 SP Beispiel - Anmelden ĂĽber ihren IdP testen" - -msgid "{core:frontpage:about_header}" -msgstr "Ăśber SimpleSAMLphp" - -msgid "{core:frontpage:about_text}" -msgstr "" -"Hey, dieses SimpleSAMLphp ist eine ziemlich coole Sache, wo kann ich mehr" -" darĂĽber lesen? Sie finden mehr Informationen ĂĽber <a " -"href=\"http://rnd.feide.no/simplesamlphp\">SimpleSAMLphp auf dem Feide " -"RnD blog</a> auf <a href=\"http://uninett.no\">UNINETT</a>." - -msgid "{core:frontpage:useful_links_header}" -msgstr "NĂĽtzliche Links fĂĽr ihre Installation" - -msgid "{core:frontpage:metadata}" -msgstr "Metadaten" - -msgid "{core:frontpage:recommended}" -msgstr "Empfohlen" - -msgid "{core:frontpage:link_doc_googleapps}" -msgstr "SimpleSAMLphp als IdP fĂĽr Google Apps fĂĽr Education verwernden" - -msgid "{core:frontpage:tools}" -msgstr "Werkzeuge" - -msgid "{core:frontpage:deprecated}" -msgstr "Veraltet" - -msgid "You are logged in as administrator" -msgstr "Sie sind als Administrator angemeldet" - msgid "Go back to the previous page and try again." msgstr "Kehre zur letzen Seite zurĂĽck und versuche es erneut." @@ -180,56 +25,20 @@ msgstr "" msgid "Welcome" msgstr "Willkommen" -msgid "SimpleSAMLphp configuration check" -msgstr "SimpleSAMLphp KonfigurationsprĂĽfung" - -msgid "Metadata overview for your installation. Diagnose your metadata files" -msgstr "Ăśberblick ĂĽber die Metadaten dieser Installation. Diagnose der Metadaten." - -msgid "XML to SimpleSAMLphp metadata converter" -msgstr "XML zu SimpleSAMLphp Metadaten Konvertierer" - -msgid "Required" -msgstr "Erforderlich" - -msgid "Warnings" -msgstr "Warnungen" - -msgid "Documentation" -msgstr "Dokumentation" - msgid "Hosted Shibboleth 1.3 Service Provider Metadata (automatically generated)" msgstr "Hosted Shibboleth 1.3 Service Provider Metadaten (automatisch generiert)" -msgid "PHP info" -msgstr "PHPinfo" - -msgid "About SimpleSAMLphp" -msgstr "Ăśber SimpleSAMLphp" - -msgid "Hosted SAML 2.0 Service Provider Metadata (automatically generated)" -msgstr "Hosted SAML 2.0 Service Provider Metadaten (automatisch generiert)" - msgid "Retry login" msgstr "Versuche Anmeldung erneut" -msgid "Required for LDAP" -msgstr "Erforderlich fĂĽr LDAP" - msgid "Close the web browser, and try again." msgstr "SchlieĂźe den Web-Browser und versuche es erneut." -msgid "Federation" -msgstr "Föderation" - msgid "We were unable to locate the state information for the current request." msgstr "" "Wir konnten die Statusinformationen fĂĽr die aktuelle Anfrage nicht " "lokalisieren." -msgid "Delete my choices of IdP in the IdP discovery services" -msgstr "Lösche meine IdP Auswahl in den IdP \"discovery services\"" - msgid "" "This is most likely a configuration problem on either the service " "provider or identity provider." @@ -237,11 +46,6 @@ msgstr "" "Ursache ist wahrscheinlich eine Fehlkonfiguration auf Seiten des Service " "Providers oder des Identity Providers." -msgid "Configure Shibboleth 1.3 SP to work with SimpleSAMLphp IdP" -msgstr "" -"Shibboleth 1.3 SP fĂĽr die Zusammenarbeit mit einem SimpleSAMLphp IdP " -"konfigurieren" - msgid "Using the back and forward buttons in the web browser." msgstr "Das Benutzen der ZurĂĽck- und Vorwärts-Schaltflächen im Web-Browser." @@ -254,12 +58,6 @@ msgstr "Cookies könnten im Web-Browser deaktiviert sein." msgid "Opened the web browser with tabs saved from the previous session." msgstr "Das Ă–ffnen des Web-Browser mit gespeicherten Tabs aus der letzten Sitzung." -msgid "Tools" -msgstr "Werkzeuge" - -msgid "Test configured authentication sources " -msgstr "Teste die konfigurierten Authentifizierungsquellen" - msgid "" "You appear to have disabled cookies in your browser. Please check the " "settings in your browser, and try again." @@ -268,52 +66,12 @@ msgstr "" "ĂĽberprĂĽfen Sie die Einstellungen in Ihrem Browser und versuchen Sie es " "erneut." -msgid "Installing SimpleSAMLphp" -msgstr "SimpleSAMLphp installieren" - -msgid "Deprecated" -msgstr "Veraltet" - -msgid "" -"<strong>Congratulations</strong>, you have successfully installed " -"SimpleSAMLphp. This is the start page of your installation, where you " -"will find links to test examples, diagnostics, metadata and even links to" -" relevant documentation." -msgstr "" -"<strong>GlĂĽckwunsch</strong>, Sie haben erfolgreich SimpleSAMLphp " -"installiert. Dies ist die Startseite der Installation, hier gibts es " -"Links zu Testbeispielen, Diagnose, Metadaten und anderer relevanten " -"Dokumentation." - msgid "This error may be caused by:" msgstr "Dieser Fehler könnte durch folgendes verursacht werden:" -msgid "" -"<strong>You are not using HTTPS</strong> - encrypted communication with " -"the user. HTTP works fine for test purposes, but in a production " -"environment, you should use HTTPS. [ <a " -"href=\"https://simplesamlphp.org/docs/stable/simplesamlphp-" -"maintenance\">Read more about SimpleSAMLphp maintenance</a> ]" -msgstr "" -"<strong>Sie benutzen keine HTTPS</strong> - verschlĂĽsselte Kommunikation " -"mit dem Nutzer. SimpleSAMLphp funktioniert zum Testen auch mit HTTP " -"problemlos, aber in einer Produktionsumgebung sollten Sie HTTPS benutzen." -" [ <a href=\"https://simplesamlphp.org/docs/stable/simplesamlphp-maintenance" -"\">Lesen sie mehr ĂĽber die Verwaltung von SimpleSAMLphp</a> " -"]" - -msgid "Metadata" -msgstr "Metadaten" - msgid "Retry" msgstr "Erneut versuchen" -msgid "SimpleSAMLphp Maintenance and Configuration" -msgstr "Verwaltung und Konfiguration von SimpleSAMLphp" - -msgid "Diagnostics on hostname, port and protocol" -msgstr "Diagnose des Hostnamen, Ports und Protokolls" - msgid "" "If you are an user who received this error after following a link on a " "site, you should report this error to the owner of that site." @@ -321,59 +79,15 @@ msgstr "" "Sind Sie lediglich einem Verweis einer anderen Website hierher gefolgt, " "sollten Sie diesen Fehler den Betreibern der Website melden." -msgid "Using SimpleSAMLphp as an Identity Provider" -msgstr "SimpleSAMLphp als Identitiy Provider benutzen" - -msgid "Optional" -msgstr "Optional" - msgid "Suggestions for resolving this problem:" msgstr "Empfehlungen um dieses Problem zu lösen:" -msgid "" -"This SimpleSAMLphp thing is pretty cool, where can I read more about it? " -"You can find more information about it at the <a " -"href=\"https://simplesamlphp.org/\">SimpleSAMLphp web page </a> over at " -"<a href=\"http://uninett.no\">UNINETT</a>." -msgstr "" -"Hey, dieses SimpleSAMLphp ist eine ziemlich coole Sache, wo kann ich mehr" -" darĂĽber lesen? Sie finden mehr Informationen ĂĽber <a " -"href=\"http://rnd.feide.no/simplesamlphp\">SimpleSAMLphp auf dem Feide " -"RnD blog</a> auf <a href=\"http://uninett.no\">UNINETT</a>." - msgid "Shibboleth 1.3 SP example - test logging in through your Shib IdP" msgstr "Shibboleth 1.3 SP Beispiel - Anmelden ĂĽber ihren Shibboleth IdP testen" -msgid "Authentication" -msgstr "Authentifizierung" - -msgid "SimpleSAMLphp installation page" -msgstr "SimpleSAMLphp Installationsseite" - -msgid "Show metadata" -msgstr "Metadaten zeigen" - -msgid "SimpleSAMLphp as an IdP for Google Apps for Education" -msgstr "SimpleSAMLphp als IdP fĂĽr Google Apps fĂĽr Education verwernden" - msgid "State information lost" msgstr "Statusinformationen verloren" -msgid "Hosted SAML 2.0 Identity Provider Metadata (automatically generated)" -msgstr "Hosted SAML 2.0 Identity Provider Metadaten (automatisch generiert)" - -msgid "OpenID Provider site - Alpha version (test code)" -msgstr "OpenID Provider Seite - Alpha Version (Testcode)" - -msgid "Required for Radius" -msgstr "Erforderlich fĂĽr Radius" - -msgid "SAML 2.0 SP example - test logging in through your IdP" -msgstr "SAML 2.0 SP Beispiel - Anmelden ĂĽber ihren IdP testen" - -msgid "Using SimpleSAMLphp as a Service Provider" -msgstr "SimpleSAMLphp als Service Provider benutzen" - msgid "" "We have detected that there is only a few seconds since you last " "authenticated with this service provider, and therefore assume that there" @@ -383,9 +97,6 @@ msgstr "" "Diensteanbieter nur wenige Sekunden vergangen sind. Deswegen gehen wir " "davon aus, dass es ein Problem mit diesem Anbieter gibt." -msgid "Recommended" -msgstr "Empfohlen" - msgid "" "If you are a developer who is deploying a single sign-on solution, you " "have a problem with the metadata configuration. Verify that metadata is " @@ -395,36 +106,12 @@ msgstr "" "benutzten Metadaten etwas nicht. ĂśberprĂĽfen Sie die Metadaten des " "Identity Providers und des Service Providers." -msgid "SimpleSAMLphp Advanced Features" -msgstr "Fortgeschrittene Eigenschaften von SimpleSAMLphp" - msgid "Too short interval between single sign on events." msgstr "Zu kurzes Intervall zwischen generellen Anmeldeereignissen." -msgid "Checking your PHP installation" -msgstr "ĂśberprĂĽfen der PHP Installation" - -msgid "" -"The length of query parameters is limited by the PHP Suhosin extension. " -"Please increase the suhosin.get.max_value_length option to at least 2048 " -"bytes." -msgstr "" -"Die Länge der Anfrageparameter wird durch die PHP-Erweiterung Suhosin " -"begrenzt. Bitte erhöhe den Wert der Option suhosin.get.max_value_length " -"auf mindestens 2048 Bytes." - -msgid "Useful links for your installation" -msgstr "NĂĽtzliche Links fĂĽr ihre Installation" - -msgid "Configuration" -msgstr "Konfiguration" - msgid "Hosted Shibboleth 1.3 Identity Provider Metadata (automatically generated)" msgstr "Hosted Shibboleth 1.3 Identity Provider Metadaten (automatisch generiert)" -msgid "Login as administrator" -msgstr "Als Administrator anmelden" - msgid "Report this error" msgstr "Diesen Fehler melden" diff --git a/modules/core/locales/el/LC_MESSAGES/core.po b/modules/core/locales/el/LC_MESSAGES/core.po index 7d230cd23ec4924b1c94bb42824a07cbe32e129c..b9dccaf6e72442a627789b3867932ee09fa864a7 100644 --- a/modules/core/locales/el/LC_MESSAGES/core.po +++ b/modules/core/locales/el/LC_MESSAGES/core.po @@ -1,4 +1,3 @@ - #, fuzzy msgid "" msgstr "" @@ -15,177 +14,6 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" -msgid "{core:frontpage:link_phpinfo}" -msgstr "ΠληĎοφοĎίες PHP" - -msgid "{core:frontpage:login_as_admin}" -msgstr "ΕίĎοδος ως διαχειĎÎąĎτής" - -msgid "{core:frontpage:link_doc_sp}" -msgstr "ΧĎήĎη SimpleSAMLphp για ΠαĎόχους ΥπηĎεĎιών" - -msgid "{core:frontpage:link_meta_saml2sphosted}" -msgstr "" -"ΜεταδεδομÎνα φιλοξενούμενου ΠαĎόχου ΥπηĎεĎιών SAML 2.0 (παĎάγονται " -"αυτόματα)" - -msgid "{core:frontpage:link_openidprovider}" -msgstr "Σελίδα ΠαĎόχου OpenID - ÎκδοĎη Alpha (δοκιμαĎτικός κώδικας)" - -msgid "{core:frontpage:link_doc_install}" -msgstr "ΕγκατάĎταĎη SimpleSAMLphp" - -msgid "{core:frontpage:link_diagnostics}" -msgstr "" -"ΔιαγνωĎτικά Ďχετικά με ĎυθμίĎεις ονόματος διακομιĎτή, θύĎας και " -"Ď€Ďωτοκόλλου" - -msgid "{core:frontpage:link_meta_saml2idphosted}" -msgstr "" -"ΜεταδεδομÎνα φιλοξενούμενου ΠαĎόχου Ταυτότητας SAML 2.0 (παĎάγονται " -"αυτόματα)" - -msgid "{core:frontpage:optional}" -msgstr "Î ĎοαιĎετικό" - -msgid "{core:frontpage:doc_header}" -msgstr "ΤεκμηĎίωĎη" - -msgid "{core:frontpage:link_doc_advanced}" -msgstr "Î ĎοηγμÎνα χαĎακτηĎÎąĎτικά του SimpleSAMLphp" - -msgid "{core:frontpage:required_ldap}" -msgstr "Απαιτείται για υποĎτήĎιξη LDAP" - -msgid "{core:frontpage:warnings_secretsalt}" -msgstr "" -"<strong>ΧĎηĎιμοποιείτε την Ď€ĎοεπιλεγμÎνη τιμή του ÎĽĎ…Ďτικού κλειδιού " -"(salt)</strong> - φĎοντίĎτε να Ď„ĎοποποιήĎετε την παĎάμετĎÎż 'secretsalt' " -"Ďτις ĎυθμίĎεις του SimpleSAMLphp Ďε πεĎιβάλλον παĎαγωγής. [<a " -"href=\"https://simplesamlphp.org/docs/stable/simplesamlphp-" -"install\">ΔιαβάĎτε πεĎÎąĎĎότεĎα...</a> ]" - -msgid "{core:frontpage:authtest}" -msgstr "Δοκιμή πηγών ταυτοποίηĎης που Îχουν ĎυθμιĎτεί" - -msgid "{core:frontpage:link_meta_overview}" -msgstr "" -"ΕπιĎκόπηĎη μεταδεδομÎνων για την εγκατάĎταĎή Ďας. ΔιάγνωĎη των αĎχείων " -"μεταδεδομÎνων Ďας" - -msgid "{core:frontpage:configuration}" -msgstr "ΡυθμίĎεις" - -msgid "{core:frontpage:welcome}" -msgstr "Καλώς ÎżĎÎŻĎατε" - -msgid "{core:frontpage:link_doc_shibsp}" -msgstr "" -"ΡυθμίĎεις ΠαĎόχου ΥπηĎεĎιών Shibboleth 1.3 Shibboleth 1.3 για Ďυμβατότητα" -" με ΠάĎοχο Ταυτότητας SimpleSAMLphp" - -msgid "{core:frontpage:metadata_header}" -msgstr "ΜεταδεδομÎνα" - -msgid "{core:frontpage:link_doc_maintenance}" -msgstr "ΣυντήĎηĎη και διαμόĎφωĎη του SimpleSAMLphp" - -msgid "{core:frontpage:link_configcheck}" -msgstr "Îλεγχος ĎυθμίĎεων SimpleSAMLphp" - -msgid "{core:frontpage:page_title}" -msgstr "Σελίδα εγκατάĎταĎης SimpleSAMLphp" - -msgid "{core:frontpage:warnings}" -msgstr "Î ĎοειδοποιήĎεις" - -msgid "{core:frontpage:link_xmlconvert}" -msgstr "ΜετατĎοπή μεταδεδομÎνων από XML Ďε ĎυθμίĎεις SimpleSAMLphp" - -msgid "{core:frontpage:link_cleardiscochoices}" -msgstr "ΔιαγĎαφή αποθηκευμÎνης επιλογής ΠαĎόχου Ταυτότητας" - -msgid "{core:frontpage:loggedin_as_admin}" -msgstr "ΣυνδεδεμÎνος ως διαχειĎÎąĎτής" - -msgid "{core:frontpage:auth}" -msgstr "ΤαυτοποίηĎη" - -msgid "{core:frontpage:show_metadata}" -msgstr "ΕμφάνιĎη μεταδεδομÎνων" - -msgid "{core:frontpage:intro}" -msgstr "" -"<strong>ΣυγχαĎητήĎια</strong>, Îχετε εγκαταĎτήĎει με επιτυχία το " -"SimpleSAMLphp. Αυτή είναι η αĎχική Ďελίδα της εγκατάĎταĎής Ďας, όπου θα " -"βĎείτε ĎυνδÎĎμους Ďε διαγνωĎτικά, μεταδεδομÎνα, παĎαδείγματα ĎυθμίĎεων " -"για δοκιμή, καθώς και τη Ďχετική τεκμηĎίωĎη." - -msgid "{core:frontpage:required}" -msgstr "Απαιτείται" - -msgid "{core:frontpage:warnings_suhosin_url_length}" -msgstr "" -"Το μήκος των παĎαμÎĎ„Ďων query πεĎιοĎίζεται από την επÎκταĎη Suhosin της " -"PHP. ΠαĎακαλείĎτε να αυξήĎετε την τιμή της παĎαμÎĎ„Ďου " -"'suhosin.get.max_value_length' τουλάχιĎτον Ďτα 2048 bytes." - -msgid "{core:frontpage:warnings_https}" -msgstr "" -"Δεν χĎηĎιμοποιείτε <strong>HTTPS</strong> για ÎşĎυπτογĎαφημÎνη επικοινωνία" -" με τον χĎήĎτη. Το HTTP επαĎκεί για δοκιμαĎτικούς Ďκοπούς, ωĎτόĎÎż Ďε " -"πεĎιβάλλον παĎαγωγής θα Ď€ĎÎπει να χĎηĎιμοποιήĎετε HTTPS. [ <a " -"href=\"https://simplesamlphp.org/docs/stable/simplesamlphp-maintenance" -"\">ΔιαβάĎτε πεĎÎąĎĎότεĎα...</a> ]" - -msgid "{core:frontpage:federation}" -msgstr "ΟμοĎπονδία" - -msgid "{core:frontpage:required_radius}" -msgstr "Απαιτείται για υποĎτήĎιξη RADIUS" - -msgid "{core:frontpage:checkphp}" -msgstr "Îλεγχος εγκατάĎταĎης PHP" - -msgid "{core:frontpage:link_doc_idp}" -msgstr "ΧĎήĎη SimpleSAMLphp για ΠαĎόχους Ταυτότητας" - -msgid "{core:frontpage:link_saml2example}" -msgstr "" -"ΠαĎάδειγμα ΠαĎόχου ΥπηĎεĎιών SAML 2.0 - δοκιμή ειĎόδου ÎĽÎĎω του ΠαĎόχου " -"Ταυτότητάς Ďας" - -msgid "{core:frontpage:about_header}" -msgstr "Σχετικά με το SimpleSAMLphp" - -msgid "{core:frontpage:about_text}" -msgstr "" -"Το SimpleSAMLphp είναι πολύ ενδιαφÎĎον, πού μποĎĎŽ να μάθω πεĎÎąĎĎότεĎα γι'" -" αυτό; ΜποĎείτε να βĎείτε πεĎÎąĎĎότεĎες πληĎοφοĎίες Ďτον <a " -"href=\"http://rnd.feide.no/simplesamlphp\">ÎąĎτότοπο του SimpleSAMLphp</a>" -" που φιλοξενείται από το <a href=\"http://uninett.no\">UNINETT</a>." - -msgid "{core:frontpage:useful_links_header}" -msgstr "ΧĎήĎιμοι ĎύνδεĎμοι για την εγκατάĎταĎή Ďας" - -msgid "{core:frontpage:metadata}" -msgstr "ΜεταδεδομÎνα" - -msgid "{core:frontpage:recommended}" -msgstr "Î Ďοτείνεται" - -msgid "{core:frontpage:link_doc_googleapps}" -msgstr "Το SimpleSAMLphp ως ΠάĎοχος Ταυτότητας για Google Apps" - -msgid "{core:frontpage:tools}" -msgstr "ΕĎγαλεία" - -msgid "{core:frontpage:deprecated}" -msgstr "Υπό απόĎĎ…ĎĎη" - -msgid "You are logged in as administrator" -msgstr "ΣυνδεδεμÎνος ως διαχειĎÎąĎτής" - msgid "Go back to the previous page and try again." msgstr "ΕπιĎĎ„ĎÎĎτε Ďτην Ď€Ďοηγούμενη Ďελίδα και Ď€ĎÎżĎπαθήĎτε ξανά." @@ -197,62 +25,22 @@ msgstr "" msgid "Welcome" msgstr "Καλώς ÎżĎÎŻĎατε" -msgid "SimpleSAMLphp configuration check" -msgstr "Îλεγχος ĎυθμίĎεων SimpleSAMLphp" - -msgid "Metadata overview for your installation. Diagnose your metadata files" -msgstr "" -"ΕπιĎκόπηĎη μεταδεδομÎνων για την εγκατάĎταĎή Ďας. ΔιάγνωĎη των αĎχείων " -"μεταδεδομÎνων Ďας" - -msgid "XML to SimpleSAMLphp metadata converter" -msgstr "ΜετατĎοπή μεταδεδομÎνων από XML Ďε ĎυθμίĎεις SimpleSAMLphp" - -msgid "Required" -msgstr "Απαιτείται" - -msgid "Warnings" -msgstr "Î ĎοειδοποιήĎεις" - -msgid "Documentation" -msgstr "ΤεκμηĎίωĎη" - msgid "Hosted Shibboleth 1.3 Service Provider Metadata (automatically generated)" msgstr "" "ΜεταδεδομÎνα φιλοξενούμενου ΠαĎόχου ΥπηĎεĎιών Shibboleth 1.3 (παĎάγονται " "αυτόματα)" -msgid "PHP info" -msgstr "ΠληĎοφοĎίες PHP" - -msgid "About SimpleSAMLphp" -msgstr "Σχετικά με το SimpleSAMLphp" - -msgid "Hosted SAML 2.0 Service Provider Metadata (automatically generated)" -msgstr "" -"ΜεταδεδομÎνα φιλοξενούμενου ΠαĎόχου ΥπηĎεĎιών SAML 2.0 (παĎάγονται " -"αυτόματα)" - msgid "Retry login" msgstr "ΕπανάληĎη ĎύνδεĎης" -msgid "Required for LDAP" -msgstr "Απαιτείται για υποĎτήĎιξη LDAP" - msgid "Close the web browser, and try again." msgstr "ΚλείĎτε το Ď€ĎĎŚÎłĎαμμα πεĎιήγηĎης ÎąĎτού (web browser) και Ď€ĎÎżĎπαθήĎτε ξανά" -msgid "Federation" -msgstr "ΟμοĎπονδία" - msgid "We were unable to locate the state information for the current request." msgstr "" "Δεν ήταν δυνατό να εντοπιĎτούν πληĎοφοĎίες κατάĎταĎης για το Ď„ĎÎχον " "αίτημα." -msgid "Delete my choices of IdP in the IdP discovery services" -msgstr "ΔιαγĎαφή αποθηκευμÎνης επιλογής ΠαĎόχου Ταυτότητας" - msgid "" "This is most likely a configuration problem on either the service " "provider or identity provider." @@ -260,11 +48,6 @@ msgstr "" "Αυτό υποδεικνύει Ď€Ďόβλημα με τις ĎυθμίĎεις είτε του παĎόχου υπηĎεĎιών " "είτε του παĎόχου ταυτότητας." -msgid "Configure Shibboleth 1.3 SP to work with SimpleSAMLphp IdP" -msgstr "" -"ΡυθμίĎεις ΠαĎόχου ΥπηĎεĎιών Shibboleth 1.3 Shibboleth 1.3 για Ďυμβατότητα" -" με ΠάĎοχο Ταυτότητας SimpleSAMLphp" - msgid "Using the back and forward buttons in the web browser." msgstr "Μεταβήκατε πίĎω και εμπĎĎŚĎ‚ Ďτο ÎąĎτοĎικό του Ď€ĎογĎάμματος πεĎιήγηĎης ÎąĎτού." @@ -279,12 +62,6 @@ msgstr "" "Ανοίξατε το Ď€ĎĎŚÎłĎαμμα πεĎιήγηĎης ÎąĎτού και επαναφÎĎατε καĎĎ„Îλες " "Ď€Ďοηγούμενης ĎυνεδĎίας." -msgid "Tools" -msgstr "ΕĎγαλεία" - -msgid "Test configured authentication sources " -msgstr "Δοκιμή πηγών ταυτοποίηĎης που Îχουν ĎυθμιĎτεί" - msgid "" "You appear to have disabled cookies in your browser. Please check the " "settings in your browser, and try again." @@ -293,53 +70,12 @@ msgstr "" "απενεĎγοποιηθεί. ΠαĎακαλούμε ελÎγξτε τις ĎχετικÎĎ‚ ĎυθμίĎεις και και " "δοκιμάĎτε ξανά." -msgid "Installing SimpleSAMLphp" -msgstr "ΕγκατάĎταĎη SimpleSAMLphp" - -msgid "Deprecated" -msgstr "Υπό απόĎĎ…ĎĎη" - -msgid "" -"<strong>Congratulations</strong>, you have successfully installed " -"SimpleSAMLphp. This is the start page of your installation, where you " -"will find links to test examples, diagnostics, metadata and even links to" -" relevant documentation." -msgstr "" -"<strong>ΣυγχαĎητήĎια</strong>, Îχετε εγκαταĎτήĎει με επιτυχία το " -"SimpleSAMLphp. Αυτή είναι η αĎχική Ďελίδα της εγκατάĎταĎής Ďας, όπου θα " -"βĎείτε ĎυνδÎĎμους Ďε διαγνωĎτικά, μεταδεδομÎνα, παĎαδείγματα ĎυθμίĎεων " -"για δοκιμή, καθώς και τη Ďχετική τεκμηĎίωĎη." - msgid "This error may be caused by:" msgstr "Αυτό το Ďφάλμα μποĎεί να Ď€ĎοκύĎει, εάν:" -msgid "" -"<strong>You are not using HTTPS</strong> - encrypted communication with " -"the user. HTTP works fine for test purposes, but in a production " -"environment, you should use HTTPS. [ <a " -"href=\"https://simplesamlphp.org/docs/stable/simplesamlphp-" -"maintenance\">Read more about SimpleSAMLphp maintenance</a> ]" -msgstr "" -"Δεν χĎηĎιμοποιείτε <strong>HTTPS</strong> για ÎşĎυπτογĎαφημÎνη επικοινωνία" -" με τον χĎήĎτη. Το HTTP επαĎκεί για δοκιμαĎτικούς Ďκοπούς, ωĎτόĎÎż Ďε " -"πεĎιβάλλον παĎαγωγής θα Ď€ĎÎπει να χĎηĎιμοποιήĎετε HTTPS. [ <a " -"href=\"https://simplesamlphp.org/docs/stable/simplesamlphp-maintenance" -"\">ΔιαβάĎτε πεĎÎąĎĎότεĎα...</a> ]" - -msgid "Metadata" -msgstr "ΜεταδεδομÎνα" - msgid "Retry" msgstr "ΔοκιμάĎτε ξανά" -msgid "SimpleSAMLphp Maintenance and Configuration" -msgstr "ΣυντήĎηĎη και διαμόĎφωĎη του SimpleSAMLphp" - -msgid "Diagnostics on hostname, port and protocol" -msgstr "" -"ΔιαγνωĎτικά Ďχετικά με ĎυθμίĎεις ονόματος διακομιĎτή, θύĎας και " -"Ď€Ďωτοκόλλου" - msgid "" "If you are an user who received this error after following a link on a " "site, you should report this error to the owner of that site." @@ -347,65 +83,17 @@ msgstr "" "Αν λάβατε αυτό το Ďφάλμα ακολουθώντας Îναν ĎύνδεĎÎĽÎż Ďε κάποιον ÎąĎτότοπο, " "θα Ď€ĎÎπει να το αναφÎĎετε Ďτον ιδιοκτήτη του εν λόγω ÎąĎτότοπου." -msgid "Using SimpleSAMLphp as an Identity Provider" -msgstr "ΧĎήĎη SimpleSAMLphp για ΠαĎόχους Ταυτότητας" - -msgid "Optional" -msgstr "Î ĎοαιĎετικό" - msgid "Suggestions for resolving this problem:" msgstr "Î ĎοτάĎεις για την επίλυĎη αυτού του Ď€Ďοβλήματος:" -msgid "" -"This SimpleSAMLphp thing is pretty cool, where can I read more about it? " -"You can find more information about it at the <a " -"href=\"https://simplesamlphp.org/\">SimpleSAMLphp web page </a> over at " -"<a href=\"http://uninett.no\">UNINETT</a>." -msgstr "" -"Το SimpleSAMLphp είναι πολύ ενδιαφÎĎον, πού μποĎĎŽ να μάθω πεĎÎąĎĎότεĎα γι'" -" αυτό; ΜποĎείτε να βĎείτε πεĎÎąĎĎότεĎες πληĎοφοĎίες Ďτον <a " -"href=\"http://rnd.feide.no/simplesamlphp\">ÎąĎτότοπο του SimpleSAMLphp</a>" -" που φιλοξενείται από το <a href=\"http://uninett.no\">UNINETT</a>." - msgid "Shibboleth 1.3 SP example - test logging in through your Shib IdP" msgstr "" "ΠαĎάδειγμα ΠαĎόχου ΥπηĎεĎιών Shibboleth 1.3 - δοκιμή ειĎόδου ÎĽÎĎω ΠαĎόχου" " Ταυτότητας Shibboleth 1.3" -msgid "Authentication" -msgstr "ΤαυτοποίηĎη" - -msgid "SimpleSAMLphp installation page" -msgstr "Σελίδα εγκατάĎταĎης SimpleSAMLphp" - -msgid "Show metadata" -msgstr "ΕμφάνιĎη μεταδεδομÎνων" - -msgid "SimpleSAMLphp as an IdP for Google Apps for Education" -msgstr "Το SimpleSAMLphp ως ΠάĎοχος Ταυτότητας για Google Apps" - msgid "State information lost" msgstr "Δεν βĎÎθηκαν πληĎοφοĎίες κατάĎταĎης" -msgid "Hosted SAML 2.0 Identity Provider Metadata (automatically generated)" -msgstr "" -"ΜεταδεδομÎνα φιλοξενούμενου ΠαĎόχου Ταυτότητας SAML 2.0 (παĎάγονται " -"αυτόματα)" - -msgid "OpenID Provider site - Alpha version (test code)" -msgstr "Σελίδα ΠαĎόχου OpenID - ÎκδοĎη Alpha (δοκιμαĎτικός κώδικας)" - -msgid "Required for Radius" -msgstr "Απαιτείται για υποĎτήĎιξη RADIUS" - -msgid "SAML 2.0 SP example - test logging in through your IdP" -msgstr "" -"ΠαĎάδειγμα ΠαĎόχου ΥπηĎεĎιών SAML 2.0 - δοκιμή ειĎόδου ÎĽÎĎω του ΠαĎόχου " -"Ταυτότητάς Ďας" - -msgid "Using SimpleSAMLphp as a Service Provider" -msgstr "ΧĎήĎη SimpleSAMLphp για ΠαĎόχους ΥπηĎεĎιών" - msgid "" "We have detected that there is only a few seconds since you last " "authenticated with this service provider, and therefore assume that there" @@ -415,9 +103,6 @@ msgstr "" "Ďυνδεθήκατε Ďε αυτόν τον πάĎοχο υπηĎεĎιών, γεγονός που μποĎεί να " "υποδηλώνει Ď€Ďόβλημα με τον ĎυγκεκĎιμÎνο πάĎοχο." -msgid "Recommended" -msgstr "Î Ďοτείνεται" - msgid "" "If you are a developer who is deploying a single sign-on solution, you " "have a problem with the metadata configuration. Verify that metadata is " @@ -428,51 +113,14 @@ msgstr "" "Βεβαιωθείτε ότι τα μεταδεδομÎνα Îχουν ĎυθμιĎτεί ĎωĎτά τόĎÎż Ďτον πάĎοχο " "ταυτότητας ĎŚĎÎż και Ďτον πάĎοχο υπηĎεĎιών." -msgid "SimpleSAMLphp Advanced Features" -msgstr "Î ĎοηγμÎνα χαĎακτηĎÎąĎτικά του SimpleSAMLphp" - msgid "Too short interval between single sign on events." msgstr "Σύντομο χĎονικό διάĎτημα μεταξύ διαδοχικών ĎυνδÎĎεων." -msgid "Checking your PHP installation" -msgstr "Îλεγχος εγκατάĎταĎης PHP" - -msgid "" -"The length of query parameters is limited by the PHP Suhosin extension. " -"Please increase the suhosin.get.max_value_length option to at least 2048 " -"bytes." -msgstr "" -"Το μήκος των παĎαμÎĎ„Ďων query πεĎιοĎίζεται από την επÎκταĎη Suhosin της " -"PHP. ΠαĎακαλείĎτε να αυξήĎετε την τιμή της παĎαμÎĎ„Ďου " -"'suhosin.get.max_value_length' τουλάχιĎτον Ďτα 2048 bytes." - -msgid "Useful links for your installation" -msgstr "ΧĎήĎιμοι ĎύνδεĎμοι για την εγκατάĎταĎή Ďας" - -msgid "Configuration" -msgstr "ΡυθμίĎεις" - msgid "Hosted Shibboleth 1.3 Identity Provider Metadata (automatically generated)" msgstr "" "ΜεταδεδομÎνα φιλοξενούμενου ΠαĎόχου Ταυτότητας Shibboleth 1.3 (παĎάγονται" " αυτόματα)" -msgid "" -"<strong>The configuration uses the default secret salt</strong> - make " -"sure you modify the default 'secretsalt' option in the simpleSAML " -"configuration in production environments. [<a " -"href=\"https://simplesamlphp.org/docs/stable/simplesamlphp-install\">Read" -" more about SimpleSAMLphp configuration</a> ]" -msgstr "" -"<strong>ΧĎηĎιμοποιείτε την Ď€ĎοεπιλεγμÎνη τιμή του ÎĽĎ…Ďτικού κλειδιού " -"(salt)</strong> - φĎοντίĎτε να Ď„ĎοποποιήĎετε την παĎάμετĎÎż 'secretsalt' " -"Ďτις ĎυθμίĎεις του SimpleSAMLphp Ďε πεĎιβάλλον παĎαγωγής. [<a " -"href=\"https://simplesamlphp.org/docs/stable/simplesamlphp-" -"install\">ΔιαβάĎτε πεĎÎąĎĎότεĎα...</a> ]" - -msgid "Login as administrator" -msgstr "ΕίĎοδος ως διαχειĎÎąĎτής" - msgid "Report this error" msgstr "ΑναφοĎά Ďφάλματος" diff --git a/modules/core/locales/en/LC_MESSAGES/core.po b/modules/core/locales/en/LC_MESSAGES/core.po index 05bc2738a23a08e3aef07b8044a04b81e68430e1..8351486e2b0394200f5ab9a39f88b4a24402b51f 100644 --- a/modules/core/locales/en/LC_MESSAGES/core.po +++ b/modules/core/locales/en/LC_MESSAGES/core.po @@ -1,4 +1,3 @@ - #, fuzzy msgid "" msgstr "" @@ -15,197 +14,6 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" -msgid "{core:frontpage:link_phpinfo}" -msgstr "PHP info" - -msgid "{core:frontpage:login_as_admin}" -msgstr "Login as administrator" - -msgid "{core:frontpage:link_doc_sp}" -msgstr "Using SimpleSAMLphp as a Service Provider" - -msgid "{core:frontpage:link_meta_saml2sphosted}" -msgstr "Hosted SAML 2.0 Service Provider Metadata (automatically generated)" - -msgid "{core:frontpage:link_openidprovider}" -msgstr "OpenID Provider site - Alpha version (test code)" - -msgid "{core:frontpage:link_doc_install}" -msgstr "Installing SimpleSAMLphp" - -msgid "{core:frontpage:link_consentAdmin}" -msgstr "Consent Administration" - -msgid "{core:frontpage:link_memcacheMonitor}" -msgstr "MemCache Statistics" - -msgid "{core:frontpage:link_oauth}" -msgstr "OAuth Consumer Registry" - -msgid "{core:frontpage:link_cron}" -msgstr "Cron module information page" - -msgid "{core:frontpage:link_statistics}" -msgstr "Show statistics" - -msgid "{core:frontpage:link_statistics_metadata}" -msgstr "Show statistics metadata" - -msgid "{core:frontpage:link_metarefresh}" -msgstr "Metarefresh: fetch metadata" - -msgid "{core:frontpage:link_sanitycheck}" -msgstr "Sanity check of your SimpleSAMLphp setup" - -msgid "{core:frontpage:link_diagnostics}" -msgstr "Diagnostics on hostname, port and protocol" - -msgid "{core:frontpage:link_meta_saml2idphosted}" -msgstr "Hosted SAML 2.0 Identity Provider Metadata (automatically generated)" - -msgid "{core:frontpage:optional}" -msgstr "Optional" - -msgid "{core:frontpage:doc_header}" -msgstr "Documentation" - -msgid "{core:frontpage:link_doc_advanced}" -msgstr "SimpleSAMLphp Advanced Features" - -msgid "{core:frontpage:required_ldap}" -msgstr "Required for LDAP" - -msgid "{core:frontpage:warnings_secretsalt}" -msgstr "" -"<strong>The configuration uses the default secret salt</strong> - make " -"sure you modify the default 'secretsalt' option in the simpleSAML " -"configuration in production environments. [<a " -"href=\"https://simplesamlphp.org/docs/stable/simplesamlphp-install\">Read" -" more about SimpleSAMLphp configuration</a> ]" - -msgid "{core:frontpage:authtest}" -msgstr "Test configured authentication sources " - -msgid "{core:frontpage:link_meta_overview}" -msgstr "Metadata overview for your installation. Diagnose your metadata files" - -msgid "{core:frontpage:configuration}" -msgstr "Configuration" - -msgid "{core:frontpage:welcome}" -msgstr "Welcome" - -msgid "{core:frontpage:link_doc_shibsp}" -msgstr "Configure Shibboleth 1.3 SP to work with SimpleSAMLphp IdP" - -msgid "{core:frontpage:metadata_header}" -msgstr "Metadata" - -msgid "{core:frontpage:link_doc_maintenance}" -msgstr "SimpleSAMLphp Maintenance and Configuration" - -msgid "{core:frontpage:link_configcheck}" -msgstr "SimpleSAMLphp configuration check" - -msgid "{core:frontpage:page_title}" -msgstr "SimpleSAMLphp installation page" - -msgid "{core:frontpage:warnings}" -msgstr "Warnings" - -msgid "{core:frontpage:link_xmlconvert}" -msgstr "XML to SimpleSAMLphp metadata converter" - -msgid "{core:frontpage:link_cleardiscochoices}" -msgstr "Delete my choices of IdP in the IdP discovery services" - -msgid "{core:frontpage:warnings_outdated}" -msgstr "" -"You are running an outdated version of SimpleSAMLphp. Please update to <a" -" href=\"https://simplesamlphp.org/download\">the latest version</a> as soon as possible." - -msgid "{core:frontpage:loggedin_as_admin}" -msgstr "You are logged in as administrator" - -msgid "{core:frontpage:auth}" -msgstr "Authentication" - -msgid "{core:frontpage:logout}" -msgstr "Logout" - -msgid "{core:frontpage:show_metadata}" -msgstr "Show metadata" - -msgid "{core:frontpage:intro}" -msgstr "" -"<strong>Congratulations</strong>, you have successfully installed " -"SimpleSAMLphp. This is the start page of your installation, where you " -"will find links to test examples, diagnostics, metadata and even links to" -" relevant documentation." - -msgid "{core:frontpage:required}" -msgstr "Required" - -msgid "{core:frontpage:warnings_suhosin_url_length}" -msgstr "" -"The length of query parameters is limited by the PHP Suhosin extension. " -"Please increase the suhosin.get.max_value_length option to at least 2048 " -"bytes." - -msgid "{core:frontpage:warnings_https}" -msgstr "" -"<strong>You are not using HTTPS</strong> - encrypted communication with " -"the user. HTTP works fine for test purposes, but in a production " -"environment, you should use HTTPS. [ <a " -"href=\"https://simplesamlphp.org/docs/stable/simplesamlphp-" -"maintenance\">Read more about SimpleSAMLphp maintenance</a> ]" - -msgid "{core:frontpage:federation}" -msgstr "Federation" - -msgid "{core:frontpage:required_radius}" -msgstr "Required for Radius" - -msgid "{core:frontpage:checkphp}" -msgstr "Checking your PHP installation" - -msgid "{core:frontpage:link_doc_idp}" -msgstr "Using SimpleSAMLphp as an Identity Provider" - -msgid "{core:frontpage:link_saml2example}" -msgstr "SAML 2.0 SP example - test logging in through your IdP" - -msgid "{core:frontpage:about_header}" -msgstr "About SimpleSAMLphp" - -msgid "{core:frontpage:about_text}" -msgstr "" -"This SimpleSAMLphp thing is pretty cool, where can I read more about it? " -"You can find more information about it at the <a " -"href=\"https://simplesamlphp.org/\">SimpleSAMLphp web page </a> over at " -"<a href=\"http://uninett.no\">UNINETT</a>." - -msgid "{core:frontpage:useful_links_header}" -msgstr "Useful links for your installation" - -msgid "{core:frontpage:metadata}" -msgstr "Metadata" - -msgid "{core:frontpage:recommended}" -msgstr "Recommended" - -msgid "{core:frontpage:link_doc_googleapps}" -msgstr "SimpleSAMLphp as an IdP for Google Apps for Education" - -msgid "{core:frontpage:tools}" -msgstr "Tools" - -msgid "{core:frontpage:deprecated}" -msgstr "Deprecated" - -msgid "You are logged in as administrator" -msgstr "You are logged in as administrator" - msgid "Go back to the previous page and try again." msgstr "Go back to the previous page and try again." @@ -215,54 +23,18 @@ msgstr "If this problem persists, you can report it to the system administrators msgid "Welcome" msgstr "Welcome" -msgid "SimpleSAMLphp configuration check" -msgstr "SimpleSAMLphp configuration check" - -msgid "Metadata overview for your installation. Diagnose your metadata files" -msgstr "Metadata overview for your installation. Diagnose your metadata files" - -msgid "XML to SimpleSAMLphp metadata converter" -msgstr "XML to SimpleSAMLphp metadata converter" - -msgid "Required" -msgstr "Required" - -msgid "Warnings" -msgstr "Warnings" - -msgid "Documentation" -msgstr "Documentation" - msgid "Hosted Shibboleth 1.3 Service Provider Metadata (automatically generated)" msgstr "Hosted Shibboleth 1.3 Service Provider Metadata (automatically generated)" -msgid "PHP info" -msgstr "PHP info" - -msgid "About SimpleSAMLphp" -msgstr "About SimpleSAMLphp" - -msgid "Hosted SAML 2.0 Service Provider Metadata (automatically generated)" -msgstr "Hosted SAML 2.0 Service Provider Metadata (automatically generated)" - msgid "Retry login" msgstr "Retry login" -msgid "Required for LDAP" -msgstr "Required for LDAP" - msgid "Close the web browser, and try again." msgstr "Close the web browser, and try again." -msgid "Federation" -msgstr "Federation" - msgid "We were unable to locate the state information for the current request." msgstr "We were unable to locate the state information for the current request." -msgid "Delete my choices of IdP in the IdP discovery services" -msgstr "Delete my choices of IdP in the IdP discovery services" - msgid "" "This is most likely a configuration problem on either the service " "provider or identity provider." @@ -270,15 +42,9 @@ msgstr "" "This is most likely a configuration problem on either the service " "provider or identity provider." -msgid "Configure Shibboleth 1.3 SP to work with SimpleSAMLphp IdP" -msgstr "Configure Shibboleth 1.3 SP to work with SimpleSAMLphp IdP" - msgid "Using the back and forward buttons in the web browser." msgstr "Using the back and forward buttons in the web browser." -msgid "PHP cURL extension missing. Cannot check for SimpleSAMLphp updates." -msgstr "PHP cURL extension missing. Cannot check for SimpleSAMLphp updates." - msgid "" "You are running an outdated version of SimpleSAMLphp. Please update to <a" " href=\"https://simplesamlphp.org/download\">the latest version</a> as soon as possible." @@ -295,12 +61,6 @@ msgstr "Cookies may be disabled in the web browser." msgid "Opened the web browser with tabs saved from the previous session." msgstr "Opened the web browser with tabs saved from the previous session." -msgid "Tools" -msgstr "Tools" - -msgid "Test configured authentication sources " -msgstr "Test configured authentication sources " - msgid "" "You appear to have disabled cookies in your browser. Please check the " "settings in your browser, and try again." @@ -308,51 +68,12 @@ msgstr "" "You appear to have disabled cookies in your browser. Please check the " "settings in your browser, and try again." -msgid "Installing SimpleSAMLphp" -msgstr "Installing SimpleSAMLphp" - -msgid "Deprecated" -msgstr "Deprecated" - -msgid "" -"<strong>Congratulations</strong>, you have successfully installed " -"SimpleSAMLphp. This is the start page of your installation, where you " -"will find links to test examples, diagnostics, metadata and even links to" -" relevant documentation." -msgstr "" -"<strong>Congratulations</strong>, you have successfully installed " -"SimpleSAMLphp. This is the start page of your installation, where you " -"will find links to test examples, diagnostics, metadata and even links to" -" relevant documentation." - msgid "This error may be caused by:" msgstr "This error may be caused by:" -msgid "" -"<strong>You are not using HTTPS</strong> - encrypted communication with " -"the user. HTTP works fine for test purposes, but in a production " -"environment, you should use HTTPS. [ <a " -"href=\"https://simplesamlphp.org/docs/stable/simplesamlphp-" -"maintenance\">Read more about SimpleSAMLphp maintenance</a> ]" -msgstr "" -"<strong>You are not using HTTPS</strong> - encrypted communication with " -"the user. HTTP works fine for test purposes, but in a production " -"environment, you should use HTTPS. [ <a " -"href=\"https://simplesamlphp.org/docs/stable/simplesamlphp-" -"maintenance\">Read more about SimpleSAMLphp maintenance</a> ]" - -msgid "Metadata" -msgstr "Metadata" - msgid "Retry" msgstr "Retry" -msgid "SimpleSAMLphp Maintenance and Configuration" -msgstr "SimpleSAMLphp Maintenance and Configuration" - -msgid "Diagnostics on hostname, port and protocol" -msgstr "Diagnostics on hostname, port and protocol" - msgid "" "If you are an user who received this error after following a link on a " "site, you should report this error to the owner of that site." @@ -360,59 +81,15 @@ msgstr "" "If you are an user who received this error after following a link on a " "site, you should report this error to the owner of that site." -msgid "Using SimpleSAMLphp as an Identity Provider" -msgstr "Using SimpleSAMLphp as an Identity Provider" - -msgid "Optional" -msgstr "Optional" - msgid "Suggestions for resolving this problem:" msgstr "Suggestions for resolving this problem:" -msgid "" -"This SimpleSAMLphp thing is pretty cool, where can I read more about it? " -"You can find more information about it at the <a " -"href=\"https://simplesamlphp.org/\">SimpleSAMLphp web page </a> over at " -"<a href=\"http://uninett.no\">UNINETT</a>." -msgstr "" -"This SimpleSAMLphp thing is pretty cool, where can I read more about it? " -"You can find more information about it at the <a " -"href=\"https://simplesamlphp.org/\">SimpleSAMLphp web page </a> over at " -"<a href=\"http://uninett.no\">UNINETT</a>." - msgid "Shibboleth 1.3 SP example - test logging in through your Shib IdP" msgstr "Shibboleth 1.3 SP example - test logging in through your Shib IdP" -msgid "Authentication" -msgstr "Authentication" - -msgid "SimpleSAMLphp installation page" -msgstr "SimpleSAMLphp installation page" - -msgid "Show metadata" -msgstr "Show metadata" - -msgid "SimpleSAMLphp as an IdP for Google Apps for Education" -msgstr "SimpleSAMLphp as an IdP for Google Apps for Education" - msgid "State information lost" msgstr "State information lost" -msgid "Hosted SAML 2.0 Identity Provider Metadata (automatically generated)" -msgstr "Hosted SAML 2.0 Identity Provider Metadata (automatically generated)" - -msgid "OpenID Provider site - Alpha version (test code)" -msgstr "OpenID Provider site - Alpha version (test code)" - -msgid "Required for Radius" -msgstr "Required for Radius" - -msgid "SAML 2.0 SP example - test logging in through your IdP" -msgstr "SAML 2.0 SP example - test logging in through your IdP" - -msgid "Using SimpleSAMLphp as a Service Provider" -msgstr "Using SimpleSAMLphp as a Service Provider" - msgid "" "We have detected that there is only a few seconds since you last " "authenticated with this service provider, and therefore assume that there" @@ -422,9 +99,6 @@ msgstr "" "authenticated with this service provider, and therefore assume that there" " is a problem with this SP." -msgid "Recommended" -msgstr "Recommended" - msgid "" "If you are a developer who is deploying a single sign-on solution, you " "have a problem with the metadata configuration. Verify that metadata is " @@ -434,49 +108,12 @@ msgstr "" "have a problem with the metadata configuration. Verify that metadata is " "configured correctly on both the identity provider and service provider." -msgid "SimpleSAMLphp Advanced Features" -msgstr "SimpleSAMLphp Advanced Features" - msgid "Too short interval between single sign on events." msgstr "Too short interval between single sign on events." -msgid "Checking your PHP installation" -msgstr "Checking your PHP installation" - -msgid "" -"The length of query parameters is limited by the PHP Suhosin extension. " -"Please increase the suhosin.get.max_value_length option to at least 2048 " -"bytes." -msgstr "" -"The length of query parameters is limited by the PHP Suhosin extension. " -"Please increase the suhosin.get.max_value_length option to at least 2048 " -"bytes." - -msgid "Useful links for your installation" -msgstr "Useful links for your installation" - -msgid "Configuration" -msgstr "Configuration" - msgid "Hosted Shibboleth 1.3 Identity Provider Metadata (automatically generated)" msgstr "Hosted Shibboleth 1.3 Identity Provider Metadata (automatically generated)" -msgid "" -"<strong>The configuration uses the default secret salt</strong> - make " -"sure you modify the default 'secretsalt' option in the simpleSAML " -"configuration in production environments. [<a " -"href=\"https://simplesamlphp.org/docs/stable/simplesamlphp-install\">Read" -" more about SimpleSAMLphp configuration</a> ]" -msgstr "" -"<strong>The configuration uses the default secret salt</strong> - make " -"sure you modify the default 'secretsalt' option in the simpleSAML " -"configuration in production environments. [<a " -"href=\"https://simplesamlphp.org/docs/stable/simplesamlphp-install\">Read" -" more about SimpleSAMLphp configuration</a> ]" - -msgid "Login as administrator" -msgstr "Login as administrator" - msgid "Report this error" msgstr "Report this error" diff --git a/modules/core/locales/es/LC_MESSAGES/core.po b/modules/core/locales/es/LC_MESSAGES/core.po index 96ac9419b85e816fe92ab309f5343cc6ca9ab71d..bd95b1cc09f794a8641f19b5fd6b59f639fcb988 100644 --- a/modules/core/locales/es/LC_MESSAGES/core.po +++ b/modules/core/locales/es/LC_MESSAGES/core.po @@ -1,4 +1,3 @@ - #, fuzzy msgid "" msgstr "" @@ -15,175 +14,6 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" -msgid "{core:frontpage:link_phpinfo}" -msgstr "PHP info" - -msgid "{core:frontpage:login_as_admin}" -msgstr "Entrar como administrador" - -msgid "{core:frontpage:link_doc_sp}" -msgstr "Empleo de SimpleSAMLphp como Service Provider" - -msgid "{core:frontpage:link_meta_saml2sphosted}" -msgstr "Metadatos alojados del SP SAML 2.0 (generados automáticamente)" - -msgid "{core:frontpage:link_openidprovider}" -msgstr "Sitio del proveedor OpenID - VersiĂłn Alfa (cĂłdigo de prueba)" - -msgid "{core:frontpage:link_doc_install}" -msgstr "InstalaciĂłn de SimpleSAMLphp" - -msgid "{core:frontpage:link_diagnostics}" -msgstr "DiagnĂłstico sobre nombre de host, puerto y protocolo" - -msgid "{core:frontpage:link_meta_saml2idphosted}" -msgstr "Metadatos alojados del IdP SAML 2.0 (generados automáticamente)" - -msgid "{core:frontpage:optional}" -msgstr "Opcional" - -msgid "{core:frontpage:doc_header}" -msgstr "Documentación" - -msgid "{core:frontpage:link_doc_advanced}" -msgstr "CaracterĂsticas avanzadas de SimpleSAMLphp" - -msgid "{core:frontpage:required_ldap}" -msgstr "Necesario para LDAP" - -msgid "{core:frontpage:warnings_secretsalt}" -msgstr "" -"<strong>Su configuración está usando el <em>salt</em> por " -"defecto</strong>. Asegúrese de modificar la opción de " -"configuración 'secretsalt' en entornos de producción. [<a " -"href=\"https://simplesamlphp.org/docs/devel/simplesamlphp-install\">Leer " -"más sobre la configuración de SimpleSAMLphp</a>]" - -msgid "{core:frontpage:authtest}" -msgstr "Probar las fuentes para la autentificaciĂłn ya configuradas" - -msgid "{core:frontpage:link_meta_overview}" -msgstr "" -"Vista general de los metadatos de tu instalaciĂłn. Comprueba tus ficheros " -"de metadatos" - -msgid "{core:frontpage:configuration}" -msgstr "ConfiguraciĂłn" - -msgid "{core:frontpage:welcome}" -msgstr "Bienvenido" - -msgid "{core:frontpage:link_doc_shibsp}" -msgstr "ConfiguraciĂłn de Shibboleth 1.3 SP para trabajar con un IdP SimpleSAMLphp" - -msgid "{core:frontpage:metadata_header}" -msgstr "Metadatos" - -msgid "{core:frontpage:link_doc_maintenance}" -msgstr "Mantenimento y configuraciĂłn de SimpleSAMLphp" - -msgid "{core:frontpage:link_configcheck}" -msgstr "ComprobaciĂłn de la configuraciĂłn de SimpleSAMLphp" - -msgid "{core:frontpage:page_title}" -msgstr "Página de instalaciĂłn de SimpleSAMLphp" - -msgid "{core:frontpage:warnings}" -msgstr "Avisos" - -msgid "{core:frontpage:link_xmlconvert}" -msgstr "Conversor de XML a metadatos de SimpleSAMLphp" - -msgid "{core:frontpage:link_cleardiscochoices}" -msgstr "Borrar mis opciones de IdP en los servicios de descubrimiento de IdP" - -msgid "{core:frontpage:warnings_outdated}" -msgstr "" -"Su instalación de SimpleSAMLphp está desactualizada. Por " -"favor, actualice a la <a href=\"https://simplesamlphp.org/download\">última " -"versión</a> lo antes posible." - -msgid "{core:frontpage:loggedin_as_admin}" -msgstr "Ha entrado como administrador" - -msgid "{core:frontpage:auth}" -msgstr "AutenticaciĂłn" - -msgid "{core:frontpage:show_metadata}" -msgstr "Ver metadatos" - -msgid "{core:frontpage:intro}" -msgstr "" -"<strong>¡Felicidades!</strong>, ha instalado SimpleSAMLphp con " -"éxito. Ésta es la página inicial de su " -"instalación, aquí encontrará enlaces a ejemplos de " -"prueba, diagnósticos, metadatos e incluso enlaces a la " -"documentación pertinente." - -msgid "{core:frontpage:required}" -msgstr "Necesario" - -msgid "{core:frontpage:warnings_suhosin_url_length}" -msgstr "" -"El nĂşmero de parámetros de la peticiĂłn está limitado por la extensiĂłn " -"Suhosin de PHP. Por favor, incremente el valor de la opciĂłn " -"suhosin.get.max_value_length a al menos 2048 bytes." - -msgid "{core:frontpage:warnings_https}" -msgstr "" -"<strong>No está usando HTTPS</strong> - comunicaciones cifradas con el " -"usuario. HTTP funciona bien en entornos de evaluaciĂłn, pero si va a " -"emplearlo en producciĂłn, deberĂa emplear HTTPS. [ <a " -"href=\"https://simplesamlphp.org/docs/stable/simplesamlphp-" -"maintenance\">Lea más acerca del mantenimiento de SimpleSAMLphp </a> ]" - -msgid "{core:frontpage:federation}" -msgstr "FederaciĂłn" - -msgid "{core:frontpage:required_radius}" -msgstr "Necesario para RADIUS" - -msgid "{core:frontpage:checkphp}" -msgstr "Verificación de su instalación de PHP" - -msgid "{core:frontpage:link_doc_idp}" -msgstr "Empleo de SimpleSAMLphp como Identity Provider" - -msgid "{core:frontpage:link_saml2example}" -msgstr "Ejemplo de SP con SAML 2.0 - Prueba a acceder empleando tu IdP" - -msgid "{core:frontpage:about_header}" -msgstr "Sobre SimpleSAMLphp" - -msgid "{core:frontpage:about_text}" -msgstr "" -"¡Eh! Esto de SimpleSAMLphp es interesante, ¿dónde " -"puedo averiguar más? Puedes encontrar más " -"información en la <a " -"href=\"https://simplesamlphp.org/\">página web de " -"SimpleSAMLphp</a>, en <a href=\"http://uninett.no\">UNINETT</a>." - -msgid "{core:frontpage:useful_links_header}" -msgstr "Enlaces útiles para su instalación" - -msgid "{core:frontpage:metadata}" -msgstr "Metadatos" - -msgid "{core:frontpage:recommended}" -msgstr "Recomendado" - -msgid "{core:frontpage:link_doc_googleapps}" -msgstr "SimpleSAMLphp como IdP para Google Apps for Education" - -msgid "{core:frontpage:tools}" -msgstr "Herramientas" - -msgid "{core:frontpage:deprecated}" -msgstr "Obsoleto" - -msgid "You are logged in as administrator" -msgstr "Ha entrado como administrador" - msgid "Go back to the previous page and try again." msgstr "Regrese a la página anterior y pruebe de nuevo" @@ -195,56 +25,18 @@ msgstr "" msgid "Welcome" msgstr "Bienvenido" -msgid "SimpleSAMLphp configuration check" -msgstr "ComprobaciĂłn de la configuraciĂłn de SimpleSAMLphp" - -msgid "Metadata overview for your installation. Diagnose your metadata files" -msgstr "" -"Vista general de los metadatos de tu instalaciĂłn. Comprueba tus ficheros " -"de metadatos" - -msgid "XML to SimpleSAMLphp metadata converter" -msgstr "Conversor de XML a metadatos de SimpleSAMLphp" - -msgid "Required" -msgstr "Necesario" - -msgid "Warnings" -msgstr "Avisos" - -msgid "Documentation" -msgstr "Documentación" - msgid "Hosted Shibboleth 1.3 Service Provider Metadata (automatically generated)" msgstr "Metadatos alojados del SP Shibooleth 1.3 (generados automáticamente)" -msgid "PHP info" -msgstr "PHP info" - -msgid "About SimpleSAMLphp" -msgstr "Sobre SimpleSAMLphp" - -msgid "Hosted SAML 2.0 Service Provider Metadata (automatically generated)" -msgstr "Metadatos alojados del SP SAML 2.0 (generados automáticamente)" - msgid "Retry login" msgstr "Reintente autenticaciĂłn" -msgid "Required for LDAP" -msgstr "Necesario para LDAP" - msgid "Close the web browser, and try again." msgstr "Cierre el navegador y pruebe de nuevo" -msgid "Federation" -msgstr "FederaciĂłn" - msgid "We were unable to locate the state information for the current request." msgstr "No podemos encontrar la informaciĂłn de estado para la solicitud actual" -msgid "Delete my choices of IdP in the IdP discovery services" -msgstr "Borrar mis opciones de IdP en los servicios de descubrimiento de IdP" - msgid "" "This is most likely a configuration problem on either the service " "provider or identity provider." @@ -252,9 +44,6 @@ msgstr "" "Esto es posiblemente un problema de configuraciĂłn en el proveedor de " "servicios o en el proveedor de identidad." -msgid "Configure Shibboleth 1.3 SP to work with SimpleSAMLphp IdP" -msgstr "ConfiguraciĂłn de Shibboleth 1.3 SP para trabajar con un IdP SimpleSAMLphp" - msgid "Using the back and forward buttons in the web browser." msgstr "Usando los botones atrás y adelante de su navegador web." @@ -275,12 +64,6 @@ msgstr "Las cookies pueden estar deshabilitadas en el navegador" msgid "Opened the web browser with tabs saved from the previous session." msgstr "AbriĂł su navegador web con pestañas guardadas de la sesiĂłn previa." -msgid "Tools" -msgstr "Herramientas" - -msgid "Test configured authentication sources " -msgstr "Probar las fuentes para la autentificaciĂłn ya configuradas" - msgid "" "You appear to have disabled cookies in your browser. Please check the " "settings in your browser, and try again." @@ -288,52 +71,12 @@ msgstr "" "Al parecer ha deshabilitado las cookies de su navegador. Por favor revise" " las preferencias de su navegador y reintente." -msgid "Installing SimpleSAMLphp" -msgstr "InstalaciĂłn de SimpleSAMLphp" - -msgid "Deprecated" -msgstr "Obsoleto" - -msgid "" -"<strong>Congratulations</strong>, you have successfully installed " -"SimpleSAMLphp. This is the start page of your installation, where you " -"will find links to test examples, diagnostics, metadata and even links to" -" relevant documentation." -msgstr "" -"<strong>¡Felicidades!</strong>, ha instalado SimpleSAMLphp con " -"éxito. Ésta es la página inicial de su " -"instalación, aquí encontrará enlaces a ejemplos de " -"prueba, diagnósticos, metadatos e incluso enlaces a la " -"documentación pertinente." - msgid "This error may be caused by:" msgstr "Este error puede ser causado por" -msgid "" -"<strong>You are not using HTTPS</strong> - encrypted communication with " -"the user. HTTP works fine for test purposes, but in a production " -"environment, you should use HTTPS. [ <a " -"href=\"https://simplesamlphp.org/docs/stable/simplesamlphp-" -"maintenance\">Read more about SimpleSAMLphp maintenance</a> ]" -msgstr "" -"<strong>No está usando HTTPS</strong> - comunicaciones cifradas con el " -"usuario. HTTP funciona bien en entornos de evaluaciĂłn, pero si va a " -"emplearlo en producciĂłn, deberĂa emplear HTTPS. [ <a " -"href=\"https://simplesamlphp.org/docs/stable/simplesamlphp-" -"maintenance\">Lea más acerca del mantenimiento de SimpleSAMLphp </a> ]" - -msgid "Metadata" -msgstr "Metadatos" - msgid "Retry" msgstr "Reintentar" -msgid "SimpleSAMLphp Maintenance and Configuration" -msgstr "Mantenimento y configuraciĂłn de SimpleSAMLphp" - -msgid "Diagnostics on hostname, port and protocol" -msgstr "DiagnĂłstico sobre nombre de host, puerto y protocolo" - msgid "" "If you are an user who received this error after following a link on a " "site, you should report this error to the owner of that site." @@ -341,62 +84,17 @@ msgstr "" "Si usted es un usuario que recibe este error luego de seguir un vĂnculo " "en un sitio, debe reportar el error al dueño del sitio." -msgid "Using SimpleSAMLphp as an Identity Provider" -msgstr "Empleo de SimpleSAMLphp como Identity Provider" - -msgid "Optional" -msgstr "Opcional" - msgid "Suggestions for resolving this problem:" msgstr "Sugerencias para resolver este problema" -msgid "" -"This SimpleSAMLphp thing is pretty cool, where can I read more about it? " -"You can find more information about it at the <a " -"href=\"https://simplesamlphp.org/\">SimpleSAMLphp web page </a> over at " -"<a href=\"http://uninett.no\">UNINETT</a>." -msgstr "" -"¡Eh! Esto de SimpleSAMLphp es interesante, ¿dónde " -"puedo averiguar más? Puedes encontrar más " -"información en la <a " -"href=\"https://simplesamlphp.org/\">página web de " -"SimpleSAMLphp</a>, en <a href=\"http://uninett.no\">UNINETT</a>." - msgid "Shibboleth 1.3 SP example - test logging in through your Shib IdP" msgstr "" "Ejemplo de SP empleando Shibboleth 1.3 - Prueba a acceder empleando tu " "IdP Shibboleth" -msgid "Authentication" -msgstr "AutenticaciĂłn" - -msgid "SimpleSAMLphp installation page" -msgstr "Página de instalaciĂłn de SimpleSAMLphp" - -msgid "Show metadata" -msgstr "Ver metadatos" - -msgid "SimpleSAMLphp as an IdP for Google Apps for Education" -msgstr "SimpleSAMLphp como IdP para Google Apps for Education" - msgid "State information lost" msgstr "InformaciĂłn de estado perdida" -msgid "Hosted SAML 2.0 Identity Provider Metadata (automatically generated)" -msgstr "Metadatos alojados del IdP SAML 2.0 (generados automáticamente)" - -msgid "OpenID Provider site - Alpha version (test code)" -msgstr "Sitio del proveedor OpenID - VersiĂłn Alfa (cĂłdigo de prueba)" - -msgid "Required for Radius" -msgstr "Necesario para RADIUS" - -msgid "SAML 2.0 SP example - test logging in through your IdP" -msgstr "Ejemplo de SP con SAML 2.0 - Prueba a acceder empleando tu IdP" - -msgid "Using SimpleSAMLphp as a Service Provider" -msgstr "Empleo de SimpleSAMLphp como Service Provider" - msgid "" "We have detected that there is only a few seconds since you last " "authenticated with this service provider, and therefore assume that there" @@ -406,9 +104,6 @@ msgstr "" "autenticado por Ăşltima vez en este servicio, por lo que se asumirá que " "existe un problema con este SP." -msgid "Recommended" -msgstr "Recomendado" - msgid "" "If you are a developer who is deploying a single sign-on solution, you " "have a problem with the metadata configuration. Verify that metadata is " @@ -419,49 +114,12 @@ msgstr "" " que los metadatos están configurados correctamente en el proveedor de " "identidad y en el proveedor de servicios" -msgid "SimpleSAMLphp Advanced Features" -msgstr "CaracterĂsticas avanzadas de SimpleSAMLphp" - msgid "Too short interval between single sign on events." msgstr "Intervalo de tiempo muy corto entre eventos de sesiĂłn Ăşnica." -msgid "Checking your PHP installation" -msgstr "Verificación de su instalación de PHP" - -msgid "" -"The length of query parameters is limited by the PHP Suhosin extension. " -"Please increase the suhosin.get.max_value_length option to at least 2048 " -"bytes." -msgstr "" -"El nĂşmero de parámetros de la peticiĂłn está limitado por la extensiĂłn " -"Suhosin de PHP. Por favor, incremente el valor de la opciĂłn " -"suhosin.get.max_value_length a al menos 2048 bytes." - -msgid "Useful links for your installation" -msgstr "Enlaces útiles para su instalación" - -msgid "Configuration" -msgstr "ConfiguraciĂłn" - msgid "Hosted Shibboleth 1.3 Identity Provider Metadata (automatically generated)" msgstr "Metadatos alojados del IdP Shibooleth 1.3 (generados automáticamente)" -msgid "" -"<strong>The configuration uses the default secret salt</strong> - make " -"sure you modify the default 'secretsalt' option in the simpleSAML " -"configuration in production environments. [<a " -"href=\"https://simplesamlphp.org/docs/stable/simplesamlphp-install\">Read" -" more about SimpleSAMLphp configuration</a> ]" -msgstr "" -"<strong>Su configuración está usando el <em>salt</em> por " -"defecto</strong>. Asegúrese de modificar la opción de " -"configuración 'secretsalt' en entornos de producción. [<a " -"href=\"https://simplesamlphp.org/docs/devel/simplesamlphp-install\">Leer " -"más sobre la configuración de SimpleSAMLphp</a>]" - -msgid "Login as administrator" -msgstr "Entrar como administrador" - msgid "Report this error" msgstr "Informar de este error" diff --git a/modules/core/locales/et/LC_MESSAGES/core.po b/modules/core/locales/et/LC_MESSAGES/core.po index 356e3e077eb69478459ebbff36a8f4550748ab76..b6f1da55abd8f8922a40d197ccd621178ff56024 100644 --- a/modules/core/locales/et/LC_MESSAGES/core.po +++ b/modules/core/locales/et/LC_MESSAGES/core.po @@ -1,4 +1,3 @@ - #, fuzzy msgid "" msgstr "" @@ -15,157 +14,6 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" -msgid "{core:frontpage:link_phpinfo}" -msgstr "Teave PHP kohta" - -msgid "{core:frontpage:login_as_admin}" -msgstr "Logi sisse administraatorina" - -msgid "{core:frontpage:link_doc_sp}" -msgstr "SimpleSAMLphp kasutamine teenusepakkujana" - -msgid "{core:frontpage:link_meta_saml2sphosted}" -msgstr "Hostitud SAML 2.0. teenusepakkuja metaandmed (automaatselt genereeritud)" - -msgid "{core:frontpage:link_openidprovider}" -msgstr "OpenID pakkuja lehekĂĽlg - alfaversioon (testkood)" - -msgid "{core:frontpage:link_doc_install}" -msgstr "SimpleSAMLphp paigaldamine" - -msgid "{core:frontpage:link_diagnostics}" -msgstr "Serverinime, pordi ja protokolli diagnostika" - -msgid "{core:frontpage:link_meta_saml2idphosted}" -msgstr "" -"Hostitud SAML 2.0 identiteedipakkuja metaandmed (automaatselt " -"genereeritud) " - -msgid "{core:frontpage:optional}" -msgstr "Vabatahtlik" - -msgid "{core:frontpage:doc_header}" -msgstr "Dokumentatsioon" - -msgid "{core:frontpage:link_doc_advanced}" -msgstr "SimpleSAMLphp lisafunktsioonid" - -msgid "{core:frontpage:required_ldap}" -msgstr "Nõutav LDAP-ile" - -msgid "{core:frontpage:authtest}" -msgstr "Testi seadistatud autentimisallikaid" - -msgid "{core:frontpage:link_meta_overview}" -msgstr "Ăślevaade sinu paigalduse metaandmetest. Diagnoosi oma metaandmete faile" - -msgid "{core:frontpage:configuration}" -msgstr "Seadistamine" - -msgid "{core:frontpage:welcome}" -msgstr "Tere tulemast" - -msgid "{core:frontpage:link_doc_shibsp}" -msgstr "Shibboleth 1.3 SP seadistamine koostööks SimpleSAMLphp IdP-ga" - -msgid "{core:frontpage:metadata_header}" -msgstr "Metaandmed" - -msgid "{core:frontpage:link_doc_maintenance}" -msgstr "SimpleSAMLphp hooldus ja seadistamine" - -msgid "{core:frontpage:link_configcheck}" -msgstr "SimpleSAMLphp seadistuste kontroll" - -msgid "{core:frontpage:page_title}" -msgstr "SimpleSAMLphp paigalduslehekĂĽlg" - -msgid "{core:frontpage:warnings}" -msgstr "Hoiatused" - -msgid "{core:frontpage:link_xmlconvert}" -msgstr "XML-ist SimpleSAMLphp metaandmeteks teisendaja" - -msgid "{core:frontpage:link_cleardiscochoices}" -msgstr "Eemalda mu eelistused IdP tuvastusteenustes" - -msgid "{core:frontpage:loggedin_as_admin}" -msgstr "Oled sisselogitud administraatorina" - -msgid "{core:frontpage:auth}" -msgstr "Autentimine" - -msgid "{core:frontpage:show_metadata}" -msgstr "Näita metaandmeid" - -msgid "{core:frontpage:intro}" -msgstr "" -"<strong>Palju õnne!</strong> Oled edukalt paigaldanud SimpleSAMLphp. See " -"on sinu paigalduse avaleht, millelt leiad viited nii testnäidetele, " -"diagnostikalehe, metaandmete kui ka vajaliku dokumentatsiooni juurde." - -msgid "{core:frontpage:required}" -msgstr "Nõutav" - -msgid "{core:frontpage:warnings_suhosin_url_length}" -msgstr "" -"Päringuparameetrite arv on piiratud PHP Suhosin laienduse poolt. Palun " -"suurenda suhosin.get.max_value_length väärtust vähemalt 2048 baidini." - -msgid "{core:frontpage:warnings_https}" -msgstr "" -"<strong>Sa ei kasuta andmete vahetamiseks HTTPS krĂĽpteeritud " -"sidet</strong>. HTTP sobib testimiseks hästi, kuid toodangus peaksid " -"kindlasti HTTPS-i kasutama. [ <a href=\"http://rnd.feide.no/content" -"/simplesamlphp-maintenance-and-configuration\">Loe täpsemalt " -"SimpleSAMLphp hooldamisest</a> ]" - -msgid "{core:frontpage:federation}" -msgstr "Federeerimine" - -msgid "{core:frontpage:required_radius}" -msgstr "Nõutav Radiusele" - -msgid "{core:frontpage:checkphp}" -msgstr "PHP paigalduse kontrollimine" - -msgid "{core:frontpage:link_doc_idp}" -msgstr "SimpleSAMLphp kasutamine identiteedipakkujana" - -msgid "{core:frontpage:link_saml2example}" -msgstr "SAML 2.0 SP näide - sisselogimine sinu IdP kaudu" - -msgid "{core:frontpage:about_header}" -msgstr "Teave SimpleSAMLphp kohta" - -msgid "{core:frontpage:about_text}" -msgstr "" -"See SimpleSAMLphp on päris äge! Kust ma saaks selle kohta täpsemalt " -"lugeda? Rohkem infot leiad <a " -"href=\"http://rnd.feide.no/simplesamlphp\">SimpleSAMLphp blogist</a>, mis" -" asub <a href=\"http://uninett.no\">UNINETT</a>-is." - -msgid "{core:frontpage:useful_links_header}" -msgstr "Kasulikud viited" - -msgid "{core:frontpage:metadata}" -msgstr "Metaandmed" - -msgid "{core:frontpage:recommended}" -msgstr "Soovitatav" - -msgid "{core:frontpage:link_doc_googleapps}" -msgstr "SimpleSAMLphp IdP-na Google Apps for Educationis" - -msgid "{core:frontpage:tools}" -msgstr "Tööriistad" - -msgid "{core:frontpage:deprecated}" -msgstr "Vananenud" - -msgid "You are logged in as administrator" -msgstr "Oled sisselogitud administraatorina" - msgid "Go back to the previous page and try again." msgstr "Mine tagasi eelmisele lehekĂĽljele ja proovi uuesti." @@ -175,56 +23,20 @@ msgstr "Kui probleem ei kao, siis teavita sellest sĂĽsteemi administraatoreid." msgid "Welcome" msgstr "Tere tulemast" -msgid "SimpleSAMLphp configuration check" -msgstr "SimpleSAMLphp seadistuste kontroll" - -msgid "Metadata overview for your installation. Diagnose your metadata files" -msgstr "Ăślevaade sinu paigalduse metaandmetest. Diagnoosi oma metaandmete faile" - -msgid "XML to SimpleSAMLphp metadata converter" -msgstr "XML-ist SimpleSAMLphp metaandmeteks teisendaja" - -msgid "Required" -msgstr "Nõutav" - -msgid "Warnings" -msgstr "Hoiatused" - -msgid "Documentation" -msgstr "Dokumentatsioon" - msgid "Hosted Shibboleth 1.3 Service Provider Metadata (automatically generated)" msgstr "" "Hostitud Shibboleth 1.3 identiteedipakkuja metaandmed (automaatselt " "genereeritud) " -msgid "PHP info" -msgstr "Teave PHP kohta" - -msgid "About SimpleSAMLphp" -msgstr "Teave SimpleSAMLphp kohta" - -msgid "Hosted SAML 2.0 Service Provider Metadata (automatically generated)" -msgstr "Hostitud SAML 2.0. teenusepakkuja metaandmed (automaatselt genereeritud)" - msgid "Retry login" msgstr "Proovi uuesti logida" -msgid "Required for LDAP" -msgstr "Nõutav LDAP-ile" - msgid "Close the web browser, and try again." msgstr "Sulge brauser ja proovi uuesti." -msgid "Federation" -msgstr "Federeerimine" - msgid "We were unable to locate the state information for the current request." msgstr "Aktiivse päringu olekuinfo leidmine ei õnnestunud." -msgid "Delete my choices of IdP in the IdP discovery services" -msgstr "Eemalda mu eelistused IdP tuvastusteenustes" - msgid "" "This is most likely a configuration problem on either the service " "provider or identity provider." @@ -232,9 +44,6 @@ msgstr "" "Tõenäoliselt on tegemist probleemiga kas teenusepakkuja või " "identiteedipakkuja seadistustes." -msgid "Configure Shibboleth 1.3 SP to work with SimpleSAMLphp IdP" -msgstr "Shibboleth 1.3 SP seadistamine koostööks SimpleSAMLphp IdP-ga" - msgid "Using the back and forward buttons in the web browser." msgstr "brauseri edasi-tagasi nuppude kasutamisest" @@ -247,12 +56,6 @@ msgstr "kĂĽpsiste keelamisest brauseris" msgid "Opened the web browser with tabs saved from the previous session." msgstr "brauseri avamisest eelmisel kasutuskorral salvestatud kaartidega" -msgid "Tools" -msgstr "Tööriistad" - -msgid "Test configured authentication sources " -msgstr "Testi seadistatud autentimisallikaid" - msgid "" "You appear to have disabled cookies in your browser. Please check the " "settings in your browser, and try again." @@ -260,50 +63,12 @@ msgstr "" "Paistab, et sinu brauseris on kĂĽpsised keelatud. Palun kontrolli brauseri" " seadistusi ja proovi seejärel uuesti." -msgid "Installing SimpleSAMLphp" -msgstr "SimpleSAMLphp paigaldamine" - -msgid "Deprecated" -msgstr "Vananenud" - -msgid "" -"<strong>Congratulations</strong>, you have successfully installed " -"SimpleSAMLphp. This is the start page of your installation, where you " -"will find links to test examples, diagnostics, metadata and even links to" -" relevant documentation." -msgstr "" -"<strong>Palju õnne!</strong> Oled edukalt paigaldanud SimpleSAMLphp. See " -"on sinu paigalduse avaleht, millelt leiad viited nii testnäidetele, " -"diagnostikalehe, metaandmete kui ka vajaliku dokumentatsiooni juurde." - msgid "This error may be caused by:" msgstr "See tõrge võib olla põhjustatud:" -msgid "" -"<strong>You are not using HTTPS</strong> - encrypted communication with " -"the user. HTTP works fine for test purposes, but in a production " -"environment, you should use HTTPS. [ <a " -"href=\"https://simplesamlphp.org/docs/stable/simplesamlphp-" -"maintenance\">Read more about SimpleSAMLphp maintenance</a> ]" -msgstr "" -"<strong>Sa ei kasuta andmete vahetamiseks HTTPS krĂĽpteeritud " -"sidet</strong>. HTTP sobib testimiseks hästi, kuid toodangus peaksid " -"kindlasti HTTPS-i kasutama. [ <a href=\"http://rnd.feide.no/content" -"/simplesamlphp-maintenance-and-configuration\">Loe täpsemalt " -"SimpleSAMLphp hooldamisest</a> ]" - -msgid "Metadata" -msgstr "Metaandmed" - msgid "Retry" msgstr "Proovi uuesti" -msgid "SimpleSAMLphp Maintenance and Configuration" -msgstr "SimpleSAMLphp hooldus ja seadistamine" - -msgid "Diagnostics on hostname, port and protocol" -msgstr "Serverinime, pordi ja protokolli diagnostika" - msgid "" "If you are an user who received this error after following a link on a " "site, you should report this error to the owner of that site." @@ -311,61 +76,15 @@ msgstr "" "Kui sa oled kasutaja, kes sai selle veateate veebilehel linki klõpsates, " "siis peaksid sellest tõrkest veebilehe omanikku teavitama." -msgid "Using SimpleSAMLphp as an Identity Provider" -msgstr "SimpleSAMLphp kasutamine identiteedipakkujana" - -msgid "Optional" -msgstr "Vabatahtlik" - msgid "Suggestions for resolving this problem:" msgstr "Nõuanded selle probleemi lahendamiseks:" -msgid "" -"This SimpleSAMLphp thing is pretty cool, where can I read more about it? " -"You can find more information about it at the <a " -"href=\"https://simplesamlphp.org/\">SimpleSAMLphp web page </a> over at " -"<a href=\"http://uninett.no\">UNINETT</a>." -msgstr "" -"See SimpleSAMLphp on päris äge! Kust ma saaks selle kohta täpsemalt " -"lugeda? Rohkem infot leiad <a " -"href=\"http://rnd.feide.no/simplesamlphp\">SimpleSAMLphp blogist</a>, mis" -" asub <a href=\"http://uninett.no\">UNINETT</a>-is." - msgid "Shibboleth 1.3 SP example - test logging in through your Shib IdP" msgstr "Shibboleth 1.3 SP näide - sisselogimine sinu Shib IdP kaudu" -msgid "Authentication" -msgstr "Autentimine" - -msgid "SimpleSAMLphp installation page" -msgstr "SimpleSAMLphp paigalduslehekĂĽlg" - -msgid "Show metadata" -msgstr "Näita metaandmeid" - -msgid "SimpleSAMLphp as an IdP for Google Apps for Education" -msgstr "SimpleSAMLphp IdP-na Google Apps for Educationis" - msgid "State information lost" msgstr "Olekuinfo on kadunud" -msgid "Hosted SAML 2.0 Identity Provider Metadata (automatically generated)" -msgstr "" -"Hostitud SAML 2.0 identiteedipakkuja metaandmed (automaatselt " -"genereeritud) " - -msgid "OpenID Provider site - Alpha version (test code)" -msgstr "OpenID pakkuja lehekĂĽlg - alfaversioon (testkood)" - -msgid "Required for Radius" -msgstr "Nõutav Radiusele" - -msgid "SAML 2.0 SP example - test logging in through your IdP" -msgstr "SAML 2.0 SP näide - sisselogimine sinu IdP kaudu" - -msgid "Using SimpleSAMLphp as a Service Provider" -msgstr "SimpleSAMLphp kasutamine teenusepakkujana" - msgid "" "We have detected that there is only a few seconds since you last " "authenticated with this service provider, and therefore assume that there" @@ -375,9 +94,6 @@ msgstr "" "möödunud ainult mõned sekundid ja seepärast arvame, et sellega " "teenusepakkujaga on probleeme." -msgid "Recommended" -msgstr "Soovitatav" - msgid "" "If you are a developer who is deploying a single sign-on solution, you " "have a problem with the metadata configuration. Verify that metadata is " @@ -388,37 +104,14 @@ msgstr "" "metaandmed oleks seadistatud korrektselt nii identiteedipakkuja kui " "teenusepakkuja poolel." -msgid "SimpleSAMLphp Advanced Features" -msgstr "SimpleSAMLphp lisafunktsioonid" - msgid "Too short interval between single sign on events." msgstr "Liiga lĂĽhike intervall ĂĽhekordse sisselogimise sĂĽndmuste vahel." -msgid "Checking your PHP installation" -msgstr "PHP paigalduse kontrollimine" - -msgid "" -"The length of query parameters is limited by the PHP Suhosin extension. " -"Please increase the suhosin.get.max_value_length option to at least 2048 " -"bytes." -msgstr "" -"Päringuparameetrite arv on piiratud PHP Suhosin laienduse poolt. Palun " -"suurenda suhosin.get.max_value_length väärtust vähemalt 2048 baidini." - -msgid "Useful links for your installation" -msgstr "Kasulikud viited" - -msgid "Configuration" -msgstr "Seadistamine" - msgid "Hosted Shibboleth 1.3 Identity Provider Metadata (automatically generated)" msgstr "" "Hostitud Shibboleth 2.0 identiteedipakkuja metaandmed (automaatselt " "genereeritud) " -msgid "Login as administrator" -msgstr "Logi sisse administraatorina" - msgid "Report this error" msgstr "Teavita sellest tõrkest" diff --git a/modules/core/locales/eu/LC_MESSAGES/core.po b/modules/core/locales/eu/LC_MESSAGES/core.po index 9c0aa32b343ecc9e82f2568dad547481cae1a64a..11b833be0024b3e16f0a8b3ceeb9e65c1854d76e 100644 --- a/modules/core/locales/eu/LC_MESSAGES/core.po +++ b/modules/core/locales/eu/LC_MESSAGES/core.po @@ -1,4 +1,3 @@ - #, fuzzy msgid "" msgstr "" @@ -15,161 +14,6 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" -msgid "{core:frontpage:link_phpinfo}" -msgstr "PHP info" - -msgid "{core:frontpage:login_as_admin}" -msgstr "Sartu administratzaile bezala" - -msgid "{core:frontpage:link_doc_sp}" -msgstr "SimpleSAMLphp erabili Identificadore hornitzaile moduan" - -msgid "{core:frontpage:link_meta_saml2sphosted}" -msgstr "SP SAML 2.0ren ostatatutako metadatuak (automatikoki sortuak)" - -msgid "{core:frontpage:link_openidprovider}" -msgstr "OpenID hornitzailearen gunea - Alfa bertsioa (proba kodea)" - -msgid "{core:frontpage:link_doc_install}" -msgstr "SimpleSAMLphp-en instalakuntza" - -msgid "{core:frontpage:link_diagnostics}" -msgstr "Host, ataka eta protokoloen gaineko diagnostikoa" - -msgid "{core:frontpage:link_meta_saml2idphosted}" -msgstr "IdP SAML 2.0ren ostatatutako metadatuak (automatikoki sortuak)" - -msgid "{core:frontpage:optional}" -msgstr "Hautazkoa" - -msgid "{core:frontpage:doc_header}" -msgstr "Dokumentazioa" - -msgid "{core:frontpage:link_doc_advanced}" -msgstr "SimpleSAMLphp-en ezaugarri aurreratuak" - -msgid "{core:frontpage:required_ldap}" -msgstr "LDAPrentzat beharrezkoa" - -msgid "{core:frontpage:authtest}" -msgstr "Frogatu kautotzeko jada konfiguratuak dauden iturriak" - -msgid "{core:frontpage:link_meta_overview}" -msgstr "" -"Zure instalazioko metadatuen ikuspegi orokorra. Egiaztatu zure metadatu " -"fitxategiak" - -msgid "{core:frontpage:configuration}" -msgstr "Konfigurazioa" - -msgid "{core:frontpage:welcome}" -msgstr "Ongi etorri" - -msgid "{core:frontpage:link_doc_shibsp}" -msgstr "" -"Shibboleth 1.3 SP konfiguratzea IdP SimpleSAMLphp-ekin lan egin ahal " -"izateko" - -msgid "{core:frontpage:metadata_header}" -msgstr "Metadatuak" - -msgid "{core:frontpage:link_doc_maintenance}" -msgstr "SimpleSAMLphp-en mantentzea eta konfigurazioa" - -msgid "{core:frontpage:link_configcheck}" -msgstr "SimpleSAMLphp-en konfigurazioa egiaztatzea" - -msgid "{core:frontpage:page_title}" -msgstr "SimpleSAMLphp instalatzeko orria" - -msgid "{core:frontpage:warnings}" -msgstr "Oharrak" - -msgid "{core:frontpage:link_xmlconvert}" -msgstr "XML-tik SimpleSAMLphp metadatuetara bihurgailua" - -msgid "{core:frontpage:link_cleardiscochoices}" -msgstr "Nire IdP aukerak ezabatu IdP aurkikuntza zerbitzuetan" - -msgid "{core:frontpage:loggedin_as_admin}" -msgstr "Administratzaile bezala sartu zara" - -msgid "{core:frontpage:auth}" -msgstr "Kautotzea" - -msgid "{core:frontpage:show_metadata}" -msgstr "Ikusi metadatuak" - -msgid "{core:frontpage:intro}" -msgstr "" -"<strong>¡Zorionak!</strong> SimpleSAMLphp zuzen instalatu duzu. Hau" -" instalazioaren hasiera orria da, hemen, aurkituko dituzu loturak froga, " -"metadatu edo dokumentu garrantzitsuetan sartzeko." - -msgid "{core:frontpage:required}" -msgstr "Beharrezkoa" - -msgid "{core:frontpage:warnings_suhosin_url_length}" -msgstr "" -"Eskaeraren parametroen luzera PHP Suhosin luzapenak mugatzen du. Mesedez," -" luza ezazu suhosin.get.max_value_length aukeraren balioa gutxienez 2048 " -"bytetara. " - -msgid "{core:frontpage:warnings_https}" -msgstr "" -"<strong>Ez zara erabiltzen ari HTTPSak</strong> - erabiltzailearekin " -"zifratutako komunikazioak. HTTP zuzen ibiltzen da ebaluaketa ingurunetan," -" baina ustiapenean erabili behar baduzu, HTTPS erabili beharko zenuke. [ " -"<a href=\"https://simplesamlphp.org/docs/stable/simplesamlphp-maintenance" -"\">Irakur ezazu gehiago SimpleSAMLphp-ren mantentze-lanei " -"buruz </a> ]" - -msgid "{core:frontpage:federation}" -msgstr "Federazioa" - -msgid "{core:frontpage:required_radius}" -msgstr "RADIUSentzat beharrezkoa" - -msgid "{core:frontpage:checkphp}" -msgstr "Zure PHP instalaziooa egiazatzen" - -msgid "{core:frontpage:link_doc_idp}" -msgstr "SimpleSAMLphp erabili Identifikadore Hornitzaile moduan" - -msgid "{core:frontpage:link_saml2example}" -msgstr "SPren adibidea SAML 2.0rekin - saiakera zure IdP erabiliz sartzen" - -msgid "{core:frontpage:about_header}" -msgstr "SimpleSAMLphp-ari buruz" - -msgid "{core:frontpage:about_text}" -msgstr "" -"SimpleSAMLphp-en kontu hau interesgarria da benetan, non bila nezake " -"informazio gehiago honen inguruan? <a " -"href=\"http://rnd.feide.no/simplesamlphp\">SimpleSAMLphp Feideren I+G " -"blogeko <a href=\"http://uninett.no\">UNINETT</a>n." - -msgid "{core:frontpage:useful_links_header}" -msgstr "Instalaziorako lotura erabilgarriak" - -msgid "{core:frontpage:metadata}" -msgstr "Metadatuak" - -msgid "{core:frontpage:recommended}" -msgstr "Gomendatua" - -msgid "{core:frontpage:link_doc_googleapps}" -msgstr "SimpleSAMLphp Hezkuntzarako Google Apps-entzako IdP moduan" - -msgid "{core:frontpage:tools}" -msgstr "Tresnak" - -msgid "{core:frontpage:deprecated}" -msgstr "Zaharkitua" - -msgid "You are logged in as administrator" -msgstr "Administratzaile bezala sartu zara" - msgid "Go back to the previous page and try again." msgstr "Itzul zaitez aurreko orrira eta saiatu berriro" @@ -181,56 +25,18 @@ msgstr "" msgid "Welcome" msgstr "Ongi etorri" -msgid "SimpleSAMLphp configuration check" -msgstr "SimpleSAMLphp-en konfigurazioa egiaztatzea" - -msgid "Metadata overview for your installation. Diagnose your metadata files" -msgstr "" -"Zure instalazioko metadatuen ikuspegi orokorra. Egiaztatu zure metadatu " -"fitxategiak" - -msgid "XML to SimpleSAMLphp metadata converter" -msgstr "XML-tik SimpleSAMLphp metadatuetara bihurgailua" - -msgid "Required" -msgstr "Beharrezkoa" - -msgid "Warnings" -msgstr "Oharrak" - -msgid "Documentation" -msgstr "Dokumentazioa" - msgid "Hosted Shibboleth 1.3 Service Provider Metadata (automatically generated)" msgstr "SP Shibooleth 1.3ren ostatatutako metadatuak (automatikoki sortuak)" -msgid "PHP info" -msgstr "PHP info" - -msgid "About SimpleSAMLphp" -msgstr "SimpleSAMLphp-ari buruz" - -msgid "Hosted SAML 2.0 Service Provider Metadata (automatically generated)" -msgstr "SP SAML 2.0ren ostatatutako metadatuak (automatikoki sortuak)" - msgid "Retry login" msgstr "Saiatu berriro kautotzen" -msgid "Required for LDAP" -msgstr "LDAPrentzat beharrezkoa" - msgid "Close the web browser, and try again." msgstr "Nabigatzailea itxi eta saiatu berriro" -msgid "Federation" -msgstr "Federazioa" - msgid "We were unable to locate the state information for the current request." msgstr "Ez dugu aurkitu egoeraren informaziorik eskaera honentzat." -msgid "Delete my choices of IdP in the IdP discovery services" -msgstr "Nire IdP aukerak ezabatu IdP aurkikuntza zerbitzuetan" - msgid "" "This is most likely a configuration problem on either the service " "provider or identity provider." @@ -238,11 +44,6 @@ msgstr "" "Hau ziurrenik konfigurazio arazo bat izango da zerbitzu hornitzailean " "edota identitate hornitzailean. " -msgid "Configure Shibboleth 1.3 SP to work with SimpleSAMLphp IdP" -msgstr "" -"Shibboleth 1.3 SP konfiguratzea IdP SimpleSAMLphp-ekin lan egin ahal " -"izateko" - msgid "Using the back and forward buttons in the web browser." msgstr "Zure web nabigatzaileko atzera eta aurrera botoiak erabiltzen." @@ -255,12 +56,6 @@ msgstr "Cookie-ak desgaituta egon litezke nabigatzailean." msgid "Opened the web browser with tabs saved from the previous session." msgstr "Zure web nabigatzailea aurreko saiotik gordeta zeuden fitxekin ireki duzu." -msgid "Tools" -msgstr "Tresnak" - -msgid "Test configured authentication sources " -msgstr "Frogatu kautotzeko jada konfiguratuak dauden iturriak" - msgid "" "You appear to have disabled cookies in your browser. Please check the " "settings in your browser, and try again." @@ -268,51 +63,12 @@ msgstr "" "Badirudi zure nabigatzaileko cookie-ak desgaitu dituzula. Mesedez, " "berrikusi zure nabigatzaileko lehentasunak eta saiatu berriro." -msgid "Installing SimpleSAMLphp" -msgstr "SimpleSAMLphp-en instalakuntza" - -msgid "Deprecated" -msgstr "Zaharkitua" - -msgid "" -"<strong>Congratulations</strong>, you have successfully installed " -"SimpleSAMLphp. This is the start page of your installation, where you " -"will find links to test examples, diagnostics, metadata and even links to" -" relevant documentation." -msgstr "" -"<strong>¡Zorionak!</strong> SimpleSAMLphp zuzen instalatu duzu. Hau" -" instalazioaren hasiera orria da, hemen, aurkituko dituzu loturak froga, " -"metadatu edo dokumentu garrantzitsuetan sartzeko." - msgid "This error may be caused by:" msgstr "Errore hau honek eragin dezake:" -msgid "" -"<strong>You are not using HTTPS</strong> - encrypted communication with " -"the user. HTTP works fine for test purposes, but in a production " -"environment, you should use HTTPS. [ <a " -"href=\"https://simplesamlphp.org/docs/stable/simplesamlphp-" -"maintenance\">Read more about SimpleSAMLphp maintenance</a> ]" -msgstr "" -"<strong>Ez zara erabiltzen ari HTTPSak</strong> - erabiltzailearekin " -"zifratutako komunikazioak. HTTP zuzen ibiltzen da ebaluaketa ingurunetan," -" baina ustiapenean erabili behar baduzu, HTTPS erabili beharko zenuke. [ " -"<a href=\"https://simplesamlphp.org/docs/stable/simplesamlphp-maintenance" -"\">Irakur ezazu gehiago SimpleSAMLphp-ren mantentze-lanei " -"buruz </a> ]" - -msgid "Metadata" -msgstr "Metadatuak" - msgid "Retry" msgstr "Saiatu berriro" -msgid "SimpleSAMLphp Maintenance and Configuration" -msgstr "SimpleSAMLphp-en mantentzea eta konfigurazioa" - -msgid "Diagnostics on hostname, port and protocol" -msgstr "Host, ataka eta protokoloen gaineko diagnostikoa" - msgid "" "If you are an user who received this error after following a link on a " "site, you should report this error to the owner of that site." @@ -320,61 +76,17 @@ msgstr "" "Gune bateko lotura bat jarraituz errore hau jasotzen duen erabiltzaile " "bat bazara, guneko jabeari eman behar diozu errorearen berri." -msgid "Using SimpleSAMLphp as an Identity Provider" -msgstr "SimpleSAMLphp erabili Identifikadore Hornitzaile moduan" - -msgid "Optional" -msgstr "Hautazkoa" - msgid "Suggestions for resolving this problem:" msgstr "Arazo hau konpontzeko iradokizunak:" -msgid "" -"This SimpleSAMLphp thing is pretty cool, where can I read more about it? " -"You can find more information about it at the <a " -"href=\"https://simplesamlphp.org/\">SimpleSAMLphp web page </a> over at " -"<a href=\"http://uninett.no\">UNINETT</a>." -msgstr "" -"SimpleSAMLphp-en kontu hau interesgarria da benetan, non bila nezake " -"informazio gehiago honen inguruan? <a " -"href=\"http://rnd.feide.no/simplesamlphp\">SimpleSAMLphp Feideren I+G " -"blogeko <a href=\"http://uninett.no\">UNINETT</a>n." - msgid "Shibboleth 1.3 SP example - test logging in through your Shib IdP" msgstr "" "SPren adibidea Shibboleth 1.3 erabiliz - saikera zure IdP Shibboleth " "erabiliz sartzen" -msgid "Authentication" -msgstr "Kautotzea" - -msgid "SimpleSAMLphp installation page" -msgstr "SimpleSAMLphp instalatzeko orria" - -msgid "Show metadata" -msgstr "Ikusi metadatuak" - -msgid "SimpleSAMLphp as an IdP for Google Apps for Education" -msgstr "SimpleSAMLphp Hezkuntzarako Google Apps-entzako IdP moduan" - msgid "State information lost" msgstr "Egoeraren informazioa galdu da" -msgid "Hosted SAML 2.0 Identity Provider Metadata (automatically generated)" -msgstr "IdP SAML 2.0ren ostatatutako metadatuak (automatikoki sortuak)" - -msgid "OpenID Provider site - Alpha version (test code)" -msgstr "OpenID hornitzailearen gunea - Alfa bertsioa (proba kodea)" - -msgid "Required for Radius" -msgstr "RADIUSentzat beharrezkoa" - -msgid "SAML 2.0 SP example - test logging in through your IdP" -msgstr "SPren adibidea SAML 2.0rekin - saiakera zure IdP erabiliz sartzen" - -msgid "Using SimpleSAMLphp as a Service Provider" -msgstr "SimpleSAMLphp erabili Identificadore hornitzaile moduan" - msgid "" "We have detected that there is only a few seconds since you last " "authenticated with this service provider, and therefore assume that there" @@ -384,9 +96,6 @@ msgstr "" "besterik ez direla igaro antzeman dugu, beraz ZH honekin arazoren bat " "dagoela hartuko dugu. " -msgid "Recommended" -msgstr "Gomendatua" - msgid "" "If you are a developer who is deploying a single sign-on solution, you " "have a problem with the metadata configuration. Verify that metadata is " @@ -397,36 +106,12 @@ msgstr "" "metadatuak zuzen konfiguratuak daudela identitate hornitzailean eta " "zerbitzu hornitzailean." -msgid "SimpleSAMLphp Advanced Features" -msgstr "SimpleSAMLphp-en ezaugarri aurreratuak" - msgid "Too short interval between single sign on events." msgstr "Denbora tarte oso motza saio bakarreko gertaeren artean." -msgid "Checking your PHP installation" -msgstr "Zure PHP instalaziooa egiazatzen" - -msgid "" -"The length of query parameters is limited by the PHP Suhosin extension. " -"Please increase the suhosin.get.max_value_length option to at least 2048 " -"bytes." -msgstr "" -"Eskaeraren parametroen luzera PHP Suhosin luzapenak mugatzen du. Mesedez," -" luza ezazu suhosin.get.max_value_length aukeraren balioa gutxienez 2048 " -"bytetara. " - -msgid "Useful links for your installation" -msgstr "Instalaziorako lotura erabilgarriak" - -msgid "Configuration" -msgstr "Konfigurazioa" - msgid "Hosted Shibboleth 1.3 Identity Provider Metadata (automatically generated)" msgstr "IdP Shibooleth 1.3ren ostatatutako metadatuak (automatikoki sortuak)" -msgid "Login as administrator" -msgstr "Sartu administratzaile bezala" - msgid "Report this error" msgstr "Errore honen berri eman" diff --git a/modules/core/locales/fi/LC_MESSAGES/core.po b/modules/core/locales/fi/LC_MESSAGES/core.po index 531ca6acf9f898a983091123f133a7e9a60ce9d4..a0b93523b438fb96038217246d5c2e9181090179 100644 --- a/modules/core/locales/fi/LC_MESSAGES/core.po +++ b/modules/core/locales/fi/LC_MESSAGES/core.po @@ -1,4 +1,3 @@ - #, fuzzy msgid "" msgstr "" @@ -15,206 +14,17 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" -msgid "{core:frontpage:link_phpinfo}" -msgstr "PHP info" - -msgid "{core:frontpage:login_as_admin}" -msgstr "Kirjaudu ylläpitäjänä" - -msgid "{core:frontpage:link_doc_sp}" -msgstr "SimpleSAMLphp palveluntarjoajana" - -msgid "{core:frontpage:link_meta_saml2sphosted}" -msgstr "Isännöidyn SAML 2.0 palveluntarjoajan Metadata (automaattisesti luotu)" - -msgid "{core:frontpage:link_openidprovider}" -msgstr "OpenID tarjoaja - Alpha versio (testikoodi)" - -msgid "{core:frontpage:link_doc_install}" -msgstr "Asennetaan SimpleSAMLphp" - -msgid "{core:frontpage:link_diagnostics}" -msgstr "Isäntänimen, portin ja protokollan diagnostiikka" - -msgid "{core:frontpage:link_meta_saml2idphosted}" -msgstr "Isännöidyn SAML 2.0 identiteetintarjoajan Metadata (automaattisesti luotu)" - -msgid "{core:frontpage:optional}" -msgstr "Valinnainen" - -msgid "{core:frontpage:doc_header}" -msgstr "Dokumentaatio" - -msgid "{core:frontpage:link_doc_advanced}" -msgstr "simpeSAMLphp:n pitkälle kehittyneet ominaisuudet" - -msgid "{core:frontpage:required_ldap}" -msgstr "Pakollinen LDAP:ia varten" - -msgid "{core:frontpage:authtest}" -msgstr "Testaa määritettyjä tunnistuslähteitä" - -msgid "{core:frontpage:link_meta_overview}" -msgstr "Asennuksesi metadatan yleiskataus. Tarkasta metadatatiedostojasi" - -msgid "{core:frontpage:configuration}" -msgstr "Asetukset" - -msgid "{core:frontpage:welcome}" -msgstr "Tervetuloa" - -msgid "{core:frontpage:link_doc_shibsp}" -msgstr "" -"Määritä asetukset Shibboleth 1.3 palveluntarjoajaksi SimpleSAMLphp " -"identiteetintarjoajan kanssa" - -msgid "{core:frontpage:metadata_header}" -msgstr "Metadata" - -msgid "{core:frontpage:link_doc_maintenance}" -msgstr "SimpleSAMLphp:n ylläpito ja asetusten määrittely" - -msgid "{core:frontpage:link_configcheck}" -msgstr "SimpleSAMLphp asetusten tarkastus" - -msgid "{core:frontpage:warnings}" -msgstr "Varoituksia" - -msgid "{core:frontpage:link_xmlconvert}" -msgstr "XML:stä SimpleSAMLphp metadata:aan kääntäjä" - -msgid "{core:frontpage:link_cleardiscochoices}" -msgstr "Poista IdP valintani IdP discoverypalvelusta" - -msgid "{core:frontpage:loggedin_as_admin}" -msgstr "Olet kirjautunut ylläpitäjänä" - -msgid "{core:frontpage:auth}" -msgstr "Tunnistautuminen" - -msgid "{core:frontpage:show_metadata}" -msgstr "Näytä metatiedot" - -msgid "{core:frontpage:intro}" -msgstr "" -"<strong>Onnittelut</strong>, olet onnistuneesti asentanut " -"SimpleSAMLphp:n. Tämä on asennuksen lähtösivu, millä löydät linkkejä " -"testiesimerkkeihin, diagnostiikkaan, metadataan ja dokumentaatioon." - -msgid "{core:frontpage:required}" -msgstr "Pakollinen" - -msgid "{core:frontpage:warnings_https}" -msgstr "" -"<strong>Et käytä HTTPS</strong> - vahvaa yhteystä käyttäjään. HTTP-" -"protokolla on sopiva testeihin, mutta tuotantojärjestelmässä sinun tulee " -"käyttää HTTPS:ää. [ <a href=\"http://rnd.feide.no/content/simplesamlphp-" -"maintenance-and-configuration\">Lue SimpleSAMLphp ylläpidosta (eng)</a> ]" - -msgid "{core:frontpage:federation}" -msgstr "Federaatio" - -msgid "{core:frontpage:required_radius}" -msgstr "Pakollinen Radiusta varten" - -msgid "{core:frontpage:checkphp}" -msgstr "Tarkastetaan PHP-asennuksesi" - -msgid "{core:frontpage:link_doc_idp}" -msgstr "SimpleSAMLphp identiteetintarjoajana" - -msgid "{core:frontpage:link_saml2example}" -msgstr "SAML 2.0 SP esimerkki - testikirjautuminen IdP:si kautta" - -msgid "{core:frontpage:about_header}" -msgstr "SimpleSAMLphp:stä" - -msgid "{core:frontpage:about_text}" -msgstr "" -"Tää simpleSAMPphp on aiga magee, mutta mistä voin lukea enemmän asiasta? " -"Löydät enemmän tietoa <a " -"href=\"http://rnd.feide.no/simplesamlphp\">SimpleSAMLphp blogista Feide " -"RnD:llä</a> <a href=\"http://uninett.no\">UNINETT</a>issa." - -msgid "{core:frontpage:useful_links_header}" -msgstr "Asennuksesi käytännöllisiä linkkejä" - -msgid "{core:frontpage:metadata}" -msgstr "Metatiedot" - -msgid "{core:frontpage:recommended}" -msgstr "Suositellaan" - -msgid "{core:frontpage:link_doc_googleapps}" -msgstr "SimpleSAMLphp Google Apps for Education identiteetintarjoajana" - -msgid "{core:frontpage:tools}" -msgstr "Työkalut" - -msgid "{core:frontpage:deprecated}" -msgstr "Vanhentunut" - -msgid "You are logged in as administrator" -msgstr "Olet kirjautunut ylläpitäjänä" - msgid "Welcome" msgstr "Tervetuloa" -msgid "SimpleSAMLphp configuration check" -msgstr "SimpleSAMLphp asetusten tarkastus" - -msgid "Metadata overview for your installation. Diagnose your metadata files" -msgstr "Asennuksesi metadatan yleiskataus. Tarkasta metadatatiedostojasi" - -msgid "XML to SimpleSAMLphp metadata converter" -msgstr "XML:stä SimpleSAMLphp metadata:aan kääntäjä" - -msgid "Required" -msgstr "Pakollinen" - -msgid "Warnings" -msgstr "Varoituksia" - -msgid "Documentation" -msgstr "Dokumentaatio" - msgid "Hosted Shibboleth 1.3 Service Provider Metadata (automatically generated)" msgstr "" "Isännöidyn Shibboleth 1.3 palveluntarjoajan Metadata (automaattisesti " "luotu)" -msgid "PHP info" -msgstr "PHP info" - -msgid "About SimpleSAMLphp" -msgstr "SimpleSAMLphp:stä" - -msgid "Hosted SAML 2.0 Service Provider Metadata (automatically generated)" -msgstr "Isännöidyn SAML 2.0 palveluntarjoajan Metadata (automaattisesti luotu)" - -msgid "Required for LDAP" -msgstr "Pakollinen LDAP:ia varten" - -msgid "Federation" -msgstr "Federaatio" - -msgid "Delete my choices of IdP in the IdP discovery services" -msgstr "Poista IdP valintani IdP discoverypalvelusta" - -msgid "Configure Shibboleth 1.3 SP to work with SimpleSAMLphp IdP" -msgstr "" -"Määritä asetukset Shibboleth 1.3 palveluntarjoajaksi SimpleSAMLphp " -"identiteetintarjoajan kanssa" - msgid "Missing cookie" msgstr "Puuttuva eväste" -msgid "Tools" -msgstr "Työkalut" - -msgid "Test configured authentication sources " -msgstr "Testaa määritettyjä tunnistuslähteitä" - msgid "" "You appear to have disabled cookies in your browser. Please check the " "settings in your browser, and try again." @@ -222,110 +32,13 @@ msgstr "" "Näyttää, että olet kieltänyt evästeiden käytön selaimessasi. Ole hyvä ja " "salli evästeet selaimestasi ja yritä uudelleen." -msgid "Installing SimpleSAMLphp" -msgstr "Asennetaan SimpleSAMLphp" - -msgid "Deprecated" -msgstr "Vanhentunut" - -msgid "" -"<strong>Congratulations</strong>, you have successfully installed " -"SimpleSAMLphp. This is the start page of your installation, where you " -"will find links to test examples, diagnostics, metadata and even links to" -" relevant documentation." -msgstr "" -"<strong>Onnittelut</strong>, olet onnistuneesti asentanut " -"SimpleSAMLphp:n. Tämä on asennuksen lähtösivu, millä löydät linkkejä " -"testiesimerkkeihin, diagnostiikkaan, metadataan ja dokumentaatioon." - -msgid "" -"<strong>You are not using HTTPS</strong> - encrypted communication with " -"the user. HTTP works fine for test purposes, but in a production " -"environment, you should use HTTPS. [ <a " -"href=\"https://simplesamlphp.org/docs/stable/simplesamlphp-" -"maintenance\">Read more about SimpleSAMLphp maintenance</a> ]" -msgstr "" -"<strong>Et käytä HTTPS</strong> - vahvaa yhteystä käyttäjään. HTTP-" -"protokolla on sopiva testeihin, mutta tuotantojärjestelmässä sinun tulee " -"käyttää HTTPS:ää. [ <a href=\"http://rnd.feide.no/content/simplesamlphp-" -"maintenance-and-configuration\">Lue SimpleSAMLphp ylläpidosta (eng)</a> ]" - -msgid "Metadata" -msgstr "Metadata" - msgid "Retry" msgstr "Uudestaan" -msgid "SimpleSAMLphp Maintenance and Configuration" -msgstr "SimpleSAMLphp:n ylläpito ja asetusten määrittely" - -msgid "Diagnostics on hostname, port and protocol" -msgstr "Isäntänimen, portin ja protokollan diagnostiikka" - -msgid "Using SimpleSAMLphp as an Identity Provider" -msgstr "SimpleSAMLphp identiteetintarjoajana" - -msgid "Optional" -msgstr "Valinnainen" - -msgid "" -"This SimpleSAMLphp thing is pretty cool, where can I read more about it? " -"You can find more information about it at the <a " -"href=\"https://simplesamlphp.org/\">SimpleSAMLphp web page </a> over at " -"<a href=\"http://uninett.no\">UNINETT</a>." -msgstr "" -"Tää simpleSAMPphp on aiga magee, mutta mistä voin lukea enemmän asiasta? " -"Löydät enemmän tietoa <a " -"href=\"http://rnd.feide.no/simplesamlphp\">SimpleSAMLphp blogista Feide " -"RnD:llä</a> <a href=\"http://uninett.no\">UNINETT</a>issa." - msgid "Shibboleth 1.3 SP example - test logging in through your Shib IdP" msgstr "Shibboleth 1.3 SP esimerkki - testikirjautuminen Shib IdP:si kautta" -msgid "Authentication" -msgstr "Tunnistautuminen" - -msgid "Show metadata" -msgstr "Näytä metatiedot" - -msgid "SimpleSAMLphp as an IdP for Google Apps for Education" -msgstr "SimpleSAMLphp Google Apps for Education identiteetintarjoajana" - -msgid "Hosted SAML 2.0 Identity Provider Metadata (automatically generated)" -msgstr "Isännöidyn SAML 2.0 identiteetintarjoajan Metadata (automaattisesti luotu)" - -msgid "OpenID Provider site - Alpha version (test code)" -msgstr "OpenID tarjoaja - Alpha versio (testikoodi)" - -msgid "Required for Radius" -msgstr "Pakollinen Radiusta varten" - -msgid "SAML 2.0 SP example - test logging in through your IdP" -msgstr "SAML 2.0 SP esimerkki - testikirjautuminen IdP:si kautta" - -msgid "Using SimpleSAMLphp as a Service Provider" -msgstr "SimpleSAMLphp palveluntarjoajana" - -msgid "Recommended" -msgstr "Suositellaan" - -msgid "SimpleSAMLphp Advanced Features" -msgstr "simpeSAMLphp:n pitkälle kehittyneet ominaisuudet" - -msgid "Checking your PHP installation" -msgstr "Tarkastetaan PHP-asennuksesi" - -msgid "Useful links for your installation" -msgstr "Asennuksesi käytännöllisiä linkkejä" - -msgid "Configuration" -msgstr "Asetukset" - msgid "Hosted Shibboleth 1.3 Identity Provider Metadata (automatically generated)" msgstr "" "Isännöidyn Shibboleth 1.3 identiteetintarjoajan Metadata (automaattisesti" " luotu)" - -msgid "Login as administrator" -msgstr "Kirjaudu ylläpitäjänä" - diff --git a/modules/core/locales/fr/LC_MESSAGES/core.po b/modules/core/locales/fr/LC_MESSAGES/core.po index 39c42d9d5d255d214bac256b6760555c7fe877e0..54247ca06ce1412280cc61d6e4596b39f2a5b76c 100644 --- a/modules/core/locales/fr/LC_MESSAGES/core.po +++ b/modules/core/locales/fr/LC_MESSAGES/core.po @@ -1,4 +1,3 @@ - #, fuzzy msgid "" msgstr "" @@ -15,160 +14,6 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" -msgid "{core:frontpage:link_phpinfo}" -msgstr "PHPinfo" - -msgid "{core:frontpage:login_as_admin}" -msgstr "Connexion en tant qu'administrateur" - -msgid "{core:frontpage:link_doc_sp}" -msgstr "Utilisation de SimpleSAMLphp comme fournisseur de service" - -msgid "{core:frontpage:link_meta_saml2sphosted}" -msgstr "MĂ©tadonnĂ©es du fournisseur de service SAML 2.0 (gĂ©nĂ©rĂ©es automatiquement)" - -msgid "{core:frontpage:link_openidprovider}" -msgstr "Site fournisseur d'OpenID - version alpha (code de test)" - -msgid "{core:frontpage:link_doc_install}" -msgstr "Installation de SimpleSAMLphp" - -msgid "{core:frontpage:link_diagnostics}" -msgstr "Diagnostics sur le nom d'hĂ´te, le port et le protocole" - -msgid "{core:frontpage:link_meta_saml2idphosted}" -msgstr "MĂ©tadonnĂ©es du fournisseur d'identitĂ©s SAML 2.0 (gĂ©nĂ©rĂ©es automatiquement)" - -msgid "{core:frontpage:optional}" -msgstr "Facultatif" - -msgid "{core:frontpage:doc_header}" -msgstr "Documentation" - -msgid "{core:frontpage:link_doc_advanced}" -msgstr "FonctionnalitĂ©s avancĂ©es de SimpleSAMLphp" - -msgid "{core:frontpage:required_ldap}" -msgstr "Obligatoire pour LDAP" - -msgid "{core:frontpage:authtest}" -msgstr "Tester les sources d'authentification configurĂ©es" - -msgid "{core:frontpage:link_meta_overview}" -msgstr "" -"Aperçu des mĂ©tadonnĂ©es de votre installation. Diagnostic de vos fichiers " -"de mĂ©tadonnĂ©es." - -msgid "{core:frontpage:configuration}" -msgstr "Configuration" - -msgid "{core:frontpage:welcome}" -msgstr "Bienvenue" - -msgid "{core:frontpage:link_doc_shibsp}" -msgstr "Configurer un SP Shibboleth 1.3 pour fonctionner avec l'IdP SimpleSAMLphp" - -msgid "{core:frontpage:metadata_header}" -msgstr "MĂ©tadonnĂ©es" - -msgid "{core:frontpage:link_doc_maintenance}" -msgstr "Maintenance et configuration de SimpleSAMLphp" - -msgid "{core:frontpage:link_configcheck}" -msgstr "Test de configuration de SimpleSAMLphp" - -msgid "{core:frontpage:page_title}" -msgstr "Page d'installation de SimpleSAMLphp" - -msgid "{core:frontpage:warnings}" -msgstr "Avertissements" - -msgid "{core:frontpage:link_xmlconvert}" -msgstr "Convertisseur de mĂ©tadonnĂ©es XML vers SimpleSAMLphp" - -msgid "{core:frontpage:link_cleardiscochoices}" -msgstr "Supprimer mes choix d'IdP dans le service de dĂ©couverte d'IdP" - -msgid "{core:frontpage:loggedin_as_admin}" -msgstr "Vous ĂŞtes connectĂ© en tant qu'administrateur" - -msgid "{core:frontpage:auth}" -msgstr "Authentification" - -msgid "{core:frontpage:show_metadata}" -msgstr "Afficher les mĂ©tadonnĂ©es" - -msgid "{core:frontpage:intro}" -msgstr "" -"<strong>FĂ©licitations</strong>, vous avez installĂ© SimpleSAMLphp. Cette " -"page est votre point de dĂ©part, depuis lequel vous trouverez les liens " -"vers des exemples de configurations, outils de diagnostics, mĂ©tadonnĂ©es, " -"ainsi que des liens vers la documentation." - -msgid "{core:frontpage:required}" -msgstr "Obligatoire" - -msgid "{core:frontpage:warnings_suhosin_url_length}" -msgstr "" -"La longuer des paramètres de requĂŞte est limitĂ©e par l'extension PHP " -"Suhosin. Merci d'augmenter l'option suhosin.get.max_value_length Ă au " -"moins 2048 octets." - -msgid "{core:frontpage:warnings_https}" -msgstr "" -"<strong>Vous n'utilisez pas HTTPS</strong> - communications chiffrĂ©es " -"avec l'utilisateur. Utiliser SimpleSAMLphp marchera parfaitement avec " -"HTTP pour des tests, mais si vous voulez l'utiliser dans un environnement" -" de production, vous devriez utiliser HTTPS. [ <a " -"href=\"https://simplesamlphp.org/docs/stable/simplesamlphp-maintenance" -"\">En lire plus sur la maintenance de SimpleSAMLphp</a> ]" - -msgid "{core:frontpage:federation}" -msgstr "FĂ©dĂ©ration" - -msgid "{core:frontpage:required_radius}" -msgstr "Obligatoire pour Radius" - -msgid "{core:frontpage:checkphp}" -msgstr "VĂ©rification de votre installation de PHP" - -msgid "{core:frontpage:link_doc_idp}" -msgstr "Utilisation de SimpleSAMLphp comme fournisseur d'identitĂ©s" - -msgid "{core:frontpage:link_saml2example}" -msgstr "SP SAML 2.0 d'exemple - tester l'identification via votre IdP" - -msgid "{core:frontpage:about_header}" -msgstr "Ă€ propos de SimpleSAMLphp" - -msgid "{core:frontpage:about_text}" -msgstr "" -"Ce logiciel SimpleSAMLphp est plutĂ´t sympa, oĂą puis-je en lire plus Ă son" -" sujet? Vous trouverez plus d'informations sur <a " -"href=\"http://rnd.feide.no/simplesamlphp\">SimpleSAMLphp sur le blog de " -"la R&D de Feide</a> sur <a href=\"http://uninett.no\">UNINETT</a>." - -msgid "{core:frontpage:useful_links_header}" -msgstr "Liens utiles pour votre installation" - -msgid "{core:frontpage:metadata}" -msgstr "MĂ©tadonnĂ©es" - -msgid "{core:frontpage:recommended}" -msgstr "RecommandĂ©" - -msgid "{core:frontpage:link_doc_googleapps}" -msgstr "SimpleSAMLphp comme IdP pour les <i>Google Apps for Education</i>" - -msgid "{core:frontpage:tools}" -msgstr "Outils" - -msgid "{core:frontpage:deprecated}" -msgstr "Obsolète" - -msgid "You are logged in as administrator" -msgstr "Vous ĂŞtes connectĂ© en tant qu'administrateur" - msgid "Go back to the previous page and try again." msgstr "Retournez Ă la page prĂ©cĂ©dente et rĂ©essayez." @@ -180,58 +25,20 @@ msgstr "" msgid "Welcome" msgstr "Bienvenue" -msgid "SimpleSAMLphp configuration check" -msgstr "Test de configuration de SimpleSAMLphp" - -msgid "Metadata overview for your installation. Diagnose your metadata files" -msgstr "" -"Aperçu des mĂ©tadonnĂ©es de votre installation. Diagnostic de vos fichiers " -"de mĂ©tadonnĂ©es." - -msgid "XML to SimpleSAMLphp metadata converter" -msgstr "Convertisseur de mĂ©tadonnĂ©es XML vers SimpleSAMLphp" - -msgid "Required" -msgstr "Obligatoire" - -msgid "Warnings" -msgstr "Avertissements" - -msgid "Documentation" -msgstr "Documentation" - msgid "Hosted Shibboleth 1.3 Service Provider Metadata (automatically generated)" msgstr "" "MĂ©tadonnĂ©es du fournisseur de service Shibboleth 1.3 (gĂ©nĂ©rĂ©es " "automatiquement)" -msgid "PHP info" -msgstr "PHPinfo" - -msgid "About SimpleSAMLphp" -msgstr "Ă€ propos de SimpleSAMLphp" - -msgid "Hosted SAML 2.0 Service Provider Metadata (automatically generated)" -msgstr "MĂ©tadonnĂ©es du fournisseur de service SAML 2.0 (gĂ©nĂ©rĂ©es automatiquement)" - msgid "Retry login" msgstr "RĂ©-essayez de vous connecter" -msgid "Required for LDAP" -msgstr "Obligatoire pour LDAP" - msgid "Close the web browser, and try again." msgstr "Fermez le navigateur, essayez Ă nouveau." -msgid "Federation" -msgstr "FĂ©dĂ©ration" - msgid "We were unable to locate the state information for the current request." msgstr "Nous ne pouvons pas trouver l'information d'Ă©tat pour la demande courante." -msgid "Delete my choices of IdP in the IdP discovery services" -msgstr "Supprimer mes choix d'IdP dans le service de dĂ©couverte d'IdP" - msgid "" "This is most likely a configuration problem on either the service " "provider or identity provider." @@ -239,9 +46,6 @@ msgstr "" "Cela ressemble Ă un problème de configuration soit du fournisseur de " "service ou du fournisseur d'identitĂ©." -msgid "Configure Shibboleth 1.3 SP to work with SimpleSAMLphp IdP" -msgstr "Configurer un SP Shibboleth 1.3 pour fonctionner avec l'IdP SimpleSAMLphp" - msgid "Using the back and forward buttons in the web browser." msgstr "Utilisation des boutons avance et retour dans le navigateur." @@ -256,12 +60,6 @@ msgstr "" "Ouvert le navigateur avec des onglets sauvegardĂ©s lors de la session " "prĂ©cĂ©dente." -msgid "Tools" -msgstr "Outils" - -msgid "Test configured authentication sources " -msgstr "Tester les sources d'authentification configurĂ©es" - msgid "" "You appear to have disabled cookies in your browser. Please check the " "settings in your browser, and try again." @@ -269,52 +67,12 @@ msgstr "" "Il semble que votre navigateur refuse les cookies. Merci de vĂ©rifier les " "rĂ©glages de votre navigateur, puis de rĂ©-essayer." -msgid "Installing SimpleSAMLphp" -msgstr "Installation de SimpleSAMLphp" - -msgid "Deprecated" -msgstr "Obsolète" - -msgid "" -"<strong>Congratulations</strong>, you have successfully installed " -"SimpleSAMLphp. This is the start page of your installation, where you " -"will find links to test examples, diagnostics, metadata and even links to" -" relevant documentation." -msgstr "" -"<strong>FĂ©licitations</strong>, vous avez installĂ© SimpleSAMLphp. Cette " -"page est votre point de dĂ©part, depuis lequel vous trouverez les liens " -"vers des exemples de configurations, outils de diagnostics, mĂ©tadonnĂ©es, " -"ainsi que des liens vers la documentation." - msgid "This error may be caused by:" msgstr "Cette erreur peut ĂŞtre causĂ©e par :" -msgid "" -"<strong>You are not using HTTPS</strong> - encrypted communication with " -"the user. HTTP works fine for test purposes, but in a production " -"environment, you should use HTTPS. [ <a " -"href=\"https://simplesamlphp.org/docs/stable/simplesamlphp-" -"maintenance\">Read more about SimpleSAMLphp maintenance</a> ]" -msgstr "" -"<strong>Vous n'utilisez pas HTTPS</strong> - communications chiffrĂ©es " -"avec l'utilisateur. Utiliser SimpleSAMLphp marchera parfaitement avec " -"HTTP pour des tests, mais si vous voulez l'utiliser dans un environnement" -" de production, vous devriez utiliser HTTPS. [ <a " -"href=\"https://simplesamlphp.org/docs/stable/simplesamlphp-maintenance" -"\">En lire plus sur la maintenance de SimpleSAMLphp</a> ]" - -msgid "Metadata" -msgstr "MĂ©tadonnĂ©es" - msgid "Retry" msgstr "RĂ©-essayer" -msgid "SimpleSAMLphp Maintenance and Configuration" -msgstr "Maintenance et configuration de SimpleSAMLphp" - -msgid "Diagnostics on hostname, port and protocol" -msgstr "Diagnostics sur le nom d'hĂ´te, le port et le protocole" - msgid "" "If you are an user who received this error after following a link on a " "site, you should report this error to the owner of that site." @@ -323,59 +81,15 @@ msgstr "" "sur un site, vous devriez remonter cette erreur au propriĂ©taire de ce " "site." -msgid "Using SimpleSAMLphp as an Identity Provider" -msgstr "Utilisation de SimpleSAMLphp comme fournisseur d'identitĂ©s" - -msgid "Optional" -msgstr "Facultatif" - msgid "Suggestions for resolving this problem:" msgstr "Suggestions pour rĂ©soudre ce problème :" -msgid "" -"This SimpleSAMLphp thing is pretty cool, where can I read more about it? " -"You can find more information about it at the <a " -"href=\"https://simplesamlphp.org/\">SimpleSAMLphp web page </a> over at " -"<a href=\"http://uninett.no\">UNINETT</a>." -msgstr "" -"Ce logiciel SimpleSAMLphp est plutĂ´t sympa, oĂą puis-je en lire plus Ă son" -" sujet? Vous trouverez plus d'informations sur <a " -"href=\"http://rnd.feide.no/simplesamlphp\">SimpleSAMLphp sur le blog de " -"la R&D de Feide</a> sur <a href=\"http://uninett.no\">UNINETT</a>." - msgid "Shibboleth 1.3 SP example - test logging in through your Shib IdP" msgstr "SP Shibboleth 1.3 d'exemple - tester l'identification via votre IdP" -msgid "Authentication" -msgstr "Authentification" - -msgid "SimpleSAMLphp installation page" -msgstr "Page d'installation de SimpleSAMLphp" - -msgid "Show metadata" -msgstr "Afficher les mĂ©tadonnĂ©es" - -msgid "SimpleSAMLphp as an IdP for Google Apps for Education" -msgstr "SimpleSAMLphp comme IdP pour les <i>Google Apps for Education</i>" - msgid "State information lost" msgstr "Information d'Ă©tat perdue" -msgid "Hosted SAML 2.0 Identity Provider Metadata (automatically generated)" -msgstr "MĂ©tadonnĂ©es du fournisseur d'identitĂ©s SAML 2.0 (gĂ©nĂ©rĂ©es automatiquement)" - -msgid "OpenID Provider site - Alpha version (test code)" -msgstr "Site fournisseur d'OpenID - version alpha (code de test)" - -msgid "Required for Radius" -msgstr "Obligatoire pour Radius" - -msgid "SAML 2.0 SP example - test logging in through your IdP" -msgstr "SP SAML 2.0 d'exemple - tester l'identification via votre IdP" - -msgid "Using SimpleSAMLphp as a Service Provider" -msgstr "Utilisation de SimpleSAMLphp comme fournisseur de service" - msgid "" "We have detected that there is only a few seconds since you last " "authenticated with this service provider, and therefore assume that there" @@ -384,9 +98,6 @@ msgstr "" "Il ne s'est Ă©coulĂ© que quelques secondes depuis votre authentification " "prĂ©cĂ©dente, ce qui est la marque d'un dysfonctionnement de ce SP." -msgid "Recommended" -msgstr "RecommandĂ©" - msgid "" "If you are a developer who is deploying a single sign-on solution, you " "have a problem with the metadata configuration. Verify that metadata is " @@ -397,38 +108,14 @@ msgstr "" " ces mĂ©tadonnĂ©es sont correctement configurĂ©es sur le fournisseur " "d'identitĂ© et le fournisseur de service " -msgid "SimpleSAMLphp Advanced Features" -msgstr "FonctionnalitĂ©s avancĂ©es de SimpleSAMLphp" - msgid "Too short interval between single sign on events." msgstr "Connexions uniques trop proches dans le temps." -msgid "Checking your PHP installation" -msgstr "VĂ©rification de votre installation de PHP" - -msgid "" -"The length of query parameters is limited by the PHP Suhosin extension. " -"Please increase the suhosin.get.max_value_length option to at least 2048 " -"bytes." -msgstr "" -"La longuer des paramètres de requĂŞte est limitĂ©e par l'extension PHP " -"Suhosin. Merci d'augmenter l'option suhosin.get.max_value_length Ă au " -"moins 2048 octets." - -msgid "Useful links for your installation" -msgstr "Liens utiles pour votre installation" - -msgid "Configuration" -msgstr "Configuration" - msgid "Hosted Shibboleth 1.3 Identity Provider Metadata (automatically generated)" msgstr "" "MĂ©tadonnĂ©es du fournisseur d'identitĂ©s Shibboleth 1.3 (gĂ©nĂ©rĂ©es " "automatiquement)" -msgid "Login as administrator" -msgstr "Connexion en tant qu'administrateur" - msgid "Report this error" msgstr "Remontez cette erreur" diff --git a/modules/core/locales/he/LC_MESSAGES/core.po b/modules/core/locales/he/LC_MESSAGES/core.po index e647399bc795971d13bf0f6f8716a6edeefcf6bd..aec9a09ede2209e49c76cdbb7a55285dfd000582 100644 --- a/modules/core/locales/he/LC_MESSAGES/core.po +++ b/modules/core/locales/he/LC_MESSAGES/core.po @@ -1,4 +1,3 @@ - #, fuzzy msgid "" msgstr "" @@ -15,154 +14,6 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" -msgid "{core:frontpage:link_phpinfo}" -msgstr "מידע PHP" - -msgid "{core:frontpage:login_as_admin}" -msgstr "×›× ×ˇ ×›×ž× ×”×ś מערכת" - -msgid "{core:frontpage:link_doc_sp}" -msgstr "שימוש ב SimpleSAMLphp כספק שרותים" - -msgid "{core:frontpage:link_meta_saml2sphosted}" -msgstr "מ××-×”× ×Ş×•× ×™×ť של ספק השירותים מסוג SAML 2.0 המ×ורח (× ×•×¦×¨ ×ו×ומ×ית)" - -msgid "{core:frontpage:link_openidprovider}" -msgstr "×תר ספק OpenID - גירסת ××ś×¤× (קוד בדיקה(" - -msgid "{core:frontpage:link_doc_install}" -msgstr "×”×Ş×§× ×Ş SimpleSAMLphp" - -msgid "{core:frontpage:link_diagnostics}" -msgstr "×יבחון על שם מחשב, ×¤×•×¨× ×•×¤×¨×•×וקול" - -msgid "{core:frontpage:link_meta_saml2idphosted}" -msgstr "מ××-×”× ×Ş×•× ×™×ť של ספק הזהויות מסוג SAML 2.0 המ×ורח (× ×•×¦×¨ ×ו×ומ×ית)" - -msgid "{core:frontpage:optional}" -msgstr "× ×Ş×•×ź לבחירה" - -msgid "{core:frontpage:doc_header}" -msgstr "תיעוד" - -msgid "{core:frontpage:link_doc_advanced}" -msgstr "×Ş×›×•× ×•×Ş מתקדמות של SimpleSAMLphp" - -msgid "{core:frontpage:required_ldap}" -msgstr "דרוש עבור LDAP" - -msgid "{core:frontpage:authtest}" -msgstr "בחן ×ת הגדרות מקורות ההיזדהות" - -msgid "{core:frontpage:link_meta_overview}" -msgstr "סקירת מ××-× ×Ş×•× ×™×ť ×ś×”×Ş×§× ×” שלך. ×בחן ×ת קבצי מ××-×”× ×Ş×•× ×™×ť שלך" - -msgid "{core:frontpage:configuration}" -msgstr "הגדרות" - -msgid "{core:frontpage:welcome}" -msgstr "ברוך-הב×" - -msgid "{core:frontpage:link_doc_shibsp}" -msgstr "הגדר ס\"ש מסוג Shibboleth 1.3 כך שיעבוד עם ס\"×– של SimpleSAMLphp" - -msgid "{core:frontpage:metadata_header}" -msgstr "מ××-× ×Ş×•× ×™×ť" - -msgid "{core:frontpage:link_doc_maintenance}" -msgstr "תחזוקה והגדרות של SimpleSAMLphp" - -msgid "{core:frontpage:link_configcheck}" -msgstr "בדיקת הגדרות SimpleSAMLphp " - -msgid "{core:frontpage:page_title}" -msgstr "דף ×”×”×Ş×§× ×” של SimpleSAMLphp" - -msgid "{core:frontpage:warnings}" -msgstr "×זהרות" - -msgid "{core:frontpage:link_xmlconvert}" -msgstr "ממיר XML למ××-מידע של SimpleSAMLphp" - -msgid "{core:frontpage:link_cleardiscochoices}" -msgstr "מחק ×ת בחירת ס\"×– משירות ×”×יתור לס\"×–" - -msgid "{core:frontpage:loggedin_as_admin}" -msgstr "×תה מחובר ×›×ž× ×”×ś מערכת" - -msgid "{core:frontpage:auth}" -msgstr "×ימות" - -msgid "{core:frontpage:show_metadata}" -msgstr "הר××” מ××-× ×Ş×•× ×™×ť" - -msgid "{core:frontpage:intro}" -msgstr "" -"<strong>מזל ×וב</strong>,SimpleSAMLphp. ×”×Ş×§× ×Ş הבהצלחה ×ת ×–×” דף ההתחלה של " -"×”×”×Ş×§× ×” שלך, היכן ×©×Ş×ž×¦× ×§×™×©×•×¨×™×ť לדוגמ×ות לבדיקה, ×בחון, מ××-× ×Ş×•× ×™×ť ו×פילו " -"קישורים לתעוד המת×ים. " - -msgid "{core:frontpage:required}" -msgstr "דרוש" - -msgid "{core:frontpage:warnings_suhosin_url_length}" -msgstr "" -"×ורך הפרמ×רים בבקשה מוגבל ע\"×™ PHP Suhosin extension. ×× × ×”×’×“×ś ×ת ערך " -"×”×ž×©×Ş× ×” suhosin.get.max_value_length ללפחות 2048 בתים." - -msgid "{core:frontpage:warnings_https}" -msgstr "" -"<strong>×תה ×ś× ×ž×©×Ş×ž×© ב- HTTPS </strong> - התקשרות ×ž×•×¦×¤× ×Ş עם המשתמש. HTTP " -"עובד בסדר למ×רות בדיקה, ×ולם למערכות ×מיתיות, כדי להשתמש ×” HTTPS. [ <a " -"href=\"https://simplesamlphp.org/docs/stable/simplesamlphp-maintenance" -"\"> ×§×¨× ×˘×•×“ על תחזוק SimpleSAMLphp </a> ]" - -msgid "{core:frontpage:federation}" -msgstr "×יחוד" - -msgid "{core:frontpage:required_radius}" -msgstr "דרוש עבור Radius" - -msgid "{core:frontpage:checkphp}" -msgstr "בודק ×ת ×”×Ş×§× ×Ş ×”- PHP שלך" - -msgid "{core:frontpage:link_doc_idp}" -msgstr "שימוש ב SimpleSAMLphp כספק זהויות" - -msgid "{core:frontpage:link_saml2example}" -msgstr "×“×•×’×ž× ×ś×ˇ\"ש מסוג SAML 2.0 - בחן ×›× ×™×ˇ×” למערכת דרך הס\"×– שלך" - -msgid "{core:frontpage:about_header}" -msgstr "×ודות SimpleSAMLphp" - -msgid "{core:frontpage:about_text}" -msgstr "" -"×”-SimpleSAMLphp ×”×–×” ×”×•× ×ž×” ×–×” ×ž×’× ×™×‘, ×יםה ×× ×™ יכול ×ś×§×¨×•× ×™×•×Ş×¨ עליו?×תה " -"יכול ×ś×ž×¦×•× ×ž×™×“×˘ × ×•×ˇ×Ł ב- <a href=\"http://rnd.feide.no/simplesamlphp\"> " -"SimpleSAMLphp ב Feide בבלוג הפיתוח של ×©× ×ž×¦× ×‘- <a " -"href=\"http://uninett.no\">UNINETT</a>. " - -msgid "{core:frontpage:useful_links_header}" -msgstr "קישורים שימושיים ×ś×”×Ş×§× ×” שלך" - -msgid "{core:frontpage:metadata}" -msgstr "מ××-× ×Ş×•× ×™×ť" - -msgid "{core:frontpage:recommended}" -msgstr "רצוי" - -msgid "{core:frontpage:link_doc_googleapps}" -msgstr "SimpleSAMLphp כס\"×– לשירותי גוגל להשכלה" - -msgid "{core:frontpage:tools}" -msgstr "כלים" - -msgid "{core:frontpage:deprecated}" -msgstr "פג תוקף" - -msgid "You are logged in as administrator" -msgstr "×תה מחובר ×›×ž× ×”×ś מערכת" - msgid "Go back to the previous page and try again." msgstr "חזור לדף הקודם ×•× ×ˇ×” שוב." @@ -172,62 +23,23 @@ msgstr "×ם הבעייה ממשיכה, ×תה יכול לדווח עליה למ msgid "Welcome" msgstr "ברוך-הב×" -msgid "SimpleSAMLphp configuration check" -msgstr "בדיקת הגדרות SimpleSAMLphp " - -msgid "Metadata overview for your installation. Diagnose your metadata files" -msgstr "סקירת מ××-× ×Ş×•× ×™×ť ×ś×”×Ş×§× ×” שלך. ×בחן ×ת קבצי מ××-×”× ×Ş×•× ×™×ť שלך" - -msgid "XML to SimpleSAMLphp metadata converter" -msgstr "ממיר XML למ××-מידע של SimpleSAMLphp" - -msgid "Required" -msgstr "דרוש" - -msgid "Warnings" -msgstr "×זהרות" - -msgid "Documentation" -msgstr "תיעוד" - msgid "Hosted Shibboleth 1.3 Service Provider Metadata (automatically generated)" msgstr "מ××-×”× ×Ş×•× ×™×ť של ספק השירותים מסוג Shibboleth 1.3 המ×ורח (× ×•×¦×¨ ×ו×ומ×ית)" -msgid "PHP info" -msgstr "מידע PHP" - -msgid "About SimpleSAMLphp" -msgstr "×ודות SimpleSAMLphp" - -msgid "Hosted SAML 2.0 Service Provider Metadata (automatically generated)" -msgstr "מ××-×”× ×Ş×•× ×™×ť של ספק השירותים מסוג SAML 2.0 המ×ורח (× ×•×¦×¨ ×ו×ומ×ית)" - msgid "Retry login" msgstr "× ×ˇ×” שוב להתחבר" -msgid "Required for LDAP" -msgstr "דרוש עבור LDAP" - msgid "Close the web browser, and try again." msgstr "סגור ×ת הדפדפן, ×•× ×ˇ×” שוב." -msgid "Federation" -msgstr "×יחוד" - msgid "We were unable to locate the state information for the current request." msgstr "×ś× ×”×¦×ś×—× ×• ל×תר ×ת מידע המצב לבקשה ×”× ×•×›×—×™×Ş." -msgid "Delete my choices of IdP in the IdP discovery services" -msgstr "מחק ×ת בחירת ס\"×– משירות ×”×יתור לס\"×–" - msgid "" "This is most likely a configuration problem on either the service " "provider or identity provider." msgstr "זו, ככל ×”× ×¨××”, בעייה בהגדרות של ספק הזהות ×ו ספק השירות." -msgid "Configure Shibboleth 1.3 SP to work with SimpleSAMLphp IdP" -msgstr "הגדר ס\"ש מסוג Shibboleth 1.3 כך שיעבוד עם ס\"×– של SimpleSAMLphp" - msgid "Using the back and forward buttons in the web browser." msgstr "שימוש בכפתורי ×”×‘× ×•×”×§×•×“×ť בדפדפן." @@ -240,12 +52,6 @@ msgstr "תמיכה בעוגיות מבו×לת בדפדפן" msgid "Opened the web browser with tabs saved from the previous session." msgstr "פתיחת הדפדפן עם ×ś×©×•× ×™×•×Ş ×©× ×©×ž×¨×• משימוש הקודם." -msgid "Tools" -msgstr "כלים" - -msgid "Test configured authentication sources " -msgstr "בחן ×ת הגדרות מקורות ההיזדהות" - msgid "" "You appear to have disabled cookies in your browser. Please check the " "settings in your browser, and try again." @@ -253,49 +59,12 @@ msgstr "" "× ×¨××” שכיבית ×ת העוגיות בדפדפן שלךץ ×× × ×‘×“×•×§ ×ת ההגדרות בדפדפן שלך, ×•× ×ˇ×” " "×©× ×™×Ş. " -msgid "Installing SimpleSAMLphp" -msgstr "×”×Ş×§× ×Ş SimpleSAMLphp" - -msgid "Deprecated" -msgstr "פג תוקף" - -msgid "" -"<strong>Congratulations</strong>, you have successfully installed " -"SimpleSAMLphp. This is the start page of your installation, where you " -"will find links to test examples, diagnostics, metadata and even links to" -" relevant documentation." -msgstr "" -"<strong>מזל ×וב</strong>,SimpleSAMLphp. ×”×Ş×§× ×Ş הבהצלחה ×ת ×–×” דף ההתחלה של " -"×”×”×Ş×§× ×” שלך, היכן ×©×Ş×ž×¦× ×§×™×©×•×¨×™×ť לדוגמ×ות לבדיקה, ×בחון, מ××-× ×Ş×•× ×™×ť ו×פילו " -"קישורים לתעוד המת×ים. " - msgid "This error may be caused by:" msgstr "יכול להיות שהשגי××” × ×’×¨×ž×” על-ידי:" -msgid "" -"<strong>You are not using HTTPS</strong> - encrypted communication with " -"the user. HTTP works fine for test purposes, but in a production " -"environment, you should use HTTPS. [ <a " -"href=\"https://simplesamlphp.org/docs/stable/simplesamlphp-" -"maintenance\">Read more about SimpleSAMLphp maintenance</a> ]" -msgstr "" -"<strong>×תה ×ś× ×ž×©×Ş×ž×© ב- HTTPS </strong> - התקשרות ×ž×•×¦×¤× ×Ş עם המשתמש. HTTP " -"עובד בסדר למ×רות בדיקה, ×ולם למערכות ×מיתיות, כדי להשתמש ×” HTTPS. [ <a " -"href=\"https://simplesamlphp.org/docs/stable/simplesamlphp-maintenance" -"\"> ×§×¨× ×˘×•×“ על תחזוק SimpleSAMLphp </a> ]" - -msgid "Metadata" -msgstr "מ××-× ×Ş×•× ×™×ť" - msgid "Retry" msgstr "× ×ˇ×” ×©× ×™×Ş" -msgid "SimpleSAMLphp Maintenance and Configuration" -msgstr "תחזוקה והגדרות של SimpleSAMLphp" - -msgid "Diagnostics on hostname, port and protocol" -msgstr "×יבחון על שם מחשב, ×¤×•×¨× ×•×¤×¨×•×וקול" - msgid "" "If you are an user who received this error after following a link on a " "site, you should report this error to the owner of that site." @@ -303,61 +72,17 @@ msgstr "" "×ם ×תה משתמש שקיבל שגי××” זו ל×חר לחיצה על קישור ב×תר, כדי שתדווח על " "השגי××” לבעלי ×”×תר." -msgid "Using SimpleSAMLphp as an Identity Provider" -msgstr "שימוש ב SimpleSAMLphp כספק זהויות" - -msgid "Optional" -msgstr "× ×Ş×•×ź לבחירה" - msgid "Suggestions for resolving this problem:" msgstr "הצעות לפתרון הבעייה ×”× ×•×›×—×™×Ş:" -msgid "" -"This SimpleSAMLphp thing is pretty cool, where can I read more about it? " -"You can find more information about it at the <a " -"href=\"https://simplesamlphp.org/\">SimpleSAMLphp web page </a> over at " -"<a href=\"http://uninett.no\">UNINETT</a>." -msgstr "" -"×”-SimpleSAMLphp ×”×–×” ×”×•× ×ž×” ×–×” ×ž×’× ×™×‘, ×יםה ×× ×™ יכול ×ś×§×¨×•× ×™×•×Ş×¨ עליו?×תה " -"יכול ×ś×ž×¦×•× ×ž×™×“×˘ × ×•×ˇ×Ł ב- <a href=\"http://rnd.feide.no/simplesamlphp\"> " -"SimpleSAMLphp ב Feide בבלוג הפיתוח של ×©× ×ž×¦× ×‘- <a " -"href=\"http://uninett.no\">UNINETT</a>. " - msgid "Shibboleth 1.3 SP example - test logging in through your Shib IdP" msgstr "" "×“×•×’×ž× ×ś×ˇ\"ש מסוג Shibboleth 1.3 - בוחן ×›× ×™×ˇ×” למערכת דרך ס\"×– מסוג - " "Shibboleth" -msgid "Authentication" -msgstr "×ימות" - -msgid "SimpleSAMLphp installation page" -msgstr "דף ×”×”×Ş×§× ×” של SimpleSAMLphp" - -msgid "Show metadata" -msgstr "הר××” מ××-× ×Ş×•× ×™×ť" - -msgid "SimpleSAMLphp as an IdP for Google Apps for Education" -msgstr "SimpleSAMLphp כס\"×– לשירותי גוגל להשכלה" - msgid "State information lost" msgstr "מידע המצב ×בד" -msgid "Hosted SAML 2.0 Identity Provider Metadata (automatically generated)" -msgstr "מ××-×”× ×Ş×•× ×™×ť של ספק הזהויות מסוג SAML 2.0 המ×ורח (× ×•×¦×¨ ×ו×ומ×ית)" - -msgid "OpenID Provider site - Alpha version (test code)" -msgstr "×תר ספק OpenID - גירסת ××ś×¤× (קוד בדיקה(" - -msgid "Required for Radius" -msgstr "דרוש עבור Radius" - -msgid "SAML 2.0 SP example - test logging in through your IdP" -msgstr "×“×•×’×ž× ×ś×ˇ\"ש מסוג SAML 2.0 - בחן ×›× ×™×ˇ×” למערכת דרך הס\"×– שלך" - -msgid "Using SimpleSAMLphp as a Service Provider" -msgstr "שימוש ב SimpleSAMLphp כספק שרותים" - msgid "" "We have detected that there is only a few seconds since you last " "authenticated with this service provider, and therefore assume that there" @@ -366,9 +91,6 @@ msgstr "" "×’×™×ś×™× ×• שעברו רק מספר ×©× ×™×•×Ş מ××– שהיזדהת בפעם ×”××—×¨×•× ×” עם ספק השרות ×”×–×”, " "ולכן ×× ×—× ×• ×ž× ×™×—×™×ť ×©×™×©× ×” בעייה עם ס\"הש." -msgid "Recommended" -msgstr "רצוי" - msgid "" "If you are a developer who is deploying a single sign-on solution, you " "have a problem with the metadata configuration. Verify that metadata is " @@ -377,35 +99,12 @@ msgstr "" "×ם ×תה מפתח שפורש פיתרון התחברות יחידה, יש לך בעייה עם הגדרות המ××-מידע. " "בדוק שהמ××-מידע מוגדר × ×›×•×ź בספקי הזהות והשרות." -msgid "SimpleSAMLphp Advanced Features" -msgstr "×Ş×›×•× ×•×Ş מתקדמות של SimpleSAMLphp" - msgid "Too short interval between single sign on events." msgstr "פרק זמן קצר מידי בין ×רועי ×›× ×™×ˇ×” יחידה." -msgid "Checking your PHP installation" -msgstr "בודק ×ת ×”×Ş×§× ×Ş ×”- PHP שלך" - -msgid "" -"The length of query parameters is limited by the PHP Suhosin extension. " -"Please increase the suhosin.get.max_value_length option to at least 2048 " -"bytes." -msgstr "" -"×ורך הפרמ×רים בבקשה מוגבל ע\"×™ PHP Suhosin extension. ×× × ×”×’×“×ś ×ת ערך " -"×”×ž×©×Ş× ×” suhosin.get.max_value_length ללפחות 2048 בתים." - -msgid "Useful links for your installation" -msgstr "קישורים שימושיים ×ś×”×Ş×§× ×” שלך" - -msgid "Configuration" -msgstr "הגדרות" - msgid "Hosted Shibboleth 1.3 Identity Provider Metadata (automatically generated)" msgstr "מ××-×”× ×Ş×•× ×™×ť של ספק השזהויות מסוג Shibboleth 1.3 המ×ורח (× ×•×¦×¨ ×ו×ומ×ית)" -msgid "Login as administrator" -msgstr "×›× ×ˇ ×›×ž× ×”×ś מערכת" - msgid "Report this error" msgstr "דווח על השגי××” ×”× ×•×›×—×™×Ş" diff --git a/modules/core/locales/hr/LC_MESSAGES/core.po b/modules/core/locales/hr/LC_MESSAGES/core.po index 9dc5cb8ec7d120b5e106ec98069087f12713dd17..fc18171dd0129968be6977bb91fd6c09d0c70dd6 100644 --- a/modules/core/locales/hr/LC_MESSAGES/core.po +++ b/modules/core/locales/hr/LC_MESSAGES/core.po @@ -1,4 +1,3 @@ - #, fuzzy msgid "" msgstr "" @@ -16,166 +15,6 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" -msgid "{core:frontpage:link_phpinfo}" -msgstr "Informacije o PHP instalaciji" - -msgid "{core:frontpage:login_as_admin}" -msgstr "Prijavite se kao administrator" - -msgid "{core:frontpage:link_doc_sp}" -msgstr "" -"Kako iskoristiti SimpleSAMLphp kao autentifikacijski modul u aplikacijama" -" (SP)" - -msgid "{core:frontpage:link_meta_saml2sphosted}" -msgstr "Metapodaci za lokalni SAML 2.0 SP (automatski generirani)" - -msgid "{core:frontpage:link_openidprovider}" -msgstr "Davatelj OpenID elektroniÄŤkih identiteta - razvojna verzija (test)" - -msgid "{core:frontpage:link_doc_install}" -msgstr "Instalacija SimpleSAMLphp-a" - -msgid "{core:frontpage:link_diagnostics}" -msgstr "Dijagnostika vezana uz naziv posluĹľitelja, port i protokol" - -msgid "{core:frontpage:link_meta_saml2idphosted}" -msgstr "Metapodaci za lokalni SAML 2.0 IdP (automatski generirani) " - -msgid "{core:frontpage:optional}" -msgstr "Opcionalno" - -msgid "{core:frontpage:doc_header}" -msgstr "Dokumentacija" - -msgid "{core:frontpage:link_doc_advanced}" -msgstr "Napredne mogućnosti programskog alata SimpleSAMLphp" - -msgid "{core:frontpage:required_ldap}" -msgstr "Obavezno za LDAP" - -msgid "{core:frontpage:authtest}" -msgstr "Isprobajte iskonfigurirane autentifikacijske servise" - -msgid "{core:frontpage:link_meta_overview}" -msgstr "" -"Pregled metapodataka o vašoj instalaciji. Provjerite ispravnost sadrĹľaja " -"datoteka s metapodacima." - -msgid "{core:frontpage:configuration}" -msgstr "Konfiguracija" - -msgid "{core:frontpage:welcome}" -msgstr "Dobrodošli" - -msgid "{core:frontpage:link_doc_shibsp}" -msgstr "" -"Iskonfigurirajte Shibboleth 1.3 resurs (SP) za rad sa SimpleSAMLphp " -"autentifikacijskim servisom (IdP)" - -msgid "{core:frontpage:metadata_header}" -msgstr "Metapodaci" - -msgid "{core:frontpage:link_doc_maintenance}" -msgstr "OdrĹľavanje i konfiguriranje programskog alata SimpleSAMLphp" - -msgid "{core:frontpage:link_configcheck}" -msgstr "Provjera SimpleSAMLphp konfiguracije" - -msgid "{core:frontpage:page_title}" -msgstr "SimpleSAMLphp instalacijska stranica" - -msgid "{core:frontpage:warnings}" -msgstr "Upozorenja" - -msgid "{core:frontpage:link_xmlconvert}" -msgstr "Pretvaranje metapodataka iz XML formata u SimpleSAMLphp format" - -msgid "{core:frontpage:link_cleardiscochoices}" -msgstr "" -"Poništi moje odabire u servisima za pronalaĹľenje davatelja elektroniÄŤkih " -"identiteta " - -msgid "{core:frontpage:loggedin_as_admin}" -msgstr "Prijavljeni ste kao administrator" - -msgid "{core:frontpage:auth}" -msgstr "Autentifikacija" - -msgid "{core:frontpage:show_metadata}" -msgstr "PrikaĹľi metapodatke" - -msgid "{core:frontpage:intro}" -msgstr "" -"<strong>ÄŚestitamo</strong>, uspješno ste instalirali SimpleSAMLphp. Ovo " -"je poÄŤetna stranica na kojoj moĹľete pronaći primjere, dijagnostiku i " -"metapodatke, kao i poveznice na relevantnu dokumentaciju." - -msgid "{core:frontpage:required}" -msgstr "Obavezno" - -msgid "{core:frontpage:warnings_suhosin_url_length}" -msgstr "" -"VeliÄŤina polja s parametrima ograniÄŤena je Suhosin PHP ekstenzijom. " -"Podesite da vrijednost parametra suhosin.get.max_value_length bude " -"najmanje 2048 bajtova (za primjenu u sustavu AAI@EduHr preporuÄŤa se da " -"navedena vrijednost bude 16382 bajtova)." - -msgid "{core:frontpage:warnings_https}" -msgstr "" -"<strong>Ne koristite HTTPS</strong> - kriptiranu komunikaciju s " -"korisnikom. HTTP se moĹľe koristiti za potrebe testiranja, ali u " -"produkcijskom okruĹľenju trebali biste koristiti HTTPS. [ <a " -"href=\"https://simplesamlphp.org/docs/stable/simplesamlphp-maintenance" -"\">ProÄŤitajte više o SimpleSAMLphp postavkama</a> ]" - -msgid "{core:frontpage:federation}" -msgstr "Federacija" - -msgid "{core:frontpage:required_radius}" -msgstr "Obavezno za RADIUS" - -msgid "{core:frontpage:checkphp}" -msgstr "Provjera vaše PHP instalacije" - -msgid "{core:frontpage:link_doc_idp}" -msgstr "" -"Kako iskoristiti SimpleSAMLphp za implementaciju autentifikacijskog " -"servisa (IdP)" - -msgid "{core:frontpage:link_saml2example}" -msgstr "SAML 2.0 SP primjer - isprobajte autentifikaciju kroz vaš IdP" - -msgid "{core:frontpage:about_header}" -msgstr "O programskom alatu SimpleSAMLphp" - -msgid "{core:frontpage:about_text}" -msgstr "" -"Više informacija o programskom alatu SimpleSAMLphp moĹľete pronaći na <a " -"href=\"http://rnd.feide.no/simplesamlphp\">SimpleSAMLphp stranici Feide " -"RnD bloga</a>." - -msgid "{core:frontpage:useful_links_header}" -msgstr "Korisne poveznice" - -msgid "{core:frontpage:metadata}" -msgstr "Metapodaci" - -msgid "{core:frontpage:recommended}" -msgstr "PreporuÄŤeno" - -msgid "{core:frontpage:link_doc_googleapps}" -msgstr "SimpleSAMLphp kao autentifikacijski servis za Google Apps for Education" - -msgid "{core:frontpage:tools}" -msgstr "Alati" - -msgid "{core:frontpage:deprecated}" -msgstr "Zastarjelo" - -msgid "You are logged in as administrator" -msgstr "Prijavljeni ste kao administrator" - msgid "Go back to the previous page and try again." msgstr "Vratite se na prethodnu stranicu i pokušajte ponovno." @@ -187,58 +26,18 @@ msgstr "" msgid "Welcome" msgstr "Dobrodošli" -msgid "SimpleSAMLphp configuration check" -msgstr "Provjera SimpleSAMLphp konfiguracije" - -msgid "Metadata overview for your installation. Diagnose your metadata files" -msgstr "" -"Pregled metapodataka o vašoj instalaciji. Provjerite ispravnost sadrĹľaja " -"datoteka s metapodacima." - -msgid "XML to SimpleSAMLphp metadata converter" -msgstr "Pretvaranje metapodataka iz XML formata u SimpleSAMLphp format" - -msgid "Required" -msgstr "Obavezno" - -msgid "Warnings" -msgstr "Upozorenja" - -msgid "Documentation" -msgstr "Dokumentacija" - msgid "Hosted Shibboleth 1.3 Service Provider Metadata (automatically generated)" msgstr "Metapodaci za lokalni Shibboleth 1.3 SP (automatski generirani)" -msgid "PHP info" -msgstr "Informacije o PHP instalaciji" - -msgid "About SimpleSAMLphp" -msgstr "O programskom alatu SimpleSAMLphp" - -msgid "Hosted SAML 2.0 Service Provider Metadata (automatically generated)" -msgstr "Metapodaci za lokalni SAML 2.0 SP (automatski generirani)" - msgid "Retry login" msgstr "Pokušaj se prijaviti ponovo" -msgid "Required for LDAP" -msgstr "Obavezno za LDAP" - msgid "Close the web browser, and try again." msgstr "Zatvorite web preglednik i pokušajte ponovno." -msgid "Federation" -msgstr "Federacija" - msgid "We were unable to locate the state information for the current request." msgstr "Ne moĹľemo pronaći podatak o stanju aktualnog zahtjeva." -msgid "Delete my choices of IdP in the IdP discovery services" -msgstr "" -"Poništi moje odabire u servisima za pronalaĹľenje davatelja elektroniÄŤkih " -"identiteta " - msgid "" "This is most likely a configuration problem on either the service " "provider or identity provider." @@ -246,11 +45,6 @@ msgstr "" "Najvjerojatnije je problem u konfiguraciji na strani davatelja usluge ili" " u konfiguraciji autentifikacijskog servisa." -msgid "Configure Shibboleth 1.3 SP to work with SimpleSAMLphp IdP" -msgstr "" -"Iskonfigurirajte Shibboleth 1.3 resurs (SP) za rad sa SimpleSAMLphp " -"autentifikacijskim servisom (IdP)" - msgid "Using the back and forward buttons in the web browser." msgstr "" "Korištenjem gumba za prethodnu (back) i sljedeću (forward) stranicu u web" @@ -269,12 +63,6 @@ msgstr "" "Otvaranjem web preglednika sa spremljenim stranicama od prethodne " "sjednice." -msgid "Tools" -msgstr "Alati" - -msgid "Test configured authentication sources " -msgstr "Isprobajte iskonfigurirane autentifikacijske servise" - msgid "" "You appear to have disabled cookies in your browser. Please check the " "settings in your browser, and try again." @@ -282,50 +70,12 @@ msgstr "" "Izgleda da ste onemogućili kolaÄŤiće (cookies) u vašem web pregledniku. " "Molimo provjerite postavke vašeg web preglednika i pokušajte ponovo." -msgid "Installing SimpleSAMLphp" -msgstr "Instalacija SimpleSAMLphp-a" - -msgid "Deprecated" -msgstr "Zastarjelo" - -msgid "" -"<strong>Congratulations</strong>, you have successfully installed " -"SimpleSAMLphp. This is the start page of your installation, where you " -"will find links to test examples, diagnostics, metadata and even links to" -" relevant documentation." -msgstr "" -"<strong>ÄŚestitamo</strong>, uspješno ste instalirali SimpleSAMLphp. Ovo " -"je poÄŤetna stranica na kojoj moĹľete pronaći primjere, dijagnostiku i " -"metapodatke, kao i poveznice na relevantnu dokumentaciju." - msgid "This error may be caused by:" msgstr "Ova greška moĹľe biti uzrokovana:" -msgid "" -"<strong>You are not using HTTPS</strong> - encrypted communication with " -"the user. HTTP works fine for test purposes, but in a production " -"environment, you should use HTTPS. [ <a " -"href=\"https://simplesamlphp.org/docs/stable/simplesamlphp-" -"maintenance\">Read more about SimpleSAMLphp maintenance</a> ]" -msgstr "" -"<strong>Ne koristite HTTPS</strong> - kriptiranu komunikaciju s " -"korisnikom. HTTP se moĹľe koristiti za potrebe testiranja, ali u " -"produkcijskom okruĹľenju trebali biste koristiti HTTPS. [ <a " -"href=\"https://simplesamlphp.org/docs/stable/simplesamlphp-maintenance" -"\">ProÄŤitajte više o SimpleSAMLphp postavkama</a> ]" - -msgid "Metadata" -msgstr "Metapodaci" - msgid "Retry" msgstr "Pokušaj ponovo" -msgid "SimpleSAMLphp Maintenance and Configuration" -msgstr "OdrĹľavanje i konfiguriranje programskog alata SimpleSAMLphp" - -msgid "Diagnostics on hostname, port and protocol" -msgstr "Dijagnostika vezana uz naziv posluĹľitelja, port i protokol" - msgid "" "If you are an user who received this error after following a link on a " "site, you should report this error to the owner of that site." @@ -334,62 +84,15 @@ msgstr "" " stranici, onda biste grešku trebali prijaviti vlasniku navedene " "stranice." -msgid "Using SimpleSAMLphp as an Identity Provider" -msgstr "" -"Kako iskoristiti SimpleSAMLphp za implementaciju autentifikacijskog " -"servisa (IdP)" - -msgid "Optional" -msgstr "Opcionalno" - msgid "Suggestions for resolving this problem:" msgstr "Preporuke za rješavanje ovog problema:" -msgid "" -"This SimpleSAMLphp thing is pretty cool, where can I read more about it? " -"You can find more information about it at the <a " -"href=\"https://simplesamlphp.org/\">SimpleSAMLphp web page </a> over at " -"<a href=\"http://uninett.no\">UNINETT</a>." -msgstr "" -"Više informacija o programskom alatu SimpleSAMLphp moĹľete pronaći na <a " -"href=\"http://rnd.feide.no/simplesamlphp\">SimpleSAMLphp stranici Feide " -"RnD bloga</a>." - msgid "Shibboleth 1.3 SP example - test logging in through your Shib IdP" msgstr "Shibboleth 1.3 SP primjer - isprobajte autentifikaciju kroz vaš Shib IdP" -msgid "Authentication" -msgstr "Autentifikacija" - -msgid "SimpleSAMLphp installation page" -msgstr "SimpleSAMLphp instalacijska stranica" - -msgid "Show metadata" -msgstr "PrikaĹľi metapodatke" - -msgid "SimpleSAMLphp as an IdP for Google Apps for Education" -msgstr "SimpleSAMLphp kao autentifikacijski servis za Google Apps for Education" - msgid "State information lost" msgstr "Podatak o stanju je izgubljen" -msgid "Hosted SAML 2.0 Identity Provider Metadata (automatically generated)" -msgstr "Metapodaci za lokalni SAML 2.0 IdP (automatski generirani) " - -msgid "OpenID Provider site - Alpha version (test code)" -msgstr "Davatelj OpenID elektroniÄŤkih identiteta - razvojna verzija (test)" - -msgid "Required for Radius" -msgstr "Obavezno za RADIUS" - -msgid "SAML 2.0 SP example - test logging in through your IdP" -msgstr "SAML 2.0 SP primjer - isprobajte autentifikaciju kroz vaš IdP" - -msgid "Using SimpleSAMLphp as a Service Provider" -msgstr "" -"Kako iskoristiti SimpleSAMLphp kao autentifikacijski modul u aplikacijama" -" (SP)" - msgid "" "We have detected that there is only a few seconds since you last " "authenticated with this service provider, and therefore assume that there" @@ -399,9 +102,6 @@ msgstr "" "put autentificirali za pristup ovoj aplikaciji te stoga pretpostavljamo " "da se javio problem kod davatelja usluge." -msgid "Recommended" -msgstr "PreporuÄŤeno" - msgid "" "If you are a developer who is deploying a single sign-on solution, you " "have a problem with the metadata configuration. Verify that metadata is " @@ -412,37 +112,12 @@ msgstr "" "metapodataka. Provjerite jesu li metapodaci ispravno uneseni i na strani " "davatelja usluge i u konfiguraciji autentifikacijskog servisa." -msgid "SimpleSAMLphp Advanced Features" -msgstr "Napredne mogućnosti programskog alata SimpleSAMLphp" - msgid "Too short interval between single sign on events." msgstr "Prekratak interval izmeÄ‘u uzastopnih SSO prijava." -msgid "Checking your PHP installation" -msgstr "Provjera vaše PHP instalacije" - -msgid "" -"The length of query parameters is limited by the PHP Suhosin extension. " -"Please increase the suhosin.get.max_value_length option to at least 2048 " -"bytes." -msgstr "" -"VeliÄŤina polja s parametrima ograniÄŤena je Suhosin PHP ekstenzijom. " -"Podesite da vrijednost parametra suhosin.get.max_value_length bude " -"najmanje 2048 bajtova (za primjenu u sustavu AAI@EduHr preporuÄŤa se da " -"navedena vrijednost bude 16382 bajtova)." - -msgid "Useful links for your installation" -msgstr "Korisne poveznice" - -msgid "Configuration" -msgstr "Konfiguracija" - msgid "Hosted Shibboleth 1.3 Identity Provider Metadata (automatically generated)" msgstr "Metapodaci za lokalni Shibboleth 1.3 IdP (automatski generirani)" -msgid "Login as administrator" -msgstr "Prijavite se kao administrator" - msgid "Report this error" msgstr "Prijavite ovu grešku" diff --git a/modules/core/locales/hu/LC_MESSAGES/core.po b/modules/core/locales/hu/LC_MESSAGES/core.po index 32e35a498db9ba0b33c5add69276fda240af2e98..1440c84f2cb112597fbc4ea86ce5afa03b2e2921 100644 --- a/modules/core/locales/hu/LC_MESSAGES/core.po +++ b/modules/core/locales/hu/LC_MESSAGES/core.po @@ -1,4 +1,3 @@ - #, fuzzy msgid "" msgstr "" @@ -15,160 +14,6 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" -msgid "{core:frontpage:link_phpinfo}" -msgstr "PHP futási informáciĂłk" - -msgid "{core:frontpage:login_as_admin}" -msgstr "BejelentkezĂ©s adminisztrátorkĂ©nt" - -msgid "{core:frontpage:link_doc_sp}" -msgstr "SimpleSAMLphp használata mint alkalmazásszolgáltatĂł(SP)" - -msgid "{core:frontpage:link_meta_saml2sphosted}" -msgstr "" -"Ezen a gĂ©pen futĂł (hosted) SAML 2.0 alkalmazásszolgáltatĂł (SP) metaadat " -"(automatikusan generált)" - -msgid "{core:frontpage:link_openidprovider}" -msgstr "OpenID kiszolgálĂł oldal - Alpha verziĂł (teszt kĂłd)" - -msgid "{core:frontpage:link_doc_install}" -msgstr "SimpleSAMLphp telepĂtĂ©se" - -msgid "{core:frontpage:link_diagnostics}" -msgstr "Port Ă©s protokoll diagnosztika" - -msgid "{core:frontpage:link_meta_saml2idphosted}" -msgstr "" -"Ezen a gĂ©pen futĂł (hosted) SAML 2.0 szemĂ©lyazonosság-szolgáltatĂł (IdP) " -"metaadat (automatikusan generált)" - -msgid "{core:frontpage:optional}" -msgstr "Opcionális" - -msgid "{core:frontpage:doc_header}" -msgstr "DokumentáciĂł" - -msgid "{core:frontpage:link_doc_advanced}" -msgstr "SimpleSAMLphp további tulajdonságai" - -msgid "{core:frontpage:required_ldap}" -msgstr "SzĂĽksĂ©ges az LDAP támogatáshoz" - -msgid "{core:frontpage:authtest}" -msgstr "AzonosĂtási (autentikáciĂłs) beállĂtások tesztelĂ©se" - -msgid "{core:frontpage:link_meta_overview}" -msgstr "Metaadat áttekintĂ©s. Vizsgálja át metaadat állományait" - -msgid "{core:frontpage:configuration}" -msgstr "BeállĂtások" - -msgid "{core:frontpage:welcome}" -msgstr "ĂśdvözöljĂĽk" - -msgid "{core:frontpage:link_doc_shibsp}" -msgstr "Shibboleth 1.3 SP beállĂtása, hogy egyĂĽtt működjön a SimpleSAMLphp IdP-vel" - -msgid "{core:frontpage:metadata_header}" -msgstr "Metaadat" - -msgid "{core:frontpage:link_doc_maintenance}" -msgstr "SimpleSAMLphp karbantartása Ă©s beállĂtása" - -msgid "{core:frontpage:link_configcheck}" -msgstr "SimpleSAMLphp konfiguráciĂłjának ellenĹ‘rzĂ©se" - -msgid "{core:frontpage:page_title}" -msgstr "SimpleSAMLphp adminisztráciĂłs felĂĽlet" - -msgid "{core:frontpage:warnings}" -msgstr "FigyelmeztetĂ©sek" - -msgid "{core:frontpage:link_xmlconvert}" -msgstr "Metaadatok konvertálása SAML2 XML-bĹ‘l SimpleSAMLphp-ba " - -msgid "{core:frontpage:link_cleardiscochoices}" -msgstr "Felejtse el a kiválasztott IdP-ket" - -msgid "{core:frontpage:loggedin_as_admin}" -msgstr "Bejelentkezve adminisztrátorkĂ©nt" - -msgid "{core:frontpage:auth}" -msgstr "AzonosĂtás (autentikáciĂł)" - -msgid "{core:frontpage:show_metadata}" -msgstr "Mutasd a metaadatokat" - -msgid "{core:frontpage:intro}" -msgstr "" -"<strong>Gratulálunk</strong>, a SimpleSAMLphp sikeresen telepĂĽlt. Ez a " -"működĹ‘ rendszer nyitĂłoldala, ahol teszt pĂ©ldák, diagnosztikai eszközök, " -"metaadatok Ă©s dokumentáciĂłk találhatĂłk" - -msgid "{core:frontpage:required}" -msgstr "SzĂĽksĂ©ges" - -msgid "{core:frontpage:warnings_suhosin_url_length}" -msgstr "" -"A http kĂ©rĂ©s paramĂ©tereinek hossza meghaladta a PHP Suhosin kiterjesztĂ©s " -"határĂ©rtĂ©kĂ©t. Növelje meg a suhosin.get.max_value_length opciĂłt legalább " -"2048 byte-ra." - -msgid "{core:frontpage:warnings_https}" -msgstr "" -"<strong>Nem HTTPS protokollt használ</strong> - nem titkosĂtott a " -"kommunikáciĂł! HTTP jĂł megoldás lehet teszt rendszerek esetĂ©ben, de az " -"Ă©les rendszerben lehetĹ‘sĂ©g szerint használjon HTTPS-t! [ <a " -"href=\"https://simplesamlphp.org/docs/stable/simplesamlphp-maintenance" -"\">Többet olvashat a SimpleSAMLphp beállĂtásárĂłl</a> ]" - -msgid "{core:frontpage:federation}" -msgstr "FöderáciĂł" - -msgid "{core:frontpage:required_radius}" -msgstr "SzĂĽksĂ©ges a Radius támogatáshoz" - -msgid "{core:frontpage:checkphp}" -msgstr "PHP beállĂtások ellenĹ‘rzĂ©se" - -msgid "{core:frontpage:link_doc_idp}" -msgstr "SimpleSAMLphp használata mint szemĂ©lyazonosság-szolgáltatĂł (IdP)" - -msgid "{core:frontpage:link_saml2example}" -msgstr "SAML 2.0 SP pĂ©lda - teszt bejelentkezĂ©s saját IdP keresztĂĽl" - -msgid "{core:frontpage:about_header}" -msgstr "A SimpleSAMLphp-rĂłl bĹ‘vebben" - -msgid "{core:frontpage:about_text}" -msgstr "" -"Ez a SimpleSAMLphp-dolog nagyon hasznos, hol olvashatnĂ©k többet rĂłla? " -"További informáciĂłkat a <a href=\"http://rnd.feide.no/simplesamlphp\"> " -"Feide RnD SimpleSAMLphp-rĂłl szĂłlĂł blogjában </a> találhat a <a " -"href=\"http://uninett.no\">UNINETT-en</a>." - -msgid "{core:frontpage:useful_links_header}" -msgstr "Hasznos linkek" - -msgid "{core:frontpage:metadata}" -msgstr "Metaadatok" - -msgid "{core:frontpage:recommended}" -msgstr "Ajánlott" - -msgid "{core:frontpage:link_doc_googleapps}" -msgstr "SimpleSAMLphp mint IdP a Google Apps for Education programok számára" - -msgid "{core:frontpage:tools}" -msgstr "Eszközök" - -msgid "{core:frontpage:deprecated}" -msgstr "KivezetĂ©s alatt állĂł opciĂł - használata ellenjavallt" - -msgid "You are logged in as administrator" -msgstr "Bejelentkezve adminisztrátorkĂ©nt" - msgid "Go back to the previous page and try again." msgstr "Menjen vissza az elĹ‘zĹ‘ oldalra, majd prĂłbálja ismĂ©t." @@ -180,58 +25,20 @@ msgstr "" msgid "Welcome" msgstr "ĂśdvözöljĂĽk" -msgid "SimpleSAMLphp configuration check" -msgstr "SimpleSAMLphp konfiguráciĂłjának ellenĹ‘rzĂ©se" - -msgid "Metadata overview for your installation. Diagnose your metadata files" -msgstr "Metaadat áttekintĂ©s. Vizsgálja át metaadat állományait" - -msgid "XML to SimpleSAMLphp metadata converter" -msgstr "Metaadatok konvertálása SAML2 XML-bĹ‘l SimpleSAMLphp-ba " - -msgid "Required" -msgstr "SzĂĽksĂ©ges" - -msgid "Warnings" -msgstr "FigyelmeztetĂ©sek" - -msgid "Documentation" -msgstr "DokumentáciĂł" - msgid "Hosted Shibboleth 1.3 Service Provider Metadata (automatically generated)" msgstr "" "Ezen a gĂ©pen futĂł (hosted) Shibboleth 1.3 alkalmazásszolgáltatĂł (SP) " "metaadat (automatikusan generált)" -msgid "PHP info" -msgstr "PHP futási informáciĂłk" - -msgid "About SimpleSAMLphp" -msgstr "A SimpleSAMLphp-rĂłl bĹ‘vebben" - -msgid "Hosted SAML 2.0 Service Provider Metadata (automatically generated)" -msgstr "" -"Ezen a gĂ©pen futĂł (hosted) SAML 2.0 alkalmazásszolgáltatĂł (SP) metaadat " -"(automatikusan generált)" - msgid "Retry login" msgstr "ĂšjbĂłli belĂ©pĂ©s" -msgid "Required for LDAP" -msgstr "SzĂĽksĂ©ges az LDAP támogatáshoz" - msgid "Close the web browser, and try again." msgstr "Zárja be böngĂ©szĹ‘jĂ©t, majd prĂłbálja Ăşjra." -msgid "Federation" -msgstr "FöderáciĂł" - msgid "We were unable to locate the state information for the current request." msgstr "Nem lehet beazonosĂtani a kĂ©rĂ©shez tartozĂł állapotinformáciĂłt." -msgid "Delete my choices of IdP in the IdP discovery services" -msgstr "Felejtse el a kiválasztott IdP-ket" - msgid "" "This is most likely a configuration problem on either the service " "provider or identity provider." @@ -239,9 +46,6 @@ msgstr "" "ValĂłszĂnűleg valamilyen konfiguráciĂłs problĂ©ma okozta hiba, amely lehet " "akár IdP-, akár SP-oldalon." -msgid "Configure Shibboleth 1.3 SP to work with SimpleSAMLphp IdP" -msgstr "Shibboleth 1.3 SP beállĂtása, hogy egyĂĽtt működjön a SimpleSAMLphp IdP-vel" - msgid "Using the back and forward buttons in the web browser." msgstr "Használja a böngĂ©szĹ‘ elĹ‘re, ill. vissza gombjait" @@ -254,12 +58,6 @@ msgstr "Talán a böngĂ©szĹ‘ben nincsenek engedĂ©lyezve a sĂĽtik (cookie)." msgid "Opened the web browser with tabs saved from the previous session." msgstr "A böngĂ©szĹ‘ a legutĂłbb bezárt fĂĽleket Ăşjranyitva indult." -msgid "Tools" -msgstr "Eszközök" - -msgid "Test configured authentication sources " -msgstr "AzonosĂtási (autentikáciĂłs) beállĂtások tesztelĂ©se" - msgid "" "You appear to have disabled cookies in your browser. Please check the " "settings in your browser, and try again." @@ -267,50 +65,12 @@ msgstr "" "Ăšgy tűnik, az ön böngĂ©szĹ‘jĂ©ben nincsenek engedĂ©lyezve a sĂĽtik (cookie) " "használata. KĂ©rjĂĽk ellenĹ‘rizze beállĂtásait, majd prĂłbálja Ăşjra." -msgid "Installing SimpleSAMLphp" -msgstr "SimpleSAMLphp telepĂtĂ©se" - -msgid "Deprecated" -msgstr "KivezetĂ©s alatt állĂł opciĂł - használata ellenjavallt" - -msgid "" -"<strong>Congratulations</strong>, you have successfully installed " -"SimpleSAMLphp. This is the start page of your installation, where you " -"will find links to test examples, diagnostics, metadata and even links to" -" relevant documentation." -msgstr "" -"<strong>Gratulálunk</strong>, a SimpleSAMLphp sikeresen telepĂĽlt. Ez a " -"működĹ‘ rendszer nyitĂłoldala, ahol teszt pĂ©ldák, diagnosztikai eszközök, " -"metaadatok Ă©s dokumentáciĂłk találhatĂłk" - msgid "This error may be caused by:" msgstr "Az alábbi hibát okozhatta:" -msgid "" -"<strong>You are not using HTTPS</strong> - encrypted communication with " -"the user. HTTP works fine for test purposes, but in a production " -"environment, you should use HTTPS. [ <a " -"href=\"https://simplesamlphp.org/docs/stable/simplesamlphp-" -"maintenance\">Read more about SimpleSAMLphp maintenance</a> ]" -msgstr "" -"<strong>Nem HTTPS protokollt használ</strong> - nem titkosĂtott a " -"kommunikáciĂł! HTTP jĂł megoldás lehet teszt rendszerek esetĂ©ben, de az " -"Ă©les rendszerben lehetĹ‘sĂ©g szerint használjon HTTPS-t! [ <a " -"href=\"https://simplesamlphp.org/docs/stable/simplesamlphp-maintenance" -"\">Többet olvashat a SimpleSAMLphp beállĂtásárĂłl</a> ]" - -msgid "Metadata" -msgstr "Metaadat" - msgid "Retry" msgstr "Ăšjra" -msgid "SimpleSAMLphp Maintenance and Configuration" -msgstr "SimpleSAMLphp karbantartása Ă©s beállĂtása" - -msgid "Diagnostics on hostname, port and protocol" -msgstr "Port Ă©s protokoll diagnosztika" - msgid "" "If you are an user who received this error after following a link on a " "site, you should report this error to the owner of that site." @@ -318,63 +78,17 @@ msgstr "" "Amennyiben ön, mint felhasználĂł keveredett erre az oldalra, Ăşgy kĂ©rjĂĽk, a" " hibával keresse az oldal adminisztrátorát." -msgid "Using SimpleSAMLphp as an Identity Provider" -msgstr "SimpleSAMLphp használata mint szemĂ©lyazonosság-szolgáltatĂł (IdP)" - -msgid "Optional" -msgstr "Opcionális" - msgid "Suggestions for resolving this problem:" msgstr "Javaslat a problĂ©ma elhárĂtására:" -msgid "" -"This SimpleSAMLphp thing is pretty cool, where can I read more about it? " -"You can find more information about it at the <a " -"href=\"https://simplesamlphp.org/\">SimpleSAMLphp web page </a> over at " -"<a href=\"http://uninett.no\">UNINETT</a>." -msgstr "" -"Ez a SimpleSAMLphp-dolog nagyon hasznos, hol olvashatnĂ©k többet rĂłla? " -"További informáciĂłkat a <a href=\"http://rnd.feide.no/simplesamlphp\"> " -"Feide RnD SimpleSAMLphp-rĂłl szĂłlĂł blogjában </a> találhat a <a " -"href=\"http://uninett.no\">UNINETT-en</a>." - msgid "Shibboleth 1.3 SP example - test logging in through your Shib IdP" msgstr "" "Shibboleth 1.3 SP pĂ©lda - teszt bejelentkezĂ©s saját Shibboleth 1.3 IdP " "keresztĂĽl" -msgid "Authentication" -msgstr "AzonosĂtás (autentikáciĂł)" - -msgid "SimpleSAMLphp installation page" -msgstr "SimpleSAMLphp adminisztráciĂłs felĂĽlet" - -msgid "Show metadata" -msgstr "Mutasd a metaadatokat" - -msgid "SimpleSAMLphp as an IdP for Google Apps for Education" -msgstr "SimpleSAMLphp mint IdP a Google Apps for Education programok számára" - msgid "State information lost" msgstr "Elvezett az állapotinformácĂł" -msgid "Hosted SAML 2.0 Identity Provider Metadata (automatically generated)" -msgstr "" -"Ezen a gĂ©pen futĂł (hosted) SAML 2.0 szemĂ©lyazonosság-szolgáltatĂł (IdP) " -"metaadat (automatikusan generált)" - -msgid "OpenID Provider site - Alpha version (test code)" -msgstr "OpenID kiszolgálĂł oldal - Alpha verziĂł (teszt kĂłd)" - -msgid "Required for Radius" -msgstr "SzĂĽksĂ©ges a Radius támogatáshoz" - -msgid "SAML 2.0 SP example - test logging in through your IdP" -msgstr "SAML 2.0 SP pĂ©lda - teszt bejelentkezĂ©s saját IdP keresztĂĽl" - -msgid "Using SimpleSAMLphp as a Service Provider" -msgstr "SimpleSAMLphp használata mint alkalmazásszolgáltatĂł(SP)" - msgid "" "We have detected that there is only a few seconds since you last " "authenticated with this service provider, and therefore assume that there" @@ -384,9 +98,6 @@ msgstr "" "azonosĂtás Ăłta. Ez nem normális működĂ©s, Ăşgy tűnik, valami problĂ©ma " "lĂ©pett fel az SP-nĂ©l." -msgid "Recommended" -msgstr "Ajánlott" - msgid "" "If you are a developer who is deploying a single sign-on solution, you " "have a problem with the metadata configuration. Verify that metadata is " @@ -395,38 +106,14 @@ msgstr "" "Ha ön az oldal ĂĽzemeltetĹ‘je, Ăşgy javasoljuk, ellenĹ‘rizze a metaadat " "beállĂtásokat mint IdP-, mind SP oldalon." -msgid "SimpleSAMLphp Advanced Features" -msgstr "SimpleSAMLphp további tulajdonságai" - msgid "Too short interval between single sign on events." msgstr "TĂşl kevĂ©s idĹ‘ telt el a belĂ©pĂ©si kĂsĂ©rletek között." -msgid "Checking your PHP installation" -msgstr "PHP beállĂtások ellenĹ‘rzĂ©se" - -msgid "" -"The length of query parameters is limited by the PHP Suhosin extension. " -"Please increase the suhosin.get.max_value_length option to at least 2048 " -"bytes." -msgstr "" -"A http kĂ©rĂ©s paramĂ©tereinek hossza meghaladta a PHP Suhosin kiterjesztĂ©s " -"határĂ©rtĂ©kĂ©t. Növelje meg a suhosin.get.max_value_length opciĂłt legalább " -"2048 byte-ra." - -msgid "Useful links for your installation" -msgstr "Hasznos linkek" - -msgid "Configuration" -msgstr "BeállĂtások" - msgid "Hosted Shibboleth 1.3 Identity Provider Metadata (automatically generated)" msgstr "" "Ezen a gĂ©pen futĂł (hosted) Shibboleth 1.3 szemĂ©lyazonosság-szolgáltatĂł " "(IdP) metaadat (automatikusan generált)" -msgid "Login as administrator" -msgstr "BejelentkezĂ©s adminisztrátorkĂ©nt" - msgid "Report this error" msgstr "A hiba jelentĂ©se" diff --git a/modules/core/locales/id/LC_MESSAGES/core.po b/modules/core/locales/id/LC_MESSAGES/core.po index 66b8655c70f934e2d10673ca1e51b061a5cb1f85..dd81885765a535191b1775d9a7e1c07754506d1b 100644 --- a/modules/core/locales/id/LC_MESSAGES/core.po +++ b/modules/core/locales/id/LC_MESSAGES/core.po @@ -1,4 +1,3 @@ - #, fuzzy msgid "" msgstr "" @@ -15,161 +14,9 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" -msgid "{core:frontpage:link_phpinfo}" -msgstr "PHP info" - -msgid "{core:frontpage:login_as_admin}" -msgstr "Login sebagai administrator" - -msgid "{core:frontpage:link_doc_sp}" -msgstr "Menggunakan SimpleSAMLphp sebagai Service Provider" - -msgid "{core:frontpage:link_meta_saml2sphosted}" -msgstr "Metadata Service Provider SAML 2.0 Hosted (secara otomatis digenerate)" - -msgid "{core:frontpage:link_openidprovider}" -msgstr "Situs Provider OpenID - Versi Alpa (Kode untuk tes)" - -msgid "{core:frontpage:link_doc_install}" -msgstr "Instalasi SimpleSAMLphp" - -msgid "{core:frontpage:link_diagnostics}" -msgstr "Diagnostik pada hostname, port dan protokol" - -msgid "{core:frontpage:link_meta_saml2idphosted}" -msgstr "Metadata Identity Provider SAML 2.0 Hosted (secara otomatis digenerate)" - -msgid "{core:frontpage:optional}" -msgstr "Opsional" - -msgid "{core:frontpage:doc_header}" -msgstr "Dokumentasi" - -msgid "{core:frontpage:link_doc_advanced}" -msgstr "Fitur Lanjutan SimpleSAMLphp" - -msgid "{core:frontpage:required_ldap}" -msgstr "Diperlukan untuk LDAP" - -msgid "{core:frontpage:authtest}" -msgstr "Memerika sumber autentifikasi yang telah dikonfigurasi" - -msgid "{core:frontpage:link_meta_overview}" -msgstr "Ringkasan Metadata dari instalasi Anda. Memeriksa file metadata Anda" - -msgid "{core:frontpage:configuration}" -msgstr "Konfigurasi" - -msgid "{core:frontpage:welcome}" -msgstr "Selamat Datang" - -msgid "{core:frontpage:link_doc_shibsp}" -msgstr "Mengkonfigurasi Shibboleth 1.3 SP untuk bekerja dengan SimpleSAMLphp IdP" - -msgid "{core:frontpage:metadata_header}" -msgstr "Metadata" - -msgid "{core:frontpage:link_doc_maintenance}" -msgstr "Konfigurasi dan Pemeliharaan SimpleSAMLphp" - -msgid "{core:frontpage:link_configcheck}" -msgstr "Pemeriksaan konfigurasi SimpleSAMLphp" - -msgid "{core:frontpage:page_title}" -msgstr "Halaman instalasi SimpleSAMLphp" - -msgid "{core:frontpage:warnings}" -msgstr "Peringatan-Peringatan" - -msgid "{core:frontpage:link_xmlconvert}" -msgstr "Konverter XML ke metadata SimpleSAMLphp" - -msgid "{core:frontpage:link_cleardiscochoices}" -msgstr "Hapus pilihan IdP saya di IdP penemuan layanan" - -msgid "{core:frontpage:loggedin_as_admin}" -msgstr "Anda login sebagai administrator" - -msgid "{core:frontpage:auth}" -msgstr "Autentifikasi" - -msgid "{core:frontpage:show_metadata}" -msgstr "Perlihatkan metadata" - -msgid "{core:frontpage:intro}" -msgstr "" -"<strong>Selamat</strong>, Anda telah berhasil melakukan instalasi " -"SimpleSAMLphp. Ini adalah halaman awal instalasi Anda, dimana Anda akan " -"menemukan link ke contoh-contoh tes, diagnostik, metadata dan bahkan link" -" ke dokumentasi terkait." - -msgid "{core:frontpage:required}" -msgstr "Diperlukan" - -msgid "{core:frontpage:warnings_suhosin_url_length}" -msgstr "" -"Panjang parameter quert dibatasi oleh ekstensi Suhosin PHP. Tolong " -"tingkatkan opsi suhosin.get.max_value_length setidaknya menjadi 2048 " -"byte. " - -msgid "{core:frontpage:warnings_https}" -msgstr "" -"<strong>Anda tidak menggunakan HTTPS</strong> - komunikasi yang " -"dienkripsi dengan user. HTTP bekerja baik-baik saja untuk tujuan " -"pengetesan , tapi dalam lingkungan produksi, Anda sebaiknya menggunakan " -"HTTPS. [ <a href=\"https://simplesamlphp.org/docs/stable/simplesamlphp-maintenance" -"\">Baca lebih lanjut tentang proses pemeliraan " -"SimpleSAMLphp.</a> ]" - -msgid "{core:frontpage:federation}" -msgstr "Federasi" - -msgid "{core:frontpage:required_radius}" -msgstr "Diperlukan untuk Radius" - -msgid "{core:frontpage:checkphp}" -msgstr "Memerika instalasi PHP Anda" - -msgid "{core:frontpage:link_doc_idp}" -msgstr "Menggunakan SimpleSAMLphp sebagai Identity Provider" - -msgid "{core:frontpage:link_saml2example}" -msgstr "Contoh SAML 2.0 SP - Tes login melalui Idp Anda" - -msgid "{core:frontpage:about_header}" -msgstr "Tentang SimpleSAMLphp" - -msgid "{core:frontpage:about_text}" -msgstr "" -"SimpleSAMLphp sangat menarik, dimana Saya bisa membaca lebih jauh tentang" -" hal ini ? Anda dapat mencari informasi lebih jauh tentang <a " -"href=\"http://rnd.feide.no/simplesamlphp\">SimpleSAMLphp pada blog Feide " -"RnD</a> ke arah <a href=\"http://uninett.no\">UNINETT</a>." - msgid "Retry" msgstr "Coba lagi" -msgid "{core:frontpage:useful_links_header}" -msgstr "Link-Link yang bermanfaat untuk membantu proses instalasi Anda" - -msgid "{core:frontpage:metadata}" -msgstr "Metadata" - -msgid "{core:frontpage:recommended}" -msgstr "Direkomendasikan" - -msgid "{core:frontpage:link_doc_googleapps}" -msgstr "SimpleSAMLphp sebagai IdP untuk Google Apps for Education" - -msgid "{core:frontpage:tools}" -msgstr "Peralatan" - -msgid "{core:frontpage:deprecated}" -msgstr "Usang" - -msgid "You are logged in as administrator" -msgstr "Anda login sebagai administrator" - msgid "Go back to the previous page and try again." msgstr "Kembali ke halaman sebelumnya dan coba lagi." @@ -181,56 +28,20 @@ msgstr "" msgid "Welcome" msgstr "Selamat Datang" -msgid "SimpleSAMLphp configuration check" -msgstr "Pemeriksaan konfigurasi SimpleSAMLphp" - -msgid "Metadata overview for your installation. Diagnose your metadata files" -msgstr "Ringkasan Metadata dari instalasi Anda. Memeriksa file metadata Anda" - -msgid "XML to SimpleSAMLphp metadata converter" -msgstr "Konverter XML ke metadata SimpleSAMLphp" - -msgid "Required" -msgstr "Diperlukan" - -msgid "Warnings" -msgstr "Peringatan-Peringatan" - -msgid "Documentation" -msgstr "Dokumentasi" - msgid "Hosted Shibboleth 1.3 Service Provider Metadata (automatically generated)" msgstr "" "Metadata Service Provider Shibboleth 1.3 Hosted (secara otomatis " "digenerate)" -msgid "PHP info" -msgstr "PHP info" - -msgid "About SimpleSAMLphp" -msgstr "Tentang SimpleSAMLphp" - -msgid "Hosted SAML 2.0 Service Provider Metadata (automatically generated)" -msgstr "Metadata Service Provider SAML 2.0 Hosted (secara otomatis digenerate)" - msgid "Retry login" msgstr "Coba login kembali" -msgid "Required for LDAP" -msgstr "Diperlukan untuk LDAP" - msgid "Close the web browser, and try again." msgstr "Tutup browser, dan coba lagi." -msgid "Federation" -msgstr "Federasi" - msgid "We were unable to locate the state information for the current request." msgstr "Kita tidak dapat menemukan informasi kondisi/state dari request saat ini." -msgid "Delete my choices of IdP in the IdP discovery services" -msgstr "Hapus pilihan IdP saya di IdP penemuan layanan" - msgid "" "This is most likely a configuration problem on either the service " "provider or identity provider." @@ -238,9 +49,6 @@ msgstr "" "Sepertinya ini terjadi karena ada kesalahan konfigurasi baik pada service" " provider maupun pada identity provider" -msgid "Configure Shibboleth 1.3 SP to work with SimpleSAMLphp IdP" -msgstr "Mengkonfigurasi Shibboleth 1.3 SP untuk bekerja dengan SimpleSAMLphp IdP" - msgid "Using the back and forward buttons in the web browser." msgstr "Menggunakan tombol back dan forward pada browser web." @@ -255,12 +63,6 @@ msgstr "" "Membuka web browser dengan tab-tab yang telah disimpan dari session " "sebelumnya." -msgid "Tools" -msgstr "Peralatan" - -msgid "Test configured authentication sources " -msgstr "Memerika sumber autentifikasi yang telah dikonfigurasi" - msgid "" "You appear to have disabled cookies in your browser. Please check the " "settings in your browser, and try again." @@ -268,49 +70,9 @@ msgstr "" "Anda sepertinya menonaktifkan cookie di browser anda. Silahkan periksa " "pengaturan pada browser anda, dan coba lagi." -msgid "Installing SimpleSAMLphp" -msgstr "Instalasi SimpleSAMLphp" - -msgid "Deprecated" -msgstr "Usang" - -msgid "" -"<strong>Congratulations</strong>, you have successfully installed " -"SimpleSAMLphp. This is the start page of your installation, where you " -"will find links to test examples, diagnostics, metadata and even links to" -" relevant documentation." -msgstr "" -"<strong>Selamat</strong>, Anda telah berhasil melakukan instalasi " -"SimpleSAMLphp. Ini adalah halaman awal instalasi Anda, dimana Anda akan " -"menemukan link ke contoh-contoh tes, diagnostik, metadata dan bahkan link" -" ke dokumentasi terkait." - msgid "This error may be caused by:" msgstr "Error ini mungkin disebabkan oleh:" -msgid "" -"<strong>You are not using HTTPS</strong> - encrypted communication with " -"the user. HTTP works fine for test purposes, but in a production " -"environment, you should use HTTPS. [ <a " -"href=\"https://simplesamlphp.org/docs/stable/simplesamlphp-" -"maintenance\">Read more about SimpleSAMLphp maintenance</a> ]" -msgstr "" -"<strong>Anda tidak menggunakan HTTPS</strong> - komunikasi yang " -"dienkripsi dengan user. HTTP bekerja baik-baik saja untuk tujuan " -"pengetesan , tapi dalam lingkungan produksi, Anda sebaiknya menggunakan " -"HTTPS. [ <a href=\"https://simplesamlphp.org/docs/stable/simplesamlphp-maintenance" -"\">Baca lebih lanjut tentang proses pemeliraan " -"SimpleSAMLphp.</a> ]" - -msgid "Metadata" -msgstr "Metadata" - -msgid "SimpleSAMLphp Maintenance and Configuration" -msgstr "Konfigurasi dan Pemeliharaan SimpleSAMLphp" - -msgid "Diagnostics on hostname, port and protocol" -msgstr "Diagnostik pada hostname, port dan protokol" - msgid "" "If you are an user who received this error after following a link on a " "site, you should report this error to the owner of that site." @@ -319,59 +81,15 @@ msgstr "" "sebuah situs, anda harus melaporkan error ini kepada pemilik situs " "tersebut" -msgid "Using SimpleSAMLphp as an Identity Provider" -msgstr "Menggunakan SimpleSAMLphp sebagai Identity Provider" - -msgid "Optional" -msgstr "Opsional" - msgid "Suggestions for resolving this problem:" msgstr "Saran untuk memperbaiki masalah ini:" -msgid "" -"This SimpleSAMLphp thing is pretty cool, where can I read more about it? " -"You can find more information about it at the <a " -"href=\"https://simplesamlphp.org/\">SimpleSAMLphp web page </a> over at " -"<a href=\"http://uninett.no\">UNINETT</a>." -msgstr "" -"SimpleSAMLphp sangat menarik, dimana Saya bisa membaca lebih jauh tentang" -" hal ini ? Anda dapat mencari informasi lebih jauh tentang <a " -"href=\"http://rnd.feide.no/simplesamlphp\">SimpleSAMLphp pada blog Feide " -"RnD</a> ke arah <a href=\"http://uninett.no\">UNINETT</a>." - msgid "Shibboleth 1.3 SP example - test logging in through your Shib IdP" msgstr "Contoh Shibboleth 1.3 SP - Tes login melalui IdP Shib Anda" -msgid "Authentication" -msgstr "Autentifikasi" - -msgid "SimpleSAMLphp installation page" -msgstr "Halaman instalasi SimpleSAMLphp" - -msgid "Show metadata" -msgstr "Perlihatkan metadata" - -msgid "SimpleSAMLphp as an IdP for Google Apps for Education" -msgstr "SimpleSAMLphp sebagai IdP untuk Google Apps for Education" - msgid "State information lost" msgstr "Informasi kondisi/state hilang" -msgid "Hosted SAML 2.0 Identity Provider Metadata (automatically generated)" -msgstr "Metadata Identity Provider SAML 2.0 Hosted (secara otomatis digenerate)" - -msgid "OpenID Provider site - Alpha version (test code)" -msgstr "Situs Provider OpenID - Versi Alpa (Kode untuk tes)" - -msgid "Required for Radius" -msgstr "Diperlukan untuk Radius" - -msgid "SAML 2.0 SP example - test logging in through your IdP" -msgstr "Contoh SAML 2.0 SP - Tes login melalui Idp Anda" - -msgid "Using SimpleSAMLphp as a Service Provider" -msgstr "Menggunakan SimpleSAMLphp sebagai Service Provider" - msgid "" "We have detected that there is only a few seconds since you last " "authenticated with this service provider, and therefore assume that there" @@ -381,9 +99,6 @@ msgstr "" "yang anda lakukan pada service provider ini, dan oleh karena itu " "diasumsikan ada masalah dengan SP ini" -msgid "Recommended" -msgstr "Direkomendasikan" - msgid "" "If you are a developer who is deploying a single sign-on solution, you " "have a problem with the metadata configuration. Verify that metadata is " @@ -394,38 +109,14 @@ msgstr "" "dikonfigurasi dengan benar baik pada sisi identity provider dan pada sisi" " service provider." -msgid "SimpleSAMLphp Advanced Features" -msgstr "Fitur Lanjutan SimpleSAMLphp" - msgid "Too short interval between single sign on events." msgstr "Interval yang terlalu pendek antara event single sign on." -msgid "Checking your PHP installation" -msgstr "Memerika instalasi PHP Anda" - -msgid "" -"The length of query parameters is limited by the PHP Suhosin extension. " -"Please increase the suhosin.get.max_value_length option to at least 2048 " -"bytes." -msgstr "" -"Panjang parameter quert dibatasi oleh ekstensi Suhosin PHP. Tolong " -"tingkatkan opsi suhosin.get.max_value_length setidaknya menjadi 2048 " -"byte. " - -msgid "Useful links for your installation" -msgstr "Link-Link yang bermanfaat untuk membantu proses instalasi Anda" - -msgid "Configuration" -msgstr "Konfigurasi" - msgid "Hosted Shibboleth 1.3 Identity Provider Metadata (automatically generated)" msgstr "" "Metadata Identity Provider Shibboleth 1.3 Hosted (secara otomatis " "digenerate)" -msgid "Login as administrator" -msgstr "Login sebagai administrator" - msgid "Report this error" msgstr "Laporkan error ini" diff --git a/modules/core/locales/it/LC_MESSAGES/core.po b/modules/core/locales/it/LC_MESSAGES/core.po index 88d46a434f158f3f2c79bb7e4508c78bee4f3074..d399a1dd6b54330a81d96f5a7e13d10fd10fa924 100644 --- a/modules/core/locales/it/LC_MESSAGES/core.po +++ b/modules/core/locales/it/LC_MESSAGES/core.po @@ -1,4 +1,3 @@ - #, fuzzy msgid "" msgstr "" @@ -15,160 +14,6 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" -msgid "{core:frontpage:link_phpinfo}" -msgstr "PHP info" - -msgid "{core:frontpage:login_as_admin}" -msgstr "Accedi come amministratore" - -msgid "{core:frontpage:link_doc_sp}" -msgstr "Usare SimpleSAMLphp come Service Provider" - -msgid "{core:frontpage:link_meta_saml2sphosted}" -msgstr "Metadati del Service Provider SAML 2.0 Locale (generati automaticamente)" - -msgid "{core:frontpage:link_openidprovider}" -msgstr "OpenID Provider site - versione Alpha (codice di test)" - -msgid "{core:frontpage:link_doc_install}" -msgstr "Installazione di SimpleSAMLphp" - -msgid "{core:frontpage:link_diagnostics}" -msgstr "Diagnostica su nome dell'host, porta e protocollo" - -msgid "{core:frontpage:link_meta_saml2idphosted}" -msgstr "Metadati dell'Identity Provider SAML 2.0 Locale (generati automaticamente)" - -msgid "{core:frontpage:optional}" -msgstr "Facoltativo" - -msgid "{core:frontpage:doc_header}" -msgstr "Documentazione" - -msgid "{core:frontpage:link_doc_advanced}" -msgstr "Funzioni avanzate di SimpleSAMLphp " - -msgid "{core:frontpage:required_ldap}" -msgstr "Obbligatorio per LDAP" - -msgid "{core:frontpage:authtest}" -msgstr "Prova le fonti di autenticazione configurate" - -msgid "{core:frontpage:link_meta_overview}" -msgstr "" -"Panoramica dei metadati della tua installazione. Diagnostica dei file dei" -" metadati" - -msgid "{core:frontpage:configuration}" -msgstr "Configurazione" - -msgid "{core:frontpage:welcome}" -msgstr "Benvenuto" - -msgid "{core:frontpage:link_doc_shibsp}" -msgstr "Configurare un SP Shibboleth 1.3 per funzionare con un IdP SimpleSAMLphp" - -msgid "{core:frontpage:metadata_header}" -msgstr "Metadati" - -msgid "{core:frontpage:link_doc_maintenance}" -msgstr "Manutenzione e configurazione di SimpleSAMLphp " - -msgid "{core:frontpage:link_configcheck}" -msgstr "Controllo configurazione SimpleSAMLphp" - -msgid "{core:frontpage:page_title}" -msgstr "Pagina di installazione di SimpleSAMLphp" - -msgid "{core:frontpage:warnings}" -msgstr "Avvertenze" - -msgid "{core:frontpage:link_xmlconvert}" -msgstr "Convertitore di metadati dal formato XML al formato SimpleSAMLphp " - -msgid "{core:frontpage:link_cleardiscochoices}" -msgstr "Dimentica la mia scelta di IdP di default" - -msgid "{core:frontpage:loggedin_as_admin}" -msgstr "Sei connesso come amministratore" - -msgid "{core:frontpage:auth}" -msgstr "Autenticazione" - -msgid "{core:frontpage:show_metadata}" -msgstr "Mostra metadati" - -msgid "{core:frontpage:intro}" -msgstr "" -"<strong>Congratulazioni</strong>, hai installato SimpleSAMLphp con " -"successo. Questa è la pagina di riferimento della tua " -"installazione, qui puoi trovare i link ad esempi di test, diagnostiche, " -"metadati e alla documentazione relativa." - -msgid "{core:frontpage:required}" -msgstr "Obbligatorio" - -msgid "{core:frontpage:warnings_suhosin_url_length}" -msgstr "" -"La lunghezza dei parametri della query è limitato dall'estensione PHP " -"Suhosin. Incrementa l'opzione suhosin.get.max_value_lenght ad almeno 2048" -" bytes" - -msgid "{core:frontpage:warnings_https}" -msgstr "" -"<strong>Non stai usando HTTPS</strong> - comunicazione cifrata con " -"l'utente. HTTP può funzionare per i test, ma in un ambiente di " -"produzione si dovrebbe usare HTTPS. [ <a " -"href=\"https://simplesamlphp.org/docs/stable/simplesamlphp-maintenance" -"\">Maggiori informazioni sulla manutenzione di " -"SimpleSAMLphp</a> ]" - -msgid "{core:frontpage:federation}" -msgstr "Federazione" - -msgid "{core:frontpage:required_radius}" -msgstr "Obbligatorio per Radius" - -msgid "{core:frontpage:checkphp}" -msgstr "Controllo dell'installazione di PHP" - -msgid "{core:frontpage:link_doc_idp}" -msgstr "Usare SimpleSAMLphp come Identity Provider" - -msgid "{core:frontpage:link_saml2example}" -msgstr "Esempio di SAML 2.0 SP - prova l'autenticazione tramite il tuo IdP" - -msgid "{core:frontpage:about_header}" -msgstr "A proposito di SimpleSAMLphp" - -msgid "{core:frontpage:about_text}" -msgstr "" -"Questo SimpleSAMLphp è davvero un bel prodotto, dove trovo " -"ulteriori informazioni a riguardo? Puoi trovare maggiori informazioni su " -"<a href=\"http://rnd.feide.no/simplesamlphp\">SimpleSAMLphp nel Blog di " -"Feide RnD</a> oltre che <a href=\"http://uninett.no\">UNINETT</a>." - -msgid "{core:frontpage:useful_links_header}" -msgstr "Link utili per la tua installazione" - -msgid "{core:frontpage:metadata}" -msgstr "Metadati" - -msgid "{core:frontpage:recommended}" -msgstr "Raccomandato" - -msgid "{core:frontpage:link_doc_googleapps}" -msgstr "SimpleSAMLphp come IdP per Google Apps for Education" - -msgid "{core:frontpage:tools}" -msgstr "Strumenti" - -msgid "{core:frontpage:deprecated}" -msgstr "Deprecato" - -msgid "You are logged in as administrator" -msgstr "Sei connesso come amministratore" - msgid "Go back to the previous page and try again." msgstr "Tornare alla pagina precedente e provare di nuovo." @@ -180,60 +25,22 @@ msgstr "" msgid "Welcome" msgstr "Benvenuto" -msgid "SimpleSAMLphp configuration check" -msgstr "Controllo configurazione SimpleSAMLphp" - -msgid "Metadata overview for your installation. Diagnose your metadata files" -msgstr "" -"Panoramica dei metadati della tua installazione. Diagnostica dei file dei" -" metadati" - -msgid "XML to SimpleSAMLphp metadata converter" -msgstr "Convertitore di metadati dal formato XML al formato SimpleSAMLphp " - -msgid "Required" -msgstr "Obbligatorio" - -msgid "Warnings" -msgstr "Avvertenze" - -msgid "Documentation" -msgstr "Documentazione" - msgid "Hosted Shibboleth 1.3 Service Provider Metadata (automatically generated)" msgstr "" "Metadati del Service Provider Shibboleth 1.3 Locale (generati " "automaticamente)" -msgid "PHP info" -msgstr "PHP info" - -msgid "About SimpleSAMLphp" -msgstr "A proposito di SimpleSAMLphp" - -msgid "Hosted SAML 2.0 Service Provider Metadata (automatically generated)" -msgstr "Metadati del Service Provider SAML 2.0 Locale (generati automaticamente)" - msgid "Retry login" msgstr "Riprovare a connettersi" -msgid "Required for LDAP" -msgstr "Obbligatorio per LDAP" - msgid "Close the web browser, and try again." msgstr "Chiudere il browser web e quindi provare di nuovo." -msgid "Federation" -msgstr "Federazione" - msgid "We were unable to locate the state information for the current request." msgstr "" "Non è stato possibile localizzare le informazioni di stato per la " "richiesta corrente." -msgid "Delete my choices of IdP in the IdP discovery services" -msgstr "Dimentica la mia scelta di IdP di default" - msgid "" "This is most likely a configuration problem on either the service " "provider or identity provider." @@ -241,9 +48,6 @@ msgstr "" "Questo è probabilmente un problema di configurazione del service provider" " o dell'identity provider." -msgid "Configure Shibboleth 1.3 SP to work with SimpleSAMLphp IdP" -msgstr "Configurare un SP Shibboleth 1.3 per funzionare con un IdP SimpleSAMLphp" - msgid "Using the back and forward buttons in the web browser." msgstr "Utilizzo i pulsanti avanti ed indietro del browser web." @@ -258,12 +62,6 @@ msgstr "" "Il browser web è stato aperto e le finestre (tab) sono state ripristinate" " dalla sessione precedente." -msgid "Tools" -msgstr "Strumenti" - -msgid "Test configured authentication sources " -msgstr "Prova le fonti di autenticazione configurate" - msgid "" "You appear to have disabled cookies in your browser. Please check the " "settings in your browser, and try again." @@ -271,52 +69,12 @@ msgstr "" "Sembra che i cookie siano disabilitati nel browser. Si prega di " "verificare e quindi riprovare." -msgid "Installing SimpleSAMLphp" -msgstr "Installazione di SimpleSAMLphp" - -msgid "Deprecated" -msgstr "Deprecato" - -msgid "" -"<strong>Congratulations</strong>, you have successfully installed " -"SimpleSAMLphp. This is the start page of your installation, where you " -"will find links to test examples, diagnostics, metadata and even links to" -" relevant documentation." -msgstr "" -"<strong>Congratulazioni</strong>, hai installato SimpleSAMLphp con " -"successo. Questa è la pagina di riferimento della tua " -"installazione, qui puoi trovare i link ad esempi di test, diagnostiche, " -"metadati e alla documentazione relativa." - msgid "This error may be caused by:" msgstr "Questo errore potrebbe essere causato da:" -msgid "" -"<strong>You are not using HTTPS</strong> - encrypted communication with " -"the user. HTTP works fine for test purposes, but in a production " -"environment, you should use HTTPS. [ <a " -"href=\"https://simplesamlphp.org/docs/stable/simplesamlphp-" -"maintenance\">Read more about SimpleSAMLphp maintenance</a> ]" -msgstr "" -"<strong>Non stai usando HTTPS</strong> - comunicazione cifrata con " -"l'utente. HTTP può funzionare per i test, ma in un ambiente di " -"produzione si dovrebbe usare HTTPS. [ <a " -"href=\"https://simplesamlphp.org/docs/stable/simplesamlphp-maintenance" -"\">Maggiori informazioni sulla manutenzione di " -"SimpleSAMLphp</a> ]" - -msgid "Metadata" -msgstr "Metadati" - msgid "Retry" msgstr "Riprovare" -msgid "SimpleSAMLphp Maintenance and Configuration" -msgstr "Manutenzione e configurazione di SimpleSAMLphp " - -msgid "Diagnostics on hostname, port and protocol" -msgstr "Diagnostica su nome dell'host, porta e protocollo" - msgid "" "If you are an user who received this error after following a link on a " "site, you should report this error to the owner of that site." @@ -324,61 +82,17 @@ msgstr "" "Se sei un utente che ha ricevuto questo errore dopo aver cliccato un link" " su un sito, dovresti riportare questo errore al gestore di quel sito." -msgid "Using SimpleSAMLphp as an Identity Provider" -msgstr "Usare SimpleSAMLphp come Identity Provider" - -msgid "Optional" -msgstr "Facoltativo" - msgid "Suggestions for resolving this problem:" msgstr "Suggerimenti per risolvere questo problema:" -msgid "" -"This SimpleSAMLphp thing is pretty cool, where can I read more about it? " -"You can find more information about it at the <a " -"href=\"https://simplesamlphp.org/\">SimpleSAMLphp web page </a> over at " -"<a href=\"http://uninett.no\">UNINETT</a>." -msgstr "" -"Questo SimpleSAMLphp è davvero un bel prodotto, dove trovo " -"ulteriori informazioni a riguardo? Puoi trovare maggiori informazioni su " -"<a href=\"http://rnd.feide.no/simplesamlphp\">SimpleSAMLphp nel Blog di " -"Feide RnD</a> oltre che <a href=\"http://uninett.no\">UNINETT</a>." - msgid "Shibboleth 1.3 SP example - test logging in through your Shib IdP" msgstr "" "Esempio di Shibboleth 1.3 SP - prova l'autenticazione tramite il tuo IdP " "Shibboleth" -msgid "Authentication" -msgstr "Autenticazione" - -msgid "SimpleSAMLphp installation page" -msgstr "Pagina di installazione di SimpleSAMLphp" - -msgid "Show metadata" -msgstr "Mostra metadati" - -msgid "SimpleSAMLphp as an IdP for Google Apps for Education" -msgstr "SimpleSAMLphp come IdP per Google Apps for Education" - msgid "State information lost" msgstr "Informazioni di stato perse" -msgid "Hosted SAML 2.0 Identity Provider Metadata (automatically generated)" -msgstr "Metadati dell'Identity Provider SAML 2.0 Locale (generati automaticamente)" - -msgid "OpenID Provider site - Alpha version (test code)" -msgstr "OpenID Provider site - versione Alpha (codice di test)" - -msgid "Required for Radius" -msgstr "Obbligatorio per Radius" - -msgid "SAML 2.0 SP example - test logging in through your IdP" -msgstr "Esempio di SAML 2.0 SP - prova l'autenticazione tramite il tuo IdP" - -msgid "Using SimpleSAMLphp as a Service Provider" -msgstr "Usare SimpleSAMLphp come Service Provider" - msgid "" "We have detected that there is only a few seconds since you last " "authenticated with this service provider, and therefore assume that there" @@ -388,9 +102,6 @@ msgstr "" "autenticazione con questo fornitore di servizio, quindi si può assumere " "che ci sia un problema con il Service Provider." -msgid "Recommended" -msgstr "Raccomandato" - msgid "" "If you are a developer who is deploying a single sign-on solution, you " "have a problem with the metadata configuration. Verify that metadata is " @@ -401,38 +112,14 @@ msgstr "" "siano correttamente configurati sia sull'identity provider che sul " "service provider." -msgid "SimpleSAMLphp Advanced Features" -msgstr "Funzioni avanzate di SimpleSAMLphp " - msgid "Too short interval between single sign on events." msgstr "L'intervallo tra le autenticazioni è troppo breve." -msgid "Checking your PHP installation" -msgstr "Controllo dell'installazione di PHP" - -msgid "" -"The length of query parameters is limited by the PHP Suhosin extension. " -"Please increase the suhosin.get.max_value_length option to at least 2048 " -"bytes." -msgstr "" -"La lunghezza dei parametri della query è limitato dall'estensione PHP " -"Suhosin. Incrementa l'opzione suhosin.get.max_value_lenght ad almeno 2048" -" bytes" - -msgid "Useful links for your installation" -msgstr "Link utili per la tua installazione" - -msgid "Configuration" -msgstr "Configurazione" - msgid "Hosted Shibboleth 1.3 Identity Provider Metadata (automatically generated)" msgstr "" "Metadati dell'Identity Provider Shibboleth 1.3 Locale (generati " "automaticamente)" -msgid "Login as administrator" -msgstr "Accedi come amministratore" - msgid "Report this error" msgstr "Riportare questo errore." diff --git a/modules/core/locales/ja/LC_MESSAGES/core.po b/modules/core/locales/ja/LC_MESSAGES/core.po index b4d1bce59e4f75c75722e6a0a144bc9b59b69610..42416bae6a699c42f6597c69ec55b5ad82d5341f 100644 --- a/modules/core/locales/ja/LC_MESSAGES/core.po +++ b/modules/core/locales/ja/LC_MESSAGES/core.po @@ -1,4 +1,3 @@ - #, fuzzy msgid "" msgstr "" @@ -15,184 +14,6 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" -msgid "{core:frontpage:link_phpinfo}" -msgstr "PHP info" - -msgid "{core:frontpage:login_as_admin}" -msgstr "管ç†č€…ă¨ă—ă¦ăグイăł" - -msgid "{core:frontpage:link_doc_sp}" -msgstr "SimpleSAMLphpをサăĽă“スă—ăăイă€ă¨ă—ă¦ä˝żç”¨ă™ă‚‹" - -msgid "{core:frontpage:link_meta_saml2sphosted}" -msgstr "ă›ă‚ąă SAML 2.0 サăĽă“スă—ăăイă€ăˇă‚żă‡ăĽă‚ż(自動生ć)" - -msgid "{core:frontpage:link_openidprovider}" -msgstr "OpenID ă—ăăイă€ă‚µă‚¤ă - アă«ă•ァăăĽă‚¸ă§ăł (ă†ă‚ąăコăĽă‰)" - -msgid "{core:frontpage:link_doc_install}" -msgstr "SimpleSAMLphpă®ă‚¤ăłă‚ąăăĽă«" - -msgid "{core:frontpage:link_consentAdmin}" -msgstr "Consent Administration" - -msgid "{core:frontpage:link_memcacheMonitor}" -msgstr "MemCache スă†ăĽă‚żă‚ą" - -msgid "{core:frontpage:link_oauth}" -msgstr "OAuth ă¦ăĽă‚¶ăĽç™»éڞ" - -msgid "{core:frontpage:link_cron}" -msgstr "cronă˘ă‚¸ăĄăĽă«ć…ĺ ±ăšăĽă‚¸" - -msgid "{core:frontpage:link_statistics}" -msgstr "スă†ăĽă‚żă‚ąć…ĺ ±ă‚’čˇ¨ç¤ş" - -msgid "{core:frontpage:link_statistics_metadata}" -msgstr "スă†ăĽă‚żă‚ąăˇă‚żă‡ăĽă‚żă‚’表示" - -msgid "{core:frontpage:link_metarefresh}" -msgstr "Metarefresh: ăˇă‚żă‡ăĽă‚żă‚’取得" - -msgid "{core:frontpage:link_sanitycheck}" -msgstr "SimpleSAMLphpă‚»ăăアăă—ă®ă‚µă‹ă†ă‚ŁăĽăă‚§ăク" - -msgid "{core:frontpage:link_diagnostics}" -msgstr "ă›ă‚ąăăŤăĽă ă‚„ăťăĽăă€ă—ăăコă«ă‚’確認" - -msgid "{core:frontpage:link_meta_saml2idphosted}" -msgstr "ă›ă‚ąă SAML 2.0 アイă‡ăłă†ă‚Łă†ă‚Łă—ăăイă€ăˇă‚żă‡ăĽă‚ż(自動生ć)" - -msgid "{core:frontpage:optional}" -msgstr "任意" - -msgid "{core:frontpage:doc_header}" -msgstr "ă‰ă‚ăĄăˇăłă" - -msgid "{core:frontpage:link_doc_advanced}" -msgstr "SimpleSAMLphpă®é«ĺş¦ăŞć©źč˝" - -msgid "{core:frontpage:required_ldap}" -msgstr "LDAPă«ĺż…č¦" - -msgid "{core:frontpage:warnings_secretsalt}" -msgstr "" -"<strong>ă‡ă•ă‚©ă«ăă®ă‚·ăĽă‚Żă¬ăăă‚˝ă«ăăŚä˝żă‚Źă‚Śă¦ă„ăľă™</strong> - ă—ăă€ă‚Żă‚·ă§ăłă§simpleSAMLを使用ă•ă‚Śă‚‹ĺ ´ĺăŻă‡ă•ă‚©ă«ăă®ă€Śsecretsalt」オă—ă‚·ă§ăłă‚’ĺż…ăšĺ¤‰ć›´ă—ă¦ăŹă ă•ă„。" -"[<a href=\"https://simplesamlphp.org/docs/stable/simplesamlphp-install\">SimpleSAMLphpă®č¨ĺ®šă«ă¤ă„ă¦ăŻă“ăˇă‚‰</a> ]" - -msgid "{core:frontpage:authtest}" -msgstr "č¨ĺ®šă•れă¦ă„る認証ĺ…ă‚’ă†ă‚ąă" - -msgid "{core:frontpage:link_meta_overview}" -msgstr "ăˇă‚żă‡ăĽă‚żă®ć¦‚č¦ă€‚ăˇă‚żă‡ăĽă‚żă•ァイă«ă‚’診ć–ă—ăľă™ă€‚" - -msgid "{core:frontpage:configuration}" -msgstr "č¨ĺ®š" - -msgid "{core:frontpage:welcome}" -msgstr "ă‚ă†ă“ăť" - -msgid "{core:frontpage:link_doc_shibsp}" -msgstr "SimpleSAMLphp IdPă¨é€Łćşă™ă‚‹Shibboleth SP 1.3ă¨ă—ă¦č¨ĺ®š" - -msgid "{core:frontpage:metadata_header}" -msgstr "ăˇă‚żă‡ăĽă‚ż" - -msgid "{core:frontpage:link_doc_maintenance}" -msgstr "SimpleSAMLphpă®ăˇăłă†ăŠăłă‚ąă¨č¨ĺ®š" - -msgid "{core:frontpage:link_configcheck}" -msgstr "SimpleSAMLphp č¨ĺ®šç˘şčŞŤ" - -msgid "{core:frontpage:page_title}" -msgstr "SimpleSAMLphp č¨ĺ®šăšăĽă‚¸" - -msgid "{core:frontpage:warnings}" -msgstr "č¦ĺ‘Š" - -msgid "{core:frontpage:link_xmlconvert}" -msgstr "XMLă‚’SimpleSAMLphpăˇă‚żă‡ăĽă‚żă«ĺ¤‰ćŹ›" - -msgid "{core:frontpage:link_cleardiscochoices}" -msgstr "IdPă‡ă‚Łă‚ąă‚«ăăŞă‚µăĽă“ス内ă®IdPă®é¸ćŠžă‚’ĺ‰Šé™¤" - -msgid "{core:frontpage:warnings_outdated}" -msgstr "ć—§ăăĽă‚¸ă§ăłă®SimpleSAMLphpăŚä˝żă‚Źă‚Śă¦ă„ăľă™ă€‚ă§ăŤă‚‹ă ă‘ć—©ăŹ<a href=\"https://simplesamlphp.org/download\">最新ăăĽă‚·ă§ăł</a>ă«ă‚˘ăă—ăăĽă‰ă—ă¦ăŹă ă•ă„" - -msgid "{core:frontpage:loggedin_as_admin}" -msgstr "管ç†č€…ă§ăグイăłă—ă¦ă„ăľă™" - -msgid "{core:frontpage:auth}" -msgstr "認証" - -msgid "{core:frontpage:logout}" -msgstr "ăグアウă" - -msgid "{core:frontpage:show_metadata}" -msgstr "ăˇă‚żă‡ăĽă‚żă‚’表示" - -msgid "{core:frontpage:intro}" -msgstr "" -"<strong>ăŠă‚ă§ă¨ă†</strong>ă€ă‚ăŞăźăŻSimpleSAMLphpă®ă‚¤ăłă‚ąăăĽă«ă«ć功ă—ăľă—ăźă€‚ă“ă®ăšăĽă‚¸ăŻč¨ĺ®šă‚’行ă†ăźă‚ă®ă‚ąă‚żăĽăăšăĽă‚¸ă§ă™ă€‚" -"ă†ă‚ąăă€č¨şć–ă€ăˇă‚żă‡ăĽă‚żă‚„関連ă™ă‚‹ă‰ă‚ăĄăˇăłăă¸ă®ăŞăłă‚Żă‚’見ă¤ă‘ă‚‹ă“ă¨ăŚă§ăŤă‚‹ă§ă—ょă†ă€‚" - -msgid "{core:frontpage:required}" -msgstr "ĺż…é " - -msgid "{core:frontpage:warnings_suhosin_url_length}" -msgstr "" -"PHPă®Suhosin拡張ă«ă‚ăŁă¦ă‚Żă‚¨ăŞăĽă‘ă©ăˇăĽă‚żă®é•·ă•ăŚĺ¶é™ă•れă¦ă„ăľă™ă€‚suhosin.get.max_value_length ă‚’ " -"2048以上ă«ĺ˘—ă‚„ă—ă¦ăŹă ă•ă„。" - -msgid "{core:frontpage:warnings_https}" -msgstr "" -"<strong>ă‚ăŞăźăŻHTTPS(暗号化通信)を行ăŁă¦ă„ăľă›ă‚“。</strong>HTTPăŻă†ă‚ąăç’°ĺ˘ă§ă‚れă°ćŁĺ¸¸ă«ĺ‹•作ă—ăľă™ă€ă—ă‹ă—製ĺ“ç’°ĺ˘ă§ăŻHTTPSを使用ă™ă‚‹ăąăŤă§ă™ă€‚[" -" <a href=\"https://simplesamlphp.org/docs/stable/simplesamlphp-maintenance" -"\">詳ă—ăŹăŻSimpleSAMLphpăˇăłă†ăŠăłă‚ąć…ĺ ±ă‚’čŞă‚“ă§ăŹă ă•ă„</a> ]" - -msgid "{core:frontpage:federation}" -msgstr "連ćş" - -msgid "{core:frontpage:required_radius}" -msgstr "Radiusă®ăźă‚ă«ĺż…é " - -msgid "{core:frontpage:checkphp}" -msgstr "PHPă®č¨ĺ®šă‚’確認" - -msgid "{core:frontpage:link_doc_idp}" -msgstr "SimpleSAMLphpをアイă‡ăłă†ă‚Łă†ă‚Łă—ăăイă€ă¨ă—ă¦ä˝żç”¨ă™ă‚‹" - -msgid "{core:frontpage:link_saml2example}" -msgstr "SAML 2.0 SP example - IdP経由ă§ă†ă‚ąăăグイăł" - -msgid "{core:frontpage:about_header}" -msgstr "SimpleSAMLphpă«ă¤ă„ă¦" - -msgid "{core:frontpage:about_text}" -msgstr "" -"SimpleSAMLphpăŻç´ 晴らă—ă„ă‚‚ă®ă§ă™ă€‚詳細ă«ă¤ă„ă¦ăŠćŽ˘ă—ă§ă™ă‹ďĽź<a href=\"http://rnd.feide.no/simplesamlphp\">SimpleSAMLphpă®WEBăšăĽă‚¸</a>ă§ć›´ăŞă‚‹ć…ĺ ±ă‚’č¦‹ă¤ă‘ă‚‹ă“ă¨ăŚĺ‡şćťĄăľă™ă€‚" - -msgid "{core:frontpage:useful_links_header}" -msgstr "č¨ĺ®šă«äľżĺ©ăŞăŞăłă‚Żé›†" - -msgid "{core:frontpage:metadata}" -msgstr "ăˇă‚żă‡ăĽă‚ż" - -msgid "{core:frontpage:recommended}" -msgstr "推奨" - -msgid "{core:frontpage:link_doc_googleapps}" -msgstr "SimpleSAMLphpă‚’Google Apps for Educationă®ç‚şă®IdPă¨ă—ă¦č¨ĺ®š" - -msgid "{core:frontpage:tools}" -msgstr "ă„ăĽă«" - -msgid "{core:frontpage:deprecated}" -msgstr "非推奨" - -msgid "You are logged in as administrator" -msgstr "管ç†č€…ă§ăグイăłă—ă¦ă„ăľă™" - msgid "Go back to the previous page and try again." msgstr "前ă®ăšăĽă‚¸ă«ć»ă‚Šă€ĺ†Ťĺş¦č©¦ă—ă¦ăŹă ă•ă„。" @@ -202,62 +23,23 @@ msgstr "ă“ă®ĺ•ŹéˇŚăŚç¶™ç¶šă—ă¦čµ·ă“ă‚‹ĺ ´ĺă€ă‚·ă‚ąă†ă 管ç†č€…ă«ĺ ± msgid "Welcome" msgstr "ă‚ă†ă“ăť" -msgid "SimpleSAMLphp configuration check" -msgstr "SimpleSAMLphp č¨ĺ®šç˘şčŞŤ" - -msgid "Metadata overview for your installation. Diagnose your metadata files" -msgstr "ăˇă‚żă‡ăĽă‚żă®ć¦‚č¦ă€‚ăˇă‚żă‡ăĽă‚żă•ァイă«ă‚’診ć–ă—ăľă™ă€‚" - -msgid "XML to SimpleSAMLphp metadata converter" -msgstr "XMLă‚’SimpleSAMLphpăˇă‚żă‡ăĽă‚żă«ĺ¤‰ćŹ›" - -msgid "Required" -msgstr "ĺż…é " - -msgid "Warnings" -msgstr "č¦ĺ‘Š" - -msgid "Documentation" -msgstr "ă‰ă‚ăĄăˇăłă" - msgid "Hosted Shibboleth 1.3 Service Provider Metadata (automatically generated)" msgstr "ă›ă‚ąă Shibboleth 1.3 サăĽă“スă—ăăイă€ăˇă‚żă‡ăĽă‚ż(自動生ć)" -msgid "PHP info" -msgstr "PHP info" - -msgid "About SimpleSAMLphp" -msgstr "SimpleSAMLphpă«ă¤ă„ă¦" - -msgid "Hosted SAML 2.0 Service Provider Metadata (automatically generated)" -msgstr "ă›ă‚ąă SAML 2.0 サăĽă“スă—ăăイă€ăˇă‚żă‡ăĽă‚ż(自動生ć)" - msgid "Retry login" msgstr "ăグイăłă‚’再試行" -msgid "Required for LDAP" -msgstr "LDAPă®ăźă‚ă«ĺż…é " - msgid "Close the web browser, and try again." msgstr "WEBă–ă©ă‚¦ă‚¶ă‚’é–‰ăă¦ă€ĺ†Ťĺş¦č©¦ă—ă¦ăŹă ă•ă„。" -msgid "Federation" -msgstr "連ćş" - msgid "We were unable to locate the state information for the current request." msgstr "現在ă®ăŞă‚Żă‚¨ă‚ąăă‹ă‚‰çжㅋć…ĺ ±ă‚’ç‰ąĺ®šă™ă‚‹ă“ă¨ăŚĺ‡şćťĄăľă›ă‚“ă§ă—ăźă€‚" -msgid "Delete my choices of IdP in the IdP discovery services" -msgstr "IdPă‡ă‚Łă‚ąă‚«ăăŞă‚µăĽă“ス内ă®IdPă®é¸ćŠžă‚’ĺ‰Šé™¤" - msgid "" "This is most likely a configuration problem on either the service " "provider or identity provider." msgstr "ă“れăŻćらăŹă‚µăĽă“スă—ăăイă€ă‹ă‚˘ă‚¤ă‡ăłă†ă‚Łă†ă‚Łă—ăăイă€ă®č¨ĺ®šă®ĺ•ŹéˇŚă§ă™ă€‚" -msgid "Configure Shibboleth 1.3 SP to work with SimpleSAMLphp IdP" -msgstr "SimpleSAMLphp IdPă¨é€Łćşă™ă‚‹Shibboleth SP 1.3ă¨ă—ă¦č¨ĺ®š" - msgid "Using the back and forward buttons in the web browser." msgstr "WEBă–ă©ă‚¦ă‚¶ă®ć»ă‚‹ă‚„次ă¸ă®ăśă‚żăłă‚’使用ă—ăľă™ă€‚" @@ -270,156 +52,49 @@ msgstr "ă“ă®WEBă–ă©ă‚¦ă‚¶ă§ăŻă‚Żăă‚ăĽăŚç„ˇĺŠąĺŚ–ă•れă¦ă„ăľă™ă€‚ msgid "Opened the web browser with tabs saved from the previous session." msgstr "ă–ă©ă‚¦ă‚¶ă«äżťĺă•れăźă‚żă–ă«ă‚りă€ä»Ąĺ‰Ťă®ă‚»ăă‚·ă§ăłăŚé–‹ă‹ă‚Śăľă—ăźă€‚" -msgid "Tools" -msgstr "ă„ăĽă«" - -msgid "Test configured authentication sources " -msgstr "č¨ĺ®šă•れă¦ă„る認証ĺ…ă‚’ă†ă‚ąă" - msgid "" "You appear to have disabled cookies in your browser. Please check the " "settings in your browser, and try again." msgstr "ă–ă©ă‚¦ă‚¶ă®ă‚Żăă‚ăĽăŚç„ˇĺŠąĺŚ–ă•れă¦ă„る可č˝ć€§ăŚă‚りăľă™ă€‚ă–ă©ă‚¦ă‚¶ă®č¨ĺ®šă‚’確認ă—ă€ĺ†Ťĺş¦č©¦ă—ă¦ăŹă ă•ă„。" -msgid "Installing SimpleSAMLphp" -msgstr "SimpleSAMLphpă®ă‚¤ăłă‚ąăăĽă«" - -msgid "Deprecated" -msgstr "非推奨" - -msgid "" -"<strong>Congratulations</strong>, you have successfully installed " -"SimpleSAMLphp. This is the start page of your installation, where you " -"will find links to test examples, diagnostics, metadata and even links to" -" relevant documentation." -msgstr "" -"<strong>ăŠă‚ă§ă¨ă†</strong>ă€ă‚ăŞăźăŻSimpleSAMLphpă®ă‚¤ăłă‚ąăăĽă«ă«ć功ă—ăľă—ăźă€‚ă“ă®ăšăĽă‚¸ăŻč¨ĺ®šă‚’行ă†ăźă‚ă®ă‚ąă‚żăĽăăšăĽă‚¸ă§ă™ă€‚" -"ă†ă‚ąăă€č¨şć–ă€ăˇă‚żă‡ăĽă‚żă‚„関連ă™ă‚‹ă‰ă‚ăĄăˇăłăă¸ă®ăŞăłă‚Żă‚’見ă¤ă‘ă‚‹ă“ă¨ăŚă§ăŤă‚‹ă§ă—ょă†ă€‚" - msgid "This error may be caused by:" msgstr "ă“ă®ă‚¨ă©ăĽă®ĺŽźĺ› :" -msgid "" -"<strong>You are not using HTTPS</strong> - encrypted communication with " -"the user. HTTP works fine for test purposes, but in a production " -"environment, you should use HTTPS. [ <a " -"href=\"https://simplesamlphp.org/docs/stable/simplesamlphp-" -"maintenance\">Read more about SimpleSAMLphp maintenance</a> ]" -msgstr "" -"<strong>ă‚ăŞăźăŻHTTPS(暗号化通信)を行ăŁă¦ă„ăľă›ă‚“。</strong>HTTPăŻă†ă‚ąăç’°ĺ˘ă§ă‚れă°ćŁĺ¸¸ă«ĺ‹•作ă—ăľă™ă€ă—ă‹ă—製ĺ“ç’°ĺ˘ă§ăŻHTTPSを使用ă™ă‚‹ăąăŤă§ă™ă€‚[" -" <a href=\"https://simplesamlphp.org/docs/stable/simplesamlphp-maintenance" -"\">詳ă—ăŹăŻSimpleSAMLphpăˇăłă†ăŠăłă‚ąć…ĺ ±ă‚’čŞă‚“ă§ăŹă ă•ă„</a> ]" - -msgid "Metadata" -msgstr "ăˇă‚żă‡ăĽă‚ż" - msgid "Retry" msgstr "再試行" -msgid "SimpleSAMLphp Maintenance and Configuration" -msgstr "SimpleSAMLphpă®ăˇăłă†ăŠăłă‚ąă¨č¨ĺ®š" - -msgid "Diagnostics on hostname, port and protocol" -msgstr "ă›ă‚ąăăŤăĽă ă‚„ăťăĽăă€ă—ăăコă«ă‚’診ć–" - msgid "" "If you are an user who received this error after following a link on a " "site, you should report this error to the owner of that site." msgstr "ă‚‚ă—ă‚ăŞăźăŚă¦ăĽă‚¶ăĽă§ä»Ąä¸‹ă®ăŞăłă‚Żă®ă‚µă‚¤ăă§ă“ă®ă‚¨ă©ăĽă‚’受ă‘取ăŁăźă®ă§ă‚れă°ă€ă“ă®ă‚¨ă©ăĽă‚’サイăă®ç®ˇç†č€…ă«ĺ ±ĺ‘Šă—ă¦ăŹă ă•ă„。" -msgid "Using SimpleSAMLphp as an Identity Provider" -msgstr "SimpleSAMLphpをアイă‡ăłă†ă‚Łă†ă‚Łă—ăăイă€ă¨ă—ă¦ä˝żç”¨ă™ă‚‹" - -msgid "Optional" -msgstr "任意" - msgid "Suggestions for resolving this problem:" msgstr "ă“ă®ĺ•ŹéˇŚă‚’解決ă™ă‚‹ç‚şă®ćŹćˇ:" -msgid "" -"This SimpleSAMLphp thing is pretty cool, where can I read more about it? " -"You can find more information about it at the <a " -"href=\"https://simplesamlphp.org/\">SimpleSAMLphp web page </a> over at " -"<a href=\"http://uninett.no\">UNINETT</a>." -msgstr "SimpleSAMLphpăŻç´ 晴らă—ă„ă‚‚ă®ă§ă™ă€‚詳細ă«ă¤ă„ă¦ăŠćŽ˘ă—ă§ă™ă‹ďĽź<a href=\"http://rnd.feide.no/simplesamlphp\">SimpleSAMLphpă®WEBăšăĽă‚¸</a>ă§ć›´ăŞă‚‹ć…ĺ ±ă‚’č¦‹ă¤ă‘ă‚‹ă“ă¨ăŚĺ‡şćťĄăľă™ă€‚" - msgid "Shibboleth 1.3 SP example - test logging in through your Shib IdP" msgstr "Shibboleth 1.3 SP example - Shib IdP経由ă§ă†ă‚ąăăグイăł" -msgid "Authentication" -msgstr "認証" - -msgid "SimpleSAMLphp installation page" -msgstr "SimpleSAMLphp č¨ĺ®šăšăĽă‚¸" - -msgid "Show metadata" -msgstr "ăˇă‚żă‡ăĽă‚żă‚’表示" - -msgid "SimpleSAMLphp as an IdP for Google Apps for Education" -msgstr "SimpleSAMLphpă‚’Google Apps for Educationă®ç‚şă®IdPă¨ă—ă¦č¨ĺ®š" - msgid "State information lost" msgstr "状態ć…ĺ ±ăŚç„ˇăŹăŞă‚Šăľă—ăź" -msgid "Hosted SAML 2.0 Identity Provider Metadata (automatically generated)" -msgstr "ă›ă‚ąă SAML 2.0 アイă‡ăłă†ă‚Łă†ă‚Łă—ăăイă€ăˇă‚żă‡ăĽă‚ż(自動生ć)" - -msgid "OpenID Provider site - Alpha version (test code)" -msgstr "OpenID ă—ăăイă€ă‚µă‚¤ă - アă«ă•ァăăĽă‚¸ă§ăł (ă†ă‚ąăコăĽă‰)" - -msgid "Required for Radius" -msgstr "Radiusă®ăźă‚ă«ĺż…é " - -msgid "SAML 2.0 SP example - test logging in through your IdP" -msgstr "SAML 2.0 SP example - IdP 経由ă§ă†ă‚ąăăグイăł" - -msgid "Using SimpleSAMLphp as a Service Provider" -msgstr "SimpleSAMLphpをサăĽă“スă—ăăイă€ă¨ă—ă¦ä˝żç”¨ă™ă‚‹" - msgid "" "We have detected that there is only a few seconds since you last " "authenticated with this service provider, and therefore assume that there" " is a problem with this SP." msgstr "ă“ă®ă‚µăĽă“スă—ăăイă€ă§ćś€ĺľŚă«čŞŤč¨Ľă•れă¦ă‹ă‚‰ć•°ç§’ă—ă‹çµŚéŽă—ă¦ă„ăŞă„ă“ă¨ăŚć¤śĺ‡şă•れăźăźă‚ă€ă“ă®SPă«ĺ•ŹéˇŚăŚă‚ă‚‹ă¨ć€ťă‚Źă‚Śăľă™ă€‚" -msgid "Recommended" -msgstr "推奨" - msgid "" "If you are a developer who is deploying a single sign-on solution, you " "have a problem with the metadata configuration. Verify that metadata is " "configured correctly on both the identity provider and service provider." msgstr "ă‚‚ă—ă‚ăŞăźăŚé–‹ç™şč€…ă§ă‚·ăłă‚°ă«ă‚µă‚¤ăłă‚Şăłă‚·ă‚ąă†ă ă®ć§‹ç݉者ă§ă‚ă‚‹ĺ ´ĺă€ăˇă‚żă‡ăĽă‚żă®č¨ĺ®šă«ĺ•ŹéˇŚăŚă‚りăľă™ă€‚アイă‡ăłă†ă‚Łă†ă‚Łă—ăăイă€ă¨ă‚µăĽă“スă—ăăイă€ă®ä¸ˇć–ąă«ăˇă‚żă‡ăĽă‚żăŚćŁă—ăŹč¨ĺ®šă•れă¦ă„ă‚‹ă‹ç˘şčŞŤă—ă¦ăŹă ă•ă„。" -msgid "SimpleSAMLphp Advanced Features" -msgstr "SimpleSAMLphpă®é«ĺş¦ăŞć©źč˝" - msgid "Too short interval between single sign on events." msgstr "ă‚·ăłă‚°ă«ă‚µă‚¤ăłă‚Şăłă‚¤ă™ăłăă®é–“éš”ăŚçźă™ăŽăľă™ă€‚" -msgid "Checking your PHP installation" -msgstr "PHPă®č¨ĺ®šă‚’確認" - -msgid "" -"The length of query parameters is limited by the PHP Suhosin extension. " -"Please increase the suhosin.get.max_value_length option to at least 2048 " -"bytes." -msgstr "" -"PHPă®Suhosin拡張ă«ă‚ăŁă¦ă‚Żă‚¨ăŞăĽă‘ă©ăˇăĽă‚żă®é•·ă•ăŚĺ¶é™ă•れă¦ă„ăľă™ă€‚suhosin.get.max_value_length ă‚’ " -"2048以上ă«ĺ˘—ă‚„ă—ă¦ăŹă ă•ă„。" - -msgid "Useful links for your installation" -msgstr "č¨ĺ®šă«äľżĺ©ăŞăŞăłă‚Żé›†" - -msgid "Configuration" -msgstr "č¨ĺ®š" - msgid "Hosted Shibboleth 1.3 Identity Provider Metadata (automatically generated)" msgstr "ă›ă‚ąă Shibboleth 1.3 アイă‡ăłă†ă‚Łă†ă‚Łă—ăăイă€ăˇă‚żă‡ăĽă‚ż (自動生ć)" -msgid "Login as administrator" -msgstr "管ç†č€…ă¨ă—ă¦ăグイăł" - msgid "Report this error" msgstr "ă“ă®ă‚¨ă©ăĽă‚’ă¬ăťăĽă" diff --git a/modules/core/locales/lb/LC_MESSAGES/core.po b/modules/core/locales/lb/LC_MESSAGES/core.po index 55cdbde9632aba437bcb08e44ada03f2ce8ea9ee..3efa4bcf6579ba0e81e8296be6311919be646640 100644 --- a/modules/core/locales/lb/LC_MESSAGES/core.po +++ b/modules/core/locales/lb/LC_MESSAGES/core.po @@ -1,4 +1,3 @@ - #, fuzzy msgid "" msgstr "" @@ -15,229 +14,12 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" -msgid "{core:frontpage:link_phpinfo}" -msgstr "PHPinfo" - -msgid "{core:frontpage:link_doc_sp}" -msgstr "SimpleSAMLphp als Service Provicer benotzen" - -msgid "{core:frontpage:link_meta_saml2sphosted}" -msgstr "Hosted SAML 2.0 Service Provider Meta DonnĂ©es (automatesch erstallt)" - -msgid "{core:frontpage:link_openidprovider}" -msgstr "OpenID Privider Sait - Alpha versioun (Test Code)" - -msgid "{core:frontpage:link_doc_install}" -msgstr "SimpleSAMLphp installĂ©iren" - -msgid "{core:frontpage:link_diagnostics}" -msgstr "Diognose vum Hostname, Port an Protokoll" - -msgid "{core:frontpage:link_meta_saml2idphosted}" -msgstr "Hosted SAML 2.0 Identity Provider Meta DonnĂ©es (automatesch erstallt)" - -msgid "{core:frontpage:optional}" -msgstr "Optional" - -msgid "{core:frontpage:doc_header}" -msgstr "Dokumentatioun" - -msgid "{core:frontpage:link_doc_advanced}" -msgstr "Erweidert Funktiounen vun SimpleSAMLphp " - -msgid "{core:frontpage:required_ldap}" -msgstr "NĂ©ideg fir LDAP" - -msgid "{core:frontpage:link_meta_overview}" -msgstr "" -"Iwwersicht vun den Meta DonnĂ©es fir aer Installatioun. DiagnosizĂ©iert aer" -" Meta DonnĂ©es" - -msgid "{core:frontpage:link_doc_shibsp}" -msgstr "Shibboleth 1.3 SP anstellen fir mam SimpleSAMLphp Idp ze funktionnĂ©iren" - -msgid "{core:frontpage:metadata_header}" -msgstr "Meta DonnĂ©es" - -msgid "{core:frontpage:link_doc_maintenance}" -msgstr "SimpleSAMLphp Maintenance an Konfiguratioun" - -msgid "{core:frontpage:warnings}" -msgstr "Warnungen" - -msgid "{core:frontpage:link_xmlconvert}" -msgstr "XML zu SimpleSAMLphp Meta DonnĂ©es Emwandler" - -msgid "{core:frontpage:intro}" -msgstr "" -"<strong>Haerzleche GlĂ«ckwonsch</strong>, d'SimpleSAMLphp Installatioun " -"wor en SuccĂ©ss. Dest as d'Startsäit vun aerer Installatioun wou der " -"Links, Beispiller, DiagnosemĂ©iglechkeeten, Meta DonnĂ©es an Links op " -"relevant Dokumenter fannt." - -msgid "{core:frontpage:required}" -msgstr "NĂ©ideg" - -msgid "{core:frontpage:warnings_https}" -msgstr "" -"<strong>Der benotzt ken HTTPS</strong> - verschlĂ«sselt Kommunikatioun mat" -" dem Benotzer. SimpleSAMLphp funktionĂ©iert einwandfräi mat HTTP fir " -"TestzwĂ©ecker mais an engem produktiven Emfeld sollt et besser mat HTTPS " -"lafen. [ <a href=\"https://simplesamlphp.org/docs/stable/simplesamlphp-maintenance" -"\">Liest mĂ©i iwert Maintenance vun SimpleSAMLphp</a> ]" - -msgid "{core:frontpage:required_radius}" -msgstr "NĂ©ideg fir RADIUS" - -msgid "{core:frontpage:checkphp}" -msgstr "PHP Installatioun kontrollĂ©iren" - -msgid "{core:frontpage:link_doc_idp}" -msgstr "SimpleSAMLphp als Identity Provider benotzen" - -msgid "{core:frontpage:link_saml2example}" -msgstr "SAML 2.0 SP Beispill - probeier dech iwert dain IdP anzeloggen" - -msgid "{core:frontpage:about_header}" -msgstr "Iwwert SimpleSAMLphp" - -msgid "{core:frontpage:about_text}" -msgstr "" -"Desen SimpleSAMLphp system as nach ewĂ«ll dĂ«cken Gas, wou kann ech mĂ©i " -"doriwwer gewuer gin? Mei Informatiounen iwer <a " -"href=\"http://rnd.feide.no/simplesamlphp\">SimpleSAMLphp at the Feide RnD" -" blog</a> op <a href=\"http://uninett.no\">UNINETT</a>" - -msgid "{core:frontpage:useful_links_header}" -msgstr "HĂ«llefräich Links fir aer Installatioun" - -msgid "{core:frontpage:recommended}" -msgstr "RecommendĂ©iert" - -msgid "{core:frontpage:link_doc_googleapps}" -msgstr "SimpleSAMLphp als IdP fir Google Apps for Education" - -msgid "Metadata overview for your installation. Diagnose your metadata files" -msgstr "" -"Iwwersicht vun den Meta DonnĂ©es fir aer Installatioun. DiagnosizĂ©iert aer" -" Meta DonnĂ©es" - -msgid "XML to SimpleSAMLphp metadata converter" -msgstr "XML zu SimpleSAMLphp Meta DonnĂ©es Emwandler" - -msgid "Required" -msgstr "NĂ©ideg" - -msgid "Warnings" -msgstr "Warnungen" - -msgid "Documentation" -msgstr "Dokumentatioun" - msgid "Hosted Shibboleth 1.3 Service Provider Metadata (automatically generated)" msgstr "Hosted Shibboleth 1.3 Service Provider Meta DonnĂ©es (automatesch erstallt)" -msgid "PHP info" -msgstr "PHPinfo" - -msgid "About SimpleSAMLphp" -msgstr "Iwwert SimpleSAMLphp" - -msgid "Hosted SAML 2.0 Service Provider Metadata (automatically generated)" -msgstr "Hosted SAML 2.0 Service Provider Meta DonnĂ©es (automatesch erstallt)" - -msgid "Required for LDAP" -msgstr "NĂ©ideg fir LDAP" - -msgid "Configure Shibboleth 1.3 SP to work with SimpleSAMLphp IdP" -msgstr "Shibboleth 1.3 SP anstellen fir mam SimpleSAMLphp Idp ze funktionnĂ©iren" - -msgid "Installing SimpleSAMLphp" -msgstr "SimpleSAMLphp installĂ©iren" - -msgid "" -"<strong>Congratulations</strong>, you have successfully installed " -"SimpleSAMLphp. This is the start page of your installation, where you " -"will find links to test examples, diagnostics, metadata and even links to" -" relevant documentation." -msgstr "" -"<strong>Haerzleche GlĂ«ckwonsch</strong>, d'SimpleSAMLphp Installatioun " -"wor en SuccĂ©ss. Dest as d'Startsäit vun aerer Installatioun wou der " -"Links, Beispiller, DiagnosemĂ©iglechkeeten, Meta DonnĂ©es an Links op " -"relevant Dokumenter fannt." - -msgid "" -"<strong>You are not using HTTPS</strong> - encrypted communication with " -"the user. HTTP works fine for test purposes, but in a production " -"environment, you should use HTTPS. [ <a " -"href=\"https://simplesamlphp.org/docs/stable/simplesamlphp-" -"maintenance\">Read more about SimpleSAMLphp maintenance</a> ]" -msgstr "" -"<strong>Der benotzt ken HTTPS</strong> - verschlĂ«sselt Kommunikatioun mat" -" dem Benotzer. SimpleSAMLphp funktionĂ©iert einwandfräi mat HTTP fir " -"TestzwĂ©ecker mais an engem produktiven Emfeld sollt et besser mat HTTPS " -"lafen. [ <a href=\"https://simplesamlphp.org/docs/stable/simplesamlphp-maintenance" -"\">Liest mĂ©i iwert Maintenance vun SimpleSAMLphp</a> ]" - -msgid "Metadata" -msgstr "Meta DonnĂ©es" - -msgid "SimpleSAMLphp Maintenance and Configuration" -msgstr "SimpleSAMLphp Maintenance an Konfiguratioun" - -msgid "Diagnostics on hostname, port and protocol" -msgstr "Diognose vum Hostname, Port an Protokoll" - -msgid "Using SimpleSAMLphp as an Identity Provider" -msgstr "SimpleSAMLphp als Identity Provider benotzen" - -msgid "Optional" -msgstr "Optional" - -msgid "" -"This SimpleSAMLphp thing is pretty cool, where can I read more about it? " -"You can find more information about it at the <a " -"href=\"https://simplesamlphp.org/\">SimpleSAMLphp web page </a> over at " -"<a href=\"http://uninett.no\">UNINETT</a>." -msgstr "" -"Desen SimpleSAMLphp system as nach ewĂ«ll dĂ«cken Gas, wou kann ech mĂ©i " -"doriwwer gewuer gin? Mei Informatiounen iwer <a " -"href=\"http://rnd.feide.no/simplesamlphp\">SimpleSAMLphp at the Feide RnD" -" blog</a> op <a href=\"http://uninett.no\">UNINETT</a>" - msgid "Shibboleth 1.3 SP example - test logging in through your Shib IdP" msgstr "Shibboleth 1.3 SP Beispill - probeier dech iwer dain Shib IdP anzeloggen" -msgid "SimpleSAMLphp as an IdP for Google Apps for Education" -msgstr "SimpleSAMLphp als IdP fir Google Apps for Education" - -msgid "Hosted SAML 2.0 Identity Provider Metadata (automatically generated)" -msgstr "Hosted SAML 2.0 Identity Provider Meta DonnĂ©es (automatesch erstallt)" - -msgid "OpenID Provider site - Alpha version (test code)" -msgstr "OpenID Privider Sait - Alpha versioun (Test Code)" - -msgid "Required for Radius" -msgstr "NĂ©ideg fir RADIUS" - -msgid "SAML 2.0 SP example - test logging in through your IdP" -msgstr "SAML 2.0 SP Beispill - probeier dech iwert dain IdP anzeloggen" - -msgid "Using SimpleSAMLphp as a Service Provider" -msgstr "SimpleSAMLphp als Service Provicer benotzen" - -msgid "Recommended" -msgstr "RecommendĂ©iert" - -msgid "SimpleSAMLphp Advanced Features" -msgstr "Erweidert Funktiounen vun SimpleSAMLphp " - -msgid "Checking your PHP installation" -msgstr "PHP Installatioun kontrollĂ©iren" - -msgid "Useful links for your installation" -msgstr "HĂ«llefräich Links fir aer Installatioun" - msgid "Hosted Shibboleth 1.3 Identity Provider Metadata (automatically generated)" msgstr "" "Hosted Shibboleth 1.3 Identity Provider Meta DonnĂ©es (automatesch " diff --git a/modules/core/locales/lt/LC_MESSAGES/core.po b/modules/core/locales/lt/LC_MESSAGES/core.po index 8ec89edc99db73ab0aeacc47d41d0f0ac595d15e..0174068125f804339aaae5fc7edb37bd58562741 100644 --- a/modules/core/locales/lt/LC_MESSAGES/core.po +++ b/modules/core/locales/lt/LC_MESSAGES/core.po @@ -1,4 +1,3 @@ - #, fuzzy msgid "" msgstr "" @@ -16,157 +15,6 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" -msgid "{core:frontpage:link_phpinfo}" -msgstr "PHP informacija" - -msgid "{core:frontpage:login_as_admin}" -msgstr "Prisijungti administratoriaus teisÄ—mis" - -msgid "{core:frontpage:link_doc_sp}" -msgstr "SimpleSAMLphp naudojimas kaip paslaugos teikÄ—jÄ…" - -msgid "{core:frontpage:link_meta_saml2sphosted}" -msgstr "Vietinio SAML 2.0 SP metaduomenys (sugeneruoti automatiškai)" - -msgid "{core:frontpage:link_openidprovider}" -msgstr "OpenID tiekÄ—jo puslapis - alfa versija (bandomasis kodas)" - -msgid "{core:frontpage:link_doc_install}" -msgstr "Diegiamas SimpleSAMLphp" - -msgid "{core:frontpage:link_diagnostics}" -msgstr "Serverio vardo, porto ir protokolo diagnostika" - -msgid "{core:frontpage:link_meta_saml2idphosted}" -msgstr "Vietinio SAML 2.0 IdP metaduomenys (sugeneruoti automatiškai)" - -msgid "{core:frontpage:optional}" -msgstr "Neprivalomas" - -msgid "{core:frontpage:doc_header}" -msgstr "Dokumentacija" - -msgid "{core:frontpage:link_doc_advanced}" -msgstr "SimpleSAMLphp papildomos galimybÄ—s" - -msgid "{core:frontpage:required_ldap}" -msgstr "BĹ«tinas LDAP serveriui" - -msgid "{core:frontpage:authtest}" -msgstr "Testuoti nustatytus autentifikavimo šaltinius" - -msgid "{core:frontpage:link_meta_overview}" -msgstr "Diegimo metaduomenĹł perĹľiĹ«ra. Galite analizuoti savo metaduomenis" - -msgid "{core:frontpage:configuration}" -msgstr "KonfigĹ«racija" - -msgid "{core:frontpage:welcome}" -msgstr "Sveiki atvykÄ™" - -msgid "{core:frontpage:link_doc_shibsp}" -msgstr "Shibboleth 1.3 SP konfigĹ«ravimas darbui su SimpleSAMLphp IdP" - -msgid "{core:frontpage:metadata_header}" -msgstr "Metaduomenys" - -msgid "{core:frontpage:link_doc_maintenance}" -msgstr "SimpleSAMLphp valdymas ir konfigĹ«racija" - -msgid "{core:frontpage:link_configcheck}" -msgstr "SimpleSAMLphp konfigĹ«racijos patikrinimas" - -msgid "{core:frontpage:page_title}" -msgstr "SimpleSAMLphp diegimo puslapis" - -msgid "{core:frontpage:warnings}" -msgstr "Ä®spÄ—jimai" - -msgid "{core:frontpage:link_xmlconvert}" -msgstr "XML ÄŻ SimpleSAMLphp metaduomenĹł vertimas" - -msgid "{core:frontpage:link_cleardiscochoices}" -msgstr "Panaikinti mano IdP parinktis IdP suradimo paslaugoje" - -msgid "{core:frontpage:loggedin_as_admin}" -msgstr "JĹ«s prisijungÄ—te administratoriaus teisÄ—mis" - -msgid "{core:frontpage:auth}" -msgstr "Autentifikavimas" - -msgid "{core:frontpage:show_metadata}" -msgstr "Parodyti metaduomenis" - -msgid "{core:frontpage:intro}" -msgstr "" -"<strong>Sveikiname</strong>, JĹ«s sÄ—kmingai ÄŻdiegÄ—te SimpleSAMLphp. Tai " -"pradinis diegimo puslapis, kur JĹ«s rasite nuorodas ÄŻ testavimo " -"pavyzdĹľius, diagnostikÄ…, metaduomenis ir netgi nuorodas ÄŻ susijusiÄ… " -"dokumentacijÄ…." - -msgid "{core:frontpage:required}" -msgstr "BĹ«tinas" - -msgid "{core:frontpage:warnings_suhosin_url_length}" -msgstr "" -"UĹľklausos parametrĹł ilgis ribojamas PHP Suhosin plÄ—tinio. Prašome " -"padidinti suhosin.get.max_value_length rekšmÄ™ bent iki 2048 baitĹł." - -msgid "{core:frontpage:warnings_https}" -msgstr "" -"<strong>JĹ«s nenaudojate HTTPS</strong> - šifruotos komunikacijos su " -"vartotoju. HTTP puikiai tinka testavimo reikmÄ—ms, taÄŤiau realioje " -"aplinkoje turÄ—tumÄ—te naudoti HTTPS. [ <a " -"href=\"https://simplesamlphp.org/docs/stable/simplesamlphp-maintenance" -"\">Skaityti daugiau apie SimpleSAMLphp prieĹľiĹ«rÄ…</a> ]" - -msgid "{core:frontpage:federation}" -msgstr "Federacija" - -msgid "{core:frontpage:required_radius}" -msgstr "BĹ«tinas Radius serveriui" - -msgid "{core:frontpage:checkphp}" -msgstr "Tikrinamas JĹ«sĹł PHP diegimas" - -msgid "{core:frontpage:link_doc_idp}" -msgstr "SimpleSAMLphp naudojimas kaip tapatybÄ—s teikÄ—jÄ…" - -msgid "{core:frontpage:link_saml2example}" -msgstr "SAML 2.0 SP pavyzdys - testinis prisijungimas per JĹ«sĹł IdP" - -msgid "{core:frontpage:about_header}" -msgstr "Apie SimpleSAMLphp" - -msgid "{core:frontpage:about_text}" -msgstr "" -"Ĺ is SimpleSAMLphp dalykas yra gana puikus, kur galÄ—ÄŤiau daugiau apie jÄŻ " -"paskaityti? Daugiau informacijos apie <a " -"href=\"http://rnd.feide.no/simplesamlphp\">SimpleSAMLphp galite rasti " -"Feide RnD blog'e</a> bei <a href=\"http://uninett.no\">UNINETT</a> " -"svetainÄ—je." - -msgid "{core:frontpage:useful_links_header}" -msgstr "Naudingos nuorodos diegimui" - -msgid "{core:frontpage:metadata}" -msgstr "Metaduomenys" - -msgid "{core:frontpage:recommended}" -msgstr "Rekomenduojamas" - -msgid "{core:frontpage:link_doc_googleapps}" -msgstr "SimpleSAMLphp kaip IdP skirtas \"Google Apps for Education\"" - -msgid "{core:frontpage:tools}" -msgstr "Ä®rankiai" - -msgid "{core:frontpage:deprecated}" -msgstr "Nebepalaikoma" - -msgid "You are logged in as administrator" -msgstr "JĹ«s prisijungÄ—te administratoriaus teisÄ—mis" - msgid "Go back to the previous page and try again." msgstr "GrÄŻĹľkite ÄŻ ankstesnÄŻ puslapÄŻ ir pabandykite dar kartÄ…." @@ -178,56 +26,20 @@ msgstr "" msgid "Welcome" msgstr "Sveiki atvykÄ™" -msgid "SimpleSAMLphp configuration check" -msgstr "SimpleSAMLphp konfigĹ«racijos patikrinimas" - -msgid "Metadata overview for your installation. Diagnose your metadata files" -msgstr "Diegimo metaduomenĹł perĹľiĹ«ra. Galite analizuoti savo metaduomenis" - -msgid "XML to SimpleSAMLphp metadata converter" -msgstr "XML ÄŻ SimpleSAMLphp metaduomenĹł vertimas" - -msgid "Required" -msgstr "BĹ«tinas" - -msgid "Warnings" -msgstr "Ä®spÄ—jimai" - -msgid "Documentation" -msgstr "Dokumentacija" - msgid "Hosted Shibboleth 1.3 Service Provider Metadata (automatically generated)" msgstr "" "Vietinio Shibboleth 1.3 paslaugos teikÄ—jo (SP) metaduomenys (sugeneruoti " "automatiškai)" -msgid "PHP info" -msgstr "PHP informacija" - -msgid "About SimpleSAMLphp" -msgstr "Apie SimpleSAMLphp" - -msgid "Hosted SAML 2.0 Service Provider Metadata (automatically generated)" -msgstr "Vietinio SAML 2.0 SP metaduomenys (sugeneruoti automatiškai)" - msgid "Retry login" msgstr "Prisijunkite iš naujo" -msgid "Required for LDAP" -msgstr "BĹ«tinas LDAP serveriui" - msgid "Close the web browser, and try again." msgstr "UĹľdarykite interneto naršyklÄ™ ir pabandykite dar kartÄ…." -msgid "Federation" -msgstr "Federacija" - msgid "We were unable to locate the state information for the current request." msgstr "Nepavyko nustatyti bĹ«senos informacijos šiai uĹľklausai." -msgid "Delete my choices of IdP in the IdP discovery services" -msgstr "Panaikinti mano IdP parinktis IdP suradimo paslaugoje" - msgid "" "This is most likely a configuration problem on either the service " "provider or identity provider." @@ -235,9 +47,6 @@ msgstr "" "Tai greiÄŤiausiai konfigĹ«racijos problema paslaugos teikÄ—jo arba tapatybiĹł" " teikÄ—jo pusÄ—je." -msgid "Configure Shibboleth 1.3 SP to work with SimpleSAMLphp IdP" -msgstr "Shibboleth 1.3 SP konfigĹ«ravimas darbui su SimpleSAMLphp IdP" - msgid "Using the back and forward buttons in the web browser." msgstr "Back (Atgal) ir Forward (Pirmyn) mygtukĹł naudojimas interneto naršyklÄ—je" @@ -252,12 +61,6 @@ msgstr "" "Atidaryta interneto naršyklÄ— su kortelÄ—mis, išsaugotomis iš ankstesnÄ—s " "sesijos." -msgid "Tools" -msgstr "Ä®rankiai" - -msgid "Test configured authentication sources " -msgstr "Testuoti nustatytus autentifikavimo šaltinius" - msgid "" "You appear to have disabled cookies in your browser. Please check the " "settings in your browser, and try again." @@ -265,51 +68,12 @@ msgstr "" "Atrodo JĹ«sĹł naršyklÄ— nepalaiko slapukĹł. Patikrinkite naršyklÄ—s nustatymus" " ir bandykite dar kartÄ…." -msgid "Installing SimpleSAMLphp" -msgstr "Diegiamas SimpleSAMLphp" - -msgid "Deprecated" -msgstr "Nebepalaikoma" - -msgid "" -"<strong>Congratulations</strong>, you have successfully installed " -"SimpleSAMLphp. This is the start page of your installation, where you " -"will find links to test examples, diagnostics, metadata and even links to" -" relevant documentation." -msgstr "" -"<strong>Sveikiname</strong>, JĹ«s sÄ—kmingai ÄŻdiegÄ—te SimpleSAMLphp. Tai " -"pradinis diegimo puslapis, kur JĹ«s rasite nuorodas ÄŻ testavimo " -"pavyzdĹľius, diagnostikÄ…, metaduomenis ir netgi nuorodas ÄŻ susijusiÄ… " -"dokumentacijÄ…." - msgid "This error may be caused by:" msgstr "Ĺ iÄ… klaidÄ… galÄ—jo sukelti:" -msgid "" -"<strong>You are not using HTTPS</strong> - encrypted communication with " -"the user. HTTP works fine for test purposes, but in a production " -"environment, you should use HTTPS. [ <a " -"href=\"https://simplesamlphp.org/docs/stable/simplesamlphp-" -"maintenance\">Read more about SimpleSAMLphp maintenance</a> ]" -msgstr "" -"<strong>JĹ«s nenaudojate HTTPS</strong> - šifruotos komunikacijos su " -"vartotoju. HTTP puikiai tinka testavimo reikmÄ—ms, taÄŤiau realioje " -"aplinkoje turÄ—tumÄ—te naudoti HTTPS. [ <a " -"href=\"https://simplesamlphp.org/docs/stable/simplesamlphp-maintenance" -"\">Skaityti daugiau apie SimpleSAMLphp prieĹľiĹ«rÄ…</a> ]" - -msgid "Metadata" -msgstr "Metaduomenys" - msgid "Retry" msgstr "Bandyti dar kartÄ…" -msgid "SimpleSAMLphp Maintenance and Configuration" -msgstr "SimpleSAMLphp valdymas ir konfigĹ«racija" - -msgid "Diagnostics on hostname, port and protocol" -msgstr "Serverio vardo, porto ir protokolo diagnostika" - msgid "" "If you are an user who received this error after following a link on a " "site, you should report this error to the owner of that site." @@ -318,62 +82,17 @@ msgstr "" "tinklapyje, JĹ«s turÄ—tumÄ—te informuoti tinklapio administratoriĹł apie šiÄ… " "klaidÄ…." -msgid "Using SimpleSAMLphp as an Identity Provider" -msgstr "SimpleSAMLphp naudojimas kaip tapatybÄ—s teikÄ—jÄ…" - -msgid "Optional" -msgstr "Neprivalomas" - msgid "Suggestions for resolving this problem:" msgstr "PasiĹ«lymai sprÄ™sti šiÄ… problemÄ…:" -msgid "" -"This SimpleSAMLphp thing is pretty cool, where can I read more about it? " -"You can find more information about it at the <a " -"href=\"https://simplesamlphp.org/\">SimpleSAMLphp web page </a> over at " -"<a href=\"http://uninett.no\">UNINETT</a>." -msgstr "" -"Ĺ is SimpleSAMLphp dalykas yra gana puikus, kur galÄ—ÄŤiau daugiau apie jÄŻ " -"paskaityti? Daugiau informacijos apie <a " -"href=\"http://rnd.feide.no/simplesamlphp\">SimpleSAMLphp galite rasti " -"Feide RnD blog'e</a> bei <a href=\"http://uninett.no\">UNINETT</a> " -"svetainÄ—je." - msgid "Shibboleth 1.3 SP example - test logging in through your Shib IdP" msgstr "" "Shibboleth 1.3 SP pavyzdys - istoriniĹł duomenĹł testavimas kartu su JĹ«sĹł " "Shib IdP" -msgid "Authentication" -msgstr "Autentifikavimas" - -msgid "SimpleSAMLphp installation page" -msgstr "SimpleSAMLphp diegimo puslapis" - -msgid "Show metadata" -msgstr "Parodyti metaduomenis" - -msgid "SimpleSAMLphp as an IdP for Google Apps for Education" -msgstr "SimpleSAMLphp kaip IdP skirtas \"Google Apps for Education\"" - msgid "State information lost" msgstr "BĹ«senos informacia prarasta" -msgid "Hosted SAML 2.0 Identity Provider Metadata (automatically generated)" -msgstr "Vietinio SAML 2.0 IdP metaduomenys (sugeneruoti automatiškai)" - -msgid "OpenID Provider site - Alpha version (test code)" -msgstr "OpenID tiekÄ—jo puslapis - alfa versija (bandomasis kodas)" - -msgid "Required for Radius" -msgstr "BĹ«tinas Radius serveriui" - -msgid "SAML 2.0 SP example - test logging in through your IdP" -msgstr "SAML 2.0 SP pavyzdys - testinis prisijungimas per JĹ«sĹł IdP" - -msgid "Using SimpleSAMLphp as a Service Provider" -msgstr "SimpleSAMLphp naudojimas kaip paslaugos teikÄ—jÄ…" - msgid "" "We have detected that there is only a few seconds since you last " "authenticated with this service provider, and therefore assume that there" @@ -383,9 +102,6 @@ msgstr "" "patvirtimo šiam paslaugos teikÄ—jui, dÄ—l to manome, kad yra nesklandumĹł su" " SP." -msgid "Recommended" -msgstr "Rekomenduojamas" - msgid "" "If you are a developer who is deploying a single sign-on solution, you " "have a problem with the metadata configuration. Verify that metadata is " @@ -396,37 +112,14 @@ msgstr "" "teisingai sukonfigĹ«ruoti tiek tapatybiĹł teikÄ—jo, tiek paslaugos teikÄ—jo " "pusÄ—se." -msgid "SimpleSAMLphp Advanced Features" -msgstr "SimpleSAMLphp papildomos galimybÄ—s" - msgid "Too short interval between single sign on events." msgstr "Per trumpas intervalas tarp prisijungimĹł prie paslaugĹł." -msgid "Checking your PHP installation" -msgstr "Tikrinamas JĹ«sĹł PHP diegimas" - -msgid "" -"The length of query parameters is limited by the PHP Suhosin extension. " -"Please increase the suhosin.get.max_value_length option to at least 2048 " -"bytes." -msgstr "" -"UĹľklausos parametrĹł ilgis ribojamas PHP Suhosin plÄ—tinio. Prašome " -"padidinti suhosin.get.max_value_length rekšmÄ™ bent iki 2048 baitĹł." - -msgid "Useful links for your installation" -msgstr "Naudingos nuorodos diegimui" - -msgid "Configuration" -msgstr "KonfigĹ«racija" - msgid "Hosted Shibboleth 1.3 Identity Provider Metadata (automatically generated)" msgstr "" "Vietinio Shibboleth 1.3 tapatybÄ—s teikÄ—jo (IdP) metaduomenys (sugeneruoti" " automatiškai)" -msgid "Login as administrator" -msgstr "Prisijungti administratoriaus teisÄ—mis" - msgid "Report this error" msgstr "Pranešti apie šiÄ… klaidÄ…" diff --git a/modules/core/locales/lv/LC_MESSAGES/core.po b/modules/core/locales/lv/LC_MESSAGES/core.po index a416cd6e1134687e0f5625598eb6e7fcba5d9a5a..33c3d4ab548f9563b443790a3b8bdf211aa5bbcb 100644 --- a/modules/core/locales/lv/LC_MESSAGES/core.po +++ b/modules/core/locales/lv/LC_MESSAGES/core.po @@ -1,4 +1,3 @@ - #, fuzzy msgid "" msgstr "" @@ -16,154 +15,6 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" -msgid "{core:frontpage:link_phpinfo}" -msgstr "PHP info" - -msgid "{core:frontpage:login_as_admin}" -msgstr "PieslÄ“gties kÄ administrators" - -msgid "{core:frontpage:link_doc_sp}" -msgstr "Izmanto SimpleSAMLphp kÄ servisa piegÄdÄtÄju" - -msgid "{core:frontpage:link_meta_saml2sphosted}" -msgstr "HostÄ“ta SAML 2.0 servisa piegÄdÄtÄja metadati (ÄŁenerÄ“ti automÄtiski)" - -msgid "{core:frontpage:link_openidprovider}" -msgstr "OpenID piegÄdÄtÄja vietne - Alfa versija (testa kods)" - -msgid "{core:frontpage:link_doc_install}" -msgstr "InstalÄ“ SimpleSAMLphp" - -msgid "{core:frontpage:link_diagnostics}" -msgstr "Saimniekdatora vÄrda, porta un protokola diagnostika" - -msgid "{core:frontpage:link_meta_saml2idphosted}" -msgstr "HostÄ“ta SAML 2.0 identitÄtes piegÄdÄtÄja metadati (ÄŁenerÄ“ti automÄtiski)" - -msgid "{core:frontpage:optional}" -msgstr "NeobligÄts" - -msgid "{core:frontpage:doc_header}" -msgstr "DokumentÄcija" - -msgid "{core:frontpage:link_doc_advanced}" -msgstr "SimpleSAMLphp advancÄ“tÄs iespÄ“jas" - -msgid "{core:frontpage:required_ldap}" -msgstr "ObligÄts priekš LDAP" - -msgid "{core:frontpage:authtest}" -msgstr "TestÄ“t konfigurÄ“tos autentifikÄcijas avotus" - -msgid "{core:frontpage:link_meta_overview}" -msgstr "Metadatu pÄrskats JĹ«su instalÄcijÄ. DiagnosticÄ“t metadatu failus" - -msgid "{core:frontpage:configuration}" -msgstr "KonfigurÄcija" - -msgid "{core:frontpage:welcome}" -msgstr "Laipni lĹ«dzam" - -msgid "{core:frontpage:link_doc_shibsp}" -msgstr "KonfigurÄ“t Shibboleth 1.3 SP strÄdÄt ar SimpleSAMLphp IdP" - -msgid "{core:frontpage:metadata_header}" -msgstr "Metadati" - -msgid "{core:frontpage:link_doc_maintenance}" -msgstr "SimpleSAMLphp uzturēšana un konfigurēšana" - -msgid "{core:frontpage:link_configcheck}" -msgstr "SimpleSAMLphp konfigurÄcijas pÄrbaude" - -msgid "{core:frontpage:page_title}" -msgstr "SimpleSAMLphp instalÄcijas lapa" - -msgid "{core:frontpage:warnings}" -msgstr "BrÄ«dinÄjumi" - -msgid "{core:frontpage:link_xmlconvert}" -msgstr "XML uz SimpleSAMLphp metadatu konvertors" - -msgid "{core:frontpage:link_cleardiscochoices}" -msgstr "DzÄ“st manas IdP izvÄ“les IdP discovery servisos" - -msgid "{core:frontpage:loggedin_as_admin}" -msgstr "JĹ«s esat pieslÄ“dzies kÄ administrators" - -msgid "{core:frontpage:auth}" -msgstr "AutentifikÄcija" - -msgid "{core:frontpage:show_metadata}" -msgstr "RÄdÄ«t metadatus" - -msgid "{core:frontpage:intro}" -msgstr "" -"<strong>Apsveicu</strong>, JĹ«s esat veiksmÄ«gi uzinstalÄ“jis " -"SimpleSAMLphp.Ĺ Ä« ir JĹ«su instalÄcijas sÄkuma lapa, kur varat atrast " -"saites uz testu piemÄ“riem, diagnostiku, metadatiem un dokumentÄciju." - -msgid "{core:frontpage:required}" -msgstr "ObligÄts" - -msgid "{core:frontpage:warnings_suhosin_url_length}" -msgstr "" -"PieprasÄ«juma parametru garumu ierobeĹľo PHP Suhosin paplašinÄjums. LĹ«dzu " -"palieliniet suhosin.get.max_value_length opciju lÄ«dz vismaz 2048 baitiem." - -msgid "{core:frontpage:warnings_https}" -msgstr "" -"<strong>JĹ«s neizmantojat HTTPS</strong> - šifrÄ“tu komunikÄciju ar " -"lietotÄju. HTTP ir labs testa nolĹ«kiem, bet raĹľošanÄ jÄizmanto HTTPS. [ " -"<a href=\"https://simplesamlphp.org/docs/stable/simplesamlphp-maintenance" -"\">Lasiet vairÄk par SimpleSAMLphp uzturēšanu</a> ]" - -msgid "{core:frontpage:federation}" -msgstr "FederÄcija" - -msgid "{core:frontpage:required_radius}" -msgstr "ObligÄts priekš Radius" - -msgid "{core:frontpage:checkphp}" -msgstr "PÄrbauda JĹ«su PHP instalÄciju" - -msgid "{core:frontpage:link_doc_idp}" -msgstr "Izmanto SimpleSAMLphp kÄ identitÄtes piegÄdÄtÄju" - -msgid "{core:frontpage:link_saml2example}" -msgstr "SAML 2.0 SP piemÄ“rs - testa pieslÄ“gšanÄs caur JĹ«su IDP" - -msgid "{core:frontpage:about_header}" -msgstr "Par SimpleSAMLphp" - -msgid "{core:frontpage:about_text}" -msgstr "" -"SimpleSAMLphp ir baigi foršs, kur par to var palasÄ«t vairÄk? VairÄk " -"informÄcijas ir <a " -"href=\"http://rnd.feide.no/simplesamlphp\">SimpleSAMLphp Feide RnD " -"blogÄ</a> pie <a href=\"http://uninett.no\">UNINETT</a>." - -msgid "{core:frontpage:useful_links_header}" -msgstr "DerÄ«gas saites instalÄcijai" - -msgid "{core:frontpage:metadata}" -msgstr "Metadati" - -msgid "{core:frontpage:recommended}" -msgstr "Ieteicams" - -msgid "{core:frontpage:link_doc_googleapps}" -msgstr "SimpleSAMLphp kÄ IdP priekš Google Apps for Education" - -msgid "{core:frontpage:tools}" -msgstr "RÄ«ki" - -msgid "{core:frontpage:deprecated}" -msgstr "Atcelts" - -msgid "You are logged in as administrator" -msgstr "JĹ«s esat pieslÄ“dzies kÄ administrators" - msgid "Go back to the previous page and try again." msgstr "Ejiet atpakaÄĽ uz iepriekšējo lapu un mēģiniet vÄ“lreiz." @@ -173,54 +24,18 @@ msgstr "Ja problÄ“ma atkÄrtojas, varat ziņot sistÄ“mas administratoriem." msgid "Welcome" msgstr "Laipni lĹ«dzam" -msgid "SimpleSAMLphp configuration check" -msgstr "SimpleSAMLphp konfigurÄcijas pÄrbaude" - -msgid "Metadata overview for your installation. Diagnose your metadata files" -msgstr "Metadatu pÄrskats JĹ«su instalÄcijÄ. DiagnosticÄ“t metadatu failus" - -msgid "XML to SimpleSAMLphp metadata converter" -msgstr "XML uz SimpleSAMLphp metadatu konvertors" - -msgid "Required" -msgstr "ObligÄts" - -msgid "Warnings" -msgstr "BrÄ«dinÄjumi" - -msgid "Documentation" -msgstr "DokumentÄcija" - msgid "Hosted Shibboleth 1.3 Service Provider Metadata (automatically generated)" msgstr "HostÄ“ta Shibboleth 1.3 servisa piegÄdÄtÄja metadati (ÄŁenerÄ“ti automÄtiski)" -msgid "PHP info" -msgstr "PHP info" - -msgid "About SimpleSAMLphp" -msgstr "Par SimpleSAMLphp" - -msgid "Hosted SAML 2.0 Service Provider Metadata (automatically generated)" -msgstr "HostÄ“ta SAML 2.0 servisa piegÄdÄtÄja metadati (ÄŁenerÄ“ti automÄtiski)" - msgid "Retry login" msgstr "MēģinÄt pieslÄ“gties vÄ“lreiz" -msgid "Required for LDAP" -msgstr "ObligÄts priekš LDAP" - msgid "Close the web browser, and try again." msgstr "Aizveriet interneta pÄrlĹ«ku un mēģiniet vÄ“lreiz." -msgid "Federation" -msgstr "FederÄcija" - msgid "We were unable to locate the state information for the current request." msgstr "Nav iespÄ“jams atrast stÄvokÄĽa informÄciju šim pieprasÄ«jumam." -msgid "Delete my choices of IdP in the IdP discovery services" -msgstr "DzÄ“st manas IdP izvÄ“les IdP discovery servisos" - msgid "" "This is most likely a configuration problem on either the service " "provider or identity provider." @@ -228,9 +43,6 @@ msgstr "" "VisticamÄk šī ir konfigurÄcijas problÄ“ma pie servisa piegÄdÄtÄja vai " "identitÄtes piegÄdÄtÄja." -msgid "Configure Shibboleth 1.3 SP to work with SimpleSAMLphp IdP" -msgstr "KonfigurÄ“t Shibboleth 1.3 SP strÄdÄt ar SimpleSAMLphp IdP" - msgid "Using the back and forward buttons in the web browser." msgstr "Interneta pÄrlĹ«ka pogu Uz priekšu un AtpakaÄĽ lietošana." @@ -243,12 +55,6 @@ msgstr "IespÄ“jams, interneta pÄrlĹ«kÄ ir aizliegtas sÄ«kdatnes." msgid "Opened the web browser with tabs saved from the previous session." msgstr "Interneta pÄrlĹ«ka atvÄ“ršana ar saglabÄtÄm cilnÄ“m no iepriekšējÄs sesijas." -msgid "Tools" -msgstr "RÄ«ki" - -msgid "Test configured authentication sources " -msgstr "TestÄ“t konfigurÄ“tos autentifikÄcijas avotus" - msgid "" "You appear to have disabled cookies in your browser. Please check the " "settings in your browser, and try again." @@ -256,49 +62,12 @@ msgstr "" "IzskatÄs, ka JĹ«su interneta pÄrlĹ«kÄ ir aizliegtas sÄ«kdatnes. LĹ«dzu " "pÄrbaudiet sava pÄrlĹ«ka uzstÄdÄ«jumus un mēģiniet vÄ“lreiz." -msgid "Installing SimpleSAMLphp" -msgstr "InstalÄ“ SimpleSAMLphp" - -msgid "Deprecated" -msgstr "Atcelts" - -msgid "" -"<strong>Congratulations</strong>, you have successfully installed " -"SimpleSAMLphp. This is the start page of your installation, where you " -"will find links to test examples, diagnostics, metadata and even links to" -" relevant documentation." -msgstr "" -"<strong>Apsveicu</strong>, JĹ«s esat veiksmÄ«gi uzinstalÄ“jis " -"SimpleSAMLphp.Ĺ Ä« ir JĹ«su instalÄcijas sÄkuma lapa, kur varat atrast " -"saites uz testu piemÄ“riem, diagnostiku, metadatiem un dokumentÄciju." - msgid "This error may be caused by:" msgstr "KÄĽĹ«du radÄ«jis:" -msgid "" -"<strong>You are not using HTTPS</strong> - encrypted communication with " -"the user. HTTP works fine for test purposes, but in a production " -"environment, you should use HTTPS. [ <a " -"href=\"https://simplesamlphp.org/docs/stable/simplesamlphp-" -"maintenance\">Read more about SimpleSAMLphp maintenance</a> ]" -msgstr "" -"<strong>JĹ«s neizmantojat HTTPS</strong> - šifrÄ“tu komunikÄciju ar " -"lietotÄju. HTTP ir labs testa nolĹ«kiem, bet raĹľošanÄ jÄizmanto HTTPS. [ " -"<a href=\"https://simplesamlphp.org/docs/stable/simplesamlphp-maintenance" -"\">Lasiet vairÄk par SimpleSAMLphp uzturēšanu</a> ]" - -msgid "Metadata" -msgstr "Metadati" - msgid "Retry" msgstr "MēģinÄt vÄ“lreiz" -msgid "SimpleSAMLphp Maintenance and Configuration" -msgstr "SimpleSAMLphp uzturēšana un konfigurēšana" - -msgid "Diagnostics on hostname, port and protocol" -msgstr "Saimniekdatora vÄrda, porta un protokola diagnostika" - msgid "" "If you are an user who received this error after following a link on a " "site, you should report this error to the owner of that site." @@ -306,59 +75,15 @@ msgstr "" "Ja JĹ«s esat lietotÄjs un saņemat šo kÄĽĹ«du, sekojot saitei kÄdÄ interneta " "lapÄ, Jums jÄziņo par šo kÄĽĹ«du lapas Ä«pašniekam." -msgid "Using SimpleSAMLphp as an Identity Provider" -msgstr "Izmanto SimpleSAMLphp kÄ identitÄtes piegÄdÄtÄju" - -msgid "Optional" -msgstr "NeobligÄts" - msgid "Suggestions for resolving this problem:" msgstr "Ieteikumi problÄ“mas atrisinÄšanai:" -msgid "" -"This SimpleSAMLphp thing is pretty cool, where can I read more about it? " -"You can find more information about it at the <a " -"href=\"https://simplesamlphp.org/\">SimpleSAMLphp web page </a> over at " -"<a href=\"http://uninett.no\">UNINETT</a>." -msgstr "" -"SimpleSAMLphp ir baigi foršs, kur par to var palasÄ«t vairÄk? VairÄk " -"informÄcijas ir <a " -"href=\"http://rnd.feide.no/simplesamlphp\">SimpleSAMLphp Feide RnD " -"blogÄ</a> pie <a href=\"http://uninett.no\">UNINETT</a>." - msgid "Shibboleth 1.3 SP example - test logging in through your Shib IdP" msgstr "Shibboleth 1.3 SP piemÄ“rs - testa pieslÄ“gšanÄs caur JĹ«su Shib IDP" -msgid "Authentication" -msgstr "AutentifikÄcija" - -msgid "SimpleSAMLphp installation page" -msgstr "SimpleSAMLphp instalÄcijas lapa" - -msgid "Show metadata" -msgstr "RÄdÄ«t metadatus" - -msgid "SimpleSAMLphp as an IdP for Google Apps for Education" -msgstr "SimpleSAMLphp kÄ IdP priekš Google Apps for Education" - msgid "State information lost" msgstr "StÄvokÄĽa informÄcija ir pazaudÄ“ta" -msgid "Hosted SAML 2.0 Identity Provider Metadata (automatically generated)" -msgstr "HostÄ“ta SAML 2.0 identitÄtes piegÄdÄtÄja metadati (ÄŁenerÄ“ti automÄtiski)" - -msgid "OpenID Provider site - Alpha version (test code)" -msgstr "OpenID piegÄdÄtÄja vietne - Alfa versija (testa kods)" - -msgid "Required for Radius" -msgstr "ObligÄts priekš Radius" - -msgid "SAML 2.0 SP example - test logging in through your IdP" -msgstr "SAML 2.0 SP piemÄ“rs - testa pieslÄ“gšanÄs caur JĹ«su IDP" - -msgid "Using SimpleSAMLphp as a Service Provider" -msgstr "Izmanto SimpleSAMLphp kÄ servisa piegÄdÄtÄju" - msgid "" "We have detected that there is only a few seconds since you last " "authenticated with this service provider, and therefore assume that there" @@ -367,9 +92,6 @@ msgstr "" "PÄ“c pÄ“dÄ“jÄs autentifikÄcijas ir pagÄjušas tikai daĹľas sekundes, tÄdēļ, " "iespÄ“jams, ir problÄ“ma ar servisa piegÄdÄtÄju." -msgid "Recommended" -msgstr "Ieteicams" - msgid "" "If you are a developer who is deploying a single sign-on solution, you " "have a problem with the metadata configuration. Verify that metadata is " @@ -379,37 +101,14 @@ msgstr "" "konfigurÄcijÄ ir kÄĽĹ«da. PÄrbaudiet tos gan pie identitÄtes piegÄdÄtÄja, " "gan pie servisa piegÄdÄtÄja." -msgid "SimpleSAMLphp Advanced Features" -msgstr "SimpleSAMLphp advancÄ“tÄs iespÄ“jas" - msgid "Too short interval between single sign on events." msgstr "PÄrÄk mazs intervÄls starp pieslÄ“gšanÄs notikumiem." -msgid "Checking your PHP installation" -msgstr "PÄrbauda JĹ«su PHP instalÄciju" - -msgid "" -"The length of query parameters is limited by the PHP Suhosin extension. " -"Please increase the suhosin.get.max_value_length option to at least 2048 " -"bytes." -msgstr "" -"PieprasÄ«juma parametru garumu ierobeĹľo PHP Suhosin paplašinÄjums. LĹ«dzu " -"palieliniet suhosin.get.max_value_length opciju lÄ«dz vismaz 2048 baitiem." - -msgid "Useful links for your installation" -msgstr "DerÄ«gas saites instalÄcijai" - -msgid "Configuration" -msgstr "KonfigurÄcija" - msgid "Hosted Shibboleth 1.3 Identity Provider Metadata (automatically generated)" msgstr "" "HostÄ“ta Shibboleth 1.3 identitÄtes piegÄdÄtÄja metadati (ÄŁenerÄ“ti " "automÄtiski)" -msgid "Login as administrator" -msgstr "PieslÄ“gties kÄ administrators" - msgid "Report this error" msgstr "Ziņojiet par šo kÄĽĹ«du" diff --git a/modules/core/locales/nb/LC_MESSAGES/core.po b/modules/core/locales/nb/LC_MESSAGES/core.po index bc526e3c4b18cc778ef21869ba22ba2dbe280f35..dd94278ea68a71d072ce7ee6dc3bbfe1648b7589 100644 --- a/modules/core/locales/nb/LC_MESSAGES/core.po +++ b/modules/core/locales/nb/LC_MESSAGES/core.po @@ -1,4 +1,3 @@ - #, fuzzy msgid "" msgstr "" @@ -15,161 +14,6 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" -msgid "{core:frontpage:link_phpinfo}" -msgstr "PHPinfo" - -msgid "{core:frontpage:login_as_admin}" -msgstr "Login som administrator" - -msgid "{core:frontpage:link_doc_sp}" -msgstr "Bruk SimpleSAMLphp som Service Provider" - -msgid "{core:frontpage:link_meta_saml2sphosted}" -msgstr "Hosted SAML 2.0 Service Provider Metadata (automatisk generert)" - -msgid "{core:frontpage:link_openidprovider}" -msgstr "OpenID Provider side - Alpha versjon (testkode)" - -msgid "{core:frontpage:link_doc_install}" -msgstr "Installerer SimpleSAMLphp" - -msgid "{core:frontpage:link_diagnostics}" -msgstr "Diagnostiser hostnavn, port og protokoll" - -msgid "{core:frontpage:link_meta_saml2idphosted}" -msgstr "Hosted SAML 2.0 Identity Provider Metadata (automatisk generert)" - -msgid "{core:frontpage:optional}" -msgstr "Valgfritt" - -msgid "{core:frontpage:doc_header}" -msgstr "Dokumentasjon" - -msgid "{core:frontpage:link_doc_advanced}" -msgstr "SimpleSAMLphp avansert funksjonalitet" - -msgid "{core:frontpage:required_ldap}" -msgstr "PĂĄkrevd for LDAP" - -msgid "{core:frontpage:authtest}" -msgstr "Test konfigurerte autentiseringskilder" - -msgid "{core:frontpage:link_meta_overview}" -msgstr "" -"Oversikt over metadata for din installasjon. Diagnostiser metadatafilene " -"her." - -msgid "{core:frontpage:configuration}" -msgstr "Konfigurasjon" - -msgid "{core:frontpage:welcome}" -msgstr "Velkommen" - -msgid "{core:frontpage:link_doc_shibsp}" -msgstr "" -"Konfigurer Shibboleth 1.3 SP for ĂĄ fungere sammen med SimpleSAMLphp " -"identitetstjeneste" - -msgid "{core:frontpage:metadata_header}" -msgstr "Metadata" - -msgid "{core:frontpage:link_doc_maintenance}" -msgstr "SimpleSAMLphp vedlikehold og konfigurasjon" - -msgid "{core:frontpage:link_configcheck}" -msgstr "Sjekk av SimpleSAMLphp konfigurasjonsfiler" - -msgid "{core:frontpage:page_title}" -msgstr "SimpleSAMLphp installasjonsside" - -msgid "{core:frontpage:warnings}" -msgstr "Advarsler" - -msgid "{core:frontpage:link_xmlconvert}" -msgstr "XML til SimpleSAMLphp metadata-oversetter" - -msgid "{core:frontpage:link_cleardiscochoices}" -msgstr "Slett mitt valg av IdP i IdP discovery tjenestene" - -msgid "{core:frontpage:loggedin_as_admin}" -msgstr "Du er logget inn som administrator" - -msgid "{core:frontpage:auth}" -msgstr "Autentisering" - -msgid "{core:frontpage:show_metadata}" -msgstr "Vis metadata" - -msgid "{core:frontpage:intro}" -msgstr "" -"<strong>Gratulerer</strong>, du har nĂĄ installert SimpleSAMLphp. Dette er" -" startsiden til din SimpleSAMLphp installasjon, hvor du vil finne " -"eksempler, diagnostikk, metadata og til og med lenker til relevant " -"dokumentasjon." - -msgid "{core:frontpage:required}" -msgstr "PĂĄkrevd" - -msgid "{core:frontpage:warnings_suhosin_url_length}" -msgstr "" -"Lengden pĂĄ forespørselparametre er begrenset av PHP Suhosin utvidelsen. " -"Vennligst øk suhosin.get.max_value_length konfigurasjonsinnstillingen til" -" minst 2048 tegn." - -msgid "{core:frontpage:warnings_https}" -msgstr "" -"<strong>Du bruker ikke HTTPS</strong> - kryptert kommunikasjon med " -"brukeren. HTTP fungerer utmerket til testformĂĄl, men i et " -"produksjonsmiljø anbefales sterkt ĂĄ skru pĂĄ sikker kommunikasjon med " -"HTTPS. [ <a href=\"https://simplesamlphp.org/docs/stable/simplesamlphp-maintenance" -"\">Les mer i dokumentet: SimpleSAMLphp maintenance</a> ]" - -msgid "{core:frontpage:federation}" -msgstr "Føderasjon" - -msgid "{core:frontpage:required_radius}" -msgstr "PĂĄkrevd for Radius" - -msgid "{core:frontpage:checkphp}" -msgstr "Sjekker din PHP installasjon" - -msgid "{core:frontpage:link_doc_idp}" -msgstr "Bruk SimpleSAMLphp som identitetstjeneste" - -msgid "{core:frontpage:link_saml2example}" -msgstr "SAML 2.0 SP eksempel - test innlogging med SAML 2.0 via din IdP" - -msgid "{core:frontpage:about_header}" -msgstr "Om SimpleSAMLphp" - -msgid "{core:frontpage:about_text}" -msgstr "" -"Yey! SimpleSAMLphp virker jammen kult, hvor kan jeg finne ut mer om det? " -"Du kan lese mer om SimpleSAMLphp pĂĄ <a " -"href=\"http://rnd.feide.no/simplesamlphp\">SimpleSAMLphp sin " -"hjemmeside</a>." - -msgid "{core:frontpage:useful_links_header}" -msgstr "Nyttige lenker for denne installasjonen" - -msgid "{core:frontpage:metadata}" -msgstr "Metadata" - -msgid "{core:frontpage:recommended}" -msgstr "Anbefalt" - -msgid "{core:frontpage:link_doc_googleapps}" -msgstr "SimpleSAMLphp som identitetstjeneste for Google Apps for Education" - -msgid "{core:frontpage:tools}" -msgstr "Verktøy" - -msgid "{core:frontpage:deprecated}" -msgstr "Utdatert" - -msgid "You are logged in as administrator" -msgstr "Du er logget inn som administrator" - msgid "Go back to the previous page and try again." msgstr "GĂĄ tilbake til forrige side og prøv pĂĄ nytt." @@ -179,56 +23,18 @@ msgstr "Hvis problemet vedvarer, kan du rapportere det til systemadministratoren msgid "Welcome" msgstr "Velkommen" -msgid "SimpleSAMLphp configuration check" -msgstr "Sjekk av SimpleSAMLphp konfigurasjonsfiler" - -msgid "Metadata overview for your installation. Diagnose your metadata files" -msgstr "" -"Oversikt over metadata for din installasjon. Diagnostiser metadatafilene " -"her." - -msgid "XML to SimpleSAMLphp metadata converter" -msgstr "XML til SimpleSAMLphp metadata-oversetter" - -msgid "Required" -msgstr "PĂĄkrevd" - -msgid "Warnings" -msgstr "Advarsler" - -msgid "Documentation" -msgstr "Dokumentasjon" - msgid "Hosted Shibboleth 1.3 Service Provider Metadata (automatically generated)" msgstr "Hosted Shibboleth 1.3 Service Provider Metadata (automatisk generert)" -msgid "PHP info" -msgstr "PHPinfo" - -msgid "About SimpleSAMLphp" -msgstr "Om SimpleSAMLphp" - -msgid "Hosted SAML 2.0 Service Provider Metadata (automatically generated)" -msgstr "Hosted SAML 2.0 Service Provider Metadata (automatisk generert)" - msgid "Retry login" msgstr "Forsøk ĂĄ logge inn pĂĄ nytt" -msgid "Required for LDAP" -msgstr "PĂĄkrevd for LDAP" - msgid "Close the web browser, and try again." msgstr "Lukk nettleseren, og prøv pĂĄ nytt." -msgid "Federation" -msgstr "Føderasjon" - msgid "We were unable to locate the state information for the current request." msgstr "Vi kunne ikke finne tilstandsinformasjonen for denne forespørselen." -msgid "Delete my choices of IdP in the IdP discovery services" -msgstr "Slett mitt valg av IdP i IdP discovery tjenestene" - msgid "" "This is most likely a configuration problem on either the service " "provider or identity provider." @@ -236,11 +42,6 @@ msgstr "" "Dette er sannsynligvis et konfigurasjonsproblem hos enten " "tjenesteleverandøren eller identitetsleverandøren." -msgid "Configure Shibboleth 1.3 SP to work with SimpleSAMLphp IdP" -msgstr "" -"Konfigurer Shibboleth 1.3 SP for ĂĄ fungere sammen med SimpleSAMLphp " -"identitetstjeneste" - msgid "Using the back and forward buttons in the web browser." msgstr "Bruk av \"frem\"- og \"tilbake\"-knappene i nettleseren." @@ -253,12 +54,6 @@ msgstr "At informasjonskapsler ikke er aktivert i nettleseren." msgid "Opened the web browser with tabs saved from the previous session." msgstr "Starte nettleseren med faner lagret fra forrige gang." -msgid "Tools" -msgstr "Verktøy" - -msgid "Test configured authentication sources " -msgstr "Test konfigurerte autentiseringskilder" - msgid "" "You appear to have disabled cookies in your browser. Please check the " "settings in your browser, and try again." @@ -266,51 +61,12 @@ msgstr "" "Du ser ut til ĂĄ ha deaktivert informasjonskapsler. Kontroller " "innstillingene i nettleseren din og prøv igjen." -msgid "Installing SimpleSAMLphp" -msgstr "Installerer SimpleSAMLphp" - -msgid "Deprecated" -msgstr "Utdatert" - -msgid "" -"<strong>Congratulations</strong>, you have successfully installed " -"SimpleSAMLphp. This is the start page of your installation, where you " -"will find links to test examples, diagnostics, metadata and even links to" -" relevant documentation." -msgstr "" -"<strong>Gratulerer</strong>, du har nĂĄ installert SimpleSAMLphp. Dette er" -" startsiden til din SimpleSAMLphp installasjon, hvor du vil finne " -"eksempler, diagnostikk, metadata og til og med lenker til relevant " -"dokumentasjon." - msgid "This error may be caused by:" msgstr "Denne feilen kan være forĂĄrsaket av:" -msgid "" -"<strong>You are not using HTTPS</strong> - encrypted communication with " -"the user. HTTP works fine for test purposes, but in a production " -"environment, you should use HTTPS. [ <a " -"href=\"https://simplesamlphp.org/docs/stable/simplesamlphp-" -"maintenance\">Read more about SimpleSAMLphp maintenance</a> ]" -msgstr "" -"<strong>Du bruker ikke HTTPS</strong> - kryptert kommunikasjon med " -"brukeren. HTTP fungerer utmerket til testformĂĄl, men i et " -"produksjonsmiljø anbefales sterkt ĂĄ skru pĂĄ sikker kommunikasjon med " -"HTTPS. [ <a href=\"https://simplesamlphp.org/docs/stable/simplesamlphp-maintenance" -"\">Les mer i dokumentet: SimpleSAMLphp maintenance</a> ]" - -msgid "Metadata" -msgstr "Metadata" - msgid "Retry" msgstr "Prøv igjen" -msgid "SimpleSAMLphp Maintenance and Configuration" -msgstr "SimpleSAMLphp vedlikehold og konfigurasjon" - -msgid "Diagnostics on hostname, port and protocol" -msgstr "Diagnostiser hostnavn, port og protokoll" - msgid "" "If you are an user who received this error after following a link on a " "site, you should report this error to the owner of that site." @@ -319,61 +75,17 @@ msgstr "" "en nettside, sĂĄ bør du rapportere denne feilen til eieren av den " "nettsiden." -msgid "Using SimpleSAMLphp as an Identity Provider" -msgstr "Bruk SimpleSAMLphp som identitetstjeneste" - -msgid "Optional" -msgstr "Valgfritt" - msgid "Suggestions for resolving this problem:" msgstr "Forslag for ĂĄ løse dette problemet:" -msgid "" -"This SimpleSAMLphp thing is pretty cool, where can I read more about it? " -"You can find more information about it at the <a " -"href=\"https://simplesamlphp.org/\">SimpleSAMLphp web page </a> over at " -"<a href=\"http://uninett.no\">UNINETT</a>." -msgstr "" -"Yey! SimpleSAMLphp virker jammen kult, hvor kan jeg finne ut mer om det? " -"Du kan lese mer om SimpleSAMLphp pĂĄ <a " -"href=\"http://rnd.feide.no/simplesamlphp\">SimpleSAMLphp sin " -"hjemmeside</a>." - msgid "Shibboleth 1.3 SP example - test logging in through your Shib IdP" msgstr "" "Shibboleth 1.3 SP eksempel - test innlogging med Shibboleth 1.3 via din " "IdP" -msgid "Authentication" -msgstr "Autentisering" - -msgid "SimpleSAMLphp installation page" -msgstr "SimpleSAMLphp installasjonsside" - -msgid "Show metadata" -msgstr "Vis metadata" - -msgid "SimpleSAMLphp as an IdP for Google Apps for Education" -msgstr "SimpleSAMLphp som identitetstjeneste for Google Apps for Education" - msgid "State information lost" msgstr "Tilstandsinformasjon tapt" -msgid "Hosted SAML 2.0 Identity Provider Metadata (automatically generated)" -msgstr "Hosted SAML 2.0 Identity Provider Metadata (automatisk generert)" - -msgid "OpenID Provider site - Alpha version (test code)" -msgstr "OpenID Provider side - Alpha versjon (testkode)" - -msgid "Required for Radius" -msgstr "PĂĄkrevd for Radius" - -msgid "SAML 2.0 SP example - test logging in through your IdP" -msgstr "SAML 2.0 SP eksempel - test innlogging med SAML 2.0 via din IdP" - -msgid "Using SimpleSAMLphp as a Service Provider" -msgstr "Bruk SimpleSAMLphp som Service Provider" - msgid "" "We have detected that there is only a few seconds since you last " "authenticated with this service provider, and therefore assume that there" @@ -383,9 +95,6 @@ msgstr "" "autentisert pĂĄ denne tjenesten, og derfor antar vi at det er et problem " "med oppsettet av denne tjenesten." -msgid "Recommended" -msgstr "Anbefalt" - msgid "" "If you are a developer who is deploying a single sign-on solution, you " "have a problem with the metadata configuration. Verify that metadata is " @@ -395,36 +104,12 @@ msgstr "" "har du et problem med metadataoppsettet. Kontroller at metadata er riktig" " konfigurert hos bĂĄde identitetsleverandøren og tjenesteleverandøren." -msgid "SimpleSAMLphp Advanced Features" -msgstr "SimpleSAMLphp avansert funksjonalitet" - msgid "Too short interval between single sign on events." msgstr "For kort intervall imellom innloggingsforespørsler" -msgid "Checking your PHP installation" -msgstr "Sjekker din PHP installasjon" - -msgid "" -"The length of query parameters is limited by the PHP Suhosin extension. " -"Please increase the suhosin.get.max_value_length option to at least 2048 " -"bytes." -msgstr "" -"Lengden pĂĄ forespørselparametre er begrenset av PHP Suhosin utvidelsen. " -"Vennligst øk suhosin.get.max_value_length konfigurasjonsinnstillingen til" -" minst 2048 tegn." - -msgid "Useful links for your installation" -msgstr "Nyttige lenker for denne installasjonen" - -msgid "Configuration" -msgstr "Konfigurasjon" - msgid "Hosted Shibboleth 1.3 Identity Provider Metadata (automatically generated)" msgstr "Hosted Shibboleth 1.3 Identity Provider Metadata (automatisk generert)" -msgid "Login as administrator" -msgstr "Login som administrator" - msgid "Report this error" msgstr "Rapporter denne feilen" diff --git a/modules/core/locales/nl/LC_MESSAGES/core.po b/modules/core/locales/nl/LC_MESSAGES/core.po index 9317f78d47a3c7d064155bb86657321d92d0040f..9f90724a95cb46c86c6399276d7dd154867468f7 100644 --- a/modules/core/locales/nl/LC_MESSAGES/core.po +++ b/modules/core/locales/nl/LC_MESSAGES/core.po @@ -1,4 +1,3 @@ - #, fuzzy msgid "" msgstr "" @@ -15,178 +14,6 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" -msgid "{core:frontpage:link_phpinfo}" -msgstr "PHP info" - -msgid "{core:frontpage:login_as_admin}" -msgstr "Login als beheerder" - -msgid "{core:frontpage:logout}" -msgstr "Uitloggen" - -msgid "{core:frontpage:link_doc_sp}" -msgstr "Gebruik SimpleSAMLphp als Service Provider" - -msgid "{core:frontpage:link_meta_saml2sphosted}" -msgstr "Lokale SAML 2.0 Service Provider Metadata (automatisch gegenereerd)" - -msgid "{core:frontpage:link_openidprovider}" -msgstr "OpenID Provider site - Alpha versie (test code)" - -msgid "{core:frontpage:link_doc_install}" -msgstr "Installatie van SimpleSAMLphp" - -msgid "{core:frontpage:link_diagnostics}" -msgstr "Inspectie op hostnaam, poort en protocol" - -msgid "{core:frontpage:link_meta_saml2idphosted}" -msgstr "Lokale SAML 2.0 Identity Provider Metadata (automatisch gegenereerd)" - -msgid "{core:frontpage:optional}" -msgstr "Optioneel" - -msgid "{core:frontpage:doc_header}" -msgstr "Documentatie" - -msgid "{core:frontpage:link_doc_advanced}" -msgstr "SimpleSAMLphp Geavanceerde Functies" - -msgid "{core:frontpage:required_ldap}" -msgstr "Vereist voor LDAP" - -msgid "{core:frontpage:warnings_secretsalt}" -msgstr "" -"<strong>De configuratie bevat de sandaard secret salt</strong> - verander" -" altijd de 'secretsalt'-optie in de simpleSAML-configuratie voor " -"productieomgevingen. [<a href=\"https://simplesamlphp.org/docs/stable" -"/simplesamlphp-install\">Lees meer over het configureren van " -"SimpleSAMLphp</a> ]" - -msgid "{core:frontpage:authtest}" -msgstr "Test geconfigureerde authenticatiebronnen" - -msgid "{core:frontpage:link_meta_overview}" -msgstr "Meta data overzicht voor jouw installatie. Inspecteer je metadata files" - -msgid "{core:frontpage:configuration}" -msgstr "Configuratie" - -msgid "{core:frontpage:welcome}" -msgstr "Welkom" - -msgid "{core:frontpage:link_doc_shibsp}" -msgstr "Configureer een Shibboleth 1.3 SP voor de SimpleSAMLphp IdP" - -msgid "{core:frontpage:metadata_header}" -msgstr "Metadata" - -msgid "{core:frontpage:link_doc_maintenance}" -msgstr "SimpleSAMLphp Onderhoud en Configuratie" - -msgid "{core:frontpage:link_configcheck}" -msgstr "SimpleSAMLphp configuratie check" - -msgid "{core:frontpage:page_title}" -msgstr "SimpleSAMLphp installatiepagina" - -msgid "{core:frontpage:warnings}" -msgstr "Waarschuwingen" - -msgid "{core:frontpage:link_xmlconvert}" -msgstr "XML naar SimpleSAMLphp metadata vertaling" - -msgid "{core:frontpage:link_cleardiscochoices}" -msgstr "Verwijder IDP keuzes uit de IdP discovery service" - -msgid "{core:frontpage:warnings_outdated}" -msgstr "" -"Deze installatie van SimpleSAMLphp is verouderd. Het is aan te raden zo " -"snel mogelijk te upgraden naar <a href=\"https://simplesamlphp.org/download\">de meest recente " -"versie</a>." - -msgid "{core:frontpage:warnings_curlmissing}" -msgstr "PHP cURL-extensie ontbreekt. Kan niet controleren op updates voor SimpleSAMLphp." - -msgid "{core:frontpage:loggedin_as_admin}" -msgstr "Je bent ingelogd als beheerder" - -msgid "{core:frontpage:auth}" -msgstr "Authenticatie" - -msgid "{core:frontpage:show_metadata}" -msgstr "Toon metadata" - -msgid "{core:frontpage:intro}" -msgstr "" -"<strong>Gefeliciteerd</strong>, SimpleSAMLphp is succesvol geĂŻnstalleerd." -" Dit is de startpagina voor SimpleSAMLphp, waar je links kan vinden naar " -"voorbeelden, test-pagina's, analyses, metadata en ook naar relevante " -"documentatie." - -msgid "{core:frontpage:required}" -msgstr "Vereist" - -msgid "{core:frontpage:warnings_suhosin_url_length}" -msgstr "" -"De lengte van de query-parameters wordt beperkt door PHP's Suhosin-" -"extensie. Gelieve de optie suhosin.get.max_value_length te verhogen tot " -"tenminste 2048 bytes." - -msgid "{core:frontpage:warnings_https}" -msgstr "" -"<strong>Je gebruikt geen HTTPS</strong> - versleutelde communicatie met " -"de gebruiker. SimpleSAMLphp werkt prima op HTTP voor testdoeleinden, maar" -" als je SimpleSAMLphp in een productieomgeving gaat gebruiken, zou je dat" -" moeten doen over HTTPS. [ <a href=\"http://rnd.feide.no/content" -"/simplesamlphp-maintenance-and-configuration\">lees meer over " -"SimpleSAMLphp-onderhoud</a> ]" - -msgid "{core:frontpage:federation}" -msgstr "Federatie" - -msgid "{core:frontpage:required_radius}" -msgstr "Vereist voor Radius" - -msgid "{core:frontpage:checkphp}" -msgstr "Test de PHP-installatie" - -msgid "{core:frontpage:link_doc_idp}" -msgstr "Gebruik SimpleSAMLphp als Identity Provider" - -msgid "{core:frontpage:link_saml2example}" -msgstr "SAML 2.0 SP voorbeeld - test inloggen via je IdP" - -msgid "{core:frontpage:about_header}" -msgstr "Over SimpleSAMLphp" - -msgid "{core:frontpage:about_text}" -msgstr "" -"HĂ©, dat SimpleSAMLphp dingetje is vet cool, waar kan ik er meer over " -"vinden? Je kan meer informatie over <a " -"href=\"http://rnd.feide.no/simplesamlphp\">SimpleSAMLphp</a> vinden op de" -" Feide RnD blog van <a href=\"http://uninett.no\">UNINETT</a>." - -msgid "{core:frontpage:useful_links_header}" -msgstr "Nuttige links" - -msgid "{core:frontpage:metadata}" -msgstr "Metadata" - -msgid "{core:frontpage:recommended}" -msgstr "Aanbevolen" - -msgid "{core:frontpage:link_doc_googleapps}" -msgstr "SimpleSAMLphp als een Identity Provider voor Google Apps for Education" - -msgid "{core:frontpage:tools}" -msgstr "Gereedschap" - -msgid "{core:frontpage:deprecated}" -msgstr "Verouderd" - -msgid "You are logged in as administrator" -msgstr "Je bent ingelogd als beheerder" - msgid "Go back to the previous page and try again." msgstr "Ga terug naar de vorige pagina, en probeer opnieuw." @@ -196,56 +23,23 @@ msgstr "If dit probleem behoud, dan kun je het melden aan de systeem beheerders. msgid "Welcome" msgstr "Welkom" -msgid "SimpleSAMLphp configuration check" -msgstr "SimpleSAMLphp configuratie check" - -msgid "Metadata overview for your installation. Diagnose your metadata files" -msgstr "Meta data overzicht voor jouw installatie. Inspecteer je metadata files" - -msgid "XML to SimpleSAMLphp metadata converter" -msgstr "XML naar SimpleSAMLphp metadata vertaling" - -msgid "Required" -msgstr "Vereist" - msgid "Warnings" msgstr "Waarschuwingen" -msgid "Documentation" -msgstr "Documentatie" - msgid "Hosted Shibboleth 1.3 Service Provider Metadata (automatically generated)" msgstr "Lokale Shibboleth 1.3 Service Provider Metadata (automatisch gegenereerd)" -msgid "PHP info" -msgstr "PHP info" - -msgid "About SimpleSAMLphp" -msgstr "Over SimpleSAMLphp" - -msgid "Hosted SAML 2.0 Service Provider Metadata (automatically generated)" -msgstr "Lokale SAML 2.0 Service Provider Metadata (automatisch gegenereerd)" - msgid "Retry login" msgstr "Inloggen opnieuw proberen" -msgid "Required for LDAP" -msgstr "Vereist voor LDAP" - msgid "Close the web browser, and try again." msgstr "Sluit de web browser, en probeer opnieuw." -msgid "Federation" -msgstr "Federatie" - msgid "We were unable to locate the state information for the current request." msgstr "" "Wij waren niet in staat om de toestand informatie te vinden voor het " "huidige verzoek." -msgid "Delete my choices of IdP in the IdP discovery services" -msgstr "Verwijder IDP keuzes uit de IdP discovery service" - msgid "" "This is most likely a configuration problem on either the service " "provider or identity provider." @@ -253,9 +47,6 @@ msgstr "" "Dit is waarschijnlijk een configuratieprobleem bij ofwel de " "serviceprovider ofwel de identiteitsverstrekker." -msgid "Configure Shibboleth 1.3 SP to work with SimpleSAMLphp IdP" -msgstr "Configureer een Shibboleth 1.3 SP voor de SimpleSAMLphp IdP" - msgid "Using the back and forward buttons in the web browser." msgstr "Gebruik van de 'Volgende'- en 'Terug'-knoppen in de web browser." @@ -276,12 +67,6 @@ msgstr "Cookies kunnen uitgeschakeld zijn in de web browser." msgid "Opened the web browser with tabs saved from the previous session." msgstr "Web browser geopend met tabs opgeslagen van de vorige sessie." -msgid "Tools" -msgstr "Gereedschap" - -msgid "Test configured authentication sources " -msgstr "Test geconfigureerde authenticatiebronnen" - msgid "" "You appear to have disabled cookies in your browser. Please check the " "settings in your browser, and try again." @@ -289,52 +74,12 @@ msgstr "" "Het ziet er naaruit dat cookies zijn uitgeschakeld in uw browser. " "Controleer de browserinstellingen en probeer het opnieuw." -msgid "Installing SimpleSAMLphp" -msgstr "Installatie van SimpleSAMLphp" - -msgid "Deprecated" -msgstr "Verouderd" - -msgid "" -"<strong>Congratulations</strong>, you have successfully installed " -"SimpleSAMLphp. This is the start page of your installation, where you " -"will find links to test examples, diagnostics, metadata and even links to" -" relevant documentation." -msgstr "" -"<strong>Gefeliciteerd</strong>, SimpleSAMLphp is succesvol geĂŻnstalleerd." -" Dit is de startpagina voor SimpleSAMLphp, waar je links kan vinden naar " -"voorbeelden, test-pagina's, analyses, metadata en ook naar relevante " -"documentatie." - msgid "This error may be caused by:" msgstr "Deze error is waarschijnlijk veroorzaakt door:" -msgid "" -"<strong>You are not using HTTPS</strong> - encrypted communication with " -"the user. HTTP works fine for test purposes, but in a production " -"environment, you should use HTTPS. [ <a " -"href=\"https://simplesamlphp.org/docs/stable/simplesamlphp-" -"maintenance\">Read more about SimpleSAMLphp maintenance</a> ]" -msgstr "" -"<strong>Je gebruikt geen HTTPS</strong> - versleutelde communicatie met " -"de gebruiker. SimpleSAMLphp werkt prima op HTTP voor testdoeleinden, maar" -" als je SimpleSAMLphp in een productieomgeving gaat gebruiken, zou je dat" -" moeten doen over HTTPS. [ <a href=\"http://rnd.feide.no/content" -"/simplesamlphp-maintenance-and-configuration\">lees meer over " -"SimpleSAMLphp-onderhoud</a> ]" - -msgid "Metadata" -msgstr "Metadata" - msgid "Retry" msgstr "Opnieuw" -msgid "SimpleSAMLphp Maintenance and Configuration" -msgstr "SimpleSAMLphp Onderhoud en Configuratie" - -msgid "Diagnostics on hostname, port and protocol" -msgstr "Inspectie op hostnaam, poort en protocol" - msgid "" "If you are an user who received this error after following a link on a " "site, you should report this error to the owner of that site." @@ -343,59 +88,15 @@ msgstr "" " een link op een site, dan kunt u deze fout melden bij de eigenaar van " "die site." -msgid "Using SimpleSAMLphp as an Identity Provider" -msgstr "Gebruik SimpleSAMLphp als Identity Provider" - -msgid "Optional" -msgstr "Optioneel" - msgid "Suggestions for resolving this problem:" msgstr "Suggesties om dit probleem op te lossen:" -msgid "" -"This SimpleSAMLphp thing is pretty cool, where can I read more about it? " -"You can find more information about it at the <a " -"href=\"https://simplesamlphp.org/\">SimpleSAMLphp web page </a> over at " -"<a href=\"http://uninett.no\">UNINETT</a>." -msgstr "" -"HĂ©, dat SimpleSAMLphp dingetje is vet cool, waar kan ik er meer over " -"vinden? Je kan meer informatie over <a " -"href=\"http://rnd.feide.no/simplesamlphp\">SimpleSAMLphp</a> vinden op de" -" Feide RnD blog van <a href=\"http://uninett.no\">UNINETT</a>." - msgid "Shibboleth 1.3 SP example - test logging in through your Shib IdP" msgstr "Shibboleth 1.3 SP voorbeeld - test inloggen via je Shibboleth 1.3 IdP" -msgid "Authentication" -msgstr "Authenticatie" - -msgid "SimpleSAMLphp installation page" -msgstr "SimpleSAMLphp installatiepagina" - -msgid "Show metadata" -msgstr "Toon metadata" - -msgid "SimpleSAMLphp as an IdP for Google Apps for Education" -msgstr "SimpleSAMLphp als een Identity Provider voor Google Apps for Education" - msgid "State information lost" msgstr "Toestand informatie verloren" -msgid "Hosted SAML 2.0 Identity Provider Metadata (automatically generated)" -msgstr "Lokale SAML 2.0 Identity Provider Metadata (automatisch gegenereerd)" - -msgid "OpenID Provider site - Alpha version (test code)" -msgstr "OpenID Provider site - Alpha versie (test code)" - -msgid "Required for Radius" -msgstr "Vereist voor Radius" - -msgid "SAML 2.0 SP example - test logging in through your IdP" -msgstr "SAML 2.0 SP voorbeeld - test inloggen via je IdP" - -msgid "Using SimpleSAMLphp as a Service Provider" -msgstr "Gebruik SimpleSAMLphp als Service Provider" - msgid "" "We have detected that there is only a few seconds since you last " "authenticated with this service provider, and therefore assume that there" @@ -405,9 +106,6 @@ msgstr "" "aangemeld bent bij deze serviceprovider, daarom nemen we aan dat er een " "probleem is met deze SP." -msgid "Recommended" -msgstr "Aanbevolen" - msgid "" "If you are a developer who is deploying a single sign-on solution, you " "have a problem with the metadata configuration. Verify that metadata is " @@ -418,49 +116,12 @@ msgstr "" "Controleer of de metadata correct is geconfigureerd zowel bij de " "identiteitsverstrekker als bij de service provider." -msgid "SimpleSAMLphp Advanced Features" -msgstr "SimpleSAMLphp Geavanceerde Functies" - msgid "Too short interval between single sign on events." msgstr "Te kort interval tussen single sign on pogingen" -msgid "Checking your PHP installation" -msgstr "Test de PHP-installatie" - -msgid "" -"The length of query parameters is limited by the PHP Suhosin extension. " -"Please increase the suhosin.get.max_value_length option to at least 2048 " -"bytes." -msgstr "" -"De lengte van de query-parameters wordt beperkt door PHP's Suhosin-" -"extensie. Gelieve de optie suhosin.get.max_value_length te verhogen tot " -"tenminste 2048 bytes." - -msgid "Useful links for your installation" -msgstr "Nuttige links" - -msgid "Configuration" -msgstr "Configuratie" - msgid "Hosted Shibboleth 1.3 Identity Provider Metadata (automatically generated)" msgstr "Lokale Shibboleth 1.3 Identity Provider Metadata (automatisch gegenereerd)" -msgid "" -"<strong>The configuration uses the default secret salt</strong> - make " -"sure you modify the default 'secretsalt' option in the simpleSAML " -"configuration in production environments. [<a " -"href=\"https://simplesamlphp.org/docs/stable/simplesamlphp-install\">Read" -" more about SimpleSAMLphp configuration</a> ]" -msgstr "" -"<strong>De configuratie bevat de sandaard secret salt</strong> - verander" -" altijd de 'secretsalt'-optie in de simpleSAML-configuratie voor " -"productieomgevingen. [<a href=\"https://simplesamlphp.org/docs/stable" -"/simplesamlphp-install\">Lees meer over het configureren van " -"SimpleSAMLphp</a> ]" - -msgid "Login as administrator" -msgstr "Login als beheerder" - msgid "Report this error" msgstr "Meld deze error" diff --git a/modules/core/locales/nn/LC_MESSAGES/core.po b/modules/core/locales/nn/LC_MESSAGES/core.po index 407685720802061485bf8bd03ee432d39f77b68d..15d51e61c275e1cf46b9785d269463d8017b2a75 100644 --- a/modules/core/locales/nn/LC_MESSAGES/core.po +++ b/modules/core/locales/nn/LC_MESSAGES/core.po @@ -1,4 +1,3 @@ - #, fuzzy msgid "" msgstr "" @@ -15,161 +14,6 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" -msgid "{core:frontpage:link_phpinfo}" -msgstr "PHPinfo" - -msgid "{core:frontpage:login_as_admin}" -msgstr "Innlogga som administrator" - -msgid "{core:frontpage:link_doc_sp}" -msgstr "Bruk SimpleSAMLphp som Service Provider" - -msgid "{core:frontpage:link_meta_saml2sphosted}" -msgstr "Hosted SAML 2.0 Service Provider Metadata (automatisk generert)" - -msgid "{core:frontpage:link_openidprovider}" -msgstr "OpenID Provider side - Alpha versjon (testkode)" - -msgid "{core:frontpage:link_doc_install}" -msgstr "Installerer SimpleSAMLphp" - -msgid "{core:frontpage:link_diagnostics}" -msgstr "Diagnostiser hostnavn, port og protokoll" - -msgid "{core:frontpage:link_meta_saml2idphosted}" -msgstr "Hosted SAML 2.0 Identity Provider Metadata (automatisk generert)" - -msgid "{core:frontpage:optional}" -msgstr "Valfritt" - -msgid "{core:frontpage:doc_header}" -msgstr "Dokumentasjon" - -msgid "{core:frontpage:link_doc_advanced}" -msgstr "SimpleSAMLphp avansert funksjonalitet" - -msgid "{core:frontpage:required_ldap}" -msgstr "Naudsynt for LDAP" - -msgid "{core:frontpage:authtest}" -msgstr "Autentiseringskjelder sett opp for testing" - -msgid "{core:frontpage:link_meta_overview}" -msgstr "" -"Oversikt over metadata for din installasjon. Diagnostiser metadatafilene " -"her." - -msgid "{core:frontpage:configuration}" -msgstr "Konfigurasjon" - -msgid "{core:frontpage:welcome}" -msgstr "Velkomen" - -msgid "{core:frontpage:link_doc_shibsp}" -msgstr "Konfigurer Shibboleth 1.3 SP for ĂĄ fungere sammen med SimpleSAMLphp IdP" - -msgid "{core:frontpage:metadata_header}" -msgstr "Metadata" - -msgid "{core:frontpage:link_doc_maintenance}" -msgstr "SimpleSAMLphp vedlikehold og konfigurasjon" - -msgid "{core:frontpage:link_configcheck}" -msgstr "SimpleSAMLphp konfigurasjonssjekk" - -msgid "{core:frontpage:page_title}" -msgstr "SimpleSAMLphp installasjons-side" - -msgid "{core:frontpage:warnings}" -msgstr "Ă…tvaring" - -msgid "{core:frontpage:link_xmlconvert}" -msgstr "Oversetter fra XML til SimpleSAMLphp metadata" - -msgid "{core:frontpage:link_cleardiscochoices}" -msgstr "" -"La meg velja kvar eg kjem ifrĂĄ pĂĄ nytt. Slett mitt val av " -"identitetsleverandør (IdP) hos IdP-oppdagingstenesta " - -msgid "{core:frontpage:loggedin_as_admin}" -msgstr "Du er logga inn som administrator" - -msgid "{core:frontpage:auth}" -msgstr "Autentisering" - -msgid "{core:frontpage:show_metadata}" -msgstr "Vis metadata" - -msgid "{core:frontpage:intro}" -msgstr "" -"<strong>Gratulerer</strong>, du har installert SimpleSAMLphp. Dette er " -"startsida til SimpleSAMLphp installasjonen din. Her finn du døme, " -"diagnostikk, metadata og lenker til relevant dokumentasjon." - -msgid "{core:frontpage:required}" -msgstr "Naudsynt" - -msgid "{core:frontpage:warnings_suhosin_url_length}" -msgstr "" -"Lengda pĂĄ førespurnadargumenta er begrensa av PHP Suhosin utvidinga. Vær " -"vennleg og øk suhosin.get.max_value_length konfigurasjonsinnstillinga til" -" minst 2048 teikn." - -msgid "{core:frontpage:warnings_https}" -msgstr "" -"<strong>Du bruker ikkje HTTPS</strong> - kryptert kommunikasjon med " -"brukaren. Du kan bruka SimpleSAMLphp uten HTTPS til testformĂĄl, men " -"dersom du skal bruka SimpleSAMLphp i eit produksjonsmiljø, vil vi sterkt " -"tilrĂĄ ĂĄ skru pĂĄ sikker kommunikasjon med HTTPS. [ Les meir i dokumentet: " -"<a href=\"https://simplesamlphp.org/docs/stable/simplesamlphp-maintenance" -"\">SimpleSAMLphp maintenance</a> ]" - -msgid "{core:frontpage:federation}" -msgstr "Føderasjon" - -msgid "{core:frontpage:required_radius}" -msgstr "Naudsynt for Radius" - -msgid "{core:frontpage:checkphp}" -msgstr "Sjekker din PHP installasjon" - -msgid "{core:frontpage:link_doc_idp}" -msgstr "Bruk SimpleSAMLphp som Identity Provider" - -msgid "{core:frontpage:link_saml2example}" -msgstr "SAML 2.0 SP eksempel - testinnlogging med SAML 2.0 via din IdP" - -msgid "{core:frontpage:about_header}" -msgstr "Om SimpleSAMLphp" - -msgid "{core:frontpage:about_text}" -msgstr "" -"Yey! SimpleSAMLphp er jammen kult, kvar finn eg ut meir? Du kan lesa meir" -" om SimpleSAMLphp pĂĄ <a " -"href=\"http://rnd.feide.no/simplesamlphp\">heimesida til " -"SimpleSAMLphp</a>." - -msgid "{core:frontpage:useful_links_header}" -msgstr "Nyttige lenker for denne installasjonen" - -msgid "{core:frontpage:metadata}" -msgstr "Metadata" - -msgid "{core:frontpage:recommended}" -msgstr "TilrĂĄdd" - -msgid "{core:frontpage:link_doc_googleapps}" -msgstr "SimpleSAMLphp som IdP for Google Apps for Education" - -msgid "{core:frontpage:tools}" -msgstr "Verktøy" - -msgid "{core:frontpage:deprecated}" -msgstr "Utfasa" - -msgid "You are logged in as administrator" -msgstr "Du er logga inn som administrator" - msgid "Go back to the previous page and try again." msgstr "GĂĄ tilbake til forrige side og prøv pĂĄ nytt." @@ -179,58 +23,18 @@ msgstr "Om problemet vedvarar, kan du rapportere det til systemadministratorane. msgid "Welcome" msgstr "Velkomen" -msgid "SimpleSAMLphp configuration check" -msgstr "SimpleSAMLphp konfigurasjonssjekk" - -msgid "Metadata overview for your installation. Diagnose your metadata files" -msgstr "" -"Oversikt over metadata for din installasjon. Diagnostiser metadatafilene " -"her." - -msgid "XML to SimpleSAMLphp metadata converter" -msgstr "Oversetter fra XML til SimpleSAMLphp metadata" - -msgid "Required" -msgstr "Naudsynt" - -msgid "Warnings" -msgstr "Ă…tvaring" - -msgid "Documentation" -msgstr "Dokumentasjon" - msgid "Hosted Shibboleth 1.3 Service Provider Metadata (automatically generated)" msgstr "Hosted Shibboleth 1.3 Service Provider Metadata (automatisk generert)" -msgid "PHP info" -msgstr "PHPinfo" - -msgid "About SimpleSAMLphp" -msgstr "Om SimpleSAMLphp" - -msgid "Hosted SAML 2.0 Service Provider Metadata (automatically generated)" -msgstr "Hosted SAML 2.0 Service Provider Metadata (automatisk generert)" - msgid "Retry login" msgstr "Prøv ĂĄ logge inn pĂĄ nytt" -msgid "Required for LDAP" -msgstr "Naudsynt for LDAP" - msgid "Close the web browser, and try again." msgstr "Lukk nettlesaren, og prøv pĂĄ nytt." -msgid "Federation" -msgstr "Føderasjon" - msgid "We were unable to locate the state information for the current request." msgstr "Vi kunne ikkje finne tilstandsinformasjonen for denne forespørselen." -msgid "Delete my choices of IdP in the IdP discovery services" -msgstr "" -"La meg velja kvar eg kjem ifrĂĄ pĂĄ nytt. Slett mitt val av " -"identitetsleverandør (IdP) hos IdP-oppdagingstenesta " - msgid "" "This is most likely a configuration problem on either the service " "provider or identity provider." @@ -238,9 +42,6 @@ msgstr "" "Dette er sannsynlegvis eit problem med oppsettet hjĂĄ anten " "tenesteleverandøren eller identitetsleverandøren." -msgid "Configure Shibboleth 1.3 SP to work with SimpleSAMLphp IdP" -msgstr "Konfigurer Shibboleth 1.3 SP for ĂĄ fungere sammen med SimpleSAMLphp IdP" - msgid "Using the back and forward buttons in the web browser." msgstr "Bruk av \"fram\"- og \"attende\"-knappane i nettlesaren." @@ -253,12 +54,6 @@ msgstr "At informasjonskapsler ikkje er aktivert i nettlesaren." msgid "Opened the web browser with tabs saved from the previous session." msgstr "Starte nettlesaren med faner lagret fra forrige gong." -msgid "Tools" -msgstr "Verktøy" - -msgid "Test configured authentication sources " -msgstr "Autentiseringskjelder sett opp for testing" - msgid "" "You appear to have disabled cookies in your browser. Please check the " "settings in your browser, and try again." @@ -266,51 +61,12 @@ msgstr "" "Det ser ut til at informasjonskapslar er avslĂĄtt i nettlesaren din. Vær " "vennleg og sjekk instillingane i nettlesaren din, og prøv pĂĄ nytt." -msgid "Installing SimpleSAMLphp" -msgstr "Installerer SimpleSAMLphp" - -msgid "Deprecated" -msgstr "Utfasa" - -msgid "" -"<strong>Congratulations</strong>, you have successfully installed " -"SimpleSAMLphp. This is the start page of your installation, where you " -"will find links to test examples, diagnostics, metadata and even links to" -" relevant documentation." -msgstr "" -"<strong>Gratulerer</strong>, du har installert SimpleSAMLphp. Dette er " -"startsida til SimpleSAMLphp installasjonen din. Her finn du døme, " -"diagnostikk, metadata og lenker til relevant dokumentasjon." - msgid "This error may be caused by:" msgstr "Denne feilen kan være forĂĄrsaket av:" -msgid "" -"<strong>You are not using HTTPS</strong> - encrypted communication with " -"the user. HTTP works fine for test purposes, but in a production " -"environment, you should use HTTPS. [ <a " -"href=\"https://simplesamlphp.org/docs/stable/simplesamlphp-" -"maintenance\">Read more about SimpleSAMLphp maintenance</a> ]" -msgstr "" -"<strong>Du bruker ikkje HTTPS</strong> - kryptert kommunikasjon med " -"brukaren. Du kan bruka SimpleSAMLphp uten HTTPS til testformĂĄl, men " -"dersom du skal bruka SimpleSAMLphp i eit produksjonsmiljø, vil vi sterkt " -"tilrĂĄ ĂĄ skru pĂĄ sikker kommunikasjon med HTTPS. [ Les meir i dokumentet: " -"<a href=\"https://simplesamlphp.org/docs/stable/simplesamlphp-maintenance" -"\">SimpleSAMLphp maintenance</a> ]" - -msgid "Metadata" -msgstr "Metadata" - msgid "Retry" msgstr "Prøv pĂĄ nytt" -msgid "SimpleSAMLphp Maintenance and Configuration" -msgstr "SimpleSAMLphp vedlikehold og konfigurasjon" - -msgid "Diagnostics on hostname, port and protocol" -msgstr "Diagnostiser hostnavn, port og protokoll" - msgid "" "If you are an user who received this error after following a link on a " "site, you should report this error to the owner of that site." @@ -318,59 +74,15 @@ msgstr "" "Om du er ein brukar som mottok denne feilen etter at du følgde ei lenke " "pĂĄ ei nettside, sĂĄ bør du melde denne feilen til eigaren av den nettsida." -msgid "Using SimpleSAMLphp as an Identity Provider" -msgstr "Bruk SimpleSAMLphp som Identity Provider" - -msgid "Optional" -msgstr "Valfritt" - msgid "Suggestions for resolving this problem:" msgstr "Forslag for ĂĄ løyse dette problemet:" -msgid "" -"This SimpleSAMLphp thing is pretty cool, where can I read more about it? " -"You can find more information about it at the <a " -"href=\"https://simplesamlphp.org/\">SimpleSAMLphp web page </a> over at " -"<a href=\"http://uninett.no\">UNINETT</a>." -msgstr "" -"Yey! SimpleSAMLphp er jammen kult, kvar finn eg ut meir? Du kan lesa meir" -" om SimpleSAMLphp pĂĄ <a " -"href=\"http://rnd.feide.no/simplesamlphp\">heimesida til " -"SimpleSAMLphp</a>." - msgid "Shibboleth 1.3 SP example - test logging in through your Shib IdP" msgstr "Shibboleth 1.3 SP eksempel - testinnlogging med Shibboleth 1.3 via din IdP" -msgid "Authentication" -msgstr "Autentisering" - -msgid "SimpleSAMLphp installation page" -msgstr "SimpleSAMLphp installasjons-side" - -msgid "Show metadata" -msgstr "Vis metadata" - -msgid "SimpleSAMLphp as an IdP for Google Apps for Education" -msgstr "SimpleSAMLphp som IdP for Google Apps for Education" - msgid "State information lost" msgstr "Tilstandsinformasjon tapt" -msgid "Hosted SAML 2.0 Identity Provider Metadata (automatically generated)" -msgstr "Hosted SAML 2.0 Identity Provider Metadata (automatisk generert)" - -msgid "OpenID Provider site - Alpha version (test code)" -msgstr "OpenID Provider side - Alpha versjon (testkode)" - -msgid "Required for Radius" -msgstr "Naudsynt for Radius" - -msgid "SAML 2.0 SP example - test logging in through your IdP" -msgstr "SAML 2.0 SP eksempel - testinnlogging med SAML 2.0 via din IdP" - -msgid "Using SimpleSAMLphp as a Service Provider" -msgstr "Bruk SimpleSAMLphp som Service Provider" - msgid "" "We have detected that there is only a few seconds since you last " "authenticated with this service provider, and therefore assume that there" @@ -380,9 +92,6 @@ msgstr "" "pĂĄ denne tenesta, og derfor trur vi at det er eit problem med oppsettet " "av denne tjenesta." -msgid "Recommended" -msgstr "TilrĂĄdd" - msgid "" "If you are a developer who is deploying a single sign-on solution, you " "have a problem with the metadata configuration. Verify that metadata is " @@ -392,36 +101,12 @@ msgstr "" "du eit problem med metadataoppsettet. Kontroller at metadata er rett satt" " opp hjĂĄ bĂĄde identitetsleverandøren og tenesteleverandøren." -msgid "SimpleSAMLphp Advanced Features" -msgstr "SimpleSAMLphp avansert funksjonalitet" - msgid "Too short interval between single sign on events." msgstr "For kort intervall mellom innloggingsforespørslar" -msgid "Checking your PHP installation" -msgstr "Sjekker din PHP installasjon" - -msgid "" -"The length of query parameters is limited by the PHP Suhosin extension. " -"Please increase the suhosin.get.max_value_length option to at least 2048 " -"bytes." -msgstr "" -"Lengda pĂĄ førespurnadargumenta er begrensa av PHP Suhosin utvidinga. Vær " -"vennleg og øk suhosin.get.max_value_length konfigurasjonsinnstillinga til" -" minst 2048 teikn." - -msgid "Useful links for your installation" -msgstr "Nyttige lenker for denne installasjonen" - -msgid "Configuration" -msgstr "Konfigurasjon" - msgid "Hosted Shibboleth 1.3 Identity Provider Metadata (automatically generated)" msgstr "Hosted Shibboleth 1.3 Identity Provider Metadata (automatisk generert)" -msgid "Login as administrator" -msgstr "Innlogga som administrator" - msgid "Report this error" msgstr "Rapporter denne feilen" diff --git a/modules/core/locales/pl/LC_MESSAGES/core.po b/modules/core/locales/pl/LC_MESSAGES/core.po index c563d534aa9d2ef57cdef1a5331bd9aa829c5eae..947a3fe73d581e40c16a7a0267c0847b81ec0761 100644 --- a/modules/core/locales/pl/LC_MESSAGES/core.po +++ b/modules/core/locales/pl/LC_MESSAGES/core.po @@ -1,4 +1,3 @@ - #, fuzzy msgid "" msgstr "" @@ -16,298 +15,19 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" -msgid "{core:frontpage:link_phpinfo}" -msgstr "PHP info" - -msgid "{core:frontpage:login_as_admin}" -msgstr "Zaloguj siÄ™ jako administrator" - -msgid "{core:frontpage:link_doc_sp}" -msgstr "UĹĽycie SimpleSAMLphp jako Dostawca Serwisu" - -msgid "{core:frontpage:link_meta_saml2sphosted}" -msgstr "Metadane - Lokalny SAML 2.0 Dostawca Serwisu (generowane automatycznie)" - -msgid "{core:frontpage:link_openidprovider}" -msgstr "Strona Dostawcy OpenID - wersja Alpha (kod w fazie testĂłw)" - -msgid "{core:frontpage:link_doc_install}" -msgstr "Instalowanie SimpleSAMLphp" - -msgid "{core:frontpage:link_diagnostics}" -msgstr "Diagnostyka na hoĹ›cie, port i protokół" - -msgid "{core:frontpage:link_meta_saml2idphosted}" -msgstr "Metadane - Lokalny SAML 2.0 Dostawca ToĹĽsamoĹ›ci (generowane automatycznie)" - -msgid "{core:frontpage:optional}" -msgstr "Opcjonalne" - -msgid "{core:frontpage:doc_header}" -msgstr "Dokumentacja" - -msgid "{core:frontpage:link_doc_advanced}" -msgstr "Zaawansowane wĹ‚aĹ›ciwoĹ›ci SimpleSAMLphp" - -msgid "{core:frontpage:required_ldap}" -msgstr "Wymagane dla LDAP" - -msgid "{core:frontpage:link_meta_overview}" -msgstr "PrzeglÄ…d Metadanych dla Twojej instalacji. Diagnose your metadata files" - -msgid "{core:frontpage:configuration}" -msgstr "Konfiguracja" - -msgid "{core:frontpage:welcome}" -msgstr "Witaj" - -msgid "{core:frontpage:link_doc_shibsp}" -msgstr "Konfiguruj Shibboleth 1.3 SP do współpracy z SimpleSAMLphp IdP" - -msgid "{core:frontpage:metadata_header}" -msgstr "Metadane" - -msgid "{core:frontpage:link_doc_maintenance}" -msgstr "Konfiguracja i Prace administracyjne " - -msgid "{core:frontpage:link_configcheck}" -msgstr "sprawdzanie konfiguracji SimpleSAMLphp" - -msgid "{core:frontpage:warnings}" -msgstr "OstrzeĹĽenia" - -msgid "{core:frontpage:link_xmlconvert}" -msgstr "Konwerter metadanych z formatu XML do formatu SimpleSAMLphp" - -msgid "{core:frontpage:link_cleardiscochoices}" -msgstr "UsuĹ„ mĂłj wybĂłr domyĹ›lnych IdP w Discovery Services" - -msgid "{core:frontpage:loggedin_as_admin}" -msgstr "JesteĹ› zalogowany jako administrator" - -msgid "{core:frontpage:auth}" -msgstr "Uwierzytelnianie" - -msgid "{core:frontpage:show_metadata}" -msgstr "WyĹ›wietl metadane" - -msgid "{core:frontpage:intro}" -msgstr "" -"<strong>Gratulacje</strong>, instalacja SimpleSAMLphp przebiegĹ‚a " -"pomyĹ›lnie. To jest strona startowa Twojej instalacji, na ktĂłrej " -"znajdziesz odnoĹ›niki do przykĹ‚adĂłw, narzÄ™dzi do diagnozowania, metadane a" -" nawet linki do dokumentacji." - -msgid "{core:frontpage:required}" -msgstr "Wymagane" - -msgid "{core:frontpage:warnings_https}" -msgstr "" -"<strong>Nie uĹĽywasz HTTPS</strong> - szyfrowana komunikacja z " -"uĹĽytkownikiem. HTTP jest OK dla testĂłw, ale na produkcji powinieneĹ› " -"uĹĽywać tylko HTTPS. [ <a href=\"http://rnd.feide.no/content" -"/simplesamlphp-maintenance-and-configuration\">Przeczytaj wiÄ™cej o " -"zarzÄ…dzaniu SimpleSAMLphp</a> ]" - -msgid "{core:frontpage:federation}" -msgstr "Federacja" - -msgid "{core:frontpage:required_radius}" -msgstr "Wymagane dla Radius" - -msgid "{core:frontpage:checkphp}" -msgstr "Sprawdzanie instalacji PHP" - -msgid "{core:frontpage:link_doc_idp}" -msgstr "UĹĽycie SimpleSAMLphp jako Dostawca ToĹĽsamoĹ›ci" - -msgid "{core:frontpage:link_saml2example}" -msgstr "SAML 2.0 SP - przykĹ‚ad - test logowania przez Twoje IdP" - -msgid "{core:frontpage:about_header}" -msgstr "O SimpleSAMLphp" - -msgid "{core:frontpage:about_text}" -msgstr "" -"Ten SimpleSAMLphp jest niezĹ‚y, gdzie mogÄ™ poczytać o tym? MoĹĽesz znaleźć " -"wiÄ™cej informacji o <a " -"href=\"http://rnd.feide.no/simplesamlphp\">SimpleSAMLphp na blogu Feide " -"RnD</a> oraz na stronie <a href=\"http://uninett.no\">UNINETT</a>." - -msgid "{core:frontpage:useful_links_header}" -msgstr "Przydatne linki dla Twojej instalacji" - -msgid "{core:frontpage:metadata}" -msgstr "Metadane" - -msgid "{core:frontpage:recommended}" -msgstr "Rekomendowane" - -msgid "{core:frontpage:link_doc_googleapps}" -msgstr "SimpleSAMLphp jako Dostawca ToĹĽsamoĹ›ci dla Google Apps dla szkolnictwa" - -msgid "{core:frontpage:tools}" -msgstr "NarzÄ™dzia" - -msgid "{core:frontpage:deprecated}" -msgstr "PrzestarzaĹ‚e" - -msgid "You are logged in as administrator" -msgstr "JesteĹ› zalogowany jako administrator" - msgid "Welcome" msgstr "Witaj" -msgid "SimpleSAMLphp configuration check" -msgstr "sprawdzanie konfiguracji SimpleSAMLphp" - -msgid "Metadata overview for your installation. Diagnose your metadata files" -msgstr "PrzeglÄ…d Metadanych dla Twojej instalacji. Diagnose your metadata files" - -msgid "XML to SimpleSAMLphp metadata converter" -msgstr "Konwerter metadanych z formatu XML do formatu SimpleSAMLphp" - -msgid "Required" -msgstr "Wymagane" - -msgid "Warnings" -msgstr "OstrzeĹĽenia" - -msgid "Documentation" -msgstr "Dokumentacja" - msgid "Hosted Shibboleth 1.3 Service Provider Metadata (automatically generated)" msgstr "" "Metadane - Lokalny Shibboleth 1.3 Dostawca Serwisu (generowane " "automatycznie)" -msgid "PHP info" -msgstr "PHP info" - -msgid "About SimpleSAMLphp" -msgstr "O SimpleSAMLphp" - -msgid "Hosted SAML 2.0 Service Provider Metadata (automatically generated)" -msgstr "Metadane - Lokalny SAML 2.0 Dostawca Serwisu (generowane automatycznie)" - -msgid "Required for LDAP" -msgstr "Wymagane dla LDAP" - -msgid "Federation" -msgstr "Federacja" - -msgid "Delete my choices of IdP in the IdP discovery services" -msgstr "UsuĹ„ mĂłj wybĂłr domyĹ›lnych IdP w Discovery Services" - -msgid "Configure Shibboleth 1.3 SP to work with SimpleSAMLphp IdP" -msgstr "Konfiguruj Shibboleth 1.3 SP do współpracy z SimpleSAMLphp IdP" - -msgid "Tools" -msgstr "NarzÄ™dzia" - -msgid "Installing SimpleSAMLphp" -msgstr "Instalowanie SimpleSAMLphp" - -msgid "Deprecated" -msgstr "PrzestarzaĹ‚e" - -msgid "" -"<strong>Congratulations</strong>, you have successfully installed " -"SimpleSAMLphp. This is the start page of your installation, where you " -"will find links to test examples, diagnostics, metadata and even links to" -" relevant documentation." -msgstr "" -"<strong>Gratulacje</strong>, instalacja SimpleSAMLphp przebiegĹ‚a " -"pomyĹ›lnie. To jest strona startowa Twojej instalacji, na ktĂłrej " -"znajdziesz odnoĹ›niki do przykĹ‚adĂłw, narzÄ™dzi do diagnozowania, metadane a" -" nawet linki do dokumentacji." - -msgid "" -"<strong>You are not using HTTPS</strong> - encrypted communication with " -"the user. HTTP works fine for test purposes, but in a production " -"environment, you should use HTTPS. [ <a " -"href=\"https://simplesamlphp.org/docs/stable/simplesamlphp-" -"maintenance\">Read more about SimpleSAMLphp maintenance</a> ]" -msgstr "" -"<strong>Nie uĹĽywasz HTTPS</strong> - szyfrowana komunikacja z " -"uĹĽytkownikiem. HTTP jest OK dla testĂłw, ale na produkcji powinieneĹ› " -"uĹĽywać tylko HTTPS. [ <a href=\"http://rnd.feide.no/content" -"/simplesamlphp-maintenance-and-configuration\">Przeczytaj wiÄ™cej o " -"zarzÄ…dzaniu SimpleSAMLphp</a> ]" - -msgid "Metadata" -msgstr "Metadane" - -msgid "SimpleSAMLphp Maintenance and Configuration" -msgstr "Konfiguracja i Prace administracyjne " - -msgid "Diagnostics on hostname, port and protocol" -msgstr "Diagnostyka na hoĹ›cie, port i protokół" - -msgid "Using SimpleSAMLphp as an Identity Provider" -msgstr "UĹĽycie SimpleSAMLphp jako Dostawca ToĹĽsamoĹ›ci" - -msgid "Optional" -msgstr "Opcjonalne" - -msgid "" -"This SimpleSAMLphp thing is pretty cool, where can I read more about it? " -"You can find more information about it at the <a " -"href=\"https://simplesamlphp.org/\">SimpleSAMLphp web page </a> over at " -"<a href=\"http://uninett.no\">UNINETT</a>." -msgstr "" -"Ten SimpleSAMLphp jest niezĹ‚y, gdzie mogÄ™ poczytać o tym? MoĹĽesz znaleźć " -"wiÄ™cej informacji o <a " -"href=\"http://rnd.feide.no/simplesamlphp\">SimpleSAMLphp na blogu Feide " -"RnD</a> oraz na stronie <a href=\"http://uninett.no\">UNINETT</a>." - msgid "Shibboleth 1.3 SP example - test logging in through your Shib IdP" msgstr "Shibboleth 1.3 SP - przykĹ‚ad - test logowania przez Twoje Shib IdP" -msgid "Authentication" -msgstr "Uwierzytelnianie" - -msgid "Show metadata" -msgstr "WyĹ›wietl metadane" - -msgid "SimpleSAMLphp as an IdP for Google Apps for Education" -msgstr "SimpleSAMLphp jako Dostawca ToĹĽsamoĹ›ci dla Google Apps dla szkolnictwa" - -msgid "Hosted SAML 2.0 Identity Provider Metadata (automatically generated)" -msgstr "Metadane - Lokalny SAML 2.0 Dostawca ToĹĽsamoĹ›ci (generowane automatycznie)" - -msgid "OpenID Provider site - Alpha version (test code)" -msgstr "Strona Dostawcy OpenID - wersja Alpha (kod w fazie testĂłw)" - -msgid "Required for Radius" -msgstr "Wymagane dla Radius" - -msgid "SAML 2.0 SP example - test logging in through your IdP" -msgstr "SAML 2.0 SP - przykĹ‚ad - test logowania przez Twoje IdP" - -msgid "Using SimpleSAMLphp as a Service Provider" -msgstr "UĹĽycie SimpleSAMLphp jako Dostawca Serwisu" - -msgid "Recommended" -msgstr "Rekomendowane" - -msgid "SimpleSAMLphp Advanced Features" -msgstr "Zaawansowane wĹ‚aĹ›ciwoĹ›ci SimpleSAMLphp" - -msgid "Checking your PHP installation" -msgstr "Sprawdzanie instalacji PHP" - -msgid "Useful links for your installation" -msgstr "Przydatne linki dla Twojej instalacji" - -msgid "Configuration" -msgstr "Konfiguracja" - msgid "Hosted Shibboleth 1.3 Identity Provider Metadata (automatically generated)" msgstr "" "Metadane - Lokalny Shibboleth 1.3 Dostawca ToĹĽsamoĹ›ci (generowane " "automatycznie)" -msgid "Login as administrator" -msgstr "Zaloguj siÄ™ jako administrator" - diff --git a/modules/core/locales/pt-br/LC_MESSAGES/core.po b/modules/core/locales/pt-br/LC_MESSAGES/core.po index 05d0399193bd1023482698de920a2008d09fe249..1028d6c7e27322557492fe1ce48f2a475dfb9f42 100644 --- a/modules/core/locales/pt-br/LC_MESSAGES/core.po +++ b/modules/core/locales/pt-br/LC_MESSAGES/core.po @@ -1,4 +1,3 @@ - #, fuzzy msgid "" msgstr "" @@ -15,198 +14,14 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" -msgid "{core:frontpage:link_phpinfo}" -msgstr "Informações do PHP" - -msgid "{core:frontpage:login_as_admin}" -msgstr "Login como Administrador" - -msgid "{core:frontpage:link_doc_sp}" -msgstr "Usando o SimpleSAMLphp como Provedor de Serviços" - -msgid "{core:frontpage:link_meta_saml2sphosted}" -msgstr "Hospedado SAML 2.0 Service Provider Metadata (gerado automaticamente)" - -msgid "{core:frontpage:link_openidprovider}" -msgstr "OpenID Provider site - VersĂŁo Alpha (CĂłdigo de Teste)" - -msgid "{core:frontpage:link_doc_install}" -msgstr "Instalando o SimpleSAMLphp" - -msgid "{core:frontpage:link_diagnostics}" -msgstr "DiagnĂłsticos do host, porta e protocolo" - -msgid "{core:frontpage:link_meta_saml2idphosted}" -msgstr "Hospedado SAML 2.0 Identity Provider Metadata (gerado automaticamente)" - -msgid "{core:frontpage:optional}" -msgstr "Opcional" - -msgid "{core:frontpage:doc_header}" -msgstr "Documentação" - -msgid "{core:frontpage:link_doc_advanced}" -msgstr "Recursos avançados do SimpleSAMLphp" - -msgid "{core:frontpage:required_ldap}" -msgstr "Requerido para o LDAP" - -msgid "{core:frontpage:link_meta_overview}" -msgstr "Metadados para sua instalação. Diagnosticar seus arquivos metadados" - -msgid "{core:frontpage:configuration}" -msgstr "Configuração" - -msgid "{core:frontpage:welcome}" -msgstr "Seja bem-vindo(a)" - -msgid "{core:frontpage:link_doc_shibsp}" -msgstr "Configurando o Shibboleth 1.3 SP para trabalhar com o SimpleSAMLphp Idp" - -msgid "{core:frontpage:metadata_header}" -msgstr "Metadata" - -msgid "{core:frontpage:link_doc_maintenance}" -msgstr "Manutenção e Configuração do SimpleSAMLphp" - -msgid "{core:frontpage:link_configcheck}" -msgstr "Checar a configuração do SimpleSAMLphp" - -msgid "{core:frontpage:page_title}" -msgstr "Página de Instalação do SimpleSAMLphp" - -msgid "{core:frontpage:warnings}" -msgstr "Avisos" - -msgid "{core:frontpage:link_xmlconvert}" -msgstr "Conversor de XML para metadata do SimpleSAMLphp" - -msgid "{core:frontpage:link_cleardiscochoices}" -msgstr "Excluir minhas escolhas de IdP no serviço de descoberta de IdP" - -msgid "{core:frontpage:loggedin_as_admin}" -msgstr "VocĂŞ está logado como Administrador" - -msgid "{core:frontpage:auth}" -msgstr "Autenticação" - -msgid "{core:frontpage:show_metadata}" -msgstr "Mostrar Metadata" - -msgid "{core:frontpage:intro}" -msgstr "" -"<strong>ParabĂ©ns</strong>, vocĂŞ instalou com sucesso o SimpleSAMLphp. " -"Esta Ă© a página de introdução de sua instalação, onde vocĂŞ encontrará " -"links para as páginas de teste, diagnĂłstico, metadata e para a " -"documentação." - -msgid "{core:frontpage:required}" -msgstr "Requerido" - -msgid "{core:frontpage:warnings_suhosin_url_length}" -msgstr "" -"O tamanho dos parâmetros enviados Ă© limitado pela extensĂŁo PHP Suhosin. " -"Por favor, aumente a opção suhosin.get.max_value_length para pelo menos " -"2048 bytes." - -msgid "{core:frontpage:warnings_https}" -msgstr "" -"<strong>VocĂŞ nĂŁo está utilizando HTTPS</strong> - comunicação encriptada " -"com o usuário. HTTP funciona bem para testes, mas vocĂŞ deve utilizar " -"HTTPS para produção. [ <a href=\"http://rnd.feide.no/content" -"/simplesamlphp-maintenance-and-configuration\">Leia mais sobre manutenção" -" do SimpleSAMLphp</a> ]" - -msgid "{core:frontpage:federation}" -msgstr "Federação" - -msgid "{core:frontpage:required_radius}" -msgstr "Requerido para o Radius" - -msgid "{core:frontpage:checkphp}" -msgstr "Checando sua instalação do PHP" - -msgid "{core:frontpage:link_doc_idp}" -msgstr "Usando o SimpleSAMLphp como Provedor de Identidade" - -msgid "{core:frontpage:link_saml2example}" -msgstr "SAML 2.0 SP exemplo - efetuar login na sua IDP" - -msgid "{core:frontpage:about_header}" -msgstr "Sobre o SimpleSAMLphp" - -msgid "{core:frontpage:about_text}" -msgstr "" -"Este SimpleSAMLphp Ă© uma coisa muito legal, onde posso ler mais sobre " -"isso? VocĂŞ pode encontrar mais informações sobre o <a " -"href=\"http://rnd.feide.no/simplesamlphp\">SimpleSAMLphp no blog de Feide" -" RnD</a> durante a <a href=\"http://uninett.no\">UNINETT</a>." - -msgid "{core:frontpage:useful_links_header}" -msgstr "Endereços Ăşteis para sua instalação." - -msgid "{core:frontpage:metadata}" -msgstr "Metadata" - -msgid "{core:frontpage:recommended}" -msgstr "Recomendado" - -msgid "{core:frontpage:link_doc_googleapps}" -msgstr "SimpleSAMLphp como um IdP para o Google Apps Educacional" - -msgid "{core:frontpage:tools}" -msgstr "Ferramentas" - -msgid "{core:frontpage:deprecated}" -msgstr "Depreciado" - -msgid "You are logged in as administrator" -msgstr "VocĂŞ está logado como Administrador" - msgid "Welcome" msgstr "Seja bem-vindo(a)" -msgid "SimpleSAMLphp configuration check" -msgstr "Checar a configuração do SimpleSAMLphp" - -msgid "Metadata overview for your installation. Diagnose your metadata files" -msgstr "Metadados para sua instalação. Diagnosticar seus arquivos metadados" - -msgid "XML to SimpleSAMLphp metadata converter" -msgstr "Conversor de XML para metadata do SimpleSAMLphp" - -msgid "Required" -msgstr "Requerido" - -msgid "Warnings" -msgstr "Avisos" - -msgid "Documentation" -msgstr "Documentação" - msgid "Hosted Shibboleth 1.3 Service Provider Metadata (automatically generated)" msgstr "" "Hospedado Shibboleth 1.3 Service Provider Metadata (gerado " "automaticamente)" -msgid "PHP info" -msgstr "Informações do PHP" - -msgid "About SimpleSAMLphp" -msgstr "Sobre o SimpleSAMLphp" - -msgid "Hosted SAML 2.0 Service Provider Metadata (automatically generated)" -msgstr "Hospedado SAML 2.0 Service Provider Metadata (gerado automaticamente)" - -msgid "Required for LDAP" -msgstr "Requerido para o LDAP" - -msgid "Federation" -msgstr "Federação" - -msgid "Delete my choices of IdP in the IdP discovery services" -msgstr "Excluir minhas escolhas de IdP no serviço de descoberta de IdP" - msgid "" "This is most likely a configuration problem on either the service " "provider or identity provider." @@ -214,51 +29,6 @@ msgstr "" "Isso Ă© possivelmente um problema de configuração do provedor de serviços " "ou do provedor de identidade." -msgid "Configure Shibboleth 1.3 SP to work with SimpleSAMLphp IdP" -msgstr "Configurando o Shibboleth 1.3 SP para trabalhar com o SimpleSAMLphp Idp" - -msgid "Tools" -msgstr "Ferramentas" - -msgid "Installing SimpleSAMLphp" -msgstr "Instalando o SimpleSAMLphp" - -msgid "Deprecated" -msgstr "Depreciado" - -msgid "" -"<strong>Congratulations</strong>, you have successfully installed " -"SimpleSAMLphp. This is the start page of your installation, where you " -"will find links to test examples, diagnostics, metadata and even links to" -" relevant documentation." -msgstr "" -"<strong>ParabĂ©ns</strong>, vocĂŞ instalou com sucesso o SimpleSAMLphp. " -"Esta Ă© a página de introdução de sua instalação, onde vocĂŞ encontrará " -"links para as páginas de teste, diagnĂłstico, metadata e para a " -"documentação." - -msgid "" -"<strong>You are not using HTTPS</strong> - encrypted communication with " -"the user. HTTP works fine for test purposes, but in a production " -"environment, you should use HTTPS. [ <a " -"href=\"https://simplesamlphp.org/docs/stable/simplesamlphp-" -"maintenance\">Read more about SimpleSAMLphp maintenance</a> ]" -msgstr "" -"<strong>VocĂŞ nĂŁo está utilizando HTTPS</strong> - comunicação encriptada " -"com o usuário. HTTP funciona bem para testes, mas vocĂŞ deve utilizar " -"HTTPS para produção. [ <a href=\"http://rnd.feide.no/content" -"/simplesamlphp-maintenance-and-configuration\">Leia mais sobre manutenção" -" do SimpleSAMLphp</a> ]" - -msgid "Metadata" -msgstr "Metadata" - -msgid "SimpleSAMLphp Maintenance and Configuration" -msgstr "Manutenção e Configuração do SimpleSAMLphp" - -msgid "Diagnostics on hostname, port and protocol" -msgstr "DiagnĂłsticos do host, porta e protocolo" - msgid "" "If you are an user who received this error after following a link on a " "site, you should report this error to the owner of that site." @@ -266,56 +36,9 @@ msgstr "" "Se vocĂŞ Ă© um usuário que recebeu esse erro depois de seguir um link em um" " site, vocĂŞ deve relatar esse erro para o proprietário do site." -msgid "Using SimpleSAMLphp as an Identity Provider" -msgstr "Usando o SimpleSAMLphp como Provedor de Identidade" - -msgid "Optional" -msgstr "Opcional" - -msgid "" -"This SimpleSAMLphp thing is pretty cool, where can I read more about it? " -"You can find more information about it at the <a " -"href=\"https://simplesamlphp.org/\">SimpleSAMLphp web page </a> over at " -"<a href=\"http://uninett.no\">UNINETT</a>." -msgstr "" -"Este SimpleSAMLphp Ă© uma coisa muito legal, onde posso ler mais sobre " -"isso? VocĂŞ pode encontrar mais informações sobre o <a " -"href=\"http://rnd.feide.no/simplesamlphp\">SimpleSAMLphp no blog de Feide" -" RnD</a> durante a <a href=\"http://uninett.no\">UNINETT</a>." - msgid "Shibboleth 1.3 SP example - test logging in through your Shib IdP" msgstr "Shibboleth 1.3 SP exemplo - efetuar login na sua Shib IDP" -msgid "Authentication" -msgstr "Autenticação" - -msgid "SimpleSAMLphp installation page" -msgstr "Página de Instalação do SimpleSAMLphp" - -msgid "Show metadata" -msgstr "Mostrar Metadata" - -msgid "SimpleSAMLphp as an IdP for Google Apps for Education" -msgstr "SimpleSAMLphp como um IdP para o Google Apps Educacional" - -msgid "Hosted SAML 2.0 Identity Provider Metadata (automatically generated)" -msgstr "Hospedado SAML 2.0 Identity Provider Metadata (gerado automaticamente)" - -msgid "OpenID Provider site - Alpha version (test code)" -msgstr "OpenID Provider site - VersĂŁo Alpha (CĂłdigo de Teste)" - -msgid "Required for Radius" -msgstr "Requerido para o Radius" - -msgid "SAML 2.0 SP example - test logging in through your IdP" -msgstr "SAML 2.0 SP exemplo - efetuar login na sua IDP" - -msgid "Using SimpleSAMLphp as a Service Provider" -msgstr "Usando o SimpleSAMLphp como Provedor de Serviços" - -msgid "Recommended" -msgstr "Recomendado" - msgid "" "If you are a developer who is deploying a single sign-on solution, you " "have a problem with the metadata configuration. Verify that metadata is " @@ -326,32 +49,7 @@ msgstr "" "estĂŁo configurados corretamente no provedor de identidade e no provedor " "de serviços." -msgid "SimpleSAMLphp Advanced Features" -msgstr "Recursos avançados do SimpleSAMLphp" - -msgid "Checking your PHP installation" -msgstr "Checando sua instalação do PHP" - -msgid "" -"The length of query parameters is limited by the PHP Suhosin extension. " -"Please increase the suhosin.get.max_value_length option to at least 2048 " -"bytes." -msgstr "" -"O tamanho dos parâmetros enviados Ă© limitado pela extensĂŁo PHP Suhosin. " -"Por favor, aumente a opção suhosin.get.max_value_length para pelo menos " -"2048 bytes." - -msgid "Useful links for your installation" -msgstr "Endereços Ăşteis para sua instalação." - -msgid "Configuration" -msgstr "Configuração" - msgid "Hosted Shibboleth 1.3 Identity Provider Metadata (automatically generated)" msgstr "" "Hospedado Shibboleth 1.3 Identity Provider Metadata (gerado " "automaticamente)" - -msgid "Login as administrator" -msgstr "Login como Administrador" - diff --git a/modules/core/locales/pt/LC_MESSAGES/core.po b/modules/core/locales/pt/LC_MESSAGES/core.po index ebc6bcaac72bf5b0ffce53f0ea56a4b687e8ec6a..14665744a160bfc20625739e4087cefef8126764 100644 --- a/modules/core/locales/pt/LC_MESSAGES/core.po +++ b/modules/core/locales/pt/LC_MESSAGES/core.po @@ -1,4 +1,3 @@ - #, fuzzy msgid "" msgstr "" @@ -15,218 +14,20 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" -msgid "{core:frontpage:link_phpinfo}" -msgstr "PHP info" - -msgid "{core:frontpage:login_as_admin}" -msgstr "Entrar como administrador" - -msgid "{core:frontpage:link_doc_sp}" -msgstr "Usar o SimpleSAMLphp como um fornecedor de serviço (SP)" - -msgid "{core:frontpage:link_meta_saml2sphosted}" -msgstr "" -"Metadados do fornecedor de serviço (SP) SAML 2.0 local (gerado " -"automaticamente)" - -msgid "{core:frontpage:link_openidprovider}" -msgstr "Site do provider OpenID - versĂŁo Alpha (cĂłdigo de teste)" - -msgid "{core:frontpage:link_doc_install}" -msgstr "Instalar o SimpleSAMLphp" - -msgid "{core:frontpage:link_diagnostics}" -msgstr "DiagnĂłsticos: hostname, porto e protocolo" - -msgid "{core:frontpage:link_meta_saml2idphosted}" -msgstr "" -"Metadados do fornecedor de identidade (IdP) SAML 2.0 local (gerado " -"automaticamente)" - -msgid "{core:frontpage:optional}" -msgstr "Opcional" - -msgid "{core:frontpage:doc_header}" -msgstr "Documentação" - -msgid "{core:frontpage:link_doc_advanced}" -msgstr "Funcionalidades avançadas do SimpleSAMLphp" - -msgid "{core:frontpage:required_ldap}" -msgstr "Necessário para LDAP" - -msgid "{core:frontpage:authtest}" -msgstr "Testar fontes de autenticação configuradas" - -msgid "{core:frontpage:link_meta_overview}" -msgstr "" -"DiagnĂłsticos: ficheiros de metadados, vista geral de metadados da sua " -"instalação" - -msgid "{core:frontpage:configuration}" -msgstr "Configuração" - -msgid "{core:frontpage:welcome}" -msgstr "Bem vindo" - -msgid "{core:frontpage:link_doc_shibsp}" -msgstr "Configurar um SP Shibboleth 1.3 para funcionar com um IdP SimpleSAMLphp" - -msgid "{core:frontpage:metadata_header}" -msgstr "Metadados" - -msgid "{core:frontpage:link_doc_maintenance}" -msgstr "Configuração e manutenção do SimpleSAMLphp" - -msgid "{core:frontpage:link_configcheck}" -msgstr "Teste da configuração do SimpleSAMLphp" - -msgid "{core:frontpage:warnings}" -msgstr "Avisos" - -msgid "{core:frontpage:link_xmlconvert}" -msgstr "Conversor de metadados de XML para SimpleSAMLphp" - -msgid "{core:frontpage:link_cleardiscochoices}" -msgstr "Remover as minhas escolhas de IdP nos serviços de descoberta de IdP" - -msgid "{core:frontpage:loggedin_as_admin}" -msgstr "Está autenticado como administrador" - -msgid "{core:frontpage:auth}" -msgstr "Autenticação" - -msgid "{core:frontpage:show_metadata}" -msgstr "Mostrar meta-dados" - -msgid "{core:frontpage:intro}" -msgstr "" -"<strong>ParabĂ©ns</strong>, o software SimpleSAMLphp foi instalado com " -"sucesso. Esta Ă© a página inicial da sua instalação, onde encontrará " -"ligações para páginas de teste, de diagnĂłstico, de metadados e de " -"documentação relevante." - -msgid "{core:frontpage:required}" -msgstr "Necessário" - -msgid "{core:frontpage:warnings_https}" -msgstr "" -"<strong>NĂŁo está a ser usado HTTPS</strong> - comunicação cifrada com o " -"utilizador. Para ambientes de teste, ligações HTTP sĂŁo suficientes, mas " -"num ambiente de produção deve ser usado HTTPS. [ <a " -"href=\"https://simplesamlphp.org/docs/stable/simplesamlphp-maintenance" -"\">Ler mais sobre manutenção do SimpleSAMLphp</a> ]" - -msgid "{core:frontpage:federation}" -msgstr "Federação" - -msgid "{core:frontpage:required_radius}" -msgstr "Necessário para Radius" - -msgid "{core:frontpage:checkphp}" -msgstr "Verificação do seu ambiente PHP" - -msgid "{core:frontpage:link_doc_idp}" -msgstr "Usar o SimpleSAMLphp como um fornecedor de identidade (IdP)" - -msgid "{core:frontpage:link_saml2example}" -msgstr "Exemplo de um SP SAML 2.0 - Para testes de login pelo seu IdP" - -msgid "{core:frontpage:about_header}" -msgstr "Sobre o SimpleSAMLphp" - -msgid "{core:frontpage:about_text}" -msgstr "" -"Pode encontrar mais informação sobre o <a " -"href=\"http://rnd.feide.no/simplesamlphp\">SimpleSAMLphp no blog da Feide" -" RnD</a> em <a href=\"http://uninett.no\">UNINETT</a>." - -msgid "{core:frontpage:useful_links_header}" -msgstr "Ligações Ăşteis da sua instalação" - -msgid "{core:frontpage:metadata}" -msgstr "Metadados" - -msgid "{core:frontpage:recommended}" -msgstr "Recomendado" - -msgid "{core:frontpage:link_doc_googleapps}" -msgstr "" -"Configurar o SimpleSAMLphp para funcionar como um IdP para o Google Apps" -" for Education" - -msgid "{core:frontpage:tools}" -msgstr "Ferramentas" - -msgid "{core:frontpage:deprecated}" -msgstr "Descontinuado" - -msgid "You are logged in as administrator" -msgstr "Está autenticado como administrador" - msgid "Welcome" msgstr "Bem vindo" -msgid "SimpleSAMLphp configuration check" -msgstr "Teste da configuração do SimpleSAMLphp" - -msgid "Metadata overview for your installation. Diagnose your metadata files" -msgstr "" -"DiagnĂłsticos: ficheiros de metadados, vista geral de metadados da sua " -"instalação" - -msgid "XML to SimpleSAMLphp metadata converter" -msgstr "Conversor de metadados de XML para SimpleSAMLphp" - -msgid "Required" -msgstr "Necessário" - -msgid "Warnings" -msgstr "Avisos" - -msgid "Documentation" -msgstr "Documentação" - msgid "Hosted Shibboleth 1.3 Service Provider Metadata (automatically generated)" msgstr "" "Metadados do fornecedor de serviço (SP) Shibboleth 1.3 local (gerado " "automaticamente)" -msgid "PHP info" -msgstr "PHP info" - -msgid "About SimpleSAMLphp" -msgstr "Sobre o SimpleSAMLphp" - -msgid "Hosted SAML 2.0 Service Provider Metadata (automatically generated)" -msgstr "" -"Metadados do fornecedor de serviço (SP) SAML 2.0 local (gerado " -"automaticamente)" - msgid "Retry login" msgstr "Tentar de novo" -msgid "Required for LDAP" -msgstr "Necessário para LDAP" - -msgid "Federation" -msgstr "Federação" - -msgid "Delete my choices of IdP in the IdP discovery services" -msgstr "Remover as minhas escolhas de IdP nos serviços de descoberta de IdP" - -msgid "Configure Shibboleth 1.3 SP to work with SimpleSAMLphp IdP" -msgstr "Configurar um SP Shibboleth 1.3 para funcionar com um IdP SimpleSAMLphp" - msgid "Missing cookie" msgstr "Cookie nĂŁo encontrado" -msgid "Tools" -msgstr "Ferramentas" - -msgid "Test configured authentication sources " -msgstr "Testar fontes de autenticação configuradas" - msgid "" "You appear to have disabled cookies in your browser. Please check the " "settings in your browser, and try again." @@ -234,95 +35,12 @@ msgstr "" "Provavelmente desligou o suporte de cookies no seu browser. Por favor " "verifique se tem o suporte de cookies ligado e tente de novo." -msgid "Installing SimpleSAMLphp" -msgstr "Instalar o SimpleSAMLphp" - -msgid "Deprecated" -msgstr "Descontinuado" - -msgid "" -"<strong>Congratulations</strong>, you have successfully installed " -"SimpleSAMLphp. This is the start page of your installation, where you " -"will find links to test examples, diagnostics, metadata and even links to" -" relevant documentation." -msgstr "" -"<strong>ParabĂ©ns</strong>, o software SimpleSAMLphp foi instalado com " -"sucesso. Esta Ă© a página inicial da sua instalação, onde encontrará " -"ligações para páginas de teste, de diagnĂłstico, de metadados e de " -"documentação relevante." - -msgid "" -"<strong>You are not using HTTPS</strong> - encrypted communication with " -"the user. HTTP works fine for test purposes, but in a production " -"environment, you should use HTTPS. [ <a " -"href=\"https://simplesamlphp.org/docs/stable/simplesamlphp-" -"maintenance\">Read more about SimpleSAMLphp maintenance</a> ]" -msgstr "" -"<strong>NĂŁo está a ser usado HTTPS</strong> - comunicação cifrada com o " -"utilizador. Para ambientes de teste, ligações HTTP sĂŁo suficientes, mas " -"num ambiente de produção deve ser usado HTTPS. [ <a " -"href=\"https://simplesamlphp.org/docs/stable/simplesamlphp-maintenance" -"\">Ler mais sobre manutenção do SimpleSAMLphp</a> ]" - -msgid "Metadata" -msgstr "Metadados" - msgid "Retry" msgstr "Tentar de novo" -msgid "SimpleSAMLphp Maintenance and Configuration" -msgstr "Configuração e manutenção do SimpleSAMLphp" - -msgid "Diagnostics on hostname, port and protocol" -msgstr "DiagnĂłsticos: hostname, porto e protocolo" - -msgid "Using SimpleSAMLphp as an Identity Provider" -msgstr "Usar o SimpleSAMLphp como um fornecedor de identidade (IdP)" - -msgid "Optional" -msgstr "Opcional" - -msgid "" -"This SimpleSAMLphp thing is pretty cool, where can I read more about it? " -"You can find more information about it at the <a " -"href=\"https://simplesamlphp.org/\">SimpleSAMLphp web page </a> over at " -"<a href=\"http://uninett.no\">UNINETT</a>." -msgstr "" -"Pode encontrar mais informação sobre o <a " -"href=\"http://rnd.feide.no/simplesamlphp\">SimpleSAMLphp no blog da Feide" -" RnD</a> em <a href=\"http://uninett.no\">UNINETT</a>." - msgid "Shibboleth 1.3 SP example - test logging in through your Shib IdP" msgstr "Exemplo de um SP Shibboleth 1.3 - Para testes de login pelo seu IdP Shib" -msgid "Authentication" -msgstr "Autenticação" - -msgid "Show metadata" -msgstr "Mostrar meta-dados" - -msgid "SimpleSAMLphp as an IdP for Google Apps for Education" -msgstr "" -"Configurar o SimpleSAMLphp para funcionar como um IdP para o Google Apps" -" for Education" - -msgid "Hosted SAML 2.0 Identity Provider Metadata (automatically generated)" -msgstr "" -"Metadados do fornecedor de identidade (IdP) SAML 2.0 local (gerado " -"automaticamente)" - -msgid "OpenID Provider site - Alpha version (test code)" -msgstr "Site do provider OpenID - versĂŁo Alpha (cĂłdigo de teste)" - -msgid "Required for Radius" -msgstr "Necessário para Radius" - -msgid "SAML 2.0 SP example - test logging in through your IdP" -msgstr "Exemplo de um SP SAML 2.0 - Para testes de login pelo seu IdP" - -msgid "Using SimpleSAMLphp as a Service Provider" -msgstr "Usar o SimpleSAMLphp como um fornecedor de serviço (SP)" - msgid "" "We have detected that there is only a few seconds since you last " "authenticated with this service provider, and therefore assume that there" @@ -331,29 +49,14 @@ msgstr "" "Foi detectada uma repetição de autenticação neste serviço em poucos " "segundos. Este SP pode ter um problema." -msgid "Recommended" -msgstr "Recomendado" - msgid "SimpleSAMLphp Advanced Features" msgstr "Funcionalidades avançadas do SimpleSAMLphp" msgid "Too short interval between single sign on events." msgstr "Intervalo entre eventos de single sign on demasiado curto." -msgid "Checking your PHP installation" -msgstr "Verificação do seu ambiente PHP" - -msgid "Useful links for your installation" -msgstr "Ligações Ăşteis da sua instalação" - -msgid "Configuration" -msgstr "Configuração" - msgid "Hosted Shibboleth 1.3 Identity Provider Metadata (automatically generated)" msgstr "" "Metadados do fornecedor de identidade (IdP) Shibboleth 1.3 local (gerado " "automaticamente)" -msgid "Login as administrator" -msgstr "Entrar como administrador" - diff --git a/modules/core/locales/ro/LC_MESSAGES/core.po b/modules/core/locales/ro/LC_MESSAGES/core.po index 4ada69e6036b4fba4beb51e7b041fa50edce9057..27067c0f6ef671b75d3eda7c245b97a30128d84c 100644 --- a/modules/core/locales/ro/LC_MESSAGES/core.po +++ b/modules/core/locales/ro/LC_MESSAGES/core.po @@ -1,4 +1,3 @@ - #, fuzzy msgid "" msgstr "" @@ -16,166 +15,6 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" -msgid "{core:frontpage:link_phpinfo}" -msgstr "InformaČ›ii despre PHP" - -msgid "{core:frontpage:login_as_admin}" -msgstr "Autentificare ca adminstrator" - -msgid "{core:frontpage:link_doc_sp}" -msgstr "Utilizarea SimpleSAMLphp ca furnizor de servicii" - -msgid "{core:frontpage:link_meta_saml2sphosted}" -msgstr "Metadate pentru furnizorul de servicii SAML 2.0 gÄzduit (generate automat)" - -msgid "{core:frontpage:link_openidprovider}" -msgstr "Furnizor OpenID - versiune alpha (cod de test)" - -msgid "{core:frontpage:link_doc_install}" -msgstr "Se instaleazÄ SimpleSAMLphp" - -msgid "{core:frontpage:link_diagnostics}" -msgstr "Diagnostic despre numele de host, port Č™i protocol" - -msgid "{core:frontpage:link_meta_saml2idphosted}" -msgstr "" -"Metadate pentru furnizorul de identitate SAML 2.0 gÄzduit (generate " -"automat)" - -msgid "{core:frontpage:optional}" -msgstr "OpČ›ional" - -msgid "{core:frontpage:doc_header}" -msgstr "DocumentaČ›ie" - -msgid "{core:frontpage:link_doc_advanced}" -msgstr "Caracteristici avansate ale SimpleSAMLphp" - -msgid "{core:frontpage:required_ldap}" -msgstr "Necesar pentru LDAP" - -msgid "{core:frontpage:authtest}" -msgstr "Surse de autentificare configurate pentru teste" - -msgid "{core:frontpage:link_meta_overview}" -msgstr "" -"Privire de ansamblu a metadatelor pentru instalarea dumneavoastrÄ. " -"DiagnosticaČ›i fiČ™ierele cu metadate" - -msgid "{core:frontpage:configuration}" -msgstr "Configurare" - -msgid "{core:frontpage:welcome}" -msgstr "Bine aČ›i venit" - -msgid "{core:frontpage:link_doc_shibsp}" -msgstr "" -"Configurare furnizor de servicii Shibboleth 1.3 care sÄ funcČ›ioneze cu " -"furnizor de identitate SimpleSAMLphp" - -msgid "{core:frontpage:metadata_header}" -msgstr "Metadate" - -msgid "{core:frontpage:link_doc_maintenance}" -msgstr "ĂŽntreČ›inerea Č™i configurarea SimpleSAMLphp" - -msgid "{core:frontpage:link_configcheck}" -msgstr "Verificarea configuraČ›iei SimpleSAMLphp" - -msgid "{core:frontpage:page_title}" -msgstr "Pagina de instalare a SimpleSAMLphp" - -msgid "{core:frontpage:warnings}" -msgstr "AtenČ›ionÄri" - -msgid "{core:frontpage:link_xmlconvert}" -msgstr "Convertor metadate din XML Ă®n SimpleSAMLphp" - -msgid "{core:frontpage:link_cleardiscochoices}" -msgstr "" -"Čterge furnizorii de identitate aleČ™i de mine din serviciile de cÄutare a" -" furnizorilor de identitate" - -msgid "{core:frontpage:loggedin_as_admin}" -msgstr "V-aČ›i autentificat ca administrator" - -msgid "{core:frontpage:auth}" -msgstr "Autentificare" - -msgid "{core:frontpage:show_metadata}" -msgstr "Vizualizare metadate" - -msgid "{core:frontpage:intro}" -msgstr "" -"<strong>FelciitÄri</strong>, aČ›i instalat cu succes SimpleSAMLphp. " -"Aceasta este pagina de start unde gÄsiČ›i link-uri cÄtre exemple, " -"diagnosticÄri, metadate, documentaČ›ie." - -msgid "{core:frontpage:required}" -msgstr "Necesar" - -msgid "{core:frontpage:warnings_suhosin_url_length}" -msgstr "" -"Lungimea parametrilor din cerere este limitatÄ de extensia Suhosin a PHP." -" VÄ rugÄm sÄ modificaČ›i <i>suhosin.get.max_value_length</i> la cel puČ›in " -"2048 de octeČ›i." - -msgid "{core:frontpage:warnings_https}" -msgstr "" -"<strong>AtenČ›ie, nu utilizaČ›i HTTPS</strong> - comunicare criptatÄ cu " -"utilizatorul. HTTP funcČ›ioneaza bine pentru teste, dar Ă®n producČ›ie " -"trebuie folosit HTTPS. [<a href=\"http://rnd.feide.no/content" -"/simplesamlphp-maintenance-and-configuration\">CitiČ›i mai multe despre " -"Ă®ntreČ›inerea SimpleSAMLphp</a> ]" - -msgid "{core:frontpage:federation}" -msgstr "FederaČ›ie" - -msgid "{core:frontpage:required_radius}" -msgstr "Necesar pentru RADIUS" - -msgid "{core:frontpage:checkphp}" -msgstr "Verificarea instalÄrii PHP" - -msgid "{core:frontpage:link_doc_idp}" -msgstr "Utilizarea SimpleSAMLphp ca furnizor de identitate" - -msgid "{core:frontpage:link_saml2example}" -msgstr "" -"Exemplu furnizor de servicii SAML 2.0 - testarea autentificÄrii prin " -"furnizorul dumneavoastrÄ de identitate" - -msgid "{core:frontpage:about_header}" -msgstr "Despre SimpleSAMLphp" - -msgid "{core:frontpage:about_text}" -msgstr "" -"Acest SimpleSAMLphp este interesant, unde pot gÄsi mai multe informaČ›ii ?" -" PuteČ›i gÄsi mai multe informaČ›ii despre <a " -"href=\"http://rnd.feide.no/simplesamlphp\"> la blog-ul Feide despre " -"SimpleSAMLphp</a> de la <a href=\"http://uninett.no\">UNINETT</a>." - -msgid "{core:frontpage:useful_links_header}" -msgstr "Link-uri utile pentru instalare" - -msgid "{core:frontpage:metadata}" -msgstr "Metadate" - -msgid "{core:frontpage:recommended}" -msgstr "Recomandat" - -msgid "{core:frontpage:link_doc_googleapps}" -msgstr "Furnizor de identitate cu SimpleSAMLphp pentru GoogleApps Ă®n educaČ›ie" - -msgid "{core:frontpage:tools}" -msgstr "Unelte" - -msgid "{core:frontpage:deprecated}" -msgstr "Depreciate" - -msgid "You are logged in as administrator" -msgstr "V-aČ›i autentificat ca administrator" - msgid "Go back to the previous page and try again." msgstr "AccesaČ›i pagina anterioarÄ Č™i Ă®ncercaČ›i din nou." @@ -185,62 +24,22 @@ msgstr "DacÄ problema persistÄ, anunČ›aČ›i administratorii de sistem." msgid "Welcome" msgstr "Bine aČ›i venit" -msgid "SimpleSAMLphp configuration check" -msgstr "Verificarea configuraČ›iei SimpleSAMLphp" - -msgid "Metadata overview for your installation. Diagnose your metadata files" -msgstr "" -"Privire de ansamblu a metadatelor pentru instalarea dumneavoastrÄ. " -"DiagnosticaČ›i fiČ™ierele cu metadate" - -msgid "XML to SimpleSAMLphp metadata converter" -msgstr "Convertor metadate din XML Ă®n SimpleSAMLphp" - -msgid "Required" -msgstr "Necesar" - -msgid "Warnings" -msgstr "AtenČ›ionÄri" - -msgid "Documentation" -msgstr "DocumentaČ›ie" - msgid "Hosted Shibboleth 1.3 Service Provider Metadata (automatically generated)" msgstr "" "Metadate pentru furnizorul de servicii Shibboleth 1.3 gÄzduit (generate " "automat)" -msgid "PHP info" -msgstr "InformaČ›ii despre PHP" - -msgid "About SimpleSAMLphp" -msgstr "Despre SimpleSAMLphp" - -msgid "Hosted SAML 2.0 Service Provider Metadata (automatically generated)" -msgstr "Metadate pentru furnizorul de servicii SAML 2.0 gÄzduit (generate automat)" - msgid "Retry login" msgstr "ĂŽncercaČ›i din nou" -msgid "Required for LDAP" -msgstr "Necesar pentru LDAP" - msgid "Close the web browser, and try again." msgstr "ĂŽnchideČ›i browser-ul Č™i Ă®ncercaČ›i din nou." -msgid "Federation" -msgstr "FederaČ›ie" - msgid "We were unable to locate the state information for the current request." msgstr "" "Nu a fost posibilÄ localizarea informaČ›iilor de stare pentru cererea " "curentÄ." -msgid "Delete my choices of IdP in the IdP discovery services" -msgstr "" -"Čterge furnizorii de identitate aleČ™i de mine din serviciile de cÄutare a" -" furnizorilor de identitate" - msgid "" "This is most likely a configuration problem on either the service " "provider or identity provider." @@ -248,11 +47,6 @@ msgstr "" "Probabil existÄ o problemÄ de configurare, fie la furnizorul de servicii " "fie la furnizorul de identitate." -msgid "Configure Shibboleth 1.3 SP to work with SimpleSAMLphp IdP" -msgstr "" -"Configurare furnizor de servicii Shibboleth 1.3 care sÄ funcČ›ioneze cu " -"furnizor de identitate SimpleSAMLphp" - msgid "Using the back and forward buttons in the web browser." msgstr "Utilizarea butoanelor \"Ă®nainte\" sau \"Ă®napoi\" din browser." @@ -265,12 +59,6 @@ msgstr "Browser-ul are deactivate <i>cookies</i>." msgid "Opened the web browser with tabs saved from the previous session." msgstr "Pornirea browser-ului cu file salvate Ă®ntr-o sesiune anterioarÄ." -msgid "Tools" -msgstr "Unelte" - -msgid "Test configured authentication sources " -msgstr "Surse de autentificare configurate pentru teste" - msgid "" "You appear to have disabled cookies in your browser. Please check the " "settings in your browser, and try again." @@ -278,50 +66,12 @@ msgstr "" "<i>Cookies</i> au fost dezactivate Ă®n browser-ul dumneavoastrÄ. VÄ rugÄm " "sÄ verificaČ›i configurarea browser-ului dupÄ care Ă®ncercaČ›i din nou." -msgid "Installing SimpleSAMLphp" -msgstr "Se instaleazÄ SimpleSAMLphp" - -msgid "Deprecated" -msgstr "Depreciate" - -msgid "" -"<strong>Congratulations</strong>, you have successfully installed " -"SimpleSAMLphp. This is the start page of your installation, where you " -"will find links to test examples, diagnostics, metadata and even links to" -" relevant documentation." -msgstr "" -"<strong>FelciitÄri</strong>, aČ›i instalat cu succes SimpleSAMLphp. " -"Aceasta este pagina de start unde gÄsiČ›i link-uri cÄtre exemple, " -"diagnosticÄri, metadate, documentaČ›ie." - msgid "This error may be caused by:" msgstr "AceastÄ eroare poate fi cauzatÄ de:" -msgid "" -"<strong>You are not using HTTPS</strong> - encrypted communication with " -"the user. HTTP works fine for test purposes, but in a production " -"environment, you should use HTTPS. [ <a " -"href=\"https://simplesamlphp.org/docs/stable/simplesamlphp-" -"maintenance\">Read more about SimpleSAMLphp maintenance</a> ]" -msgstr "" -"<strong>AtenČ›ie, nu utilizaČ›i HTTPS</strong> - comunicare criptatÄ cu " -"utilizatorul. HTTP funcČ›ioneaza bine pentru teste, dar Ă®n producČ›ie " -"trebuie folosit HTTPS. [<a href=\"http://rnd.feide.no/content" -"/simplesamlphp-maintenance-and-configuration\">CitiČ›i mai multe despre " -"Ă®ntreČ›inerea SimpleSAMLphp</a> ]" - -msgid "Metadata" -msgstr "Metadate" - msgid "Retry" msgstr "ĂŽncearcÄ din nou" -msgid "SimpleSAMLphp Maintenance and Configuration" -msgstr "ĂŽntreČ›inerea Č™i configurarea SimpleSAMLphp" - -msgid "Diagnostics on hostname, port and protocol" -msgstr "Diagnostic despre numele de host, port Č™i protocol" - msgid "" "If you are an user who received this error after following a link on a " "site, you should report this error to the owner of that site." @@ -330,65 +80,17 @@ msgstr "" "utilizÄrii unui link din alt sit, vÄ rugÄm sÄ anunČ›aČ›i aceastÄ eroare " "deČ›inÄtorului sitului respectiv." -msgid "Using SimpleSAMLphp as an Identity Provider" -msgstr "Utilizarea SimpleSAMLphp ca furnizor de identitate" - -msgid "Optional" -msgstr "OpČ›ional" - msgid "Suggestions for resolving this problem:" msgstr "Sugestii pentru rezolvarea acestei probleme:" -msgid "" -"This SimpleSAMLphp thing is pretty cool, where can I read more about it? " -"You can find more information about it at the <a " -"href=\"https://simplesamlphp.org/\">SimpleSAMLphp web page </a> over at " -"<a href=\"http://uninett.no\">UNINETT</a>." -msgstr "" -"Acest SimpleSAMLphp este interesant, unde pot gÄsi mai multe informaČ›ii ?" -" PuteČ›i gÄsi mai multe informaČ›ii despre <a " -"href=\"http://rnd.feide.no/simplesamlphp\"> la blog-ul Feide despre " -"SimpleSAMLphp</a> de la <a href=\"http://uninett.no\">UNINETT</a>." - msgid "Shibboleth 1.3 SP example - test logging in through your Shib IdP" msgstr "" "Exemplu furnizor de servicii Shibboleth 1.3 - testarea autentificÄrii " "prin furnizorul dumneavoastrÄ de identitate Shib" -msgid "Authentication" -msgstr "Autentificare" - -msgid "SimpleSAMLphp installation page" -msgstr "Pagina de instalare a SimpleSAMLphp" - -msgid "Show metadata" -msgstr "Vizualizare metadate" - -msgid "SimpleSAMLphp as an IdP for Google Apps for Education" -msgstr "Furnizor de identitate cu SimpleSAMLphp pentru GoogleApps Ă®n educaČ›ie" - msgid "State information lost" msgstr "InformaČ›iile de stare au fost pierdute" -msgid "Hosted SAML 2.0 Identity Provider Metadata (automatically generated)" -msgstr "" -"Metadate pentru furnizorul de identitate SAML 2.0 gÄzduit (generate " -"automat)" - -msgid "OpenID Provider site - Alpha version (test code)" -msgstr "Furnizor OpenID - versiune alpha (cod de test)" - -msgid "Required for Radius" -msgstr "Necesar pentru RADIUS" - -msgid "SAML 2.0 SP example - test logging in through your IdP" -msgstr "" -"Exemplu furnizor de servicii SAML 2.0 - testarea autentificÄrii prin " -"furnizorul dumneavoastrÄ de identitate" - -msgid "Using SimpleSAMLphp as a Service Provider" -msgstr "Utilizarea SimpleSAMLphp ca furnizor de servicii" - msgid "" "We have detected that there is only a few seconds since you last " "authenticated with this service provider, and therefore assume that there" @@ -398,9 +100,6 @@ msgstr "" "secunde cu acest furnizor de servicii, se va considera cÄ existÄ o " "problemÄ cu acest furnizor de servicii." -msgid "Recommended" -msgstr "Recomandat" - msgid "" "If you are a developer who is deploying a single sign-on solution, you " "have a problem with the metadata configuration. Verify that metadata is " @@ -411,38 +110,14 @@ msgstr "" "verificaČ›i configurarea corectÄ a metadatelor, atât la furnizorul de " "identitate cât Č™i la furnizorul de servicii." -msgid "SimpleSAMLphp Advanced Features" -msgstr "Caracteristici avansate ale SimpleSAMLphp" - msgid "Too short interval between single sign on events." msgstr "Interval prea scurt Ă®ntre evenimentele <i>single sign-on</i>." -msgid "Checking your PHP installation" -msgstr "Verificarea instalÄrii PHP" - -msgid "" -"The length of query parameters is limited by the PHP Suhosin extension. " -"Please increase the suhosin.get.max_value_length option to at least 2048 " -"bytes." -msgstr "" -"Lungimea parametrilor din cerere este limitatÄ de extensia Suhosin a PHP." -" VÄ rugÄm sÄ modificaČ›i <i>suhosin.get.max_value_length</i> la cel puČ›in " -"2048 de octeČ›i." - -msgid "Useful links for your installation" -msgstr "Link-uri utile pentru instalare" - -msgid "Configuration" -msgstr "Configurare" - msgid "Hosted Shibboleth 1.3 Identity Provider Metadata (automatically generated)" msgstr "" "Metadate pentru furnizorul de identitate Shibboleth 1.3 gÄzduit (generate" " automat)" -msgid "Login as administrator" -msgstr "Autentificare ca adminstrator" - msgid "Report this error" msgstr "VÄ rugÄm sÄ anunČ›aČ›i aceastÄ eroare" diff --git a/modules/core/locales/ru/LC_MESSAGES/core.po b/modules/core/locales/ru/LC_MESSAGES/core.po index 51f04c32ca65214b5088098f42d597e09b8c0642..8709bcaa6937db413898c8d4e4b3373ad0f835ac 100644 --- a/modules/core/locales/ru/LC_MESSAGES/core.po +++ b/modules/core/locales/ru/LC_MESSAGES/core.po @@ -1,4 +1,3 @@ - #, fuzzy msgid "" msgstr "" @@ -16,166 +15,6 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" -msgid "{core:frontpage:link_phpinfo}" -msgstr "Đнформация PHP" - -msgid "{core:frontpage:login_as_admin}" -msgstr "Войти как админиŃтратор" - -msgid "{core:frontpage:link_doc_sp}" -msgstr "ĐŃпользование SimpleSAMLphp в качеŃтве ПоŃтавщика ĐŁŃĐ»ŃĐł (SP)" - -msgid "{core:frontpage:link_meta_saml2sphosted}" -msgstr "Метаданные SAML 2.0 ПоŃтавщика ĐŁŃĐ»ŃĐł (SP) (генерирŃŃŽŃ‚ŃŃŹ автоматичеŃки)" - -msgid "{core:frontpage:link_openidprovider}" -msgstr "Сайт поŃтавщика OpenID - Đльфа верŃия (теŃтовый код)" - -msgid "{core:frontpage:link_doc_install}" -msgstr "ĐŁŃтановка SimpleSAMLphp" - -msgid "{core:frontpage:link_diagnostics}" -msgstr "ДиагноŃтика имени Ń…ĐľŃта, порта и протокола" - -msgid "{core:frontpage:link_meta_saml2idphosted}" -msgstr "" -"Метаданные SAML 2.0 Провайдера подлинноŃти (IdP) (генерирŃŃŽŃ‚ŃŃŹ " -"автоматичеŃки)" - -msgid "{core:frontpage:optional}" -msgstr "Опционально" - -msgid "{core:frontpage:doc_header}" -msgstr "ДокŃментация" - -msgid "{core:frontpage:link_doc_advanced}" -msgstr "РаŃŃиренные Ń„Ńнкции SimpleSAMLphp" - -msgid "{core:frontpage:required_ldap}" -msgstr "Обязательный для LDAP" - -msgid "{core:frontpage:warnings_secretsalt}" -msgstr "" -"<strong>КонфигŃрация иŃпользŃет ŃекретнŃŃŽ Ńоль по-Ńмолчанию</strong> - " -"ŃбедитеŃŃŚ, что вы изменили значение 'secretsalt' в конфигŃрации " -"simpleSAML в производŃтвенной Ńреде. [<a " -"href=\"https://simplesamlphp.org/docs/stable/simplesamlphp-" -"install\">Прочитать больŃе Đľ конфигŃрации SimpleSAMLphp</a> ]" - -msgid "{core:frontpage:authtest}" -msgstr "Проверка ŃконфигŃрированных иŃточников аŃтентификации" - -msgid "{core:frontpage:link_meta_overview}" -msgstr "Обзор метаданных для инŃталляции. ДиагноŃтика ваŃих файлов метаданных." - -msgid "{core:frontpage:configuration}" -msgstr "КонфигŃрация" - -msgid "{core:frontpage:welcome}" -msgstr "Добро пожаловать" - -msgid "{core:frontpage:link_doc_shibsp}" -msgstr "СконфигŃрировать Shibboleth 1.3 SP для работы Ń SimpleSAMLphp IdP" - -msgid "{core:frontpage:metadata_header}" -msgstr "Метаданные" - -msgid "{core:frontpage:link_doc_maintenance}" -msgstr "ОбŃĐ»Ńживание и конфигŃрация SimpleSAMLphp" - -msgid "{core:frontpage:link_configcheck}" -msgstr "Проверка конфигŃрации SimpleSAMLphp" - -msgid "{core:frontpage:page_title}" -msgstr "Страница инŃталляции SimpleSAMLphp" - -msgid "{core:frontpage:warnings}" -msgstr "ПредŃпреждения" - -msgid "{core:frontpage:link_xmlconvert}" -msgstr "Конвертор XML в метаданные SimpleSAMLphp" - -msgid "{core:frontpage:link_cleardiscochoices}" -msgstr "Удалить мой подбор IdP в IdP discovery services" - -msgid "{core:frontpage:loggedin_as_admin}" -msgstr "Đ’Ń‹ воŃли как админиŃтратор" - -msgid "{core:frontpage:auth}" -msgstr "ĐŃтентификация" - -msgid "{core:frontpage:show_metadata}" -msgstr "Показать метаданные" - -msgid "{core:frontpage:intro}" -msgstr "" -"<strong>Поздравляем</strong>, Đ’Ń‹ ŃŃпеŃно ŃŃтановили SimpleSAMLphp. Đто " -"Ńтартовая Ńтраница ваŃей инŃталляции, где вы найдете ŃŃылки на примеры " -"теŃтов, диагноŃтикŃ, метаданные и даже ŃŃылки на ŃоответŃтвŃющŃŃŽ " -"докŃментацию." - -msgid "{core:frontpage:required}" -msgstr "Обязательный" - -msgid "{core:frontpage:warnings_suhosin_url_length}" -msgstr "" -"Длина запроŃа ограничиваетŃŃŹ раŃŃирением Suhosin в PHP. ПожалŃĐąŃта, " -"Ńвеличте опцию suhosin.get.max_value_length по крайней мере Đ´Đľ 2048 байт." - -msgid "{core:frontpage:warnings_https}" -msgstr "" -"<strong>Đ’Ń‹ не иŃпользŃете HTTPS</strong> - Ńифрованное Ńоединение Ń " -"пользователем. HTTP работает хороŃĐľ для теŃтовых целей, но в экплŃатации " -"вы должны иŃпользовать HTTPS. [ <a href=\"http://rnd.feide.no/content" -"/simplesamlphp-maintenance-and-configuration\">Узнайте больŃе об " -"обŃĐ»Ńживании SimpleSAMLphp</a> ]" - -msgid "{core:frontpage:federation}" -msgstr "Федерация" - -msgid "{core:frontpage:required_radius}" -msgstr "Обязательный для Radius" - -msgid "{core:frontpage:checkphp}" -msgstr "Проверка инŃталляции PHP" - -msgid "{core:frontpage:link_doc_idp}" -msgstr "ĐŃпользование SimpleSAMLphp в качеŃтве Провайдера подлинноŃти (IdP)" - -msgid "{core:frontpage:link_saml2example}" -msgstr "Пример SAML 2.0 SP - теŃтовый вход в ŃиŃŃ‚ĐµĐĽŃ Ń‡ĐµŃ€ĐµĐ· Đ˛Đ°Ń IdP" - -msgid "{core:frontpage:about_header}" -msgstr "Đž SimpleSAMLphp" - -msgid "{core:frontpage:about_text}" -msgstr "" -"SimpleSAMLphp - вещь клаŃŃная, где ŃŹ ĐĽĐľĐłŃ ĐżŃ€ĐľŃ‡Đ¸Ń‚Đ°Ń‚ŃŚ больŃе об этом? Đ’Ń‹ " -"можете найти более подробнŃŃŽ информацию Đľ <a " -"href=\"http://rnd.feide.no/simplesamlphp\">SimpleSAMLphp в блоге Feide " -"RnD</a> больŃе на <a href=\"http://uninett.no\">UNINETT</a>." - -msgid "{core:frontpage:useful_links_header}" -msgstr "Полезные ŃŃылки для ваŃей инŃталляции" - -msgid "{core:frontpage:metadata}" -msgstr "Метаданные" - -msgid "{core:frontpage:recommended}" -msgstr "РекомендŃемый" - -msgid "{core:frontpage:link_doc_googleapps}" -msgstr "SimpleSAMLphp в качеŃтве IdP для Google Apps for Education" - -msgid "{core:frontpage:tools}" -msgstr "ĐĐ˝ŃтрŃменты" - -msgid "{core:frontpage:deprecated}" -msgstr "ĐŁŃтаревŃие" - -msgid "You are logged in as administrator" -msgstr "Đ’Ń‹ воŃли как админиŃтратор" - msgid "Go back to the previous page and try again." msgstr "ВернŃтьŃŃŹ Đş предыдŃщей Ńтранице и попробовать Ńнова." @@ -185,56 +24,20 @@ msgstr "Đ•Ńли проблема ĐľŃтаетŃŃŹ, Ńообщить об это msgid "Welcome" msgstr "Добро пожаловать" -msgid "SimpleSAMLphp configuration check" -msgstr "Проверка конфигŃрации SimpleSAMLphp" - -msgid "Metadata overview for your installation. Diagnose your metadata files" -msgstr "Обзор метаданных для инŃталляции. ДиагноŃтика ваŃих файлов метаданных." - -msgid "XML to SimpleSAMLphp metadata converter" -msgstr "Конвертор XML в метаданные SimpleSAMLphp" - -msgid "Required" -msgstr "Обязательный" - -msgid "Warnings" -msgstr "ПредŃпреждения" - -msgid "Documentation" -msgstr "ДокŃментация" - msgid "Hosted Shibboleth 1.3 Service Provider Metadata (automatically generated)" msgstr "" "Метаданные Shibboleth 1.3 ПоŃтавщика ĐŁŃĐ»ŃĐł (SP) (генерирŃŃŽŃ‚ŃŃŹ " "автоматичеŃки)" -msgid "PHP info" -msgstr "Đнформация PHP" - -msgid "About SimpleSAMLphp" -msgstr "Đž SimpleSAMLphp" - -msgid "Hosted SAML 2.0 Service Provider Metadata (automatically generated)" -msgstr "Метаданные SAML 2.0 ПоŃтавщика ĐŁŃĐ»ŃĐł (SP) (генерирŃŃŽŃ‚ŃŃŹ автоматичеŃки)" - msgid "Retry login" msgstr "Повторить ĐżĐľĐżŃ‹Ń‚ĐşŃ Đ˛Ń…ĐľĐ´Đ°" -msgid "Required for LDAP" -msgstr "Обязательный для LDAP" - msgid "Close the web browser, and try again." msgstr "Закрыть веб браŃзер и попробовать Ńнова." -msgid "Federation" -msgstr "Федерация" - msgid "We were unable to locate the state information for the current request." msgstr "Не ŃдалоŃŃŚ определить информацию Đľ ŃĐľŃтоянии для данного запроŃа." -msgid "Delete my choices of IdP in the IdP discovery services" -msgstr "Удалить мой подбор IdP в IdP discovery services" - msgid "" "This is most likely a configuration problem on either the service " "provider or identity provider." @@ -242,9 +45,6 @@ msgstr "" "Скорее вŃего, это проблема конфигŃрации поŃтавщика ŃŃĐ»ŃĐł или провайдера " "подлинноŃти." -msgid "Configure Shibboleth 1.3 SP to work with SimpleSAMLphp IdP" -msgstr "СконфигŃрировать Shibboleth 1.3 SP для работы Ń SimpleSAMLphp IdP" - msgid "Using the back and forward buttons in the web browser." msgstr "ĐŃпользŃйте клавиŃи \"Вперед\" \"Назад\" в броŃзере." @@ -257,12 +57,6 @@ msgstr "Возможно, в браŃзере отключены Cookies." msgid "Opened the web browser with tabs saved from the previous session." msgstr "Открыт браŃзер Ń Ńохраненными закладками от предыдŃщей ŃеŃŃии." -msgid "Tools" -msgstr "ĐĐ˝ŃтрŃменты" - -msgid "Test configured authentication sources " -msgstr "Проверка ŃконфигŃрированных иŃточников аŃтентификации" - msgid "" "You appear to have disabled cookies in your browser. Please check the " "settings in your browser, and try again." @@ -270,51 +64,12 @@ msgstr "" "Видимо, вы отключили ĐżĐľĐ´Đ´ĐµŃ€Đ¶ĐşŃ cookies в ваŃем браŃзере. ПожалŃĐąŃта, " "проверьте наŃтройки ваŃего браŃзера и повторите попыткŃ." -msgid "Installing SimpleSAMLphp" -msgstr "ĐŁŃтановка SimpleSAMLphp" - -msgid "Deprecated" -msgstr "ĐŁŃтаревŃие" - -msgid "" -"<strong>Congratulations</strong>, you have successfully installed " -"SimpleSAMLphp. This is the start page of your installation, where you " -"will find links to test examples, diagnostics, metadata and even links to" -" relevant documentation." -msgstr "" -"<strong>Поздравляем</strong>, Đ’Ń‹ ŃŃпеŃно ŃŃтановили SimpleSAMLphp. Đто " -"Ńтартовая Ńтраница ваŃей инŃталляции, где вы найдете ŃŃылки на примеры " -"теŃтов, диагноŃтикŃ, метаданные и даже ŃŃылки на ŃоответŃтвŃющŃŃŽ " -"докŃментацию." - msgid "This error may be caused by:" msgstr "Đта ĐľŃибка может быть вызвана:" -msgid "" -"<strong>You are not using HTTPS</strong> - encrypted communication with " -"the user. HTTP works fine for test purposes, but in a production " -"environment, you should use HTTPS. [ <a " -"href=\"https://simplesamlphp.org/docs/stable/simplesamlphp-" -"maintenance\">Read more about SimpleSAMLphp maintenance</a> ]" -msgstr "" -"<strong>Đ’Ń‹ не иŃпользŃете HTTPS</strong> - Ńифрованное Ńоединение Ń " -"пользователем. HTTP работает хороŃĐľ для теŃтовых целей, но в экплŃатации " -"вы должны иŃпользовать HTTPS. [ <a href=\"http://rnd.feide.no/content" -"/simplesamlphp-maintenance-and-configuration\">Узнайте больŃе об " -"обŃĐ»Ńживании SimpleSAMLphp</a> ]" - -msgid "Metadata" -msgstr "Метаданные" - msgid "Retry" msgstr "Повторить" -msgid "SimpleSAMLphp Maintenance and Configuration" -msgstr "ОбŃĐ»Ńживание и конфигŃрация SimpleSAMLphp" - -msgid "Diagnostics on hostname, port and protocol" -msgstr "ДиагноŃтика имени Ń…ĐľŃта, порта и протокола" - msgid "" "If you are an user who received this error after following a link on a " "site, you should report this error to the owner of that site." @@ -322,61 +77,15 @@ msgstr "" "Đ•Ńли, перейдя по ŃŃылке на Ńайт, вы Ńвидели ŃŤŃ‚Ń ĐľŃибкŃ, вы должны " "Ńообщить об этом Đ˛Đ»Đ°Đ´ĐµĐ»ĐµŃ†Ń ŃŤŃ‚ĐľĐłĐľ Ńайта." -msgid "Using SimpleSAMLphp as an Identity Provider" -msgstr "ĐŃпользование SimpleSAMLphp в качеŃтве Провайдера подлинноŃти (IdP)" - -msgid "Optional" -msgstr "Опционально" - msgid "Suggestions for resolving this problem:" msgstr "Варианты реŃения проблемы:" -msgid "" -"This SimpleSAMLphp thing is pretty cool, where can I read more about it? " -"You can find more information about it at the <a " -"href=\"https://simplesamlphp.org/\">SimpleSAMLphp web page </a> over at " -"<a href=\"http://uninett.no\">UNINETT</a>." -msgstr "" -"SimpleSAMLphp - вещь клаŃŃная, где ŃŹ ĐĽĐľĐłŃ ĐżŃ€ĐľŃ‡Đ¸Ń‚Đ°Ń‚ŃŚ больŃе об этом? Đ’Ń‹ " -"можете найти более подробнŃŃŽ информацию Đľ <a " -"href=\"http://rnd.feide.no/simplesamlphp\">SimpleSAMLphp в блоге Feide " -"RnD</a> больŃе на <a href=\"http://uninett.no\">UNINETT</a>." - msgid "Shibboleth 1.3 SP example - test logging in through your Shib IdP" msgstr "Пример Shibboleth 1.3 SP - теŃтовый вход в ŃиŃŃ‚ĐµĐĽŃ Ń‡ĐµŃ€ĐµĐ· Đ˛Đ°Ń Shib IdP" -msgid "Authentication" -msgstr "ĐŃтентификация" - -msgid "SimpleSAMLphp installation page" -msgstr "Страница инŃталляции SimpleSAMLphp" - -msgid "Show metadata" -msgstr "Показать метаданные" - -msgid "SimpleSAMLphp as an IdP for Google Apps for Education" -msgstr "SimpleSAMLphp в качеŃтве IdP для Google Apps for Education" - msgid "State information lost" msgstr "Đнформация Đľ ŃĐľŃтоянии Ńтеряна" -msgid "Hosted SAML 2.0 Identity Provider Metadata (automatically generated)" -msgstr "" -"Метаданные SAML 2.0 Провайдера подлинноŃти (IdP) (генерирŃŃŽŃ‚ŃŃŹ " -"автоматичеŃки)" - -msgid "OpenID Provider site - Alpha version (test code)" -msgstr "Сайт поŃтавщика OpenID - Đльфа верŃия (теŃтовый код)" - -msgid "Required for Radius" -msgstr "Обязательный для Radius" - -msgid "SAML 2.0 SP example - test logging in through your IdP" -msgstr "Пример SAML 2.0 SP - теŃтовый вход в ŃиŃŃ‚ĐµĐĽŃ Ń‡ĐµŃ€ĐµĐ· Đ˛Đ°Ń IdP" - -msgid "Using SimpleSAMLphp as a Service Provider" -msgstr "ĐŃпользование SimpleSAMLphp в качеŃтве ПоŃтавщика ĐŁŃĐ»ŃĐł (SP)" - msgid "" "We have detected that there is only a few seconds since you last " "authenticated with this service provider, and therefore assume that there" @@ -386,9 +95,6 @@ msgstr "" "аŃтентификации Ń ŃŤŃ‚Đ¸ĐĽ поŃтавщиком ŃŃĐ»ŃĐł, и, Ńледовательно, предположили, " "что ŃŃщеŃтвŃет проблема Ń ŃŤŃ‚Đ¸ĐĽ поŃтавщиком ŃŃĐ»ŃĐł." -msgid "Recommended" -msgstr "РекомендŃемый" - msgid "" "If you are a developer who is deploying a single sign-on solution, you " "have a problem with the metadata configuration. Verify that metadata is " @@ -398,50 +104,14 @@ msgstr "" "проблемы Ń ĐĽĐµŃ‚Đ°Đ´Đ°Đ˝Đ˝Ń‹ĐĽĐ¸ конфигŃрации. УбедитеŃŃŚ, что метаданные наŃтроены " "правильно на Провайдере подлинноŃти и ПоŃтавщике ŃŃĐ»ŃĐł." -msgid "SimpleSAMLphp Advanced Features" -msgstr "РаŃŃиренные Ń„Ńнкции SimpleSAMLphp" - msgid "Too short interval between single sign on events." msgstr "Очень короткий промежŃток времени ĐĽĐµĐ¶Đ´Ń ĐµĐ´Đ¸Đ˝Ń‹ĐĽ входом в Ńобытиях." -msgid "Checking your PHP installation" -msgstr "Проверка инŃталляции PHP" - -msgid "" -"The length of query parameters is limited by the PHP Suhosin extension. " -"Please increase the suhosin.get.max_value_length option to at least 2048 " -"bytes." -msgstr "" -"Длина запроŃа ограничиваетŃŃŹ раŃŃирением Suhosin в PHP. ПожалŃĐąŃта, " -"Ńвеличте опцию suhosin.get.max_value_length по крайней мере Đ´Đľ 2048 байт." - -msgid "Useful links for your installation" -msgstr "Полезные ŃŃылки для ваŃей инŃталляции" - -msgid "Configuration" -msgstr "КонфигŃрация" - msgid "Hosted Shibboleth 1.3 Identity Provider Metadata (automatically generated)" msgstr "" "Метаданные Shibboleth 1.3 Провайдера подлинноŃти (IdP) (генерирŃŃŽŃ‚ŃŃŹ " "автоматичеŃки)" -msgid "" -"<strong>The configuration uses the default secret salt</strong> - make " -"sure you modify the default 'secretsalt' option in the simpleSAML " -"configuration in production environments. [<a " -"href=\"https://simplesamlphp.org/docs/stable/simplesamlphp-install\">Read" -" more about SimpleSAMLphp configuration</a> ]" -msgstr "" -"<strong>КонфигŃрация иŃпользŃет ŃекретнŃŃŽ Ńоль по-Ńмолчанию</strong> - " -"ŃбедитеŃŃŚ, что вы изменили значение 'secretsalt' в конфигŃрации " -"simpleSAML в производŃтвенной Ńреде. [<a " -"href=\"https://simplesamlphp.org/docs/stable/simplesamlphp-" -"install\">Прочитать больŃе Đľ конфигŃрации SimpleSAMLphp</a> ]" - -msgid "Login as administrator" -msgstr "Войти как админиŃтратор" - msgid "Report this error" msgstr "Сообщить Đľ данной ĐľŃибке" diff --git a/modules/core/locales/sl/LC_MESSAGES/core.po b/modules/core/locales/sl/LC_MESSAGES/core.po index 76ae7769a18a36686765e84684ed0bb78a9f1bf1..80fc2510df9147b049c92210e23ba17f11c652f4 100644 --- a/modules/core/locales/sl/LC_MESSAGES/core.po +++ b/modules/core/locales/sl/LC_MESSAGES/core.po @@ -1,4 +1,3 @@ - #, fuzzy msgid "" msgstr "" @@ -16,156 +15,6 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" -msgid "{core:frontpage:link_phpinfo}" -msgstr "PHPinfo" - -msgid "{core:frontpage:login_as_admin}" -msgstr "Prijavi se kot administrator" - -msgid "{core:frontpage:link_doc_sp}" -msgstr "Uporabi SimpleSAMLphp za SP" - -msgid "{core:frontpage:link_meta_saml2sphosted}" -msgstr "Metapodatki za SAML 2.0 SP (samodejno generirani)" - -msgid "{core:frontpage:link_openidprovider}" -msgstr "OpenID Provider lokacija - Alpha razliÄŤica (v razvoju)" - -msgid "{core:frontpage:link_doc_install}" -msgstr "Namestitev SimpleSAMLphp" - -msgid "{core:frontpage:link_diagnostics}" -msgstr "Diagnostika streĹľnika, vrata in protokol" - -msgid "{core:frontpage:link_meta_saml2idphosted}" -msgstr "Metapodatki za SAML 2.0 IdP (samodejno generirani)" - -msgid "{core:frontpage:optional}" -msgstr "Dodatno" - -msgid "{core:frontpage:doc_header}" -msgstr "Dokumentacija" - -msgid "{core:frontpage:link_doc_advanced}" -msgstr "SimpleSAMLphp napredne funkcije" - -msgid "{core:frontpage:required_ldap}" -msgstr "Zahtevano za LDAP" - -msgid "{core:frontpage:authtest}" -msgstr "Preveri izbrani avtentikacijski mehanizem " - -msgid "{core:frontpage:link_meta_overview}" -msgstr "Pregled metapodatkov in njihova diagnostika." - -msgid "{core:frontpage:configuration}" -msgstr "Nastavitve" - -msgid "{core:frontpage:welcome}" -msgstr "Dobrodošli" - -msgid "{core:frontpage:link_doc_shibsp}" -msgstr "Nastavi Shibboleth 1.3 SP za delo s SimpleSAMLphp IdP" - -msgid "{core:frontpage:metadata_header}" -msgstr "Metapodatki" - -msgid "{core:frontpage:link_doc_maintenance}" -msgstr "SimpleSAMLphp vzdrĹľevanje in nastavitve" - -msgid "{core:frontpage:link_configcheck}" -msgstr "Preveri SimpleSAMLphp nastavitve" - -msgid "{core:frontpage:page_title}" -msgstr "Namestitvena stran SimpleSAMLphp" - -msgid "{core:frontpage:warnings}" -msgstr "Opozorila" - -msgid "{core:frontpage:link_xmlconvert}" -msgstr "XML v SimpleSAMLphp pretvornik metapodatkov" - -msgid "{core:frontpage:link_cleardiscochoices}" -msgstr "Razveljavi privzeti IdP" - -msgid "{core:frontpage:loggedin_as_admin}" -msgstr "Prijavljeni ste v vlogi administratorja" - -msgid "{core:frontpage:auth}" -msgstr "Avtentikacija" - -msgid "{core:frontpage:show_metadata}" -msgstr "PrikaĹľi metapodatke" - -msgid "{core:frontpage:intro}" -msgstr "" -"<strong>ÄŚestitamo!</strong> Uspešno ste namestili SimpleSAMLphp. Na tej " -"strani se nahajajo povezave do vzorÄŤnih nastavitev, diagnostike, " -"metapodatkov in s tem povezane dokumentacije." - -msgid "{core:frontpage:required}" -msgstr "Zahtevano" - -msgid "{core:frontpage:warnings_suhosin_url_length}" -msgstr "" -"DolĹľina parametra poizvedbe je v PHP omejena s Suhosin razširitvijo. " -"Poskusite poveÄŤati parameter suhosin.get.max_value_length na vsaj 2048 " -"bajtov." - -msgid "{core:frontpage:warnings_https}" -msgstr "" -"<strong>Ne uporabljate HTTPS</strong>-šifrirane komunikacije. " -"SimpleSAMLphp deluje brez teĹľav na HTTP, vendar le za testne namene, za " -"uporabo SimpleSAMLphp v produkcijskem okolju uporabite HTTPS. [ <a " -"href=\"https://simplesamlphp.org/docs/stable/simplesamlphp-maintenance" -"\">Preberite veÄŤ o SimpleSAMLphp vzdrĹľevanju</a> ]" - -msgid "{core:frontpage:federation}" -msgstr "Federacija" - -msgid "{core:frontpage:required_radius}" -msgstr "Zahtevano za RADIUS" - -msgid "{core:frontpage:checkphp}" -msgstr "Preverjanje namestitve PHP" - -msgid "{core:frontpage:link_doc_idp}" -msgstr "Uporabi SimpleSAMLphp za IdP" - -msgid "{core:frontpage:link_saml2example}" -msgstr "SAML 2.0 SP primer - preveri prijavo preko svojega IdP" - -msgid "{core:frontpage:about_header}" -msgstr "O SimpleSAMLphp" - -msgid "{core:frontpage:about_text}" -msgstr "" -"Da! SimpleSAMLphp je zares kul! Kje si lahko preberem kaj veÄŤ o tem? " -"Dodatne informacije se nahajajo na <a " -"href=\"http://rnd.feide.no/simplesamlphp\">SimpleSAMLphp Feide RnD " -"blogu</a>." - -msgid "{core:frontpage:useful_links_header}" -msgstr "Uporabne povezave" - -msgid "{core:frontpage:metadata}" -msgstr "Metapodatki" - -msgid "{core:frontpage:recommended}" -msgstr "PriporoÄŤljivo" - -msgid "{core:frontpage:link_doc_googleapps}" -msgstr "SimpleSAMLphp IdP za Google Apps for Education" - -msgid "{core:frontpage:tools}" -msgstr "Orodja" - -msgid "{core:frontpage:deprecated}" -msgstr "Neustrezen" - -msgid "You are logged in as administrator" -msgstr "Prijavljeni ste v vlogi administratorja" - msgid "Go back to the previous page and try again." msgstr "Pojdite nazaj na prejšnjo stran in poskusite znova." @@ -175,54 +24,18 @@ msgstr "ÄŚe se ta napaka ponavlja, jo lahko prijavite za skrbniku sistema." msgid "Welcome" msgstr "Dobrodošli" -msgid "SimpleSAMLphp configuration check" -msgstr "Preveri SimpleSAMLphp nastavitve" - -msgid "Metadata overview for your installation. Diagnose your metadata files" -msgstr "Pregled metapodatkov in njihova diagnostika." - -msgid "XML to SimpleSAMLphp metadata converter" -msgstr "XML v SimpleSAMLphp pretvornik metapodatkov" - -msgid "Required" -msgstr "Zahtevano" - -msgid "Warnings" -msgstr "Opozorila" - -msgid "Documentation" -msgstr "Dokumentacija" - msgid "Hosted Shibboleth 1.3 Service Provider Metadata (automatically generated)" msgstr "Metapodatki za Shibboleth 1.3 SP (samodejno generirani)" -msgid "PHP info" -msgstr "PHPinfo" - -msgid "About SimpleSAMLphp" -msgstr "O SimpleSAMLphp" - -msgid "Hosted SAML 2.0 Service Provider Metadata (automatically generated)" -msgstr "Metapodatki za SAML 2.0 SP (samodejno generirani)" - msgid "Retry login" msgstr "Ponovna prijava" -msgid "Required for LDAP" -msgstr "Zahtevano za LDAP" - msgid "Close the web browser, and try again." msgstr "Zaprite spletni brskalnik in poskusite znova." -msgid "Federation" -msgstr "Federacija" - msgid "We were unable to locate the state information for the current request." msgstr "Informacije o stanju trenutne zahteve ni bilo moÄŤ najti." -msgid "Delete my choices of IdP in the IdP discovery services" -msgstr "Razveljavi privzeti IdP" - msgid "" "This is most likely a configuration problem on either the service " "provider or identity provider." @@ -230,9 +43,6 @@ msgstr "" "Najverjetneje gre za teĹľavo z nastavitvami bodisi ponudnika storitve (SP)" " bodisi ponudnika identitet (IdP)." -msgid "Configure Shibboleth 1.3 SP to work with SimpleSAMLphp IdP" -msgstr "Nastavi Shibboleth 1.3 SP za delo s SimpleSAMLphp IdP" - msgid "Using the back and forward buttons in the web browser." msgstr "Uporaba gumbov \"nazaj\" ali \"naprej\" v spletnem brskalniku." @@ -247,12 +57,6 @@ msgstr "" "Spletni brskalnik je odprl spletno stan s (poteklimi) podatki iz prejšnje" " seje." -msgid "Tools" -msgstr "Orodja" - -msgid "Test configured authentication sources " -msgstr "Preveri izbrani avtentikacijski mehanizem " - msgid "" "You appear to have disabled cookies in your browser. Please check the " "settings in your browser, and try again." @@ -260,50 +64,12 @@ msgstr "" "Vaš spletni brskalnik ima onemogoÄŤene piškotke (\"cookies\"). OmogoÄŤite " "to nastavitev in poskusite ponovno." -msgid "Installing SimpleSAMLphp" -msgstr "Namestitev SimpleSAMLphp" - -msgid "Deprecated" -msgstr "Neustrezen" - -msgid "" -"<strong>Congratulations</strong>, you have successfully installed " -"SimpleSAMLphp. This is the start page of your installation, where you " -"will find links to test examples, diagnostics, metadata and even links to" -" relevant documentation." -msgstr "" -"<strong>ÄŚestitamo!</strong> Uspešno ste namestili SimpleSAMLphp. Na tej " -"strani se nahajajo povezave do vzorÄŤnih nastavitev, diagnostike, " -"metapodatkov in s tem povezane dokumentacije." - msgid "This error may be caused by:" msgstr "Vzrok za to napako je lahko:" -msgid "" -"<strong>You are not using HTTPS</strong> - encrypted communication with " -"the user. HTTP works fine for test purposes, but in a production " -"environment, you should use HTTPS. [ <a " -"href=\"https://simplesamlphp.org/docs/stable/simplesamlphp-" -"maintenance\">Read more about SimpleSAMLphp maintenance</a> ]" -msgstr "" -"<strong>Ne uporabljate HTTPS</strong>-šifrirane komunikacije. " -"SimpleSAMLphp deluje brez teĹľav na HTTP, vendar le za testne namene, za " -"uporabo SimpleSAMLphp v produkcijskem okolju uporabite HTTPS. [ <a " -"href=\"https://simplesamlphp.org/docs/stable/simplesamlphp-maintenance" -"\">Preberite veÄŤ o SimpleSAMLphp vzdrĹľevanju</a> ]" - -msgid "Metadata" -msgstr "Metapodatki" - msgid "Retry" msgstr "Poskusi ponovno" -msgid "SimpleSAMLphp Maintenance and Configuration" -msgstr "SimpleSAMLphp vzdrĹľevanje in nastavitve" - -msgid "Diagnostics on hostname, port and protocol" -msgstr "Diagnostika streĹľnika, vrata in protokol" - msgid "" "If you are an user who received this error after following a link on a " "site, you should report this error to the owner of that site." @@ -311,59 +77,15 @@ msgstr "" "ÄŚe ste na to teĹľavo naleteli po kliku povezave te spletne strani, " "prijavite teĹľavo skrbniku te spletne strani." -msgid "Using SimpleSAMLphp as an Identity Provider" -msgstr "Uporabi SimpleSAMLphp za IdP" - -msgid "Optional" -msgstr "Dodatno" - msgid "Suggestions for resolving this problem:" msgstr "Predloga za razrešitev nastale teĹľave:" -msgid "" -"This SimpleSAMLphp thing is pretty cool, where can I read more about it? " -"You can find more information about it at the <a " -"href=\"https://simplesamlphp.org/\">SimpleSAMLphp web page </a> over at " -"<a href=\"http://uninett.no\">UNINETT</a>." -msgstr "" -"Da! SimpleSAMLphp je zares kul! Kje si lahko preberem kaj veÄŤ o tem? " -"Dodatne informacije se nahajajo na <a " -"href=\"http://rnd.feide.no/simplesamlphp\">SimpleSAMLphp Feide RnD " -"blogu</a>." - msgid "Shibboleth 1.3 SP example - test logging in through your Shib IdP" msgstr "Shibboleth 1.3 SP primer - preveri prijavo preko svojega Shib IdP" -msgid "Authentication" -msgstr "Avtentikacija" - -msgid "SimpleSAMLphp installation page" -msgstr "Namestitvena stran SimpleSAMLphp" - -msgid "Show metadata" -msgstr "PrikaĹľi metapodatke" - -msgid "SimpleSAMLphp as an IdP for Google Apps for Education" -msgstr "SimpleSAMLphp IdP za Google Apps for Education" - msgid "State information lost" msgstr "Informacije o stanju zahtevka niso na voljo." -msgid "Hosted SAML 2.0 Identity Provider Metadata (automatically generated)" -msgstr "Metapodatki za SAML 2.0 IdP (samodejno generirani)" - -msgid "OpenID Provider site - Alpha version (test code)" -msgstr "OpenID Provider lokacija - Alpha razliÄŤica (v razvoju)" - -msgid "Required for Radius" -msgstr "Zahtevano za RADIUS" - -msgid "SAML 2.0 SP example - test logging in through your IdP" -msgstr "SAML 2.0 SP primer - preveri prijavo preko svojega IdP" - -msgid "Using SimpleSAMLphp as a Service Provider" -msgstr "Uporabi SimpleSAMLphp za SP" - msgid "" "We have detected that there is only a few seconds since you last " "authenticated with this service provider, and therefore assume that there" @@ -372,9 +94,6 @@ msgstr "" "Sistem je zaznal naslednje, od predhodnje in te prijave je poteklo le " "nekaj sekund, zato sklepa na teĹľave ponudnika storitve (SP)." -msgid "Recommended" -msgstr "PriporoÄŤljivo" - msgid "" "If you are a developer who is deploying a single sign-on solution, you " "have a problem with the metadata configuration. Verify that metadata is " @@ -384,36 +103,12 @@ msgstr "" "metapodatkov ustrezne, tako na stani ponudnika identitete (IdP), kot na " "strani ponudnika storitve (SP)." -msgid "SimpleSAMLphp Advanced Features" -msgstr "SimpleSAMLphp napredne funkcije" - msgid "Too short interval between single sign on events." msgstr "Prekratek interval med dogodki enotne prijave." -msgid "Checking your PHP installation" -msgstr "Preverjanje namestitve PHP" - -msgid "" -"The length of query parameters is limited by the PHP Suhosin extension. " -"Please increase the suhosin.get.max_value_length option to at least 2048 " -"bytes." -msgstr "" -"DolĹľina parametra poizvedbe je v PHP omejena s Suhosin razširitvijo. " -"Poskusite poveÄŤati parameter suhosin.get.max_value_length na vsaj 2048 " -"bajtov." - -msgid "Useful links for your installation" -msgstr "Uporabne povezave" - -msgid "Configuration" -msgstr "Nastavitve" - msgid "Hosted Shibboleth 1.3 Identity Provider Metadata (automatically generated)" msgstr "Metapodatki za Shibboleth 1.3 IdP (samodejno generirani)" -msgid "Login as administrator" -msgstr "Prijavi se kot administrator" - msgid "Report this error" msgstr "Prijavite to napako" diff --git a/modules/core/locales/sr/LC_MESSAGES/core.po b/modules/core/locales/sr/LC_MESSAGES/core.po index 5c6bdf6f54c3dfc0184cea227261fb5ccc04b5b3..7d7ce77d7ee196e3996a92f716d6b6e1c1a23e18 100644 --- a/modules/core/locales/sr/LC_MESSAGES/core.po +++ b/modules/core/locales/sr/LC_MESSAGES/core.po @@ -1,4 +1,3 @@ - #, fuzzy msgid "" msgstr "" @@ -16,162 +15,6 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" -msgid "{core:frontpage:link_phpinfo}" -msgstr "Informacije o PHP instalaciji" - -msgid "{core:frontpage:login_as_admin}" -msgstr "Prijavite se kao administrator" - -msgid "{core:frontpage:link_doc_sp}" -msgstr "" -"Kako iskoristiti SimpleSAMLphp kao autentifikacioni modul kod Davaoca " -"Servisa" - -msgid "{core:frontpage:link_meta_saml2sphosted}" -msgstr "Metapodaci za lokalni SAML 2.0 Davalac Servisa (automatski generisani)" - -msgid "{core:frontpage:link_openidprovider}" -msgstr "Davalac OpenID digitalnih identiteta - razvojna verzija (test)" - -msgid "{core:frontpage:link_doc_install}" -msgstr "Instalacija SimpleSAMLphp-a" - -msgid "{core:frontpage:link_diagnostics}" -msgstr "Dijagnostika vezana za naziv servera (hostname), port i protokol " - -msgid "{core:frontpage:link_meta_saml2idphosted}" -msgstr "Metapodaci za lokalni SAML 2.0 Davalac Identiteta (automatski generisani) " - -msgid "{core:frontpage:optional}" -msgstr "Opciono" - -msgid "{core:frontpage:doc_header}" -msgstr "Dokumentacija" - -msgid "{core:frontpage:link_doc_advanced}" -msgstr "Napredne mogućnosti SimpleSAMLphp-a" - -msgid "{core:frontpage:required_ldap}" -msgstr "Obavezno za LDAP" - -msgid "{core:frontpage:authtest}" -msgstr "Testirajte podešene autentifikacione servise" - -msgid "{core:frontpage:link_meta_overview}" -msgstr "" -"Pregled metapodataka o vašoj instalaciji. Proverite ispravnost sadrĹľaja " -"fajlova sa metapodacima." - -msgid "{core:frontpage:configuration}" -msgstr "Podešavanja" - -msgid "{core:frontpage:welcome}" -msgstr "Dobrodošli" - -msgid "{core:frontpage:link_doc_shibsp}" -msgstr "Podesite Shibboleth 1.3 SP za rad sa SimpleSAMLphp Davaocem Identeteta" - -msgid "{core:frontpage:metadata_header}" -msgstr "Medapodaci" - -msgid "{core:frontpage:link_doc_maintenance}" -msgstr "OdrĹľavanje i podešavanja SimpleSAMLphp-a" - -msgid "{core:frontpage:link_configcheck}" -msgstr "Provera SimpleSAMLphp podešavanja" - -msgid "{core:frontpage:page_title}" -msgstr "SimpleSAMLphp instalaciona stranica" - -msgid "{core:frontpage:warnings}" -msgstr "Upozorenja" - -msgid "{core:frontpage:link_xmlconvert}" -msgstr "Pretvaranje metapodataka iz XML formata u SimpleSAMLphp format" - -msgid "{core:frontpage:link_cleardiscochoices}" -msgstr "" -"Poništi moj izbor za Davaoca Identiteta u servisima za pronalaĹľenje " -"Davaoca Identiteta " - -msgid "{core:frontpage:loggedin_as_admin}" -msgstr "Prijavljeni ste kao administrator" - -msgid "{core:frontpage:auth}" -msgstr "Autentifikacija" - -msgid "{core:frontpage:show_metadata}" -msgstr "PrikaĹľi metapodatke" - -msgid "{core:frontpage:intro}" -msgstr "" -"<strong>ÄŚestitamo</strong>, uspešno ste instalirali SimpleSAMLphp. Ovo je" -" poÄŤetna stranica na kojoj moĹľete pronaći primere, dijagnostiku, " -"metapodatke i linkove na relevantnu dokumentaciju." - -msgid "{core:frontpage:required}" -msgstr "Obavezno" - -msgid "{core:frontpage:warnings_suhosin_url_length}" -msgstr "" -"VeliÄŤina polja s parametrima ograniÄŤena je Suhosin PHP ekstenzijom. " -"Podesite da vrednost parametra suhosin.get.max_value_length bude najmanje" -" 2048 bajtova." - -msgid "{core:frontpage:warnings_https}" -msgstr "" -"<strong>Ne koristite HTTPS</strong> - kriptovanu komunikaciju s " -"korisnikom. HTTP se moĹľe koristiti za potrebe testiranja, ali u " -"produkcionom okruĹľenju trebali biste koristiti HTTPS. [ <a " -"href=\"https://simplesamlphp.org/docs/stable/simplesamlphp-maintenance" -"\">ProÄŤitajte više o SimpleSAMLphp podešavanjima</a> ]" - -msgid "{core:frontpage:federation}" -msgstr "Federacija" - -msgid "{core:frontpage:required_radius}" -msgstr "Obavezno za Radius" - -msgid "{core:frontpage:checkphp}" -msgstr "Provera vaše PHP instalacije" - -msgid "{core:frontpage:link_doc_idp}" -msgstr "Kako iskoristiti SimpleSAMLphp za implementaciju Davaoca Identiteta" - -msgid "{core:frontpage:link_saml2example}" -msgstr "SAML 2.0 SP primer - testirajte autentifikaciju kroz vaš Davalac Identieta" - -msgid "{core:frontpage:about_header}" -msgstr "O SimpleSAMLphp-u" - -msgid "{core:frontpage:about_text}" -msgstr "" -"SimpleSAMLphp je veoma kul, gde mogu da proÄŤitam više o njemu? Više " -"informacija o SimpleSAMLphp-u moĹľete pronaći na <a " -"href=\"http://rnd.feide.no/simplesamlphp\">SimpleSAMLphp stranici Feide " -"RnD bloga</a>." - -msgid "{core:frontpage:useful_links_header}" -msgstr "Korisni linkovi" - -msgid "{core:frontpage:metadata}" -msgstr "Metapodaci" - -msgid "{core:frontpage:recommended}" -msgstr "PreporuÄŤeno" - -msgid "{core:frontpage:link_doc_googleapps}" -msgstr "SimpleSAMLphp kao autentifikacioni servis za Google Apps for Education" - -msgid "{core:frontpage:tools}" -msgstr "Alati" - -msgid "{core:frontpage:deprecated}" -msgstr "Zastarelo" - -msgid "You are logged in as administrator" -msgstr "Prijavljeni ste kao administrator" - msgid "Go back to the previous page and try again." msgstr "Vratite se na prethodnu stranicu i pokušajte ponovo." @@ -183,60 +26,20 @@ msgstr "" msgid "Welcome" msgstr "Dobrodošli" -msgid "SimpleSAMLphp configuration check" -msgstr "Provera SimpleSAMLphp podešavanja" - -msgid "Metadata overview for your installation. Diagnose your metadata files" -msgstr "" -"Pregled metapodataka o vašoj instalaciji. Proverite ispravnost sadrĹľaja " -"fajlova sa metapodacima." - -msgid "XML to SimpleSAMLphp metadata converter" -msgstr "Pretvaranje metapodataka iz XML formata u SimpleSAMLphp format" - -msgid "Required" -msgstr "Obavezno" - -msgid "Warnings" -msgstr "Upozorenja" - -msgid "Documentation" -msgstr "Dokumentacija" - msgid "Hosted Shibboleth 1.3 Service Provider Metadata (automatically generated)" msgstr "" "Metapodaci za lokalni Shibboleth 1.3 Davalac Servisa (automatski " "generisani)" -msgid "PHP info" -msgstr "Informacije o PHP instalaciji" - -msgid "About SimpleSAMLphp" -msgstr "O SimpleSAMLphp-u" - -msgid "Hosted SAML 2.0 Service Provider Metadata (automatically generated)" -msgstr "Metapodaci za lokalni SAML 2.0 Davalac Servisa (automatski generisani)" - msgid "Retry login" msgstr "Pokušaj se prijaviti ponovo" -msgid "Required for LDAP" -msgstr "Obavezno za LDAP" - msgid "Close the web browser, and try again." msgstr "Zatvorite web pretraĹľivaÄŤ i pokušajte ponovo." -msgid "Federation" -msgstr "Federacija" - msgid "We were unable to locate the state information for the current request." msgstr "Ne moĹľemo pronaći informacije o stanju aktuelnog zahteva." -msgid "Delete my choices of IdP in the IdP discovery services" -msgstr "" -"Poništi moj izbor za Davaoca Identiteta u servisima za pronalaĹľenje " -"Davaoca Identiteta " - msgid "" "This is most likely a configuration problem on either the service " "provider or identity provider." @@ -244,9 +47,6 @@ msgstr "" "Najverojatnije je problem u podešavanjima davaoca servisa ili davaoca " "identiteta." -msgid "Configure Shibboleth 1.3 SP to work with SimpleSAMLphp IdP" -msgstr "Podesite Shibboleth 1.3 SP za rad sa SimpleSAMLphp Davaocem Identeteta" - msgid "Using the back and forward buttons in the web browser." msgstr "" "Korišćenjem tastera za prethodnu (back) i sledeću (forward) stranicu u " @@ -263,12 +63,6 @@ msgstr "" msgid "Opened the web browser with tabs saved from the previous session." msgstr "Otvaranjem web pretraĹľivaÄŤa sa stranicama saÄŤuvanim iz prethodne sesije." -msgid "Tools" -msgstr "Alati" - -msgid "Test configured authentication sources " -msgstr "Testirajte podešene autentifikacione servise" - msgid "" "You appear to have disabled cookies in your browser. Please check the " "settings in your browser, and try again." @@ -276,50 +70,12 @@ msgstr "" "Izgleda da ste onemogućili kolaÄŤiće (cookies) u vašem web pretraĹľivaÄŤu. " "Molimo proverite podešavanja vašeg web pretraĹľivaÄŤa i pokušajte ponovo." -msgid "Installing SimpleSAMLphp" -msgstr "Instalacija SimpleSAMLphp-a" - -msgid "Deprecated" -msgstr "Zastarelo" - -msgid "" -"<strong>Congratulations</strong>, you have successfully installed " -"SimpleSAMLphp. This is the start page of your installation, where you " -"will find links to test examples, diagnostics, metadata and even links to" -" relevant documentation." -msgstr "" -"<strong>ÄŚestitamo</strong>, uspešno ste instalirali SimpleSAMLphp. Ovo je" -" poÄŤetna stranica na kojoj moĹľete pronaći primere, dijagnostiku, " -"metapodatke i linkove na relevantnu dokumentaciju." - msgid "This error may be caused by:" msgstr "Ova greška moĹľe biti uzrokovana:" -msgid "" -"<strong>You are not using HTTPS</strong> - encrypted communication with " -"the user. HTTP works fine for test purposes, but in a production " -"environment, you should use HTTPS. [ <a " -"href=\"https://simplesamlphp.org/docs/stable/simplesamlphp-" -"maintenance\">Read more about SimpleSAMLphp maintenance</a> ]" -msgstr "" -"<strong>Ne koristite HTTPS</strong> - kriptovanu komunikaciju s " -"korisnikom. HTTP se moĹľe koristiti za potrebe testiranja, ali u " -"produkcionom okruĹľenju trebali biste koristiti HTTPS. [ <a " -"href=\"https://simplesamlphp.org/docs/stable/simplesamlphp-maintenance" -"\">ProÄŤitajte više o SimpleSAMLphp podešavanjima</a> ]" - -msgid "Metadata" -msgstr "Medapodaci" - msgid "Retry" msgstr "Pokušaj ponovo" -msgid "SimpleSAMLphp Maintenance and Configuration" -msgstr "OdrĹľavanje i podešavanja SimpleSAMLphp-a" - -msgid "Diagnostics on hostname, port and protocol" -msgstr "Dijagnostika vezana za naziv servera (hostname), port i protokol " - msgid "" "If you are an user who received this error after following a link on a " "site, you should report this error to the owner of that site." @@ -327,63 +83,17 @@ msgstr "" "Ukoliko se ova greška pojavila nakon što ste sledili link na nekoj web " "stranici, onda biste grešku trebali prijaviti vlasniku navedene stranice." -msgid "Using SimpleSAMLphp as an Identity Provider" -msgstr "Kako iskoristiti SimpleSAMLphp za implementaciju Davaoca Identiteta" - -msgid "Optional" -msgstr "Opciono" - msgid "Suggestions for resolving this problem:" msgstr "Preporuke za rešavanje ovog problema:" -msgid "" -"This SimpleSAMLphp thing is pretty cool, where can I read more about it? " -"You can find more information about it at the <a " -"href=\"https://simplesamlphp.org/\">SimpleSAMLphp web page </a> over at " -"<a href=\"http://uninett.no\">UNINETT</a>." -msgstr "" -"SimpleSAMLphp je veoma kul, gde mogu da proÄŤitam više o njemu? Više " -"informacija o SimpleSAMLphp-u moĹľete pronaći na <a " -"href=\"http://rnd.feide.no/simplesamlphp\">SimpleSAMLphp stranici Feide " -"RnD bloga</a>." - msgid "Shibboleth 1.3 SP example - test logging in through your Shib IdP" msgstr "" "Shibboleth 1.3 SP primer - testirajte autentifikaciju kroz vaš Shib " "Davalac Servisa" -msgid "Authentication" -msgstr "Autentifikacija" - -msgid "SimpleSAMLphp installation page" -msgstr "SimpleSAMLphp instalaciona stranica" - -msgid "Show metadata" -msgstr "PrikaĹľi metapodatke" - -msgid "SimpleSAMLphp as an IdP for Google Apps for Education" -msgstr "SimpleSAMLphp kao autentifikacioni servis za Google Apps for Education" - msgid "State information lost" msgstr "Informacije o stanju su izgubljene" -msgid "Hosted SAML 2.0 Identity Provider Metadata (automatically generated)" -msgstr "Metapodaci za lokalni SAML 2.0 Davalac Identiteta (automatski generisani) " - -msgid "OpenID Provider site - Alpha version (test code)" -msgstr "Davalac OpenID digitalnih identiteta - razvojna verzija (test)" - -msgid "Required for Radius" -msgstr "Obavezno za Radius" - -msgid "SAML 2.0 SP example - test logging in through your IdP" -msgstr "SAML 2.0 SP primer - testirajte autentifikaciju kroz vaš Davalac Identieta" - -msgid "Using SimpleSAMLphp as a Service Provider" -msgstr "" -"Kako iskoristiti SimpleSAMLphp kao autentifikacioni modul kod Davaoca " -"Servisa" - msgid "" "We have detected that there is only a few seconds since you last " "authenticated with this service provider, and therefore assume that there" @@ -393,9 +103,6 @@ msgstr "" "pristup ovoj aplikaciji te stoga pretpostavljamo da se javio problem kod " "davaoca servisa." -msgid "Recommended" -msgstr "PreporuÄŤeno" - msgid "" "If you are a developer who is deploying a single sign-on solution, you " "have a problem with the metadata configuration. Verify that metadata is " @@ -405,38 +112,14 @@ msgstr "" "sistema, proverite da li metapodaci ispravno uneseni na strani davaoca " "servisa i davaoca identiteta." -msgid "SimpleSAMLphp Advanced Features" -msgstr "Napredne mogućnosti SimpleSAMLphp-a" - msgid "Too short interval between single sign on events." msgstr "Prekratak interval izmeÄ‘u uzastopnih SSO prijava." -msgid "Checking your PHP installation" -msgstr "Provera vaše PHP instalacije" - -msgid "" -"The length of query parameters is limited by the PHP Suhosin extension. " -"Please increase the suhosin.get.max_value_length option to at least 2048 " -"bytes." -msgstr "" -"VeliÄŤina polja s parametrima ograniÄŤena je Suhosin PHP ekstenzijom. " -"Podesite da vrednost parametra suhosin.get.max_value_length bude najmanje" -" 2048 bajtova." - -msgid "Useful links for your installation" -msgstr "Korisni linkovi" - -msgid "Configuration" -msgstr "Podešavanja" - msgid "Hosted Shibboleth 1.3 Identity Provider Metadata (automatically generated)" msgstr "" "Metapodaci za lokalni Shibboleth 1.3 Davalac Identiteta (automatski " "generisani)" -msgid "Login as administrator" -msgstr "Prijavite se kao administrator" - msgid "Report this error" msgstr "Prijavite ovu grešku" diff --git a/modules/core/locales/st/LC_MESSAGES/core.po b/modules/core/locales/st/LC_MESSAGES/core.po index cba1504fdd03ec1fa5e7a493f59aaa468c02a42b..9f569931c7c2ba0a24d69d2b30cff4d6d8ac4f30 100644 --- a/modules/core/locales/st/LC_MESSAGES/core.po +++ b/modules/core/locales/st/LC_MESSAGES/core.po @@ -1,4 +1,3 @@ - #, fuzzy msgid "" msgstr "" @@ -14,11 +13,6 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 1.3\n" -msgid "{core:cardinality:cardinality_text}" -msgstr "" -"E le nngwe kapa ho feta ya makgabane a fanweng ke wena ke mofani wa " -"boitsebiso wa hao ha e na lenane le nepahetseng la dipalo." - msgid "This error may be caused by:" msgstr "Phoso ena e ka bakwa ke:" @@ -51,9 +45,6 @@ msgstr "" "Haeba o le mosebedisi ya fumaneng phoso ena kamora ho latela lehokela le " "setsing, o tlameha ho tlaleha phoso ena ho monga setsi." -msgid "{core:cardinality:cardinality_header}" -msgstr "Makgabane a Fosahetseng" - msgid "The problematic attribute(s) are:" msgstr "Makgabane a nang le mathata ke:" @@ -82,9 +73,6 @@ msgstr "Kwala sebadi sa webe, ebe o leka hape." msgid "Go back to the previous page and try again." msgstr "Kgutlela leqepheng le fetileng ebe o leka hape." -msgid "{core:cardinality:problematic_attributes}" -msgstr "Makgabane a nang le mathata ke:" - msgid "" "If you are a developer who is deploying a single sign-on solution, you " "have a problem with the metadata configuration. Verify that metadata is " @@ -94,9 +82,6 @@ msgstr "" "bothata ka phetolo ya metadata. Netefatsa hore metadata e hlophiswe ka ho" " nepahala ho bobedi mofani wa boitsebiso le mofani wa tshebeletso." -msgid "{core:cardinality:got_want}" -msgstr "o fumane dipalo tse %GOT%, o batla tse %WANT%" - msgid "Retry" msgstr "Khukhi e siyo" diff --git a/modules/core/locales/sv/LC_MESSAGES/core.po b/modules/core/locales/sv/LC_MESSAGES/core.po index fcf69ab561a578a1653ee85afa2cfd95eb8cf8fd..8ef86861e5200ccd251d8e5b800757cd9bae9924 100644 --- a/modules/core/locales/sv/LC_MESSAGES/core.po +++ b/modules/core/locales/sv/LC_MESSAGES/core.po @@ -1,4 +1,3 @@ - #, fuzzy msgid "" msgstr "" @@ -15,160 +14,6 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" -msgid "{core:frontpage:link_phpinfo}" -msgstr "PHPinfo" - -msgid "{core:frontpage:login_as_admin}" -msgstr "Logga in som administratör" - -msgid "{core:frontpage:link_doc_sp}" -msgstr "Använda SimpleSAMLphp som Service Provider" - -msgid "{core:frontpage:link_meta_saml2sphosted}" -msgstr "Lokala SAML 2.0 Service Provider Metadata (automatiskt genererat)" - -msgid "{core:frontpage:link_openidprovider}" -msgstr "OpenID Provider sida - Alfa version (testkod)" - -msgid "{core:frontpage:link_doc_install}" -msgstr "Installerar SimpleSAMLphp" - -msgid "{core:frontpage:link_diagnostics}" -msgstr "Diagnosera värdnamn, port och protokoll" - -msgid "{core:frontpage:link_meta_saml2idphosted}" -msgstr "Lokala SAML 2.0 Identity Provider Metadata (automatiskt genererat)" - -msgid "{core:frontpage:optional}" -msgstr "Valfri" - -msgid "{core:frontpage:doc_header}" -msgstr "Dokumentation" - -msgid "{core:frontpage:link_doc_advanced}" -msgstr "SimpleSAMLphp avancerade funktioner" - -msgid "{core:frontpage:required_ldap}" -msgstr "Obligatoriskt för LDAP" - -msgid "{core:frontpage:authtest}" -msgstr "Testa konfigurerade autentiserings källor" - -msgid "{core:frontpage:link_meta_overview}" -msgstr "Ă–versikt över metadata i installationen. Diagnosera metadatafilerna" - -msgid "{core:frontpage:configuration}" -msgstr "Konfiguration" - -msgid "{core:frontpage:welcome}" -msgstr "Välkommen" - -msgid "{core:frontpage:link_doc_shibsp}" -msgstr "" -"Konfigurera Shibboleth 1.3 SP för att fungera tillsammans med " -"SimpleSAMLphp IdP" - -msgid "{core:frontpage:metadata_header}" -msgstr "Metadata" - -msgid "{core:frontpage:link_doc_maintenance}" -msgstr "SimpleSAMLphp skötsel och konfiguration" - -msgid "{core:frontpage:link_configcheck}" -msgstr "Konfigurationskontroll av SimpleSAMLphp" - -msgid "{core:frontpage:page_title}" -msgstr "Installationssida för SimpleSAMLphp" - -msgid "{core:frontpage:warnings}" -msgstr "Varningar" - -msgid "{core:frontpage:link_xmlconvert}" -msgstr "XML till SimpleSAMLphp metadataöversättare" - -msgid "{core:frontpage:link_cleardiscochoices}" -msgstr "" -"Ta bort mina val av identitetsleverantör i listan över " -"identitetsleverantörer" - -msgid "{core:frontpage:loggedin_as_admin}" -msgstr "Du är inloggad som administratör" - -msgid "{core:frontpage:auth}" -msgstr "Autentisering" - -msgid "{core:frontpage:show_metadata}" -msgstr "Visa metadata" - -msgid "{core:frontpage:intro}" -msgstr "" -"<strong>Gratulerar</strong>, du har framgĂĄngsrikt installerat " -"SimpleSAMLphp. Detta är grundinstallationens startsida där du t.ex. " -"hittar länkar till exempel, diagnostik och metadata men även länkar till " -"relevant dokumentation." - -msgid "{core:frontpage:required}" -msgstr "Obligatoriskt" - -msgid "{core:frontpage:warnings_suhosin_url_length}" -msgstr "" -"Storleken pĂĄ förfrĂĄgningsparametrarna är begränsade av PHP-utökningen PHP" -" Suhosin. Ă–ka konfigurationsparametern suhosin.get.max_value_length till " -"minst 2048 bytes." - -msgid "{core:frontpage:warnings_https}" -msgstr "" -"<strong>Du använder inte HTTPS</strong> - krypterad kommunikation med " -"användaren. HTTP fungerar bra under test men i produktion ska du använda " -"HTTPS. [ <a href=\"https://simplesamlphp.org/docs/stable/simplesamlphp-maintenance" -"\">Läs mer i dokumentet SimpleSAMLphp maintenance</a> ]" - -msgid "{core:frontpage:federation}" -msgstr "Federation" - -msgid "{core:frontpage:required_radius}" -msgstr "Obligatoriskt för Radius" - -msgid "{core:frontpage:checkphp}" -msgstr "Kontrollerar PHP-installationen" - -msgid "{core:frontpage:link_doc_idp}" -msgstr "Använda SimpleSAMLphp som Identity Provider" - -msgid "{core:frontpage:link_saml2example}" -msgstr "SAML 2.0 SP exempel - testinloggning med SAML 2.0 via din IdP" - -msgid "{core:frontpage:about_header}" -msgstr "Om SimpleSAMLphp" - -msgid "{core:frontpage:about_text}" -msgstr "" -"SimpleSAMLphp är cool, var kan jag läsa mer om det? Du kan hitta mer " -"information om <a " -"href=\"http://rnd.feide.no/simplesamlphp\">SimpleSAMLphp pĂĄ Feide RnD " -"blogg</a> hos <a href=\"http://uninett.no\">UNINETT</a>." - -msgid "{core:frontpage:useful_links_header}" -msgstr "Nyttiga länkar gällande installationen" - -msgid "{core:frontpage:metadata}" -msgstr "Metadata" - -msgid "{core:frontpage:recommended}" -msgstr "Rekommenderad" - -msgid "{core:frontpage:link_doc_googleapps}" -msgstr "SimpleSAMLphp som IdP för Google Apps for Education" - -msgid "{core:frontpage:tools}" -msgstr "Verktyg" - -msgid "{core:frontpage:deprecated}" -msgstr "Ej längre giltig" - -msgid "You are logged in as administrator" -msgstr "Du är inloggad som administratör" - msgid "Go back to the previous page and try again." msgstr "GĂĄ tillbaka till föregĂĄende sida och försök igen." @@ -178,56 +23,18 @@ msgstr "Om problemet kvarstĂĄr kan du rapportera det till systemadministratörer msgid "Welcome" msgstr "Välkommen" -msgid "SimpleSAMLphp configuration check" -msgstr "Konfigurationskontroll av SimpleSAMLphp" - -msgid "Metadata overview for your installation. Diagnose your metadata files" -msgstr "Ă–versikt över metadata i installationen. Diagnosera metadatafilerna" - -msgid "XML to SimpleSAMLphp metadata converter" -msgstr "XML till SimpleSAMLphp metadataöversättare" - -msgid "Required" -msgstr "Obligatoriskt" - -msgid "Warnings" -msgstr "Varningar" - -msgid "Documentation" -msgstr "Dokumentation" - msgid "Hosted Shibboleth 1.3 Service Provider Metadata (automatically generated)" msgstr "Lokala Shibboleth 1.3 Service Provider Metadata (automatiskt genererat)" -msgid "PHP info" -msgstr "PHPinfo" - -msgid "About SimpleSAMLphp" -msgstr "Om SimpleSAMLphp" - -msgid "Hosted SAML 2.0 Service Provider Metadata (automatically generated)" -msgstr "Lokala SAML 2.0 Service Provider Metadata (automatiskt genererat)" - msgid "Retry login" msgstr "Försök med inloggningen igen" -msgid "Required for LDAP" -msgstr "Obligatoriskt för LDAP" - msgid "Close the web browser, and try again." msgstr "Stäng din webbläsare och försök igen." -msgid "Federation" -msgstr "Federation" - msgid "We were unable to locate the state information for the current request." msgstr "Hittar inte tillstĂĄndsinformationen för aktuell förfrĂĄgan." -msgid "Delete my choices of IdP in the IdP discovery services" -msgstr "" -"Ta bort mina val av identitetsleverantör i listan över " -"identitetsleverantörer" - msgid "" "This is most likely a configuration problem on either the service " "provider or identity provider." @@ -235,11 +42,6 @@ msgstr "" "Detta beror oftast pĂĄ ett konfigurationsfel antingen i " "tjänsteleverantören eller identitetsutgivaren." -msgid "Configure Shibboleth 1.3 SP to work with SimpleSAMLphp IdP" -msgstr "" -"Konfigurera Shibboleth 1.3 SP för att fungera tillsammans med " -"SimpleSAMLphp IdP" - msgid "Using the back and forward buttons in the web browser." msgstr "Användning av framĂĄt- och bakĂĄtknappar i webbläsaren." @@ -252,12 +54,6 @@ msgstr "Webbkakor (Cookies) är avstängt i webbläsaren." msgid "Opened the web browser with tabs saved from the previous session." msgstr "Ă–ppnande av webbläsaren med sparade flikar frĂĄn tidigare användning." -msgid "Tools" -msgstr "Verktyg" - -msgid "Test configured authentication sources " -msgstr "Testa konfigurerade autentiserings källor" - msgid "" "You appear to have disabled cookies in your browser. Please check the " "settings in your browser, and try again." @@ -265,50 +61,12 @@ msgstr "" "Det verkar som om du har stängt av möjligheten till kakor (cookies) i din" " webbläsare. Kontrollera inställningarna i webbläsaren och försök igen." -msgid "Installing SimpleSAMLphp" -msgstr "Installerar SimpleSAMLphp" - -msgid "Deprecated" -msgstr "Ej längre giltig" - -msgid "" -"<strong>Congratulations</strong>, you have successfully installed " -"SimpleSAMLphp. This is the start page of your installation, where you " -"will find links to test examples, diagnostics, metadata and even links to" -" relevant documentation." -msgstr "" -"<strong>Gratulerar</strong>, du har framgĂĄngsrikt installerat " -"SimpleSAMLphp. Detta är grundinstallationens startsida där du t.ex. " -"hittar länkar till exempel, diagnostik och metadata men även länkar till " -"relevant dokumentation." - msgid "This error may be caused by:" msgstr "Detta fel kan bero pĂĄ:" -msgid "" -"<strong>You are not using HTTPS</strong> - encrypted communication with " -"the user. HTTP works fine for test purposes, but in a production " -"environment, you should use HTTPS. [ <a " -"href=\"https://simplesamlphp.org/docs/stable/simplesamlphp-" -"maintenance\">Read more about SimpleSAMLphp maintenance</a> ]" -msgstr "" -"<strong>Du använder inte HTTPS</strong> - krypterad kommunikation med " -"användaren. HTTP fungerar bra under test men i produktion ska du använda " -"HTTPS. [ <a href=\"https://simplesamlphp.org/docs/stable/simplesamlphp-maintenance" -"\">Läs mer i dokumentet SimpleSAMLphp maintenance</a> ]" - -msgid "Metadata" -msgstr "Metadata" - msgid "Retry" msgstr "Försök igen" -msgid "SimpleSAMLphp Maintenance and Configuration" -msgstr "SimpleSAMLphp skötsel och konfiguration" - -msgid "Diagnostics on hostname, port and protocol" -msgstr "Diagnosera värdnamn, port och protokoll" - msgid "" "If you are an user who received this error after following a link on a " "site, you should report this error to the owner of that site." @@ -316,59 +74,15 @@ msgstr "" "Om du är en användare och fick detta fel när du klickade pĂĄ en länk bör " "du rapportera felet till den som hanterar webbplatsen med länken." -msgid "Using SimpleSAMLphp as an Identity Provider" -msgstr "Använda SimpleSAMLphp som Identity Provider" - -msgid "Optional" -msgstr "Valfri" - msgid "Suggestions for resolving this problem:" msgstr "Förslag för att ĂĄtgärda detta problem:" -msgid "" -"This SimpleSAMLphp thing is pretty cool, where can I read more about it? " -"You can find more information about it at the <a " -"href=\"https://simplesamlphp.org/\">SimpleSAMLphp web page </a> over at " -"<a href=\"http://uninett.no\">UNINETT</a>." -msgstr "" -"SimpleSAMLphp är cool, var kan jag läsa mer om det? Du kan hitta mer " -"information om <a " -"href=\"http://rnd.feide.no/simplesamlphp\">SimpleSAMLphp pĂĄ Feide RnD " -"blogg</a> hos <a href=\"http://uninett.no\">UNINETT</a>." - msgid "Shibboleth 1.3 SP example - test logging in through your Shib IdP" msgstr "Shibboleth 1.3 SP exempel - testinloggning med SAML 2.0 via din IdP" -msgid "Authentication" -msgstr "Autentisering" - -msgid "SimpleSAMLphp installation page" -msgstr "Installationssida för SimpleSAMLphp" - -msgid "Show metadata" -msgstr "Visa metadata" - -msgid "SimpleSAMLphp as an IdP for Google Apps for Education" -msgstr "SimpleSAMLphp som IdP för Google Apps for Education" - msgid "State information lost" msgstr "TillstĂĄndsinformation är förlorad" -msgid "Hosted SAML 2.0 Identity Provider Metadata (automatically generated)" -msgstr "Lokala SAML 2.0 Identity Provider Metadata (automatiskt genererat)" - -msgid "OpenID Provider site - Alpha version (test code)" -msgstr "OpenID Provider sida - Alfa version (testkod)" - -msgid "Required for Radius" -msgstr "Obligatoriskt för Radius" - -msgid "SAML 2.0 SP example - test logging in through your IdP" -msgstr "SAML 2.0 SP exempel - testinloggning med SAML 2.0 via din IdP" - -msgid "Using SimpleSAMLphp as a Service Provider" -msgstr "Använda SimpleSAMLphp som Service Provider" - msgid "" "We have detected that there is only a few seconds since you last " "authenticated with this service provider, and therefore assume that there" @@ -378,9 +92,6 @@ msgstr "" "loggade in mot denna tjänst (service provider) och därför antar vi att " "det är ett problem med denna tjänst." -msgid "Recommended" -msgstr "Rekommenderad" - msgid "" "If you are a developer who is deploying a single sign-on solution, you " "have a problem with the metadata configuration. Verify that metadata is " @@ -390,36 +101,12 @@ msgstr "" "problem med metadatakonfigurationen. Kontrollera att metadata är korrekt " "konfigurerade bĂĄde i identitetsutgivare och tjänsteleverantören." -msgid "SimpleSAMLphp Advanced Features" -msgstr "SimpleSAMLphp avancerade funktioner" - msgid "Too short interval between single sign on events." msgstr "För kort intervall mellan inloggningar." -msgid "Checking your PHP installation" -msgstr "Kontrollerar PHP-installationen" - -msgid "" -"The length of query parameters is limited by the PHP Suhosin extension. " -"Please increase the suhosin.get.max_value_length option to at least 2048 " -"bytes." -msgstr "" -"Storleken pĂĄ förfrĂĄgningsparametrarna är begränsade av PHP-utökningen PHP" -" Suhosin. Ă–ka konfigurationsparametern suhosin.get.max_value_length till " -"minst 2048 bytes." - -msgid "Useful links for your installation" -msgstr "Nyttiga länkar gällande installationen" - -msgid "Configuration" -msgstr "Konfiguration" - msgid "Hosted Shibboleth 1.3 Identity Provider Metadata (automatically generated)" msgstr "Lokala Shibboleth 1.3 Identity Provider Metadata (automatiskt genererat)" -msgid "Login as administrator" -msgstr "Logga in som administratör" - msgid "Report this error" msgstr "Rapportera detta fel" diff --git a/modules/core/locales/tr/LC_MESSAGES/core.po b/modules/core/locales/tr/LC_MESSAGES/core.po index 4aef1be2d17ada7101ce6c972a43fdb05650a5f9..89f5e4bf1275f155e1591a68eb6cc011436c140c 100644 --- a/modules/core/locales/tr/LC_MESSAGES/core.po +++ b/modules/core/locales/tr/LC_MESSAGES/core.po @@ -1,4 +1,3 @@ - #, fuzzy msgid "" msgstr "" @@ -15,314 +14,19 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" -msgid "{core:frontpage:link_phpinfo}" -msgstr "PHP info" - -msgid "{core:frontpage:login_as_admin}" -msgstr "Yönetici olarak giriĹź" - -msgid "{core:frontpage:link_doc_sp}" -msgstr "SimpleSAMLphp'i Servis SaÄźlayıcı (SP) olarak kullanmak" - -msgid "{core:frontpage:link_meta_saml2sphosted}" -msgstr "" -"Sunulan SAML 2.0 Servis SaÄźlayıcı Ăśstverisi (metadata) (otomatik olarak " -"ĂĽretilmiĹźtir)" - -msgid "{core:frontpage:link_openidprovider}" -msgstr "OpenID Provider site - Alpha sĂĽrĂĽmĂĽ (test kodu)" - -msgid "{core:frontpage:link_doc_install}" -msgstr "SimpleSAMLphp kuruluyor" - -msgid "{core:frontpage:link_diagnostics}" -msgstr "Bilgisayar adı, port ve protokol ĂĽzerine kontroller" - -msgid "{core:frontpage:link_meta_saml2idphosted}" -msgstr "" -"Sunulan SAML 2.0 Kimlik SaÄźlayıcı Ăśstverisi (metadata) (otomatik olarak " -"ĂĽretilmiĹźtir)" - -msgid "{core:frontpage:optional}" -msgstr "İsteÄźe baÄźlı" - -msgid "{core:frontpage:doc_header}" -msgstr "DokĂĽmantasyon" - -msgid "{core:frontpage:link_doc_advanced}" -msgstr "SimpleSAMLphp GeliĹźmiĹź Ă–zellikler" - -msgid "{core:frontpage:required_ldap}" -msgstr "LDAP için gerekli" - -msgid "{core:frontpage:authtest}" -msgstr "DĂĽzenlenmiĹź kimlik doÄźrulama kaynaklarını test et" - -msgid "{core:frontpage:link_meta_overview}" -msgstr "" -"Kurulumunuz için ĂĽstveri (metadata) bilgisi. Ăśstveri dosyalarınızı " -"kontrol edin." - -msgid "{core:frontpage:configuration}" -msgstr "Konfigurasyon" - -msgid "{core:frontpage:welcome}" -msgstr "HoĹźgeldiniz" - -msgid "{core:frontpage:link_doc_shibsp}" -msgstr "Shibboleth 1.3 SP'yi SimpleSAMLphp IdP ile çalışması için dĂĽzenle" - -msgid "{core:frontpage:metadata_header}" -msgstr "Ăśstveri (Metadata)" - -msgid "{core:frontpage:link_doc_maintenance}" -msgstr "SimpleSAMLphp Bakım ve DĂĽzenleme" - -msgid "{core:frontpage:link_configcheck}" -msgstr "SimpleSAMLphp konfigĂĽrasyon kontrolĂĽ" - -msgid "{core:frontpage:warnings}" -msgstr "Uyarılar" - -msgid "{core:frontpage:link_xmlconvert}" -msgstr "XML'den SimpleSAMLphp'e ĂĽstveri (metadata) dönĂĽĹźtĂĽrĂĽcĂĽ" - -msgid "{core:frontpage:link_cleardiscochoices}" -msgstr "IdP tanıtım servisleri arasındaki IdP seçimlerimi sil" - -msgid "{core:frontpage:loggedin_as_admin}" -msgstr "Yönetici olarak girdiniz" - -msgid "{core:frontpage:auth}" -msgstr "Kimlik DoÄźrulama" - -msgid "{core:frontpage:show_metadata}" -msgstr "Ăśstveri (Metadata) göster" - -msgid "{core:frontpage:intro}" -msgstr "" -"<strong>Tebrikler</strong>, SimpleSAMLphp'i baĹźarıyla yĂĽklediniz. Bu " -"sayfa, test örneklerine, kontrollere, ĂĽstveriye (metadata) ve hatta " -"ilgili dokĂĽmanlara baÄźlantılar bulabileceÄźiniz, kurulumun baĹźlangıç " -"sayfasıdır." - -msgid "{core:frontpage:required}" -msgstr "Gerekli" - -msgid "{core:frontpage:warnings_https}" -msgstr "" -"Kullanıcıyla Ĺźifreli iletiĹźim -<strong>HTTPS kullanmıyorsunuz</strong>. " -"HTTP test amaçlı olarak kullanılabilir, ancak ĂĽretim ortamında, HTTPS " -"kullanmalısınız. [ <a href=\"http://rnd.feide.no/content/simplesamlphp-" -"maintenance-and-configuration\">SimpleSAMLphp bakımı hakkında daha " -"fazlasını okuyun</a> ]" - -msgid "{core:frontpage:federation}" -msgstr "Federasyon" - -msgid "{core:frontpage:required_radius}" -msgstr "Radius için gerekli" - -msgid "{core:frontpage:checkphp}" -msgstr "PHP kurulumunuz kontrol ediliyor" - -msgid "{core:frontpage:link_doc_idp}" -msgstr "SimpleSAMLphp'i Kimlik SaÄźlayıcı (IdP) olarak kullanmak" - -msgid "{core:frontpage:link_saml2example}" -msgstr "SAML 2.0 SP örneÄźi - IdP'nizden giriĹź yaparak test edin" - -msgid "{core:frontpage:about_header}" -msgstr "SimpleSAMLphp hakkında" - -msgid "{core:frontpage:about_text}" -msgstr "" -"Bu SimpleSAMLphp oldukça iyiymiĹź, daha fazla bilgiyi nereden " -"okuyabilirim? <a href=\"http://uninett.no\">UNINETT</a> ĂĽzerinde <a " -"href=\"http://rnd.feide.no/simplesamlphp\">Feide RnD blog'unda " -"SimpleSAMLphp </a> hakkında daha fazlasını bulabilirsiniz." - -msgid "{core:frontpage:useful_links_header}" -msgstr "Kurulumunuz için faydalı linkler" - -msgid "{core:frontpage:metadata}" -msgstr "Ăśstveri (Metadata)" - -msgid "{core:frontpage:recommended}" -msgstr "Tavsiye edilen" - -msgid "{core:frontpage:link_doc_googleapps}" -msgstr "" -"\"Google Apps for Education\" için kimlik saÄźlayıcı (IdP) olarak " -"SimpleSAMLphp " - -msgid "{core:frontpage:tools}" -msgstr "Araçlar" - -msgid "You are logged in as administrator" -msgstr "Yönetici olarak girdiniz" - msgid "Welcome" msgstr "HoĹźgeldiniz" -msgid "SimpleSAMLphp configuration check" -msgstr "SimpleSAMLphp konfigĂĽrasyon kontrolĂĽ" - -msgid "Metadata overview for your installation. Diagnose your metadata files" -msgstr "" -"Kurulumunuz için ĂĽstveri (metadata) bilgisi. Ăśstveri dosyalarınızı " -"kontrol edin." - -msgid "XML to SimpleSAMLphp metadata converter" -msgstr "XML'den SimpleSAMLphp'e ĂĽstveri (metadata) dönĂĽĹźtĂĽrĂĽcĂĽ" - -msgid "Required" -msgstr "Gerekli" - -msgid "Warnings" -msgstr "Uyarılar" - -msgid "Documentation" -msgstr "DokĂĽmantasyon" - msgid "Hosted Shibboleth 1.3 Service Provider Metadata (automatically generated)" msgstr "" "Sunulan Shibboleth 1.3 Servis SaÄźlayıcı Ăśstverisi (metadata) (otomatik " "olarak ĂĽretilmiĹźtir)" -msgid "PHP info" -msgstr "PHP info" - -msgid "About SimpleSAMLphp" -msgstr "SimpleSAMLphp hakkında" - -msgid "Hosted SAML 2.0 Service Provider Metadata (automatically generated)" -msgstr "" -"Sunulan SAML 2.0 Servis SaÄźlayıcı Ăśstverisi (metadata) (otomatik olarak " -"ĂĽretilmiĹźtir)" - -msgid "Required for LDAP" -msgstr "LDAP için gerekli" - -msgid "Federation" -msgstr "Federasyon" - -msgid "Delete my choices of IdP in the IdP discovery services" -msgstr "IdP tanıtım servisleri arasındaki IdP seçimlerimi sil" - -msgid "Configure Shibboleth 1.3 SP to work with SimpleSAMLphp IdP" -msgstr "Shibboleth 1.3 SP'yi SimpleSAMLphp IdP ile çalışması için dĂĽzenle" - -msgid "Tools" -msgstr "Araçlar" - -msgid "Test configured authentication sources " -msgstr "DĂĽzenlenmiĹź kimlik doÄźrulama kaynaklarını test et" - -msgid "Installing SimpleSAMLphp" -msgstr "SimpleSAMLphp kuruluyor" - -msgid "" -"<strong>Congratulations</strong>, you have successfully installed " -"SimpleSAMLphp. This is the start page of your installation, where you " -"will find links to test examples, diagnostics, metadata and even links to" -" relevant documentation." -msgstr "" -"<strong>Tebrikler</strong>, SimpleSAMLphp'i baĹźarıyla yĂĽklediniz. Bu " -"sayfa, test örneklerine, kontrollere, ĂĽstveriye (metadata) ve hatta " -"ilgili dokĂĽmanlara baÄźlantılar bulabileceÄźiniz, kurulumun baĹźlangıç " -"sayfasıdır." - -msgid "" -"<strong>You are not using HTTPS</strong> - encrypted communication with " -"the user. HTTP works fine for test purposes, but in a production " -"environment, you should use HTTPS. [ <a " -"href=\"https://simplesamlphp.org/docs/stable/simplesamlphp-" -"maintenance\">Read more about SimpleSAMLphp maintenance</a> ]" -msgstr "" -"Kullanıcıyla Ĺźifreli iletiĹźim -<strong>HTTPS kullanmıyorsunuz</strong>. " -"HTTP test amaçlı olarak kullanılabilir, ancak ĂĽretim ortamında, HTTPS " -"kullanmalısınız. [ <a href=\"http://rnd.feide.no/content/simplesamlphp-" -"maintenance-and-configuration\">SimpleSAMLphp bakımı hakkında daha " -"fazlasını okuyun</a> ]" - -msgid "Metadata" -msgstr "Ăśstveri (Metadata)" - -msgid "SimpleSAMLphp Maintenance and Configuration" -msgstr "SimpleSAMLphp Bakım ve DĂĽzenleme" - -msgid "Diagnostics on hostname, port and protocol" -msgstr "Bilgisayar adı, port ve protokol ĂĽzerine kontroller" - -msgid "Using SimpleSAMLphp as an Identity Provider" -msgstr "SimpleSAMLphp'i Kimlik SaÄźlayıcı (IdP) olarak kullanmak" - -msgid "Optional" -msgstr "İsteÄźe baÄźlı" - -msgid "" -"This SimpleSAMLphp thing is pretty cool, where can I read more about it? " -"You can find more information about it at the <a " -"href=\"https://simplesamlphp.org/\">SimpleSAMLphp web page </a> over at " -"<a href=\"http://uninett.no\">UNINETT</a>." -msgstr "" -"Bu SimpleSAMLphp oldukça iyiymiĹź, daha fazla bilgiyi nereden " -"okuyabilirim? <a href=\"http://uninett.no\">UNINETT</a> ĂĽzerinde <a " -"href=\"http://rnd.feide.no/simplesamlphp\">Feide RnD blog'unda " -"SimpleSAMLphp </a> hakkında daha fazlasını bulabilirsiniz." - msgid "Shibboleth 1.3 SP example - test logging in through your Shib IdP" msgstr "Shibboleth 1.3 SP örneÄźi - Shib IdP'nizden giriĹź yaparak test edin" -msgid "Authentication" -msgstr "Kimlik DoÄźrulama" - -msgid "Show metadata" -msgstr "Ăśstveri (Metadata) göster" - -msgid "SimpleSAMLphp as an IdP for Google Apps for Education" -msgstr "" -"\"Google Apps for Education\" için kimlik saÄźlayıcı (IdP) olarak " -"SimpleSAMLphp " - -msgid "Hosted SAML 2.0 Identity Provider Metadata (automatically generated)" -msgstr "" -"Sunulan SAML 2.0 Kimlik SaÄźlayıcı Ăśstverisi (metadata) (otomatik olarak " -"ĂĽretilmiĹźtir)" - -msgid "OpenID Provider site - Alpha version (test code)" -msgstr "OpenID Provider site - Alpha sĂĽrĂĽmĂĽ (test kodu)" - -msgid "Required for Radius" -msgstr "Radius için gerekli" - -msgid "SAML 2.0 SP example - test logging in through your IdP" -msgstr "SAML 2.0 SP örneÄźi - IdP'nizden giriĹź yaparak test edin" - -msgid "Using SimpleSAMLphp as a Service Provider" -msgstr "SimpleSAMLphp'i Servis SaÄźlayıcı (SP) olarak kullanmak" - -msgid "Recommended" -msgstr "Tavsiye edilen" - -msgid "SimpleSAMLphp Advanced Features" -msgstr "SimpleSAMLphp GeliĹźmiĹź Ă–zellikler" - -msgid "Checking your PHP installation" -msgstr "PHP kurulumunuz kontrol ediliyor" - -msgid "Useful links for your installation" -msgstr "Kurulumunuz için faydalı linkler" - -msgid "Configuration" -msgstr "Konfigurasyon" - msgid "Hosted Shibboleth 1.3 Identity Provider Metadata (automatically generated)" msgstr "" "Sunulan Shibboleth 1.3 Kimlik SaÄźlayıcı Ăśstverisi (metadata) (otomatik " "olarak ĂĽretilmiĹźtir)" -msgid "Login as administrator" -msgstr "Yönetici olarak giriĹź" - diff --git a/modules/core/locales/xh/LC_MESSAGES/core.po b/modules/core/locales/xh/LC_MESSAGES/core.po index 3eea405c3e87c066dfd4e4071fc0241134a099ed..6fdd9bfd76df221e1436ab517885fd271c6f40ea 100644 --- a/modules/core/locales/xh/LC_MESSAGES/core.po +++ b/modules/core/locales/xh/LC_MESSAGES/core.po @@ -1,4 +1,3 @@ - #, fuzzy msgid "" msgstr "" @@ -14,7 +13,9 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 1.3\n" -msgid "{core:cardinality:cardinality_text}" +msgid "" +"One or more of the attributes supplied by your identity provider did not " +"contain the expected number of values." msgstr "" "Uphawu olunye okanye olungakumbi olunikelwe ngumboonelei wesazisi sakho " "aluqulethanga inani lamaxabiso alindelekileyo." @@ -22,15 +23,6 @@ msgstr "" msgid "Retry" msgstr "Zama kwakhona" -msgid "{core:cardinality:problematic_attributes}" -msgstr "Iimpawu eziyingxaki zezi:" - -msgid "{core:cardinality:cardinality_header}" -msgstr "Iimpawu Ezingachanekanga" - -msgid "{core:cardinality:got_want}" -msgstr "kukho amaxabiso e-%GOT%, sifuna %WANT%" - msgid "This error may be caused by:" msgstr "Le mpazamo isenokuba ibangelwe:" diff --git a/modules/core/locales/zh-tw/LC_MESSAGES/core.po b/modules/core/locales/zh-tw/LC_MESSAGES/core.po index 72f3e181d5c8632d4fe9f70ede4296a647d0b52e..fd343e07c73948b2dbac469f5e70a6bdd70cac93 100644 --- a/modules/core/locales/zh-tw/LC_MESSAGES/core.po +++ b/modules/core/locales/zh-tw/LC_MESSAGES/core.po @@ -1,4 +1,3 @@ - #, fuzzy msgid "" msgstr "" @@ -15,159 +14,6 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" -msgid "{core:frontpage:link_phpinfo}" -msgstr "PHP 資訊" - -msgid "{core:frontpage:login_as_admin}" -msgstr "以管ç†ĺ“ˇčş«ĺ†ç™»ĺ…Ą" - -msgid "{core:frontpage:link_doc_sp}" -msgstr "使用 SimpleSAMLphp ĺšç‚şćśŤĺ‹™ćŹäľ›č€…" - -msgid "{core:frontpage:link_meta_saml2sphosted}" -msgstr "託管 SAML 2.0 服務ćŹäľ›č€…詮釋資料(自動產生)" - -msgid "{core:frontpage:link_openidprovider}" -msgstr "OpenID ćŹäľ›ç¶˛ç«™ - 開發ç‰ćś¬(測試碼)" - -msgid "{core:frontpage:link_doc_install}" -msgstr "SimpleSAMLphp 安裝ä¸" - -msgid "{core:frontpage:link_diagnostics}" -msgstr "診斷主機ĺŤç¨±ďĽŚé€ŁćŽĄĺź ĺŹŠĺŤ”ĺ®š" - -msgid "{core:frontpage:link_meta_saml2idphosted}" -msgstr "託管 SAML 2.0 é©—č‰ćŹäľ›č€…詮釋資料(自動產生)" - -msgid "{core:frontpage:optional}" -msgstr "é¸é …" - -msgid "{core:frontpage:doc_header}" -msgstr "說ćŽć–‡ä»¶" - -msgid "{core:frontpage:link_doc_advanced}" -msgstr "SimpleSAMLphp 進階功č˝" - -msgid "{core:frontpage:required_ldap}" -msgstr "éś€č¦ LDAP" - -msgid "{core:frontpage:warnings_secretsalt}" -msgstr "" -"<strong>目前č¨ĺ®šćŞ”ä˝żç”¨é č¨çš„雜湊ĺŹć•¸(salt)</strong> - 在您上線é‹ä˝śĺ‰Ťč«‹ç˘şčŞŤć‚¨ĺ·˛ć–Ľ simpleSAML " -"č¨ĺ®šé ä¸äż®ć”ąé č¨çš„ 'secretsalt'。[<a href=\"https://simplesamlphp.org/docs/stable" -"/simplesamlphp-install\">閱讀更多關於 SimpleSAMLphp č¨ĺ®šĺ€Ľ</a> ]" - -msgid "{core:frontpage:authtest}" -msgstr "測試č¨ĺ®šĺĄ˝çš„認č‰äľ†ćş" - -msgid "{core:frontpage:link_meta_overview}" -msgstr "您安裝的詮釋資料概觀。診斷您的詮釋資料檔ćˇ" - -msgid "{core:frontpage:configuration}" -msgstr "č¨ĺ®š" - -msgid "{core:frontpage:welcome}" -msgstr "ćˇčżŽ" - -msgid "{core:frontpage:link_doc_shibsp}" -msgstr "č¨ĺ®š Shibboleth 1.3 SP 讓其可跟 SimpleSAMLphp IdP 一起é‹ä˝ś" - -msgid "{core:frontpage:metadata_header}" -msgstr "詮釋資料" - -msgid "{core:frontpage:link_doc_maintenance}" -msgstr "SimpleSAMLphp ç¶č·ĺŹŠč¨ĺ®š" - -msgid "{core:frontpage:link_configcheck}" -msgstr "SimpleSAMLphp č¨ĺ®šćŞ˘ćźĄ" - -msgid "{core:frontpage:page_title}" -msgstr "SimpleSAMLphp 安裝é 面" - -msgid "{core:frontpage:warnings}" -msgstr "č¦ĺ‘Š" - -msgid "{core:frontpage:link_xmlconvert}" -msgstr "XML 至 SimpleSAMLphp 詮釋資料翻čŻĺ™¨" - -msgid "{core:frontpage:link_cleardiscochoices}" -msgstr "ĺŞé™¤ć‘é¸ć“‡çš„ IdP ć–Ľ IdP ćśĺ°‹ćśŤĺ‹™" - -msgid "{core:frontpage:loggedin_as_admin}" -msgstr "ä˝ ĺ·˛ç¶“ç™»ĺ…Ąć為管ç†ĺ“ˇ" - -msgid "{core:frontpage:auth}" -msgstr "認č‰" - -msgid "{core:frontpage:show_metadata}" -msgstr "顯示詮釋資料" - -msgid "{core:frontpage:intro}" -msgstr "" -"<strong>ćĺ–śä˝ </strong>,您已經ć功的安裝 " -"SimpleSAMLphp。這ćŻĺ®‰čŁťçš„é–‹ĺ§‹é 面,在這裡您可以找ĺ°ć¸¬č©¦çŻ„ćś¬ă€č¨şć–·ĺ·Ąĺ…·ă€č©®é‡‹čł‡ć–™ĺŹŠĺ„種相關文件的連çµă€‚" - -msgid "{core:frontpage:required}" -msgstr "請求" - -msgid "{core:frontpage:warnings_suhosin_url_length}" -msgstr "" -"變數č¦ć±‚長度於 PHP Suhosin 套件ä¸č˘«é™ĺ¶ă€‚č«‹ĺ˘žĺŠ suhosin.get.max_value_length äą‹ĺŹć•¸č‡ł 2048 " -"bytes 以上。" - -msgid "{core:frontpage:warnings_https}" -msgstr "" -"<strong>您不ćŻä˝żç”¨ HTTPS </strong>-於使用的傳輸éŽç¨‹ä¸ĺŠ ĺŻ†ă€‚HTTP " -"可以ćŁĺ¸¸çš„ĺ©ç”¨ć–Ľć¸¬č©¦ďĽŚä˝†ćŻĺś¨ä¸Šç·šç’°ĺ˘čŁˇďĽŚć‚¨é‚„ćŻéś€č¦ä˝żç”¨ HTTPS。[ <a href=\"http://rnd.feide.no/content" -"/simplesamlphp-maintenance-and-configuration\">閱讀更多有關於 SimpleSAMLphp " -"çš„ç¶č·ć–ąĺĽŹ</a> ]" - -msgid "{core:frontpage:federation}" -msgstr "čŻç›ź" - -msgid "{core:frontpage:required_radius}" -msgstr "éś€č¦ Radius" - -msgid "{core:frontpage:checkphp}" -msgstr "檢查您安裝的 PHP" - -msgid "{core:frontpage:link_doc_idp}" -msgstr "使用 SimpleSAMLphp ĺšç‚şé©—č‰ćŹäľ›č€…" - -msgid "{core:frontpage:link_saml2example}" -msgstr "SAML 2.0 SP 範本 - 測試使用您的 IdP 登入" - -msgid "{core:frontpage:about_header}" -msgstr "有關 SimpleSAMLphp" - -msgid "{core:frontpage:about_text}" -msgstr "" -"覺得 SimpleSAMLphp é‚„č »é…·çš„ĺ›ďĽŚĺś¨ĺ“ŞčŁˇĺŹŻä»Ąć‰ľĺ°ć›´ĺ¤šç›¸é—śčł‡č¨ŠďĽźä˝ 可以在下ĺ—網址找ĺ°ć›´ĺ¤šç›¸é—śčł‡č¨ŠďĽŚć–Ľ <a " -"href=\"http://uninett.no\">UNINETT</a> çš„ <a " -"href=\"http://rnd.feide.no/simplesamlphp\">SimpleSAMLphp at the Feide RnD" -" 開發者é¨č˝ć Ľ</a>" - -msgid "{core:frontpage:useful_links_header}" -msgstr "已安裝的常用連çµ" - -msgid "{core:frontpage:metadata}" -msgstr "詮釋資料" - -msgid "{core:frontpage:recommended}" -msgstr "建č°" - -msgid "{core:frontpage:link_doc_googleapps}" -msgstr "SimpleSAMLphp ĺšç‚ş Google Apps 教育ç‰çš„ IdP" - -msgid "{core:frontpage:tools}" -msgstr "ĺ·Ąĺ…·" - -msgid "{core:frontpage:deprecated}" -msgstr "棄置" - -msgid "You are logged in as administrator" -msgstr "ä˝ ĺ·˛ç¶“ç™»ĺ…Ąć為管ç†ĺ“ˇ" - msgid "Go back to the previous page and try again." msgstr "回ĺ°ä¸Šä¸€é 並再試一次。" @@ -177,62 +23,23 @@ msgstr "如果這個錯誤ćŚçşŚĺ在,您可以將ĺ®ĺ›žĺ ±çł»çµ±ç®ˇç†č€…。 msgid "Welcome" msgstr "ćˇčżŽ" -msgid "SimpleSAMLphp configuration check" -msgstr "SimpleSAMLphp č¨ĺ®šćŞ˘ćźĄ" - -msgid "Metadata overview for your installation. Diagnose your metadata files" -msgstr "您安裝的詮釋資料概觀。診斷您的詮釋資料檔ćˇ" - -msgid "XML to SimpleSAMLphp metadata converter" -msgstr "XML 至 SimpleSAMLphp 詮釋資料翻čŻĺ™¨" - -msgid "Required" -msgstr "請求" - -msgid "Warnings" -msgstr "č¦ĺ‘Š" - -msgid "Documentation" -msgstr "說ćŽć–‡ä»¶" - msgid "Hosted Shibboleth 1.3 Service Provider Metadata (automatically generated)" msgstr "託管 Shibboleth 1.3 服務ćŹäľ›č€…詮釋資料(自動產生)" -msgid "PHP info" -msgstr "PHP 資訊" - -msgid "About SimpleSAMLphp" -msgstr "有關 SimpleSAMLphp" - -msgid "Hosted SAML 2.0 Service Provider Metadata (automatically generated)" -msgstr "託管 SAML 2.0 服務ćŹäľ›č€…詮釋資料(自動產生)" - msgid "Retry login" msgstr "重試登入" -msgid "Required for LDAP" -msgstr "éś€č¦ LDAP" - msgid "Close the web browser, and try again." msgstr "關閉網é 瀏覽器,並再試一次。" -msgid "Federation" -msgstr "čŻç›ź" - msgid "We were unable to locate the state information for the current request." msgstr "ć‘們無法找ĺ°é—ść–Ľé€™ĺ€‹č«‹ć±‚的狀態資訊。" -msgid "Delete my choices of IdP in the IdP discovery services" -msgstr "ĺŞé™¤ć‘é¸ć“‡çš„ IdP ć–Ľ IdP ćśĺ°‹ćśŤĺ‹™" - msgid "" "This is most likely a configuration problem on either the service " "provider or identity provider." msgstr "服務ćŹäľ›č€…ć–é©—č‰ćŹäľ›č€…äą‹č¨ĺ®šćŞ”ĺŹŻč˝ćś‰ĺ•ŹéˇŚă€‚" -msgid "Configure Shibboleth 1.3 SP to work with SimpleSAMLphp IdP" -msgstr "č¨ĺ®š Shibboleth 1.3 SP 讓其可跟 SimpleSAMLphp IdP 一起é‹ä˝ś" - msgid "Using the back and forward buttons in the web browser." msgstr "於網é 瀏覽器使用上一é 及下一é 。" @@ -245,172 +52,49 @@ msgstr "網é 瀏覽器的 Cookies 可č˝č˘«é—śé–‰ă€‚" msgid "Opened the web browser with tabs saved from the previous session." msgstr "您使用網é 瀏覽器儲ĺ標籤開啟了上一次的連線。" -msgid "Tools" -msgstr "ĺ·Ąĺ…·" - -msgid "Test configured authentication sources " -msgstr "測試č¨ĺ®šĺĄ˝çš„認č‰äľ†ćş" - msgid "" "You appear to have disabled cookies in your browser. Please check the " "settings in your browser, and try again." msgstr "您可č˝é—śé–‰äş†ç€Źč¦˝ĺ™¨ cookie 支援,請檢查瀏覽器č¨ĺ®šďĽŚç„¶ĺľŚĺ†Ťč©¦ä¸€ć¬ˇă€‚" -msgid "Installing SimpleSAMLphp" -msgstr "SimpleSAMLphp 安裝ä¸" - -msgid "Deprecated" -msgstr "棄置" - -msgid "" -"<strong>Congratulations</strong>, you have successfully installed " -"SimpleSAMLphp. This is the start page of your installation, where you " -"will find links to test examples, diagnostics, metadata and even links to" -" relevant documentation." -msgstr "" -"<strong>ćĺ–śä˝ </strong>,您已經ć功的安裝 " -"SimpleSAMLphp。這ćŻĺ®‰čŁťçš„é–‹ĺ§‹é 面,在這裡您可以找ĺ°ć¸¬č©¦çŻ„ćś¬ă€č¨şć–·ĺ·Ąĺ…·ă€č©®é‡‹čł‡ć–™ĺŹŠĺ„種相關文件的連çµă€‚" - msgid "This error may be caused by:" msgstr "這個錯誤可č˝ćŻĺ› 為:" -msgid "" -"<strong>You are not using HTTPS</strong> - encrypted communication with " -"the user. HTTP works fine for test purposes, but in a production " -"environment, you should use HTTPS. [ <a " -"href=\"https://simplesamlphp.org/docs/stable/simplesamlphp-" -"maintenance\">Read more about SimpleSAMLphp maintenance</a> ]" -msgstr "" -"<strong>您不ćŻä˝żç”¨ HTTPS </strong>-於使用的傳輸éŽç¨‹ä¸ĺŠ ĺŻ†ă€‚HTTP " -"可以ćŁĺ¸¸çš„ĺ©ç”¨ć–Ľć¸¬č©¦ďĽŚä˝†ćŻĺś¨ä¸Šç·šç’°ĺ˘čŁˇďĽŚć‚¨é‚„ćŻéś€č¦ä˝żç”¨ HTTPS。[ <a href=\"http://rnd.feide.no/content" -"/simplesamlphp-maintenance-and-configuration\">閱讀更多有關於 SimpleSAMLphp " -"çš„ç¶č·ć–ąĺĽŹ</a> ]" - -msgid "Metadata" -msgstr "詮釋資料" - msgid "Retry" msgstr "重試" -msgid "SimpleSAMLphp Maintenance and Configuration" -msgstr "SimpleSAMLphp ç¶č·ĺŹŠč¨ĺ®š" - -msgid "Diagnostics on hostname, port and protocol" -msgstr "診斷主機ĺŤç¨±ďĽŚé€ŁćŽĄĺź ĺŹŠĺŤ”ĺ®š" - msgid "" "If you are an user who received this error after following a link on a " "site, you should report this error to the owner of that site." msgstr "若您ćŻĺ€‹ä˝żç”¨č€…,而您於ć¤ç¶˛ç«™ć”¶ĺ°ä¸‹ĺ—連çµďĽŚč«‹ĺŹŤć ć¤éŚŻčŞ¤çµ¦ć¤ç«™ç®ˇç†ĺ“ˇă€‚" -msgid "Using SimpleSAMLphp as an Identity Provider" -msgstr "使用 SimpleSAMLphp ĺšç‚şé©—č‰ćŹäľ›č€…" - -msgid "Optional" -msgstr "é¸é …" - msgid "Suggestions for resolving this problem:" msgstr "建č°č§Łć±şé€™ĺ€‹ĺ•ŹéˇŚďĽš" -msgid "" -"This SimpleSAMLphp thing is pretty cool, where can I read more about it? " -"You can find more information about it at the <a " -"href=\"https://simplesamlphp.org/\">SimpleSAMLphp web page </a> over at " -"<a href=\"http://uninett.no\">UNINETT</a>." -msgstr "" -"覺得 SimpleSAMLphp é‚„č »é…·çš„ĺ›ďĽŚĺś¨ĺ“ŞčŁˇĺŹŻä»Ąć‰ľĺ°ć›´ĺ¤šç›¸é—śčł‡č¨ŠďĽźä˝ 可以在下ĺ—網址找ĺ°ć›´ĺ¤šç›¸é—śčł‡č¨ŠďĽŚć–Ľ <a " -"href=\"http://uninett.no\">UNINETT</a> çš„ <a " -"href=\"http://rnd.feide.no/simplesamlphp\">SimpleSAMLphp at the Feide RnD" -" 開發者é¨č˝ć Ľ</a>" - msgid "Shibboleth 1.3 SP example - test logging in through your Shib IdP" msgstr "Shibboleth 1.3 SP 範本 - 測試使用您的 Shib IdP 登入" -msgid "Authentication" -msgstr "認č‰" - -msgid "SimpleSAMLphp installation page" -msgstr "SimpleSAMLphp 安裝é 面" - -msgid "Show metadata" -msgstr "顯示詮釋資料" - -msgid "SimpleSAMLphp as an IdP for Google Apps for Education" -msgstr "SimpleSAMLphp ĺšç‚ş Google Apps 教育ç‰çš„ IdP" - msgid "State information lost" msgstr "éşĺ¤±ç‹€ć…‹čł‡č¨Š" -msgid "Hosted SAML 2.0 Identity Provider Metadata (automatically generated)" -msgstr "託管 SAML 2.0 é©—č‰ćŹäľ›č€…詮釋資料(自動產生)" - -msgid "OpenID Provider site - Alpha version (test code)" -msgstr "OpenID ćŹäľ›ç¶˛ç«™ - 開發ç‰ćś¬(測試碼)" - -msgid "Required for Radius" -msgstr "éś€č¦ Radius" - -msgid "SAML 2.0 SP example - test logging in through your IdP" -msgstr "SAML 2.0 SP 範本 - 測試使用您的 IdP 登入" - -msgid "Using SimpleSAMLphp as a Service Provider" -msgstr "使用 SimpleSAMLphp ĺšç‚şćśŤĺ‹™ćŹäľ›č€…" - msgid "" "We have detected that there is only a few seconds since you last " "authenticated with this service provider, and therefore assume that there" " is a problem with this SP." msgstr "ć‘們ĺµć¸¬ĺ°č·ťé›˘ć‚¨ćś€ĺľŚä¸€ć¬ˇé©—č‰ć–Ľé€™ĺ€‹ćśŤĺ‹™ćŹäľ›č€…只有çźçźĺąľç§’,而這可č˝ćŻ SP 有點問題。" -msgid "Recommended" -msgstr "建č°" - msgid "" "If you are a developer who is deploying a single sign-on solution, you " "have a problem with the metadata configuration. Verify that metadata is " "configured correctly on both the identity provider and service provider." msgstr "若您ćŻĺ–®ä¸€ç°˝ĺ…Ąç¨‹ĺĽŹé–‹ç™Ľäşşĺ“ˇďĽŚć‚¨çš„詮釋資料č¨ĺ®šĺŹŻč˝ćś‰ĺ•ŹéˇŚă€‚請確認服務ćŹäľ›č€…ć–é©—č‰ćŹäľ›č€…之詮釋資料č¨ĺ®šćŞ”ćŻĺ¦ćŁç˘şă€‚" -msgid "SimpleSAMLphp Advanced Features" -msgstr "SimpleSAMLphp 進階功č˝" - msgid "Too short interval between single sign on events." msgstr "單一簽入事件間隔éŽçźă€‚" -msgid "Checking your PHP installation" -msgstr "檢查您安裝的 PHP" - -msgid "" -"The length of query parameters is limited by the PHP Suhosin extension. " -"Please increase the suhosin.get.max_value_length option to at least 2048 " -"bytes." -msgstr "" -"變數č¦ć±‚長度於 PHP Suhosin 套件ä¸č˘«é™ĺ¶ă€‚č«‹ĺ˘žĺŠ suhosin.get.max_value_length äą‹ĺŹć•¸č‡ł 2048 " -"bytes 以上。" - -msgid "Useful links for your installation" -msgstr "已安裝的常用連çµ" - -msgid "Configuration" -msgstr "č¨ĺ®š" - msgid "Hosted Shibboleth 1.3 Identity Provider Metadata (automatically generated)" msgstr "託管Shibboleth 1.3 é©—č‰ćŹäľ›č€…詮釋資料(自動產生)" -msgid "" -"<strong>The configuration uses the default secret salt</strong> - make " -"sure you modify the default 'secretsalt' option in the simpleSAML " -"configuration in production environments. [<a " -"href=\"https://simplesamlphp.org/docs/stable/simplesamlphp-install\">Read" -" more about SimpleSAMLphp configuration</a> ]" -msgstr "" -"<strong>目前č¨ĺ®šćŞ”ä˝żç”¨é č¨çš„雜湊ĺŹć•¸(salt)</strong> - 在您上線é‹ä˝śĺ‰Ťč«‹ç˘şčŞŤć‚¨ĺ·˛ć–Ľ simpleSAML " -"č¨ĺ®šé ä¸äż®ć”ąé č¨çš„ 'secretsalt'。[<a href=\"https://simplesamlphp.org/docs/stable" -"/simplesamlphp-install\">閱讀更多關於 SimpleSAMLphp č¨ĺ®šĺ€Ľ</a> ]" - -msgid "Login as administrator" -msgstr "以管ç†ĺ“ˇčş«ĺ†ç™»ĺ…Ą" - msgid "Report this error" msgstr "ĺ›žĺ ±é€™ĺ€‹éŚŻčŞ¤" diff --git a/modules/core/locales/zh/LC_MESSAGES/core.po b/modules/core/locales/zh/LC_MESSAGES/core.po index b1d2db398b26b8f517e51303510fee073bedaa36..44bf519421ddfcf55e300689f8bfe162c71bd4d4 100644 --- a/modules/core/locales/zh/LC_MESSAGES/core.po +++ b/modules/core/locales/zh/LC_MESSAGES/core.po @@ -1,4 +1,3 @@ - #, fuzzy msgid "" msgstr "" @@ -15,148 +14,6 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" -msgid "{core:frontpage:link_phpinfo}" -msgstr "PHP信ćŻ" - -msgid "{core:frontpage:login_as_admin}" -msgstr "作为管ç†ĺ‘登录" - -msgid "{core:frontpage:link_doc_sp}" -msgstr "ćŁĺś¨ä˝żç”¨SimpleSAMLphp作为服务ćŹäľ›č€…" - -msgid "{core:frontpage:link_meta_saml2sphosted}" -msgstr "ĺ储的 SAML 2.0 Service Provider MetadataďĽč‡ŞĺŠ¨ç”źć)" - -msgid "{core:frontpage:link_openidprovider}" -msgstr "OpenID ćŹäľ›ç«™ç‚ą - Alpha ç‰ćś¬ ďĽćµ‹čŻ•ä»Łç )" - -msgid "{core:frontpage:link_doc_install}" -msgstr "ćŁĺś¨ĺ®‰čŁ…SimpleSAMLphp" - -msgid "{core:frontpage:link_diagnostics}" -msgstr "诊ć–主机ĺŤ/端口/协议" - -msgid "{core:frontpage:link_meta_saml2idphosted}" -msgstr "ĺ储的 Hosted SAML 2.0 Identity Provider MetadataďĽč‡ŞĺŠ¨ç”źć)" - -msgid "{core:frontpage:optional}" -msgstr "可选的" - -msgid "{core:frontpage:doc_header}" -msgstr "文档" - -msgid "{core:frontpage:link_doc_advanced}" -msgstr "SimpleSAMLphpé«çş§ĺŠźč˝" - -msgid "{core:frontpage:required_ldap}" -msgstr "对LDAP的需求" - -msgid "{core:frontpage:authtest}" -msgstr "测试已经配置的认čŻćş" - -msgid "{core:frontpage:link_meta_overview}" -msgstr "ĺ…信ćŻć¦‚č§ďĽŚčŻŠć–ä˝ çš„ĺ…信ćŻć–‡ä»¶" - -msgid "{core:frontpage:configuration}" -msgstr "é…Ťç˝®" - -msgid "{core:frontpage:welcome}" -msgstr "欢迎" - -msgid "{core:frontpage:link_doc_shibsp}" -msgstr "é…Ťç˝®Shibboleth 1.3 SP以便和SimpleSAMLphp IdP协ĺŚĺ·Ąä˝ś" - -msgid "{core:frontpage:metadata_header}" -msgstr "ĺ…信ćŻ" - -msgid "{core:frontpage:link_doc_maintenance}" -msgstr "SimpleSAMLphp维护和配置" - -msgid "{core:frontpage:link_configcheck}" -msgstr "检查SimpleSAMLphpé…Ťç˝®" - -msgid "{core:frontpage:page_title}" -msgstr "SimpleSAMLphp安装页面" - -msgid "{core:frontpage:warnings}" -msgstr "č¦ĺ‘Š" - -msgid "{core:frontpage:link_xmlconvert}" -msgstr "ĺ°†XML转化为SimpleSAMLphpĺ…信ćŻçš„转换器" - -msgid "{core:frontpage:link_cleardiscochoices}" -msgstr "在IdPćśç´˘ćśŤĺЎä¸ĺ 除ć‘的关于IdP的选择" - -msgid "{core:frontpage:loggedin_as_admin}" -msgstr "ä˝ ĺ·˛ç»Źä˝śä¸şç®ˇç†ĺ‘登录了" - -msgid "{core:frontpage:auth}" -msgstr "认čŻ" - -msgid "{core:frontpage:show_metadata}" -msgstr "ćľç¤şĺ…信ćŻ" - -msgid "{core:frontpage:intro}" -msgstr "<strong>ćĺ–śä˝ ďĽ</strong>,ä˝ ĺ·˛ć功安装SimpleSAMLphp。这ćŻä˝ 的开始页面,ä˝ ĺś¨čż™é‡ŚĺŹŻä»ĄĺŹ‘çŽ°ćµ‹čŻ•ć ·äľ‹/诊ć–ĺ·Ąĺ…·/ĺ…信ćŻ/甚至ćŻç›¸ĺ…łć–‡ćˇŁçš„链接" - -msgid "{core:frontpage:required}" -msgstr "需求" - -msgid "{core:frontpage:warnings_suhosin_url_length}" -msgstr "请求参数的长度被PHP Suhosin扩展é™ĺ¶äş†ďĽŚčŻ·ĺ˘žĺ¤§suhosin.get.max_value_length选项至最少2048ĺ—节" - -msgid "{core:frontpage:warnings_https}" -msgstr "" -"<strong>ä˝ ć˛ˇćś‰ä˝żç”¨HTTPS</strong> - 和用ć·ĺŠ ĺŻ†çš„é€šäżˇă€‚HTTP在测试目的下ĺľĺĄ˝,但生产环ĺ˘čŻ·ä˝żç”¨HTTPS. [ <a " -"href=\"https://simplesamlphp.org/docs/stable/simplesamlphp-maintenance" -"\">获取更多SimpleSAMLphp维护的信ćŻ</a> ]" - -msgid "{core:frontpage:federation}" -msgstr "č”盟" - -msgid "{core:frontpage:required_radius}" -msgstr "对Radius的需求" - -msgid "{core:frontpage:checkphp}" -msgstr "ćŁćŁ€ćµ‹ä˝ çš„PHP" - -msgid "{core:frontpage:link_doc_idp}" -msgstr "ćŁĺś¨ä˝żç”¨SimpleSAMLphp作为身份ćŹäľ›č€…" - -msgid "{core:frontpage:link_saml2example}" -msgstr "SAML 2.0 SPć ·äľ‹-ćµ‹čŻ•ä»Žä˝ çš„idP登录" - -msgid "{core:frontpage:about_header}" -msgstr "关于SimpleSAMLphp" - -msgid "{core:frontpage:about_text}" -msgstr "" -"ćŻä¸ŤćŻč§‰ĺľ—SimpleSAMLphpĺľé…·ďĽźć‘在哪里č˝ć‰ľĺ°ć›´ĺ¤ščµ„ć–™ĺ‘˘ďĽźä˝ ĺŹŻä»Ąĺś¨ä¸‹ĺ—网址找ĺ°ć›´ĺ¤šäżˇćŻďĽš <a " -"href=\"http://uninett.no\">UNINETT</a> çš„ <a " -"href=\"http://rnd.feide.no/simplesamlphp\">SimpleSAMLphp at the Feide RnD" -" 开发者博客</a>" - -msgid "{core:frontpage:useful_links_header}" -msgstr "ĺŻąä˝ ćś‰ç”¨çš„ä¸€äş›é“ľćŽĄ" - -msgid "{core:frontpage:metadata}" -msgstr "ĺ…信ćŻ" - -msgid "{core:frontpage:recommended}" -msgstr "推čŤçš„" - -msgid "{core:frontpage:link_doc_googleapps}" -msgstr "SimpleSAMLphp作为Google Apps for Educationçš„IdP" - -msgid "{core:frontpage:tools}" -msgstr "ĺ·Ąĺ…·" - -msgid "{core:frontpage:deprecated}" -msgstr "已经超时" - -msgid "You are logged in as administrator" -msgstr "ä˝ ĺ·˛ç»Źä˝śä¸şç®ˇç†ĺ‘登录了" - msgid "Go back to the previous page and try again." msgstr "返回上一页并重新尝试" @@ -166,62 +23,23 @@ msgstr "ĺ¦‚ćžśčż™ä¸Şé”™čŻŻĺ†Ťć¬ˇĺ‡şçŽ°ďĽŚä˝ ĺŹŻä»Ąĺ‘ä˝ çš„çł»ç»źç®ˇç†ĺ‘报告 msgid "Welcome" msgstr "欢迎" -msgid "SimpleSAMLphp configuration check" -msgstr "检查SimpleSAMLphpé…Ťç˝®" - -msgid "Metadata overview for your installation. Diagnose your metadata files" -msgstr "ĺ…信ćŻć¦‚č§ďĽŚčŻŠć–ä˝ çš„ĺ…信ćŻć–‡ä»¶" - -msgid "XML to SimpleSAMLphp metadata converter" -msgstr "ĺ°†XML转化为SimpleSAMLphpĺ…信ćŻçš„转换器" - -msgid "Required" -msgstr "需求" - -msgid "Warnings" -msgstr "č¦ĺ‘Š" - -msgid "Documentation" -msgstr "文档" - msgid "Hosted Shibboleth 1.3 Service Provider Metadata (automatically generated)" msgstr "ĺ储的 Shibboleth 1.3 Service Provider MetadataďĽč‡ŞĺŠ¨ç”źć)" -msgid "PHP info" -msgstr "PHP信ćŻ" - -msgid "About SimpleSAMLphp" -msgstr "关于SimpleSAMLphp" - -msgid "Hosted SAML 2.0 Service Provider Metadata (automatically generated)" -msgstr "ĺ储的 SAML 2.0 Service Provider MetadataďĽč‡ŞĺŠ¨ç”źć)" - msgid "Retry login" msgstr "重新尝试登陆" -msgid "Required for LDAP" -msgstr "对LDAP的需求" - msgid "Close the web browser, and try again." msgstr "ĺ…łé—浏č§ĺ™¨ĺą¶é‡ŤčŻ•" -msgid "Federation" -msgstr "č”盟" - msgid "We were unable to locate the state information for the current request." msgstr "ć‘ä»¬ć— ćł•ĺ®šä˝Ťĺ˝“ĺ‰ŤčŻ·ć±‚çš„çŠ¶ć€äżˇćŻ" -msgid "Delete my choices of IdP in the IdP discovery services" -msgstr "在IdPćśç´˘ćśŤĺЎä¸ĺ 除ć‘的关于IdP的选择" - msgid "" "This is most likely a configuration problem on either the service " "provider or identity provider." msgstr "这可č˝ćŻćśŤĺЎćŹäľ›č€…ć–者身份ćŹäľ›č€…的配置问é˘" -msgid "Configure Shibboleth 1.3 SP to work with SimpleSAMLphp IdP" -msgstr "é…Ťç˝®Shibboleth 1.3 SP以便和SimpleSAMLphp IdP协ĺŚĺ·Ąä˝ś" - msgid "Using the back and forward buttons in the web browser." msgstr "使用浏č§ĺ™¨ä¸çš„前进ĺŽé€€ćډ钮" @@ -234,156 +52,49 @@ msgstr "该浏č§ĺ™¨ä¸Šçš„cookie可č˝éç¦ć˘" msgid "Opened the web browser with tabs saved from the previous session." msgstr "从ĺ…前的sessionäżťĺ的选项卡打开Web浏č§ĺ™¨" -msgid "Tools" -msgstr "ĺ·Ąĺ…·" - -msgid "Test configured authentication sources " -msgstr "测试已经配置的认čŻćş" - msgid "" "You appear to have disabled cookies in your browser. Please check the " "settings in your browser, and try again." msgstr "ä˝ äĽĽäąŽç¦ć˘äş†ä˝ 浏č§ĺ™¨çš„cookie功č˝ďĽŚčŻ·ćŁ€ćźĄč®ľç˝®ďĽŚç„¶ĺŽé‡Ťć–°ĺ°ťčŻ•" -msgid "Installing SimpleSAMLphp" -msgstr "ćŁĺś¨ĺ®‰čŁ…SimpleSAMLphp" - -msgid "Deprecated" -msgstr "已经超时" - -msgid "" -"<strong>Congratulations</strong>, you have successfully installed " -"SimpleSAMLphp. This is the start page of your installation, where you " -"will find links to test examples, diagnostics, metadata and even links to" -" relevant documentation." -msgstr "<strong>ćĺ–śä˝ ďĽ</strong>,ä˝ ĺ·˛ć功安装SimpleSAMLphp。这ćŻä˝ 的开始页面,ä˝ ĺś¨čż™é‡ŚĺŹŻä»ĄĺŹ‘çŽ°ćµ‹čŻ•ć ·äľ‹/诊ć–ĺ·Ąĺ…·/ĺ…信ćŻ/甚至ćŻç›¸ĺ…łć–‡ćˇŁçš„链接" - msgid "This error may be caused by:" msgstr "该错误可č˝ćŻä»Ąä¸‹ĺŽźĺ› ĺŻĽč‡´çš„ďĽš" -msgid "" -"<strong>You are not using HTTPS</strong> - encrypted communication with " -"the user. HTTP works fine for test purposes, but in a production " -"environment, you should use HTTPS. [ <a " -"href=\"https://simplesamlphp.org/docs/stable/simplesamlphp-" -"maintenance\">Read more about SimpleSAMLphp maintenance</a> ]" -msgstr "" -"<strong>ä˝ ć˛ˇćś‰ä˝żç”¨HTTPS</strong> - 和用ć·ĺŠ ĺŻ†çš„é€šäżˇă€‚HTTP在测试目的下ĺľĺĄ˝,但生产环ĺ˘čŻ·ä˝żç”¨HTTPS. [ <a " -"href=\"https://simplesamlphp.org/docs/stable/simplesamlphp-maintenance" -"\">获取更多SimpleSAMLphp维护的信ćŻ</a> ]" - -msgid "Metadata" -msgstr "ĺ…信ćŻ" - msgid "Retry" msgstr "重试" -msgid "SimpleSAMLphp Maintenance and Configuration" -msgstr "SimpleSAMLphp维护和配置" - -msgid "Diagnostics on hostname, port and protocol" -msgstr "诊ć–主机ĺŤ/端口/协议" - msgid "" "If you are an user who received this error after following a link on a " "site, you should report this error to the owner of that site." msgstr "ĺ¦‚ćžśä˝ ćŻç‚ąĺ‡»ä¸€ä¸Şç˝‘站上的链接ĺŽć”¶ĺ°čŻĄé”™čŻŻçš„ç”¨ć·ďĽŚä˝ 应该报告这个错误给站点所有人" -msgid "Using SimpleSAMLphp as an Identity Provider" -msgstr "ćŁĺś¨ä˝żç”¨SimpleSAMLphp作为身份ćŹäľ›č€…" - -msgid "Optional" -msgstr "可选的" - msgid "Suggestions for resolving this problem:" msgstr "关于解决该问é˘çš„建议" -msgid "" -"This SimpleSAMLphp thing is pretty cool, where can I read more about it? " -"You can find more information about it at the <a " -"href=\"https://simplesamlphp.org/\">SimpleSAMLphp web page </a> over at " -"<a href=\"http://uninett.no\">UNINETT</a>." -msgstr "" -"ćŻä¸ŤćŻč§‰ĺľ—SimpleSAMLphpĺľé…·ďĽźć‘在哪里č˝ć‰ľĺ°ć›´ĺ¤ščµ„ć–™ĺ‘˘ďĽźä˝ ĺŹŻä»Ąĺś¨ä¸‹ĺ—网址找ĺ°ć›´ĺ¤šäżˇćŻďĽš <a " -"href=\"http://uninett.no\">UNINETT</a> çš„ <a " -"href=\"http://rnd.feide.no/simplesamlphp\">SimpleSAMLphp at the Feide RnD" -" 开发者博客</a>" - msgid "Shibboleth 1.3 SP example - test logging in through your Shib IdP" msgstr "Shibboleth 1.3SPć ·äľ‹-ćµ‹čŻ•ä»Žä˝ çš„Shib idP登录" -msgid "Authentication" -msgstr "认čŻ" - -msgid "SimpleSAMLphp installation page" -msgstr "SimpleSAMLphp安装页面" - -msgid "Show metadata" -msgstr "ćľç¤şĺ…信ćŻ" - -msgid "SimpleSAMLphp as an IdP for Google Apps for Education" -msgstr "SimpleSAMLphp作为Google Apps for Educationçš„IdP" - msgid "State information lost" msgstr "状ć€äżˇćŻä¸˘ĺ¤±" -msgid "Hosted SAML 2.0 Identity Provider Metadata (automatically generated)" -msgstr "ĺ储的 Hosted SAML 2.0 Identity Provider MetadataďĽč‡ŞĺŠ¨ç”źć)" - -msgid "OpenID Provider site - Alpha version (test code)" -msgstr "OpenID ćŹäľ›ç«™ç‚ą - Alpha ç‰ćś¬ ďĽćµ‹čŻ•ä»Łç )" - -msgid "Required for Radius" -msgstr "对Radius的需求" - -msgid "SAML 2.0 SP example - test logging in through your IdP" -msgstr "SAML 2.0 SPć ·äľ‹-ćµ‹čŻ•ä»Žä˝ çš„idP登录" - -msgid "Using SimpleSAMLphp as a Service Provider" -msgstr "ćŁĺś¨ä˝żç”¨SimpleSAMLphp作为服务ćŹäľ›č€…" - msgid "" "We have detected that there is only a few seconds since you last " "authenticated with this service provider, and therefore assume that there" " is a problem with this SP." msgstr "ć‘们检测ĺ°ä»Žä˝ 上一次连接ĺ°čŻĄćśŤĺŠˇćŹäľ›č€…ĺ°ćś¬ć¬ˇčżžćŽĄä¸é—´é—´éš”仅仅数秒的时间,ć‘们猜测该SP可č˝ćś‰é—®é˘" -msgid "Recommended" -msgstr "推čŤçš„" - msgid "" "If you are a developer who is deploying a single sign-on solution, you " "have a problem with the metadata configuration. Verify that metadata is " "configured correctly on both the identity provider and service provider." msgstr "ĺ¦‚ćžśä˝ ćŻé¨ç˝˛čż™ä¸ŞĺŤ•点登录系统的开发人ĺ‘,那äąä˝ 的配置文件ĺ在问é˘ďĽŚéŞŚčŻćśŤĺЎćŹäľ›č€…和身份ćŹäľ›č€…ćŻĺ¦é…Ťç˝®ćŁçˇ®" -msgid "SimpleSAMLphp Advanced Features" -msgstr "SimpleSAMLphpé«çş§ĺŠźč˝" - msgid "Too short interval between single sign on events." msgstr "单点登录事件之间间隔太çźäş†" -msgid "Checking your PHP installation" -msgstr "ćŁćŁ€ćµ‹ä˝ çš„PHP" - -msgid "" -"The length of query parameters is limited by the PHP Suhosin extension. " -"Please increase the suhosin.get.max_value_length option to at least 2048 " -"bytes." -msgstr "请求参数的长度被PHP Suhosin扩展é™ĺ¶äş†ďĽŚčŻ·ĺ˘žĺ¤§suhosin.get.max_value_length选项至最少2048ĺ—节" - -msgid "Useful links for your installation" -msgstr "ĺŻąä˝ ćś‰ç”¨çš„ä¸€äş›é“ľćŽĄ" - -msgid "Configuration" -msgstr "é…Ťç˝®" - msgid "Hosted Shibboleth 1.3 Identity Provider Metadata (automatically generated)" msgstr "ĺ储的 Shibboleth 1.3 Identity Provider MetadataďĽč‡ŞĺŠ¨ç”źć)" -msgid "Login as administrator" -msgstr "作为管ç†ĺ‘登录" - msgid "Report this error" msgstr "报告这个错误" diff --git a/modules/core/locales/zu/LC_MESSAGES/core.po b/modules/core/locales/zu/LC_MESSAGES/core.po index 0af069d60048e2c11e95bb3303749612d8b656a7..18e9b1303805ad301afc4e2b0d046b64cdf30deb 100644 --- a/modules/core/locales/zu/LC_MESSAGES/core.po +++ b/modules/core/locales/zu/LC_MESSAGES/core.po @@ -1,4 +1,3 @@ - #, fuzzy msgid "" msgstr "" @@ -14,7 +13,9 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 1.3\n" -msgid "{core:cardinality:cardinality_text}" +msgid "" +"One or more of the attributes supplied by your identity provider did not " +"contain the expected number of values." msgstr "" "Isici esisodwa noma ngaphezulu esinikezwe umhlinzeki wakho kamazisi " "asizange siqukathe inani lezinombolo ezilindelwe." @@ -22,26 +23,17 @@ msgstr "" msgid "Retry" msgstr "Zama futhi" -msgid "{core:cardinality:problematic_attributes}" -msgstr "Isici(izici) esiyinkinga sithi:" - msgid "Cookies may be disabled in the web browser." msgstr "Amakhukhi kungenzeka ukuthi ayekisiwe kusiphequluli sewebhu." msgid "This error may be caused by:" msgstr "Leli phutha kungenzeka libangelwa ukuthi:" -msgid "{core:cardinality:cardinality_header}" -msgstr "Izici Ezingalungile" - msgid "Opened the web browser with tabs saved from the previous session." msgstr "" "Kuvulwe isiphequluli sewebhu ngamathebhu alondolozwe kuseshini " "yangaphambilini." -msgid "{core:cardinality:got_want}" -msgstr "uthole amanani angu-%GOT%, ufuna %WANT%" - msgid "Using the back and forward buttons in the web browser." msgstr "Ukusebenzisa izinkinobho ezithi emuva naphambili kusiphequluli sewebhu." diff --git a/modules/core/routing/routes/routes.yml b/modules/core/routing/routes/routes.yml index 83e5e6ff300047432b9979050d13cb05d20f6afa..898fcae9a8869420b50314093d808c78055edfb3 100644 --- a/modules/core/routing/routes/routes.yml +++ b/modules/core/routing/routes/routes.yml @@ -1,12 +1,9 @@ -core-account: - path: /account/{as} - defaults: { _controller: 'SimpleSAML\Module\core\Controller\Login:account' } +core-welcome: + path: /welcome + defaults: { _controller: 'SimpleSAML\Module\core\Controller\Login:welcome' } core-account-disco-clearchoices: path: /account/disco/clearchoices defaults: { _controller: 'SimpleSAML\Module\core\Controller\Login:cleardiscochoices' } -core-login: - path: /login/{as} - defaults: { _controller: 'SimpleSAML\Module\core\Controller\Login:login', as: null } core-logout: path: /logout/{as} defaults: { _controller: 'SimpleSAML\Module\core\Controller\Login:logout' } diff --git a/modules/core/templates/login.twig b/modules/core/templates/login.twig deleted file mode 100644 index 70b2ad5623620060b03ad8ad9ee2a8594ca6c499..0000000000000000000000000000000000000000 --- a/modules/core/templates/login.twig +++ /dev/null @@ -1,28 +0,0 @@ -{% set pagetitle = 'Authenticate'|trans %} -{% extends "@core/base.twig" %} - -{% block content %} - <h1>{{ pagetitle|trans }}</h1> - <p>Please choose one of the following authentication methods: </p> - -{% if sources is empty -%} - <p>Please check your SimpleSAML configuration.<br> - Follow the link and log in with administrator credentials. <a href="{{ loginurl }}">Admin login.</a></p> -{% else %} - <div class="pure-menu custom-restricted-width"> - <ul class="pure-menu-list auth_methods"> - {% for id, config in sources -%} - <li class="pure-menu-item"> - <a href="{{ moduleURL('core/login/' ~ id|url_encode) }}" class="pure-menu-link"> - {% if config.name is defined %} - {{ config.name|translateFromArray|default(id) }} - {% else %} - {{ id }} - {% endif %} - </a> - </li> - {% endfor -%} - </ul> - </div> -{% endif %} -{% endblock %} diff --git a/modules/core/templates/welcome.twig b/modules/core/templates/welcome.twig new file mode 100644 index 0000000000000000000000000000000000000000..562a11646ab9be19660d7efd91b0f6ab2cfd4e84 --- /dev/null +++ b/modules/core/templates/welcome.twig @@ -0,0 +1,12 @@ +{% set pagetitle = 'Welcome'|trans %} + +{% extends "@core/base.twig" %} + +{% block content %} + <h1>{{ 'Welcome'|trans }}</h1> + + <p>{{ 'This is the front page of the SimpleSAMLphp authentication software. There\'s not much to see here.' }}</p> + + <p>{{ 'If you are the administrator of this installation, please refer to the <a href="https://simplesamlphp.org/docs/">SimpleSAMLphp documentation</a> for how to configure and interact with the software.' }}</p> + +{% endblock %} diff --git a/modules/core/www/login-admin.php b/modules/core/www/login-admin.php deleted file mode 100644 index a430c9c6a22002fbc9e88177fc014c5d9f19b13a..0000000000000000000000000000000000000000 --- a/modules/core/www/login-admin.php +++ /dev/null @@ -1,15 +0,0 @@ -<?php - -/* - * Helper page for starting an admin login. Can be used as a target for links. - */ - -if (!array_key_exists('ReturnTo', $_REQUEST)) { - throw new \SimpleSAML\Error\BadRequest('Missing ReturnTo parameter.'); -} - -$authUtils = new \SimpleSAML\Utils\Auth(); -$authUtils->requireAdmin(); - -$httpUtils = new \SimpleSAML\Utils\HTTP(); -$httpUtils->redirectUntrustedURL($_REQUEST['ReturnTo']); diff --git a/src/css/default.scss b/src/css/default.scss index da1f12f01fbb2371282e69c61725528f1b33b5a4..4fec2f53062c0a1b48409019eb882c6eac926d5d 100644 --- a/src/css/default.scss +++ b/src/css/default.scss @@ -315,15 +315,6 @@ This styles the menu heading. text-transform: none; } -.frontpage-menu .pure-menu-item { - border-bottom: 1px solid lightgrey; -} - -.frontpage-menu .pure-menu-selected { - border-bottom: 1px solid black; - font-weight: bold; -} - /* -- Dynamic Button For Responsive Menu -------------------------------------*/ /* @@ -715,69 +706,9 @@ MEDIA QUERIES } } -/************************************************* - * Specifics for modules/core/frontpage* - ************************************************/ - -.float-r { - float: right; -} - -.enablebox table { - border: 1px solid #eee; - - margin-left: 1em; -} - -.enablebox.mini table { - float: right; -} - -.enablebox tr td { - padding: .5px 1em 1px .5em; - margin: 0; -} - -.enablebox { - font-size: 85%; -} - -.enablebox tr.enabled td { - background: #eee; -} - -.enablebox tr.disabled td { - background: #ccc; -} - -fieldset.fancyfieldset { - padding-left: 1.5em; - //margin: 2em 1em 1em 0; - //border: 1px solid #bbb; -} - -fieldset.fancyfieldset legend { - //margin-left: 2em; - padding: 3px 2em 3px 0; - //border: 1px solid #bbb; - width: 100%; -} - -dt { - font-weight: bold; -} - -.frontpage-menu { - margin-bottom: 1em; -} - -.entity-name, .entity-deprecated, .entity-expired { - font-weight: bold; -} - -.entity-expired { - color: #500; -} +/********* + * Utils * + *********/ div.preferredidp { border: 1px dashed #ccc; @@ -785,11 +716,6 @@ div.preferredidp { padding: 2px 2em 2px 2em; } - -/********* - * Utils * - *********/ - .clear { clear: both; } diff --git a/tests/lib/SimpleSAML/XHTML/TemplateTest.php b/tests/lib/SimpleSAML/XHTML/TemplateTest.php index 320f1714148eb10b6b43ba78e547dc006267fd2b..d0bc3ef43de5e8c1a218995fb7f0652b4db7914b 100644 --- a/tests/lib/SimpleSAML/XHTML/TemplateTest.php +++ b/tests/lib/SimpleSAML/XHTML/TemplateTest.php @@ -33,8 +33,8 @@ class TemplateTest extends TestCase public function testTemplateModuleNamespace(): void { $c = Configuration::loadFromArray([], '', 'simplesaml'); - $t = new Template($c, 'core:login'); - $this->assertEquals('core:login.twig', $t->getTemplateName()); + $t = new Template($c, 'core:welcome'); + $this->assertEquals('core:welcome.twig', $t->getTemplateName()); } public function testGetEntityDisplayNameBasic(): void diff --git a/tests/modules/core/lib/Controller/LoginTest.php b/tests/modules/core/lib/Controller/LoginTest.php index f204086633fd3c5ec69847fd519a6d246c741431..0c916707af07f76c63f482f26734aa78bcfa036c 100644 --- a/tests/modules/core/lib/Controller/LoginTest.php +++ b/tests/modules/core/lib/Controller/LoginTest.php @@ -5,14 +5,11 @@ declare(strict_types=1); namespace SimpleSAML\Test\Module\core\Controller; use ReflectionClass; -use SimpleSAML\Auth\Simple; -use SimpleSAML\Auth\AuthenticationFactory; use SimpleSAML\Configuration; use SimpleSAML\Error\Exception; use SimpleSAML\HTTP\RunnableResponse; use SimpleSAML\Locale\Localization; use SimpleSAML\Module\core\Controller; -use SimpleSAML\Session; use SimpleSAML\TestUtils\ClearStateTestCase; use SimpleSAML\XHTML\Template; use Symfony\Component\HttpFoundation\RedirectResponse; @@ -29,9 +26,6 @@ use Symfony\Component\HttpFoundation\Request; */ class LoginTest extends ClearStateTestCase { - /** @var array */ - protected array $authSources; - /** @var \SimpleSAML\Configuration */ protected Configuration $config; @@ -44,17 +38,6 @@ class LoginTest extends ClearStateTestCase protected function setUp(): void { parent::setUp(); - $this->authSources = [ - 'admin' => [ - 'core:adminPassword' - ], - 'example-userpass' => [ - 'exampleauth:UserPass', - 'username:password' => [ - 'uid' => ['test'] - ] - ] - ]; $this->config = Configuration::loadFromArray( [ 'baseurlpath' => 'https://example.org/simplesaml', @@ -66,189 +49,15 @@ class LoginTest extends ClearStateTestCase Configuration::setPreLoadedConfig($this->config, 'config.php'); } - - /** - * Test that authentication is started immediately if we hit the login endpoint and there's only one non-admin - * source configured. - */ - public function testAutomaticLoginWhenOnlyOneSource(): void - { - $asConfig = Configuration::loadFromArray($this->authSources); - Configuration::setPreLoadedConfig($asConfig, 'authsources.php'); - - $request = new Request(); - $session = Session::getSessionFromRequest(); - $factory = new AuthenticationFactory($this->config, $session); - - $c = new Controller\Login($this->config, $session, $factory); - /** @var \SimpleSAML\HTTP\RunnableResponse $response */ - $response = $c->login($request); - - $this->assertInstanceOf(RunnableResponse::class, $response); - $this->assertIsCallable($response->getCallable()); - - $arguments = $response->getArguments(); - $this->assertArrayHasKey('ErrorURL', $arguments[0]); - $this->assertArrayHasKey('ReturnTo', $arguments[0]); - } - - - /** - * Test that the user can choose what auth source to use when there are multiple defined (admin excluded). - */ - public function testMultipleAuthSources(): void - { - $_SERVER['REQUEST_URI'] = '/'; - $asConfig = Configuration::loadFromArray( - array_merge( - $this->authSources, - [ - 'example-static' => [ - 'exampleauth:StaticSource', - 'uid' => ['test'] - ] - ] - ) - ); - - Configuration::setPreLoadedConfig($asConfig, 'authsources.php'); - $request = new Request(); - $session = Session::getSessionFromRequest(); - $factory = new AuthenticationFactory($this->config, $session); - - $c = new Controller\Login($this->config, $session, $factory); - /** @var \SimpleSAML\XHTML\Template $response */ - $response = $c->login($request); - - $this->assertInstanceOf(Template::class, $response); - $this->assertEquals('core:login.twig', $response->getTemplateName()); - $this->assertArrayHasKey('sources', $response->data); - $this->assertArrayHasKey('example-userpass', $response->data['sources']); - $this->assertArrayHasKey('example-static', $response->data['sources']); - } - - - /** - * Test that specifying an invalid auth source while trying to login raises an exception. - */ - public function testLoginWithInvalidAuthSource(): void - { - $asConfig = Configuration::loadFromArray($this->authSources); - Configuration::setPreLoadedConfig($asConfig, 'authsources.php'); - $request = new Request(); - $session = Session::getSessionFromRequest(); - $factory = new AuthenticationFactory($this->config, $session); - $c = new Controller\Login($this->config, $session, $factory); - $this->expectException(Exception::class); - $c->login($request, 'invalid-auth-source'); - } - - - /** - * Test that we get redirected to /account/authsource when accessing the login endpoint while being already - * authenticated. - */ - public function testLoginWhenAlreadyAuthenticated(): void - { - $asConfig = Configuration::loadFromArray($this->authSources); - Configuration::setPreLoadedConfig($asConfig, 'authsources.php'); - - $session = Session::getSessionFromRequest(); - $session->setConfiguration($this->config); - $class = new ReflectionClass($session); - - $authData = $class->getProperty('authData'); - $authData->setAccessible(true); - $authData->setValue($session, [ - 'example-userpass' => [ - 'exampleauth:UserPass', - 'Attributes' => ['uid' => ['test']], - 'Authority' => 'example-userpass', - 'AuthnInstant' => time(), - 'Expire' => time() + 8 * 60 * 60 - ] - ]); - - $factory = new AuthenticationFactory($this->config, $session); - - $request = new Request(); - $c = new Controller\Login($this->config, $session, $factory); - /** @var \Symfony\Component\HttpFoundation\RedirectResponse $response */ - $response = $c->login($request); - $this->assertInstanceOf(RedirectResponse::class, $response); - $this->assertEquals( - 'https://example.org/simplesaml/module.php/core/account/example-userpass', - $response->getTargetUrl() - ); - } - - - /** - * Test that triggering the logout controller actually proceeds to log out from the specified source. - */ - public function testLogout(): void - { - $asConfig = Configuration::loadFromArray($this->authSources); - Configuration::setPreLoadedConfig($asConfig, 'authsources.php'); - - $session = Session::getSessionFromRequest(); - $factory = new AuthenticationFactory($this->config, $session); - - $c = new Controller\Login($this->config, $session, $factory); - $response = $c->logout('example-userpass'); - - $this->assertInstanceOf(RunnableResponse::class, $response); - $this->assertIsCallable($response->getCallable()); - $this->assertEquals('/simplesaml/', $response->getArguments()[0]); - } - - - /** - * Test that accessing the "account" endpoint without being authenticated gets you redirected to the "login" - * endpoint. - */ - public function testNotAuthenticated(): void - { - $asConfig = Configuration::loadFromArray($this->authSources); - Configuration::setPreLoadedConfig($asConfig, 'authsources.php'); - $session = Session::getSessionFromRequest(); - $factory = new AuthenticationFactory($this->config, $session); - $c = new Controller\Login($this->config, $session, $factory); - /** @var RedirectResponse $response */ - $response = $c->account('example-userpass'); - $this->assertInstanceOf(RedirectResponse::class, $response); - $this->assertEquals( - 'https://example.org/simplesaml/module.php/core/login/example-userpass', - $response->getTargetUrl() - ); - } - - /** - * Test that we are presented with a regular page if we are authenticated and try to access the "account" endpoint. + * Test that we are presented with a regular page if we go to the landing page. */ - public function testAuthenticated(): void + public function testWelcome(): void { - $asConfig = Configuration::loadFromArray($this->authSources); - Configuration::setPreLoadedConfig($asConfig, 'authsources.php'); - $session = Session::getSessionFromRequest(); - $class = new ReflectionClass($session); - $authData = $class->getProperty('authData'); - $authData->setAccessible(true); - $authData->setValue($session, [ - 'example-userpass' => [ - 'exampleauth:UserPass', - 'Attributes' => ['uid' => ['test']], - 'Authority' => 'example-userpass', - 'AuthnInstant' => time(), - 'Expire' => time() + 8 * 60 * 60 - ] - ]); - $factory = new AuthenticationFactory($this->config, $session); - $c = new Controller\Login($this->config, $session, $factory); + $c = new Controller\Login($this->config); /** @var \SimpleSAML\XHTML\Template $response */ - $response = $c->account('example-userpass'); + $response = $c->welcome(); $this->assertInstanceOf(Template::class, $response); - $this->assertEquals('auth_status.twig', $response->getTemplateName()); + $this->assertEquals('core:welcome.twig', $response->getTemplateName()); } } diff --git a/tests/www/IndexTest.php b/tests/www/IndexTest.php index dcca011194aa29286e616083c1a2c22bff223e7a..622aaf23d37a356faa628bc92a351dd290a07750 100644 --- a/tests/www/IndexTest.php +++ b/tests/www/IndexTest.php @@ -76,7 +76,7 @@ class IndexTest extends TestCase ]); $this->assertEquals('303', $resp['code']); $this->assertEquals( - 'http://example.org/simplesaml/module.php/core/login', + 'http://example.org/simplesaml/module.php/core/welcome', $resp['headers']['Location'] ); @@ -89,7 +89,7 @@ class IndexTest extends TestCase ]); $this->assertEquals('303', $resp['code']); $this->assertEquals( - 'https://example.org/module.php/core/login', + 'https://example.org/module.php/core/welcome', $resp['headers']['Location'] ); @@ -102,11 +102,28 @@ class IndexTest extends TestCase ]); $this->assertEquals('303', $resp['code']); $this->assertEquals( - 'http://' . $this->server_addr . '/simplesaml/module.php/core/login', + 'http://' . $this->server_addr . '/simplesaml/module.php/core/welcome', $resp['headers']['Location'] ); } + /** + * Test the frontpage.redirect config option + */ + public function testRedirectionFrontpageRedirectOption(): void + { + $this->updateConfig([ + 'frontpage.redirect' => 'https://www.example.edu/' + ]); + $resp = $this->server->get('/index.php', [], [ + CURLOPT_FOLLOWLOCATION => 0, + ]); + $this->assertEquals('303', $resp['code']); + $this->assertEquals( + 'https://www.example.edu/', + $resp['headers']['Location'] + ); + } /** * The tear down method that is executed after all tests in this class. diff --git a/www/index.php b/www/index.php index b5933a4f1b3baa81cf24ed4536bd5017ed6da490..2e366c1d2c491de59e7939593c84be965103d022 100644 --- a/www/index.php +++ b/www/index.php @@ -5,4 +5,5 @@ require_once('_include.php'); $config = \SimpleSAML\Configuration::getInstance(); $httpUtils = new \SimpleSAML\Utils\HTTP(); -$httpUtils->redirectTrustedURL(SimpleSAML\Module::getModuleURL('core/login')); +$redirect = $config->getString('frontpage.redirect', SimpleSAML\Module::getModuleURL('core/welcome')); +$httpUtils->redirectTrustedURL($redirect);