openrat-cms

# OpenRat Content Management System
git clone http://git.code.weiherhei.de/openrat-cms.git
Log | Files | Refs

commit 0f4136d4fa7207907b538a892aa142069b3bb812
parent 7ae0be624165ef7eb8c03a4af0541d1706f51c99
Author: Jan Dankert <develop@jandankert.de>
Date:   Wed, 28 Aug 2019 01:01:29 +0200

New: Die Sprachschlüssel für An- und Abmelden.

Diffstat:
modules/language/lang-cn.php | 5+++++
modules/language/lang-de.php | 5+++++
modules/language/lang-en.php | 5+++++
modules/language/lang-es.php | 5+++++
modules/language/lang-fr.php | 5+++++
modules/language/lang-it.php | 5+++++
modules/language/lang-ru.php | 5+++++
modules/language/language.yml | 7+++++++
8 files changed, 42 insertions(+), 0 deletions(-)

diff --git a/modules/language/lang-cn.php b/modules/language/lang-cn.php @@ -995,6 +995,7 @@ function language() { return array( 'NOTICE_LOGIN_FAILED'=>"Login failed. The username ''{name}'' does not exist or the password is wrong.", 'NOTICE_LOGIN_FAILED_MUSTCHANGEPASSWORD'=>"The Login was denied, because your password has timed out. Please try to login again, but now together with an new password.", 'NOTICE_LOGIN_OK'=>"Hello {name}, you are signed in.", +'NOTICE_LOGOUT_OK'=>"You are signed out.", 'NOTICE_LOGIN_OPENID_FAILED'=>"The login for {name} at Open-ID-Server failed.", 'NOTICE_MAIL_NOT_SENT'=>"The mail could not be sent.", 'NOTICE_MAIL_SENT'=>"The email was sent.", @@ -1154,6 +1155,7 @@ function language() { return array( 'USER_ISADMIN_DESC'=>"Administrators have all rights to all projects.", 'USER_LDAPDN_DESC'=>"The distinguished name of this user in the LDAP-directory. Example: cn =Eddi Murphy,ou =Finance,o =My organization,c =DE. If unsure, leave this blank.", 'USER_LDAPDN'=>"LDAP dn", +'USER_LOGIN'=>"Sign in", 'USER_LOGINAS'=>"Logged in as", 'USER_LOGOUT'=>"Logout", 'USER_LOGOUT_DESC'=>"Logout from this application. Your session is closed.", @@ -1288,4 +1290,7 @@ function language() { return array( 'TOKEN'=>"Token", 'EDIT_PASSWORD'=>"Change password", 'SOURCE'=>"Source", +'LEAVE_LINK'=>"Leave a link", +'LINKS_RELATIVE'=>"Relative links", +'LINKS_ABSOLUTE'=>"Absolute links", );} \ No newline at end of file diff --git a/modules/language/lang-de.php b/modules/language/lang-de.php @@ -995,6 +995,7 @@ function language() { return array( 'NOTICE_LOGIN_FAILED'=>"Anmeldung nicht möglich. Der Benutzername ''{name}'' ist nicht vorhanden oder das eingegebene Kennwort ist falsch.", 'NOTICE_LOGIN_FAILED_MUSTCHANGEPASSWORD'=>"Die Anmeldung ist nicht möglich, da Ihr Kennwort abgelaufen ist. Bitte geben Sie nochmals Ihre Anmeldedaten zusammen mit einem neuen Kennwort ein.", 'NOTICE_LOGIN_OK'=>"Hallo {name}, Sie sind jetzt angemeldet.", +'NOTICE_LOGOUT_OK'=>"Sie sind jetzt abgemeldet.", 'NOTICE_LOGIN_OPENID_FAILED'=>"Die Anmeldung für {name} am Open-ID-Server ist fehlgeschlagen.", 'NOTICE_MAIL_NOT_SENT'=>"Die E-Mail konnte nicht gesendet werden.", 'NOTICE_MAIL_SENT'=>"Die E-Mail wurde gesendet.", @@ -1154,6 +1155,7 @@ function language() { return array( 'USER_ISADMIN_DESC'=>"Administratoren haben gegenüber normalen Benutzern folgende erweiterte Rechte: Administration incl. Benutzer- und Projektverwaltung, Bearbeiten der Vorlagen, Bearbeiten von Sprachen und Projektvarianten. Darüber hinaus haben Administratoren volle Rechte auf alle Objekte in allen Projekten.", 'USER_LDAPDN_DESC'=>"Der eindeutige Name ('distinguished name') dieses Benutzers im LDAP-Verzeichnisdienst. Sofern dieses Feld nicht leer ist, wird bei der Anmeldung das Kennwort gegen den in der Konfiguration festgelegten LDAP-Server geprüft. Der LDAP-Dienst ermöglicht Ihren Benutzern eine zentrales Kennwort für mehrere Anwendungen.<br/><br/>Ein Beispiel für einen solchen 'distinguished name' könnte sein<br><tt>cn =Hans Mustermann,ou =Buchhaltung,o =Meine Firma,c =DE</tt> Wenn sich nicht wissen, was LDAP ist oder was Sie hier eintragen sollen lassen Sie das Feld einfach leer.", 'USER_LDAPDN'=>"LDAP dn", +'USER_LOGIN'=>"Anmelden", 'USER_LOGINAS'=>"Angemeldet als", 'USER_LOGOUT'=>"Abmelden", 'USER_LOGOUT_DESC'=>"Von dieser Anwendung abmelden, Ihre Sitzung wird geschlossen.", @@ -1288,4 +1290,7 @@ function language() { return array( 'TOKEN'=>"Token", 'EDIT_PASSWORD'=>"Kennwort ändern", 'SOURCE'=>"Quelltext", +'LEAVE_LINK'=>"Link hinterlassen", +'LINKS_RELATIVE'=>"Relative Links", +'LINKS_ABSOLUTE'=>"Absolute Links", );} \ No newline at end of file diff --git a/modules/language/lang-en.php b/modules/language/lang-en.php @@ -995,6 +995,7 @@ function language() { return array( 'NOTICE_LOGIN_FAILED'=>"Login failed. The username ''{name}'' does not exist or the password is wrong.", 'NOTICE_LOGIN_FAILED_MUSTCHANGEPASSWORD'=>"The Login was denied, because your password has timed out. Please try to login again, but now together with an new password.", 'NOTICE_LOGIN_OK'=>"Hello {name}, you are signed in.", +'NOTICE_LOGOUT_OK'=>"You are signed out.", 'NOTICE_LOGIN_OPENID_FAILED'=>"The login for {name} at Open-ID-Server failed.", 'NOTICE_MAIL_NOT_SENT'=>"The mail could not be sent.", 'NOTICE_MAIL_SENT'=>"The email was sent.", @@ -1154,6 +1155,7 @@ function language() { return array( 'USER_ISADMIN_DESC'=>"Administrators have all rights to all projects.", 'USER_LDAPDN_DESC'=>"The distinguished name of this user in the LDAP-directory. Example: cn =Eddi Murphy,ou =Finance,o =My organization,c =DE. If unsure, leave this blank.", 'USER_LDAPDN'=>"LDAP dn", +'USER_LOGIN'=>"Sign in", 'USER_LOGINAS'=>"Logged in as", 'USER_LOGOUT'=>"Logout", 'USER_LOGOUT_DESC'=>"Logout from this application. Your session is closed.", @@ -1288,4 +1290,7 @@ function language() { return array( 'TOKEN'=>"Token", 'EDIT_PASSWORD'=>"Change password", 'SOURCE'=>"Source", +'LEAVE_LINK'=>"Leave a link", +'LINKS_RELATIVE'=>"Relative links", +'LINKS_ABSOLUTE'=>"Absolute links", );} \ No newline at end of file diff --git a/modules/language/lang-es.php b/modules/language/lang-es.php @@ -1019,6 +1019,7 @@ MENU_INDEX_ADMINISTRATION_DESC =", 'NOTICE_LOGIN_FAILED'=>"</em> {conocido} no presente o la contraseña es incorrecta.", 'NOTICE_LOGIN_FAILED_MUSTCHANGEPASSWORD'=>"la conexión fue negado, porque tu contraseña ha medido el tiempo hacia fuera. Otra vez, pero ahora intentar por favor a la conexión junto con una nueva contraseña.", 'NOTICE_LOGIN_OK'=>"Hello {name}, you are signed in.", +'NOTICE_LOGOUT_OK'=>"You are signed out.", 'NOTICE_LOGIN_OPENID_FAILED'=>"The login for {name} at Open-ID-Server failed.", 'NOTICE_MAIL_NOT_SENT'=>"The mail could not be sent.", 'NOTICE_MAIL_SENT'=>"El email fue enviado.", @@ -1178,6 +1179,7 @@ MENU_INDEX_ADMINISTRATION_DESC =", 'USER_ISADMIN_DESC'=>"tienen todas las derechas a todos los proyectos.", 'USER_LDAPDN_DESC'=>"<em>distinguished name</em> de este usuario en el LDAP-diretory.<br/><br/>Example: El <tt>cn=Eddi Murphy, ou=Finance, organización o=My, c=DE</tt><br/><br/>If inseguro, deja este espacio en blanco.", 'USER_LDAPDN'=>"LDAP abajo", +'USER_LOGIN'=>"Sign in", 'USER_LOGINAS'=>"Entrado como", 'USER_LOGOUT'=>"Registro de estado de la máquina del registro de estado de la máquina", 'USER_LOGOUT_DESC'=>"de este uso. Tu sesión es cerrada.", @@ -1312,4 +1314,7 @@ MENU_INDEX_ADMINISTRATION_DESC =", 'TOKEN'=>"Token", 'EDIT_PASSWORD'=>"Change password", 'SOURCE'=>"Source", +'LEAVE_LINK'=>"Leave a link", +'LINKS_RELATIVE'=>"Relative links", +'LINKS_ABSOLUTE'=>"Absolute links", );} \ No newline at end of file diff --git a/modules/language/lang-fr.php b/modules/language/lang-fr.php @@ -995,6 +995,7 @@ function language() { return array( 'NOTICE_LOGIN_FAILED'=>"L'ist de '' du <em> de '' d'username de l'ouverture failed.<br/><br/>The </em> {nommé} non actuel ou le mot de passe est erroné.", 'NOTICE_LOGIN_FAILED_MUSTCHANGEPASSWORD'=>"L'ouverture a été niée, parce que votre mot de passe a chronométré dehors. Essayer svp à l'ouverture encore, mais maintenant ainsi qu'un nouveau mot de passe.", 'NOTICE_LOGIN_OK'=>"Hello {name}, you are signed in.", +'NOTICE_LOGOUT_OK'=>"You are signed out.", 'NOTICE_LOGIN_OPENID_FAILED'=>"The login for {name} at Open-ID-Server failed.", 'NOTICE_MAIL_NOT_SENT'=>"The mail could not be sent.", 'NOTICE_MAIL_SENT'=>"L'email a été envoyé.", @@ -1154,6 +1155,7 @@ function language() { return array( 'USER_ISADMIN_DESC'=>"Les administrateurs ont tous les droits à tous les projets.", 'USER_LDAPDN_DESC'=>"<em>distinguished name</em> de cet utilisateur dans le LDAP-diretory.<br/><br/>Example : Le <tt>cn=Eddi Murphy, ou=Finance, l'organisation o=My, c=DE</tt><br/><br/>If incertain, laissent ce blanc.", 'USER_LDAPDN'=>"LDAP vers le bas", +'USER_LOGIN'=>"Sign in", 'USER_LOGINAS'=>"Entré comme", 'USER_LOGOUT'=>"Déconnexion", 'USER_LOGOUT_DESC'=>"Déconnexion de cette application. Votre session est fermée.", @@ -1288,4 +1290,7 @@ function language() { return array( 'TOKEN'=>"Token", 'EDIT_PASSWORD'=>"Change password", 'SOURCE'=>"Source", +'LEAVE_LINK'=>"Leave a link", +'LINKS_RELATIVE'=>"Relative links", +'LINKS_ABSOLUTE'=>"Absolute links", );} \ No newline at end of file diff --git a/modules/language/lang-it.php b/modules/language/lang-it.php @@ -995,6 +995,7 @@ function language() { return array( 'NOTICE_LOGIN_FAILED'=>"</em> {nome} non assente o la parola d'accesso è errata.", 'NOTICE_LOGIN_FAILED_MUSTCHANGEPASSWORD'=>"l'inizio attività è stato negato, perché la vostra parola d'accesso ha cronometrato fuori. Ancora, ma ora provare prego all'inizio attività insieme ad una nuova parola d'accesso.", 'NOTICE_LOGIN_OK'=>"Hello {name}, you are signed in.", +'NOTICE_LOGOUT_OK'=>"You are signed out.", 'NOTICE_LOGIN_OPENID_FAILED'=>"The login for {name} at Open-ID-Server failed.", 'NOTICE_MAIL_NOT_SENT'=>"The mail could not be sent.", 'NOTICE_MAIL_SENT'=>"Il email è stato trasmesso.", @@ -1154,6 +1155,7 @@ function language() { return array( 'USER_ISADMIN_DESC'=>"hanno tutti i diritti a tutti i progetti.", 'USER_LDAPDN_DESC'=>"<em>distinguished name</em> di questo utente nel LDAP-diretory.<br/><br/>Example: Il <tt>cn=Eddi Murphy, ou=Finance, organizzazione o=My, c=DE</tt><br/><br/>If incerto, lascia questo spazio in bianco.", 'USER_LDAPDN'=>"LDAP giù", +'USER_LOGIN'=>"Sign in", 'USER_LOGINAS'=>"Entrato come", 'USER_LOGOUT'=>"Termine attività di termine attività", 'USER_LOGOUT_DESC'=>"da questa applicazione. La vostra sessione è chiusa.", @@ -1288,4 +1290,7 @@ function language() { return array( 'TOKEN'=>"Token", 'EDIT_PASSWORD'=>"Change password", 'SOURCE'=>"Source", +'LEAVE_LINK'=>"Leave a link", +'LINKS_RELATIVE'=>"Relative links", +'LINKS_ABSOLUTE'=>"Absolute links", );} \ No newline at end of file diff --git a/modules/language/lang-ru.php b/modules/language/lang-ru.php @@ -995,6 +995,7 @@ function language() { return array( 'NOTICE_LOGIN_FAILED'=>"связаны Войти провалилась. <br> <br> В''имя пользователя название <em> () </em>''агрессивным отсутствует или неверный пароль.", 'NOTICE_LOGIN_FAILED_MUSTCHANGEPASSWORD'=>"В Логин было отказано, б Ввиду пароль по таймауту. Попробуйте авторизоваться еще раз, б Хизб Теперь вместе с новым паролем.", 'NOTICE_LOGIN_OK'=>"Hello {name}, you are signed in.", +'NOTICE_LOGOUT_OK'=>"You are signed out.", 'NOTICE_LOGIN_OPENID_FAILED'=>"The login for {name} at Open-ID-Server failed.", 'NOTICE_MAIL_NOT_SENT'=>"The mail could not be sent.", 'NOTICE_MAIL_SENT'=>"Это сообщение было отправлено.", @@ -1154,6 +1155,7 @@ function language() { return array( 'USER_ISADMIN_DESC'=>"Администраторы имеют все права во всех проектах.", 'USER_LDAPDN_DESC'=>"В уважаемым именем этого пользователя в LDAP - diretory. <br> <br> Пример : = cn Едди Мерфи, = или финансов, о = Моя организация, с = DE <br> <br> Если вы не знаете, что л давалось это пустое.", 'USER_LDAPDN'=>"LDAP dn", +'USER_LOGIN'=>"Sign in", 'USER_LOGINAS'=>"Вы вошли как", 'USER_LOGOUT'=>"Logout", 'USER_LOGOUT_DESC'=>"Выход Выход из данной заявке. Ваша сессия закрыта.", @@ -1288,4 +1290,7 @@ function language() { return array( 'TOKEN'=>"Token", 'EDIT_PASSWORD'=>"Change password", 'SOURCE'=>"Source", +'LEAVE_LINK'=>"Leave a link", +'LINKS_RELATIVE'=>"Relative links", +'LINKS_ABSOLUTE'=>"Absolute links", );} \ No newline at end of file diff --git a/modules/language/language.yml b/modules/language/language.yml @@ -4843,6 +4843,10 @@ NOTICE_LOGIN_FAILED_MUSTCHANGEPASSWORD: NOTICE_LOGIN_OK: de: 'Hallo {name}, Sie sind jetzt angemeldet.' en: 'Hello {name}, you are signed in.' +NOTICE_LOGOUT_OK: + de: 'Sie sind jetzt abgemeldet.' + + en: 'You are signed out.' NOTICE_LOGIN_OPENID_FAILED: de: 'Die Anmeldung für {name} am Open-ID-Server ist fehlgeschlagen.' en: 'The login for {name} at Open-ID-Server failed.' @@ -5612,6 +5616,9 @@ USER_LDAPDN: es: LDAP abajo fr: LDAP vers le bas it: LDAP giù +USER_LOGIN: + de: Anmelden + en: Sign in USER_LOGINAS: de: Angemeldet als en: Logged in as