From 3f66d74a1de86413b965be9dfaa4d430202e7fbe Mon Sep 17 00:00:00 2001 From: Wolfgang Knopki Date: Mon, 18 May 2020 09:59:55 +0000 Subject: [PATCH 01/22] Update header.php hotfix: removed /bootstrap subdir --- mymodule/themes/fancytheme/default/includes/header.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mymodule/themes/fancytheme/default/includes/header.php b/mymodule/themes/fancytheme/default/includes/header.php index 257a7a1..4bc0060 100644 --- a/mymodule/themes/fancytheme/default/includes/header.php +++ b/mymodule/themes/fancytheme/default/includes/header.php @@ -47,7 +47,7 @@ header('X-Frame-Options: SAMEORIGIN'); M4_LAB: User Login - + -- GitLab From 3f80ca926b3a442fb3bdeec2be638b11aa079ab1 Mon Sep 17 00:00:00 2001 From: Wolfgang Knopki Date: Fri, 26 Jun 2020 09:02:27 +0000 Subject: [PATCH 02/22] Update footer.php- removed conflicting bootstrap script definition --- mymodule/themes/fancytheme/default/includes/footer.php | 1 - 1 file changed, 1 deletion(-) diff --git a/mymodule/themes/fancytheme/default/includes/footer.php b/mymodule/themes/fancytheme/default/includes/footer.php index 36b75fc..f9da9a2 100644 --- a/mymodule/themes/fancytheme/default/includes/footer.php +++ b/mymodule/themes/fancytheme/default/includes/footer.php @@ -6,7 +6,6 @@ if (!empty($this->data['htmlinject']['htmlContentPost'])) { } ?> - -- GitLab From f5a7267a3cbd4b27d8ccb5abbe8547738d4aa3c7 Mon Sep 17 00:00:00 2001 From: Wolfgang Knopki Date: Fri, 26 Jun 2020 09:04:18 +0000 Subject: [PATCH 03/22] Update header.php - removed conflicting bootstrap definition --- mymodule/themes/fancytheme/default/includes/header.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mymodule/themes/fancytheme/default/includes/header.php b/mymodule/themes/fancytheme/default/includes/header.php index 4bc0060..150b0ff 100644 --- a/mymodule/themes/fancytheme/default/includes/header.php +++ b/mymodule/themes/fancytheme/default/includes/header.php @@ -51,7 +51,8 @@ header('X-Frame-Options: SAMEORIGIN'); - + + Date: Wed, 11 Nov 2020 15:25:18 +0000 Subject: [PATCH 04/22] Update .gitlab-ci.yml, test deployment new server --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e1ad307..e3f1527 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,7 +8,7 @@ production: testing: script: - - rsync -a ./mymodule/ /var/simplesamlphptest/modules/mymodule/ + - rsync -a ./mymodule/ /data/simplesamlphptest/modules/mymodule/ only: - testing tags: -- GitLab From 24ca957807f43f3b76a7afd6008235c1cfe1402e Mon Sep 17 00:00:00 2001 From: Wolfgang Knopki Date: Thu, 12 Nov 2020 14:23:27 +0100 Subject: [PATCH 05/22] added localization --- mymodule/locales/de/LC_MESSAGES/mymodule.po | 519 ++++++++++++++++++ mymodule/locales/en/LC_MESSAGES/mymodule.po | 571 ++++++++++++++++++++ 2 files changed, 1090 insertions(+) create mode 100644 mymodule/locales/de/LC_MESSAGES/mymodule.po create mode 100644 mymodule/locales/en/LC_MESSAGES/mymodule.po diff --git a/mymodule/locales/de/LC_MESSAGES/mymodule.po b/mymodule/locales/de/LC_MESSAGES/mymodule.po new file mode 100644 index 0000000..4a53b47 --- /dev/null +++ b/mymodule/locales/de/LC_MESSAGES/mymodule.po @@ -0,0 +1,519 @@ + +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: SimpleSAMLphp 1.15\n" +"Report-Msgid-Bugs-To: simplesamlphp-translation@googlegroups.com\n" +"POT-Creation-Date: 2016-10-12 09:23+0200\n" +"PO-Revision-Date: 2016-10-14 12:14+0200\n" +"Last-Translator: \n" +"Language: de\n" +"Language-Team: \n" +"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.3.4\n" + +msgid "{core:frontpage:link_phpinfo}" +msgstr "PHPinfo" + +msgid "{core:no_state:report_text}" +msgstr "" +"Wenn das Problem weiter besteht, kannst du diesen Fehler den " +"Systemadministratoren melden." + +msgid "{core:no_state:cause_backforward}" +msgstr "Das Benutzen der Zurück- und Vorwärts-Schaltflächen im Web-Browser." + +msgid "{core:no_metadata:not_found_for}" +msgstr "Für folgende Entität konnten keine Metadaten gefunden werden:" + +msgid "{core:no_state:suggestions}" +msgstr "Empfehlungen um dieses Problem zu lösen:" + +msgid "{core:frontpage:login_as_admin}" +msgstr "Als Administrator anmelden" + +msgid "{core:short_sso_interval:warning}" +msgstr "" +"Wir haben festgestellt, dass seit Ihrer letzten Anmeldung bei diesem " +"Diensteanbieter nur wenige Sekunden vergangen sind. Deswegen gehen wir " +"davon aus, dass es ein Problem mit diesem Anbieter gibt." + +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:no_state:suggestion_goback}" +msgstr "Kehre zur letzen Seite zurück und versuche es erneut." + +msgid "{core:no_state:causes}" +msgstr "Dieser Fehler könnte durch folgendes verursacht werden:" + +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:no_state:header}" +msgstr "Statusinformationen verloren" + +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:no_cookie:header}" +msgstr "Cookie fehlt" + +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:no_metadata:suggestion_user_link}" +msgstr "" +"Sind Sie lediglich einem Verweis einer anderen Website hierher gefolgt, " +"sollten Sie diesen Fehler den Betreibern der Website melden." + +msgid "{core:no_state:description}" +msgstr "" +"Wir konnten die Statusinformationen für die aktuelle Anfrage nicht " +"lokalisieren." + +msgid "{core:frontpage:show_metadata}" +msgstr "Metadaten zeigen" + +msgid "{core:no_state:suggestion_closebrowser}" +msgstr "Schließe den Web-Browser und versuche es erneut." + +msgid "{core:short_sso_interval:warning_header}" +msgstr "Zu kurzes Intervall zwischen generellen Anmeldeereignissen." + +msgid "{core:frontpage:intro}" +msgstr "" +"Glückwunsch, 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:no_metadata:header}" +msgstr "Keine Metadaten gefunden" + +msgid "{core:frontpage:required}" +msgstr "Erforderlich" + +msgid "{core:no_metadata:config_problem}" +msgstr "" +"Ursache ist wahrscheinlich eine Fehlkonfiguration auf Seiten des Service " +"Providers oder des Identity Providers." + +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 "" +"Sie benutzen keine HTTPS - verschlüsselte Kommunikation " +"mit dem Nutzer. SimpleSAMLphp funktioniert zum Testen auch mit HTTP " +"problemlos, aber in einer Produktionsumgebung sollten Sie HTTPS benutzen." +" [ Lesen sie mehr über die Verwaltung von SimpleSAMLphp " +"]" + +msgid "{core:frontpage:federation}" +msgstr "Föderation" + +msgid "{core:frontpage:required_radius}" +msgstr "Erforderlich für Radius" + +msgid "{core:no_state:cause_openbrowser}" +msgstr "Das Öffnen des Web-Browser mit gespeicherten Tabs aus der letzten Sitzung." + +msgid "{core:frontpage:checkphp}" +msgstr "Überprüfen der PHP Installation" + +msgid "{core:frontpage:link_doc_idp}" +msgstr "SimpleSAMLphp als Identitiy Provider benutzen" + +msgid "{core:no_state:report_header}" +msgstr "Diesen Fehler melden" + +msgid "{core:frontpage:link_saml2example}" +msgstr "SAML 2.0 SP Beispiel - Anmelden über ihren IdP testen" + +msgid "{core:no_state:cause_nocookie}" +msgstr "Cookies könnten im Web-Browser deaktiviert sein." + +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 SimpleSAMLphp auf dem Feide " +"RnD blog auf UNINETT." + +msgid "{core:no_metadata:suggestion_developer}" +msgstr "" +"Arbeiten Sie selbst an einem Web Single Sign-On System, stimmt mit den " +"benutzten Metadaten etwas nicht. Überprüfen Sie die Metadaten des " +"Identity Providers und des Service Providers." + +msgid "{core:no_cookie:retry}" +msgstr "Erneut versuchen" + +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:short_sso_interval:retry}" +msgstr "Versuche Anmeldung erneut" + +msgid "{core:no_cookie:description}" +msgstr "" +"Sie scheinen Cookies in Ihrem Browser deaktiviert zu haben. Bitte " +"überprüfen Sie die Einstellungen in Ihrem Browser und versuchen Sie es " +"erneut." + +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." + +msgid "If this problem persists, you can report it to the system administrators." +msgstr "" +"Wenn das Problem weiter besteht, kannst du diesen Fehler den " +"Systemadministratoren melden." + +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." +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." + +msgid "Metadata not found" +msgstr "Keine Metadaten gefunden" + +msgid "Missing cookie" +msgstr "Cookie fehlt" + +msgid "Cookies may be disabled in the web browser." +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." +msgstr "" +"Sie scheinen Cookies in Ihrem Browser deaktiviert zu haben. Bitte " +"überprüfen Sie die Einstellungen in Ihrem Browser und versuchen Sie es " +"erneut." + +msgid "Installing SimpleSAMLphp" +msgstr "SimpleSAMLphp installieren" + +msgid "Deprecated" +msgstr "Veraltet" + +msgid "" +"Congratulations, 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 "" +"Glückwunsch, 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 "" +"You are not using HTTPS - encrypted communication with " +"the user. HTTP works fine for test purposes, but in a production " +"environment, you should use HTTPS. [ Read more about SimpleSAMLphp maintenance ]" +msgstr "" +"Sie benutzen keine HTTPS - verschlüsselte Kommunikation " +"mit dem Nutzer. SimpleSAMLphp funktioniert zum Testen auch mit HTTP " +"problemlos, aber in einer Produktionsumgebung sollten Sie HTTPS benutzen." +" [ Lesen sie mehr über die Verwaltung von SimpleSAMLphp " +"]" + +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." +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 SimpleSAMLphp web page over at " +"UNINETT." +msgstr "" +"Hey, dieses SimpleSAMLphp ist eine ziemlich coole Sache, wo kann ich mehr" +" darüber lesen? Sie finden mehr Informationen über SimpleSAMLphp auf dem Feide " +"RnD blog auf UNINETT." + +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 "We were unable to locate the metadata for the entity:" +msgstr "Für folgende Entität konnten keine Metadaten gefunden werden:" + +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" +" is a problem with this SP." +msgstr "" +"Wir haben festgestellt, dass seit Ihrer letzten Anmeldung bei diesem " +"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 " +"configured correctly on both the identity provider and service provider." +msgstr "" +"Arbeiten Sie selbst an einem Web Single Sign-On System, stimmt mit den " +"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/mymodule/locales/en/LC_MESSAGES/mymodule.po b/mymodule/locales/en/LC_MESSAGES/mymodule.po new file mode 100644 index 0000000..51e246c --- /dev/null +++ b/mymodule/locales/en/LC_MESSAGES/mymodule.po @@ -0,0 +1,571 @@ +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: SimpleSAMLphp 1.15\n" +"Report-Msgid-Bugs-To: simplesamlphp-translation@googlegroups.com\n" +"POT-Creation-Date: 2016-10-12 09:23+0200\n" +"PO-Revision-Date: 2016-10-14 12:14+0200\n" +"Last-Translator: \n" +"Language: en\n" +"Language-Team: \n" +"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.3.4\n" + +msgid "{core:frontpage:link_phpinfo}" +msgstr "PHP info" + + +msgid "{core:no_state:report_text}" +msgstr "If this problem persists, you can report it to the system administrators." + +msgid "{core:no_state:cause_badlink}" +msgstr "The link used to get here was bad, perhaps a bookmark." + +msgid "{core:no_state:cause_backforward}" +msgstr "Using the back and forward buttons in the web browser." + +msgid "{core:no_metadata:not_found_for}" +msgstr "We were unable to locate the metadata for the entity:" + +msgid "{core:no_state:suggestions}" +msgstr "Suggestions for resolving this problem:" + +msgid "{core:frontpage:login_as_admin}" +msgstr "Login as administrator" + +msgid "{core:short_sso_interval:warning}" +msgstr "" +"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." + +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:no_state:suggestion_badlink}" +msgstr "Check that the link you used to access the web site is correct." + +msgid "{core:no_state:suggestion_goback}" +msgstr "Go back to the previous page and try again." + +msgid "{core:no_state:causes}" +msgstr "This error may be caused by:" + +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 "" +"The configuration uses the default secret salt - make " +"sure you modify the default 'secretsalt' option in the simpleSAML " +"configuration in production environments. [Read" +" more about SimpleSAMLphp configuration ]" + +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:no_state:header}" +msgstr "State information lost" + +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:no_cookie:header}" +msgstr "Missing cookie" + +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 the latest version 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:no_metadata:suggestion_user_link}" +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 "{core:no_state:description}" +msgstr "We were unable to locate the state information for the current request." + +msgid "{core:frontpage:show_metadata}" +msgstr "Show metadata" + +msgid "{core:no_state:suggestion_closebrowser}" +msgstr "Close the web browser, and try again." + +msgid "{core:short_sso_interval:warning_header}" +msgstr "Too short interval between single sign on events." + +msgid "{core:frontpage:intro}" +msgstr "" +"Congratulations, 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:no_metadata:header}" +msgstr "Metadata not found" + +msgid "{core:frontpage:required}" +msgstr "Required" + +msgid "{core:no_metadata:config_problem}" +msgstr "" +"This is most likely a configuration problem on either the service " +"provider or identity provider." + +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 "" +"You are not using HTTPS - encrypted communication with " +"the user. HTTP works fine for test purposes, but in a production " +"environment, you should use HTTPS. [ Read more about SimpleSAMLphp maintenance ]" + +msgid "{core:frontpage:federation}" +msgstr "Federation" + +msgid "{core:frontpage:required_radius}" +msgstr "Required for Radius" + +msgid "{core:no_state:cause_openbrowser}" +msgstr "Opened the web browser with tabs saved from the previous session." + +msgid "{core:frontpage:checkphp}" +msgstr "Checking your PHP installation" + +msgid "{core:frontpage:link_doc_idp}" +msgstr "Using SimpleSAMLphp as an Identity Provider" + +msgid "{core:no_state:report_header}" +msgstr "Report this error" + +msgid "{core:frontpage:link_saml2example}" +msgstr "SAML 2.0 SP example - test logging in through your IdP" + +msgid "{core:no_state:cause_nocookie}" +msgstr "Cookies may be disabled in the web browser." + +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 SimpleSAMLphp web page over at " +"UNINETT." + +msgid "{core:no_metadata:suggestion_developer}" +msgstr "" +"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." + +msgid "{core:no_cookie:retry}" +msgstr "Retry" + +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:short_sso_interval:retry}" +msgstr "Retry login" + +msgid "{core:no_cookie:description}" +msgstr "" +"You appear to have disabled cookies in your browser. Please check the " +"settings in your browser, and try again." + +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." + +msgid "If this problem persists, you can report it to the system administrators." +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." +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 the latest version as soon as possible." +msgstr "" +"You are running an outdated version of SimpleSAMLphp. Please update to the latest version as soon as possible." + +msgid "Metadata not found" +msgstr "Metadata not found" + +msgid "Missing cookie" +msgstr "Missing cookie" + +msgid "Cookies may be disabled in the web browser." +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." +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 "" +"Congratulations, 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 "" +"Congratulations, 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 "" +"You are not using HTTPS - encrypted communication with " +"the user. HTTP works fine for test purposes, but in a production " +"environment, you should use HTTPS. [ Read more about SimpleSAMLphp maintenance ]" +msgstr "" +"You are not using HTTPS - encrypted communication with " +"the user. HTTP works fine for test purposes, but in a production " +"environment, you should use HTTPS. [ Read more about SimpleSAMLphp maintenance ]" + +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." +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 SimpleSAMLphp web page over at " +"UNINETT." +msgstr "" +"This SimpleSAMLphp thing is pretty cool, where can I read more about it? " +"You can find more information about it at the SimpleSAMLphp web page over at " +"UNINETT." + +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 "We were unable to locate the metadata for the entity:" +msgstr "We were unable to locate the metadata for the entity:" + +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" +" is a problem with this SP." +msgstr "" +"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." + +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 " +"configured correctly on both the identity provider and service provider." +msgstr "" +"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." + +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 "" +"The configuration uses the default secret salt - make " +"sure you modify the default 'secretsalt' option in the simpleSAML " +"configuration in production environments. [Read" +" more about SimpleSAMLphp configuration ]" +msgstr "" +"The configuration uses the default secret salt - make " +"sure you modify the default 'secretsalt' option in the simpleSAML " +"configuration in production environments. [Read" +" more about SimpleSAMLphp configuration ]" + +msgid "Login as administrator" +msgstr "Login as administrator" + +msgid "Report this error" +msgstr "Report this error" -- GitLab From b045c71c6e9b0cda352dc0d8b32934b15e6e93ca Mon Sep 17 00:00:00 2001 From: Wolfgang Knopki Date: Thu, 12 Nov 2020 14:50:04 +0100 Subject: [PATCH 06/22] added twig files --- mymodule/themes/fancytheme/default/_footer.twig | 12 ++++++++++++ mymodule/themes/fancytheme/default/_header.twig | 3 +++ 2 files changed, 15 insertions(+) create mode 100644 mymodule/themes/fancytheme/default/_footer.twig create mode 100644 mymodule/themes/fancytheme/default/_header.twig diff --git a/mymodule/themes/fancytheme/default/_footer.twig b/mymodule/themes/fancytheme/default/_footer.twig new file mode 100644 index 0000000..f455b8d --- /dev/null +++ b/mymodule/themes/fancytheme/default/_footer.twig @@ -0,0 +1,12 @@ + diff --git a/mymodule/themes/fancytheme/default/_header.twig b/mymodule/themes/fancytheme/default/_header.twig new file mode 100644 index 0000000..7abc03d --- /dev/null +++ b/mymodule/themes/fancytheme/default/_header.twig @@ -0,0 +1,3 @@ + -- GitLab From 0eeffc3c9db8ca6d074c9db1fd06f1eea5529cee Mon Sep 17 00:00:00 2001 From: Wolfgang Knopki Date: Thu, 12 Nov 2020 14:56:14 +0100 Subject: [PATCH 07/22] added base twig file --- mymodule/themes/fancytheme/default/base.twig | 36 ++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 mymodule/themes/fancytheme/default/base.twig diff --git a/mymodule/themes/fancytheme/default/base.twig b/mymodule/themes/fancytheme/default/base.twig new file mode 100644 index 0000000..b19f451 --- /dev/null +++ b/mymodule/themes/fancytheme/default/base.twig @@ -0,0 +1,36 @@ +{% spaceless %} + + + + + + {{ pagetitle }} + + + + + {% if isRTL %} + + {% endif %} + + + {% block preload %}{% endblock %} + + +
+ {% block header %}{% include "_header.twig" %}{% endblock %} +
+
+ {% block contentwrapper %}{% block content %}{% endblock %}{% endblock contentwrapper %} +
+
{# content #} +
+
{# layout #} + + + {% block postload %}{% endblock %} + + +{% endspaceless %} -- GitLab From d9c0b2727943ced0136e77b86ac7c07d53845264 Mon Sep 17 00:00:00 2001 From: Wolfgang Knopki Date: Thu, 12 Nov 2020 15:10:21 +0100 Subject: [PATCH 08/22] added different stylesheet --- mymodule/themes/fancytheme/default/base.twig | 3 ++- mymodule/www/stylesheet.css | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 mymodule/www/stylesheet.css diff --git a/mymodule/themes/fancytheme/default/base.twig b/mymodule/themes/fancytheme/default/base.twig index b19f451..05d45e6 100644 --- a/mymodule/themes/fancytheme/default/base.twig +++ b/mymodule/themes/fancytheme/default/base.twig @@ -5,9 +5,10 @@ {{ pagetitle }} - + + {% if isRTL %} diff --git a/mymodule/www/stylesheet.css b/mymodule/www/stylesheet.css new file mode 100644 index 0000000..9de1914 --- /dev/null +++ b/mymodule/www/stylesheet.css @@ -0,0 +1,3 @@ +header{ + background: none; +} -- GitLab From cfe54f089f773018595f71dd75600655dbe53797 Mon Sep 17 00:00:00 2001 From: Wolfgang Knopki Date: Thu, 12 Nov 2020 15:14:12 +0100 Subject: [PATCH 09/22] added different stylesheet --- mymodule/themes/fancytheme/default/base.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mymodule/themes/fancytheme/default/base.twig b/mymodule/themes/fancytheme/default/base.twig index 05d45e6..1b148ce 100644 --- a/mymodule/themes/fancytheme/default/base.twig +++ b/mymodule/themes/fancytheme/default/base.twig @@ -5,7 +5,7 @@ {{ pagetitle }} - + -- GitLab From 1d9fadd92312108dfddc1ea46df5212af089c3fb Mon Sep 17 00:00:00 2001 From: Wolfgang Knopki Date: Thu, 12 Nov 2020 15:18:55 +0100 Subject: [PATCH 10/22] added different stylesheet --- mymodule/themes/fancytheme/default/base.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mymodule/themes/fancytheme/default/base.twig b/mymodule/themes/fancytheme/default/base.twig index 1b148ce..16034b3 100644 --- a/mymodule/themes/fancytheme/default/base.twig +++ b/mymodule/themes/fancytheme/default/base.twig @@ -5,7 +5,7 @@ {{ pagetitle }} - + -- GitLab From b5c6f98beb98055c57742a435f1f11131798ef4d Mon Sep 17 00:00:00 2001 From: Wolfgang Knopki Date: Thu, 12 Nov 2020 15:21:53 +0100 Subject: [PATCH 11/22] footer added scripts --- mymodule/themes/fancytheme/default/_footer.twig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mymodule/themes/fancytheme/default/_footer.twig b/mymodule/themes/fancytheme/default/_footer.twig index f455b8d..cddc81c 100644 --- a/mymodule/themes/fancytheme/default/_footer.twig +++ b/mymodule/themes/fancytheme/default/_footer.twig @@ -1,4 +1,6 @@