From 5e0c3e162e7c13a36ced05003caa0dad220e2881 Mon Sep 17 00:00:00 2001 From: Thijs Kinkhorst <thijs@kinkhorst.com> Date: Wed, 12 Jan 2022 13:11:30 +0000 Subject: [PATCH] Strings as found in module templates --- modules/admin/locales/en/LC_MESSAGES/admin.po | 139 ++++++++++++++++++ 1 file changed, 139 insertions(+) diff --git a/modules/admin/locales/en/LC_MESSAGES/admin.po b/modules/admin/locales/en/LC_MESSAGES/admin.po index af31e6ba7..b8864ac62 100644 --- a/modules/admin/locales/en/LC_MESSAGES/admin.po +++ b/modules/admin/locales/en/LC_MESSAGES/admin.po @@ -19,3 +19,142 @@ msgstr "Metadata parser" msgid "Deprecated" msgstr "Deprecated" + +msgid "SimpleSAMLphp installation page" +msgstr "" + +msgid "SimpleSAMLphp is installed in:" +msgstr "" + +msgid "You are running version <kbd>%version%</kbd>." +msgstr "" + +msgid "Configuration" +msgstr "" + +msgid "Checking your PHP installation" +msgstr "" + +msgid "required" +msgstr "" + +msgid "optional" +msgstr "" + +msgid "SimpleSAMLphp Show Metadata" +msgstr "" + +msgid "Metadata" +msgstr "" + +msgid "Copy to clipboard" +msgstr "" + +msgid "Back" +msgstr "" + +msgid "XML metadata" +msgstr "" + +msgid "or select a file:" +msgstr "" + +msgid "No file selected." +msgstr "" + +msgid "Parse" +msgstr "" + +msgid "Converted metadata" +msgstr "" + +msgid "An error occured" +msgstr "" + +msgid "Test Authentication Sources" +msgstr "" + +msgid "Hosted entities" +msgstr "" + +msgid "Trusted entities" +msgstr "" + +msgid "expired" +msgstr "" + +msgid "expires" +msgstr "" + +msgid "Tools" +msgstr "" + +msgid "Look up metadata for entity:" +msgstr "" + +msgid "EntityID" +msgstr "" + +msgid "Search" +msgstr "" + +msgid "Type:" +msgstr "" + +msgid "SAML Metadata" +msgstr "" + +msgid "You can get the metadata XML on a dedicated URL:" +msgstr "" + +msgid "In SAML 2.0 Metadata XML format:" +msgstr "" + +msgid "SimpleSAMLphp Metadata" +msgstr "" + +msgid "Use this if you are using a SimpleSAMLphp entity on the other side:" +msgstr "" + +msgid "Certificates" +msgstr "" + +msgid "new" +msgstr "" + +msgid "Diagnostics on hostname, port and protocol" +msgstr "" + +msgid "" +"Hi, this is the status page of SimpleSAMLphp. Here you can see if your " +"session is timed out, how long\n" +" it lasts until it times out and all the attributes that are attached to " +"your session." +msgstr "" + +msgid "Your session is valid for %remaining% seconds from now." +msgstr "" + +msgid "Your attributes" +msgstr "" + +msgid "Technical information" +msgstr "" + +msgid "SAML Subject" +msgstr "" + +msgid "not set" +msgstr "" + +msgid "Format" +msgstr "" + +msgid "Authentication data" +msgstr "" + +msgid "Logout" +msgstr "" + +msgid "Content of jpegPhoto attribute" +msgstr "" -- GitLab