openrat-cms

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

commit 6478cfd63db4284b585fd198fb7263364d992b58
parent d630ee6ba88fc6aec2b66b48985a3ac546c60a1a
Author: Jan Dankert <develop@jandankert.de>
Date:   Thu, 19 Nov 2020 21:55:02 +0100

Added some missing language keys.

Diffstat:
Mmodules/cms/ui/themes/default/html/views/element/advanced.php | 2+-
Mmodules/cms/ui/themes/default/html/views/element/advanced.tpl.src.xml | 2+-
Mmodules/language/Language_CN.class.php | 16+++++++++++-----
Mmodules/language/Language_DE.class.php | 16+++++++++++-----
Mmodules/language/Language_EN.class.php | 16+++++++++++-----
Mmodules/language/Language_ES.class.php | 16+++++++++++-----
Mmodules/language/Language_FR.class.php | 16+++++++++++-----
Mmodules/language/Language_IT.class.php | 16+++++++++++-----
Mmodules/language/Language_RU.class.php | 16+++++++++++-----
Mmodules/language/Messages.class.php | 14++++++++++----
Mmodules/language/language.yml | 80++++++++++++++++++++++++++++++++++++++++---------------------------------------
11 files changed, 130 insertions(+), 80 deletions(-)

diff --git a/modules/cms/ui/themes/default/html/views/element/advanced.php b/modules/cms/ui/themes/default/html/views/element/advanced.php @@ -173,7 +173,7 @@ <?php foreach((array)$dynamic_class_parameters as $paramName=>$defaultValue) { ?> <span><?php echo O::escapeHtml(''.@$paramName.'') ?></span> <span><?php echo O::escapeHtml(' (') ?></span> - <span><?php echo O::escapeHtml(''.@O::lang('DEFAULT').'') ?></span> + <span><?php echo O::escapeHtml(''.@O::lang('DEFAULT_VALUE').'') ?></span> <span><?php echo O::escapeHtml(') = ') ?></span> <span><?php echo O::escapeHtml(''.@$defaultValue.'') ?></span> <br /><?php echo O::escapeHtml('') ?> diff --git a/modules/cms/ui/themes/default/html/views/element/advanced.tpl.src.xml b/modules/cms/ui/themes/default/html/views/element/advanced.tpl.src.xml @@ -91,7 +91,7 @@ <list list="${dynamic_class_parameters}" key="paramName" value="defaultValue"> <text value="${paramName}"/> <text value=" ("/> - <text value="${message:DEFAULT}"/> + <text value="${message:DEFAULT_VALUE}"/> <text value=") = "/> <text value="${defaultValue}"/> <newline/> diff --git a/modules/language/Language_CN.class.php b/modules/language/Language_CN.class.php @@ -149,7 +149,6 @@ public function get() { return [ 'DATE_WEEKDAY4'=>'Thursday', 'DATE_WEEKDAY5'=>'Friday', 'DATE_WEEKDAY6'=>'Saturday', -'DESCRIPTION'=>'Description', 'DOCUMENT_TREE'=>'Document tree', 'EDIT'=>'Edit', 'EDITOR_EDITLINK'=>'Edit Link', @@ -256,6 +255,7 @@ public function get() { return [ 'EL_LONGTEXT'=>'Long text', 'EL_NUMBER_DESC'=>'The number element contains numeric values', 'EL_NUMBER'=>'Number', +'EL_PROP_INHERIT'=>'Inherit', 'EL_PROP_ALL_LANGUAGES'=>'All languages', 'EL_PROP_ALL_LANGUAGES_DESC'=>'The content is equal in all languages', 'EL_PROP_CODE_DESC'=>'Hint: Take a look at the API-Documentation of this class. Be sure to only use the Methods from this class, never <tt>echo</tt> or <tt>print</tt>!', @@ -314,7 +314,6 @@ public function get() { return [ 'ERROR_LOGIN_BROKEN_SSL_CERT'=>'Login was denied, because your SSL-certificat is invalid.', 'ERROR_NO_PROJECT'=>'no project available.', 'ERROR_NOT_A_FOLDER'=>'object is not a directory', -'ERROR'=>'An error occured', 'ERROR_USER_PW_DESC'=>'The password could not be changed', 'ERROR_USER_PW'=>'The password could not be changed', 'EXAMPLE'=>'Example', @@ -392,12 +391,12 @@ public function get() { return [ 'DATABASE'=>'Database', 'DAYS'=>'Days', 'DAY'=>'Day', -'_DEFAULT'=>'Standard', +'DEFAULT_VALUE'=>'Default value', 'DEFAULT_TEXT'=>'Default text', -'DELETED'=>'was deleted', 'DELETE'=>'Delete', 'DELETE_WITH_CHILDREN'=>'Delete with children', 'CONTAINS_CHILDREN'=>'Contains content', +'DESCRIPTION'=>'Description', 'DIFFERENCES_DESC'=>'Show differences between 2 Revisions', 'DIFFERENCES'=>'Differences', 'DOWN'=>'down', @@ -615,6 +614,7 @@ Thank you.', 'MENU_HISTORY'=>'History', 'MENU_HISTORY_DESC'=>'Show History', 'MENU_CHANGETEMPLATE'=>'Change template', +'MENU_CHANGETEMPLATE_DESC'=>'Replace page template', 'MENU_CLIPBOARD'=>'Clipboard', 'MENU_COMPRESS_DESC'=>'Compress file', 'MENU_COMPRESS'=>'Compress', @@ -626,7 +626,8 @@ Thank you.', 'MENU_CREATE_DESC'=>'Create a new object in this directory', 'MENU_CREATEFILE'=>'Upload file', 'MENU_CREATEFILE_DESC'=>'Upload a file', -'MENU_CREATEFOLDER'=>'Create a new folder', +'MENU_CREATEFOLDER'=>'New folder', +'MENU_CREATEFOLDER_DESC'=>'Create a new folder', 'MENU_CREATEIMAGE'=>'New image', 'MENU_CREATEIMAGE_DESC'=>'Upload a new image', 'MENU_CREATETEXT'=>'New text file', @@ -635,6 +636,7 @@ Thank you.', 'MENU_CREATEURL_DESC'=>'Create a new URL', 'MENU_CREATE_KEY'=>'N', 'MENU_CREATELINK'=>'New link', +'MENU_CREATELINK_DESC'=>'Create a new link', 'MENU_CREATE'=>'New', 'MENU_CREATEPAGE'=>'New page', 'MENU_CREATEPAGE_DESC'=>'Create a new page', @@ -760,6 +762,7 @@ Thank you.', 'MENU_LANGUAGE_REMOVE_DESC'=>'Remove language', 'MENU_LANGUAGE_REMOVE'=>'Remove', 'MENU_LICENSE'=>'License', +'MENU_LICENSE_DESC'=>'Information and licenses', 'MENU_LINK_ACLFORM_DESC'=>'Add a right to this link', 'MENU_LINK_ACLFORM'=>'Add right', 'MENU_LINK_EDIT_DESC'=>'Edit target', @@ -1018,7 +1021,9 @@ Thank you.', 'DUPLICATE_INPUT'=>'Duplicate Input detected.', 'DATABASE_CONNECTION_ERROR'=>'The connection to the database could not be established.', 'ERROR_DATABASE'=>'The database query could not executed.', +'DELETED'=>'was deleted', 'DONE'=>'Finished successful', +'ERROR'=>'An error occured', 'GROUPS_MAY_CONFLICT_WITH_LDAP'=>'The user-group-relations my conflict with the directory service. Memberships were synchronized at login time.', 'IMAGE_RESIZED'=>'The image was changed', 'IMAGE_RESIZING_NOT_AVAILABLE'=>'Image resizing is not available at the moment, please ensure, that the GD library is installed.', @@ -1187,6 +1192,7 @@ Thank you.', '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_LOGIN_DESC'=>'Sign in', 'USER_LOGINAS'=>'Logged in as', 'USER_LOGOUT'=>'Logout', 'USER_LOGOUT_DESC'=>'Logout from this application. Your session is closed.', diff --git a/modules/language/Language_DE.class.php b/modules/language/Language_DE.class.php @@ -149,7 +149,6 @@ public function get() { return [ 'DATE_WEEKDAY4'=>'Donnerstag', 'DATE_WEEKDAY5'=>'Freitag', 'DATE_WEEKDAY6'=>'Samstag', -'DESCRIPTION'=>'Beschreibung', 'DOCUMENT_TREE'=>'Dokument-Baum', 'EDIT'=>'Bearbeiten', 'EDITOR_EDITLINK'=>'Verknüpfung bearbeiten', @@ -256,6 +255,7 @@ public function get() { return [ 'EL_LONGTEXT'=>'Text-Absatz', 'EL_NUMBER_DESC'=>'Das Platzhalter Zahl enthält numerische Inhalte', 'EL_NUMBER'=>'Zahl', +'EL_PROP_INHERIT'=>'Vererben', 'EL_PROP_ALL_LANGUAGES'=>'Alle Sprachen', 'EL_PROP_ALL_LANGUAGES_DESC'=>'Der Inhalt der Platzhalter ist in allen Sprachen gleich.', 'EL_PROP_CODE_DESC'=>'<em>Hinweis:</em> Beachten Sie die API-Dokumentation der Klasse <tt>Api</tt>. Benutzen Sie ausschließlich diese Klasse und vermeiden Sie Ausgaben mit <tt>echo</tt> oder <tt>print</tt>!', @@ -314,7 +314,6 @@ public function get() { return [ 'ERROR_LOGIN_BROKEN_SSL_CERT'=>'Die Anmeldung kann nicht durchgeführt werden, da Ihr SSL Client-Zertifikat ungültig ist.', 'ERROR_NO_PROJECT'=>'kein Projekt verfügbar/ausgewählt.', 'ERROR_NOT_A_FOLDER'=>'Ausgewähltes Objekt ist kein Ordner', -'ERROR'=>'Bei der Aktion trat ein Fehler auf.', 'ERROR_USER_PW_DESC'=>'Das Kennwort konnte nicht geändert werden, beachten Sie:<ul><li>Das Kennwort darf nicht leer sein</li><li>Das neue Kennwort muss zweimal identisch eingegeben werden</li></ul>Versuchen Sie es noch einmal.', 'ERROR_USER_PW'=>'Kennwortänderung fehlgeschlagen', 'EXAMPLE'=>'Beispiel', @@ -392,12 +391,12 @@ public function get() { return [ 'DATABASE'=>'Datenbank', 'DAYS'=>'Tage', 'DAY'=>'Tag', -'_DEFAULT'=>'Standard', +'DEFAULT_VALUE'=>'Standardwert', 'DEFAULT_TEXT'=>'Text Vorbelegung', -'DELETED'=>'wurde gelöscht.', 'DELETE'=>'Löschen', 'DELETE_WITH_CHILDREN'=>'Löschen mit Unterelementen', 'CONTAINS_CHILDREN'=>'Enthält Inhalt', +'DESCRIPTION'=>'Beschreibung', 'DIFFERENCES_DESC'=>'Sie können sich die Unterschiede zwischen 2 Versionen anzeigen lassen', 'DIFFERENCES'=>'Unterschiede', 'DOWN'=>'runter', @@ -620,6 +619,7 @@ Vielen Dank.', 'MENU_HISTORY'=>'Verlauf', 'MENU_HISTORY_DESC'=>'Verlauf anzeigen', 'MENU_CHANGETEMPLATE'=>'Vorlage wechseln', +'MENU_CHANGETEMPLATE_DESC'=>'Seitenvorlage austauschen', 'MENU_CLIPBOARD'=>'Zwischenablage', 'MENU_COMPRESS_DESC'=>'Die Datei komprimieren', 'MENU_COMPRESS'=>'Komprimieren', @@ -631,7 +631,8 @@ Vielen Dank.', 'MENU_CREATE_DESC'=>'In diesem Ordner ein neues Objekt anlegen', 'MENU_CREATEFILE'=>'Datei hochladen', 'MENU_CREATEFILE_DESC'=>'Neue Datei hochladen', -'MENU_CREATEFOLDER'=>'Neuen Ordner anlegen', +'MENU_CREATEFOLDER'=>'Neuer Ordner', +'MENU_CREATEFOLDER_DESC'=>'Neuen Ordner anlegen', 'MENU_CREATEIMAGE'=>'Neues Bild', 'MENU_CREATEIMAGE_DESC'=>'Neues Bild hochladen', 'MENU_CREATETEXT'=>'Neue Textdatei', @@ -640,6 +641,7 @@ Vielen Dank.', 'MENU_CREATEURL_DESC'=>'Neue Verknüpfung zu einer URL anlegen', 'MENU_CREATE_KEY'=>'N', 'MENU_CREATELINK'=>'Neue Verknüpfung', +'MENU_CREATELINK_DESC'=>'Neue Verknüpfung anlegen', 'MENU_CREATE'=>'Neu', 'MENU_CREATEPAGE'=>'Neue Seite', 'MENU_CREATEPAGE_DESC'=>'Neue Seite anlegen', @@ -765,6 +767,7 @@ Vielen Dank.', 'MENU_LANGUAGE_REMOVE_DESC'=>'Sprache entfernen', 'MENU_LANGUAGE_REMOVE'=>'Entfernen', 'MENU_LICENSE'=>'Lizenz', +'MENU_LICENSE_DESC'=>'Informationen und Lizenzhinweise', 'MENU_LINK_ACLFORM_DESC'=>'Ein Recht zu dieser Verknüpfung hinzufügen', 'MENU_LINK_ACLFORM'=>'Hinzufügen', 'MENU_LINK_EDIT_DESC'=>'Ziel bearbeiten', @@ -1023,7 +1026,9 @@ Vielen Dank.', 'DUPLICATE_INPUT'=>'Ihre Eingabe muss eindeutig sein.', 'DATABASE_CONNECTION_ERROR'=>'Es konnte keine Verbindung zur Datenbank hergestellt werden.', 'ERROR_DATABASE'=>'Es gab einen Fehler bei der Durchführung einer Datenbankanfrage.', +'DELETED'=>'wurde gelöscht.', 'DONE'=>'Der Vorgang wurde ausgeführt.', +'ERROR'=>'Bei der Aktion trat ein Fehler auf.', 'GROUPS_MAY_CONFLICT_WITH_LDAP'=>'Die in der Benutzerverwaltung eingetragenen Gruppenzugehörigkeiten stehen möglicherweise in Konflikt mit den Gruppenzugehörigkeiten aus dem Verzeichnisdienst. Beim Login ueber den Verzeichnisdienst werden die hier eingetragenenen Gruppenzugehörigkeiten überschrieben.', 'IMAGE_RESIZED'=>'Das Bild wurde geändert.', 'IMAGE_RESIZING_NOT_AVAILABLE'=>'Das Verändern der Bildgröße ist momentan nicht möglich. Bitte stellen Sie sicher, dass die GD-Bibliothek installiert ist.', @@ -1192,6 +1197,7 @@ Vielen Dank.', '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_LOGIN_DESC'=>'Benutzeranmeldung', 'USER_LOGINAS'=>'Angemeldet als', 'USER_LOGOUT'=>'Abmelden', 'USER_LOGOUT_DESC'=>'Von dieser Anwendung abmelden, Ihre Sitzung wird geschlossen.', diff --git a/modules/language/Language_EN.class.php b/modules/language/Language_EN.class.php @@ -149,7 +149,6 @@ public function get() { return [ 'DATE_WEEKDAY4'=>'Thursday', 'DATE_WEEKDAY5'=>'Friday', 'DATE_WEEKDAY6'=>'Saturday', -'DESCRIPTION'=>'Description', 'DOCUMENT_TREE'=>'Document tree', 'EDIT'=>'Edit', 'EDITOR_EDITLINK'=>'Edit Link', @@ -256,6 +255,7 @@ public function get() { return [ 'EL_LONGTEXT'=>'Long text', 'EL_NUMBER_DESC'=>'The number element contains numeric values', 'EL_NUMBER'=>'Number', +'EL_PROP_INHERIT'=>'Inherit', 'EL_PROP_ALL_LANGUAGES'=>'All languages', 'EL_PROP_ALL_LANGUAGES_DESC'=>'The content is equal in all languages', 'EL_PROP_CODE_DESC'=>'Hint: Take a look at the API-Documentation of this class. Be sure to only use the Methods from this class, never <tt>echo</tt> or <tt>print</tt>!', @@ -314,7 +314,6 @@ public function get() { return [ 'ERROR_LOGIN_BROKEN_SSL_CERT'=>'Login was denied, because your SSL-certificat is invalid.', 'ERROR_NO_PROJECT'=>'no project available.', 'ERROR_NOT_A_FOLDER'=>'object is not a directory', -'ERROR'=>'An error occured', 'ERROR_USER_PW_DESC'=>'The password could not be changed', 'ERROR_USER_PW'=>'The password could not be changed', 'EXAMPLE'=>'Example', @@ -392,12 +391,12 @@ public function get() { return [ 'DATABASE'=>'Database', 'DAYS'=>'Days', 'DAY'=>'Day', -'_DEFAULT'=>'Standard', +'DEFAULT_VALUE'=>'Default value', 'DEFAULT_TEXT'=>'Default text', -'DELETED'=>'was deleted', 'DELETE'=>'Delete', 'DELETE_WITH_CHILDREN'=>'Delete with children', 'CONTAINS_CHILDREN'=>'Contains content', +'DESCRIPTION'=>'Description', 'DIFFERENCES_DESC'=>'Show differences between 2 Revisions', 'DIFFERENCES'=>'Differences', 'DOWN'=>'down', @@ -615,6 +614,7 @@ Thank you.', 'MENU_HISTORY'=>'History', 'MENU_HISTORY_DESC'=>'Show History', 'MENU_CHANGETEMPLATE'=>'Change template', +'MENU_CHANGETEMPLATE_DESC'=>'Replace page template', 'MENU_CLIPBOARD'=>'Clipboard', 'MENU_COMPRESS_DESC'=>'Compress file', 'MENU_COMPRESS'=>'Compress', @@ -626,7 +626,8 @@ Thank you.', 'MENU_CREATE_DESC'=>'Create a new object in this directory', 'MENU_CREATEFILE'=>'Upload file', 'MENU_CREATEFILE_DESC'=>'Upload a file', -'MENU_CREATEFOLDER'=>'Create a new folder', +'MENU_CREATEFOLDER'=>'New folder', +'MENU_CREATEFOLDER_DESC'=>'Create a new folder', 'MENU_CREATEIMAGE'=>'New image', 'MENU_CREATEIMAGE_DESC'=>'Upload a new image', 'MENU_CREATETEXT'=>'New text file', @@ -635,6 +636,7 @@ Thank you.', 'MENU_CREATEURL_DESC'=>'Create a new URL', 'MENU_CREATE_KEY'=>'N', 'MENU_CREATELINK'=>'New link', +'MENU_CREATELINK_DESC'=>'Create a new link', 'MENU_CREATE'=>'New', 'MENU_CREATEPAGE'=>'New page', 'MENU_CREATEPAGE_DESC'=>'Create a new page', @@ -760,6 +762,7 @@ Thank you.', 'MENU_LANGUAGE_REMOVE_DESC'=>'Remove language', 'MENU_LANGUAGE_REMOVE'=>'Remove', 'MENU_LICENSE'=>'License', +'MENU_LICENSE_DESC'=>'Information and licenses', 'MENU_LINK_ACLFORM_DESC'=>'Add a right to this link', 'MENU_LINK_ACLFORM'=>'Add right', 'MENU_LINK_EDIT_DESC'=>'Edit target', @@ -1018,7 +1021,9 @@ Thank you.', 'DUPLICATE_INPUT'=>'Duplicate Input detected.', 'DATABASE_CONNECTION_ERROR'=>'The connection to the database could not be established.', 'ERROR_DATABASE'=>'The database query could not executed.', +'DELETED'=>'was deleted', 'DONE'=>'Finished successful', +'ERROR'=>'An error occured', 'GROUPS_MAY_CONFLICT_WITH_LDAP'=>'The user-group-relations my conflict with the directory service. Memberships were synchronized at login time.', 'IMAGE_RESIZED'=>'The image was changed', 'IMAGE_RESIZING_NOT_AVAILABLE'=>'Image resizing is not available at the moment, please ensure, that the GD library is installed.', @@ -1187,6 +1192,7 @@ Thank you.', '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_LOGIN_DESC'=>'Sign in', 'USER_LOGINAS'=>'Logged in as', 'USER_LOGOUT'=>'Logout', 'USER_LOGOUT_DESC'=>'Logout from this application. Your session is closed.', diff --git a/modules/language/Language_ES.class.php b/modules/language/Language_ES.class.php @@ -149,7 +149,6 @@ public function get() { return [ 'DATE_WEEKDAY4'=>'Jueves', 'DATE_WEEKDAY5'=>'Viernes', 'DATE_WEEKDAY6'=>'Sábado', -'DESCRIPTION'=>'Description', 'DOCUMENT_TREE'=>'Document tree', 'EDIT'=>'Edit', 'EDITOR_EDITLINK'=>'Edit Link', @@ -256,6 +255,7 @@ public function get() { return [ 'EL_LONGTEXT'=>'Texto largo', 'EL_NUMBER_DESC'=>'El elemento del número contiene valores numéricos', 'EL_NUMBER'=>'Número', +'EL_PROP_INHERIT'=>'Inherit', 'EL_PROP_ALL_LANGUAGES'=>'Todas las idiomas', 'EL_PROP_ALL_LANGUAGES_DESC'=>'El contenido es igual en todas las idiomas', 'EL_PROP_CODE_DESC'=>'<em>Hint: Toma de </em> una mirada en la API-Documentación de esta clase. ¡Ser seguro utilizar solamente los métodos de esta clase, nunca <tt>echo</tt> o <tt>print</tt>!', @@ -314,7 +314,6 @@ public function get() { return [ 'ERROR_LOGIN_BROKEN_SSL_CERT'=>'Login was denied, because your SSL-certificat is invalid.', 'ERROR_NO_PROJECT'=>'ningún proyecto disponible.', 'ERROR_NOT_A_FOLDER'=>'el objeto no es un directorio', -'ERROR'=>'un error', 'ERROR_USER_PW_DESC'=>'La contraseña no podría ser cambiada', 'ERROR_USER_PW'=>'La contraseña no podría ser cambiada', 'EXAMPLE'=>'Example', @@ -392,12 +391,12 @@ public function get() { return [ 'DATABASE'=>'Base de données', 'DAYS'=>'Jours', 'DAY'=>'Jour', -'_DEFAULT'=>'Norme', +'DEFAULT_VALUE'=>'Norme', 'DEFAULT_TEXT'=>'Texte de défaut', -'DELETED'=>'fue suprimida', 'DELETE'=>'Effacement', 'DELETE_WITH_CHILDREN'=>'Delete with children', 'CONTAINS_CHILDREN'=>'Contains content', +'DESCRIPTION'=>'Description', 'DIFFERENCES_DESC'=>'Montrer les différences entre 2 révisions', 'DIFFERENCES'=>'Différences', 'DOWN'=>'vers le bas', @@ -616,6 +615,7 @@ Gracias.', 'MENU_HISTORY'=>'History', 'MENU_HISTORY_DESC'=>'Show History', 'MENU_CHANGETEMPLATE'=>'Change template', +'MENU_CHANGETEMPLATE_DESC'=>'Replace page template', 'MENU_CLIPBOARD'=>'Clipboard', 'MENU_COMPRESS_DESC'=>'Compress file', 'MENU_COMPRESS'=>'Compress', @@ -627,7 +627,8 @@ Gracias.', 'MENU_CREATE_DESC'=>'crean un nuevo objeto en este directorio', 'MENU_CREATEFILE'=>'Upload file', 'MENU_CREATEFILE_DESC'=>'Upload a file', -'MENU_CREATEFOLDER'=>'Create a new folder', +'MENU_CREATEFOLDER'=>'New folder', +'MENU_CREATEFOLDER_DESC'=>'Create a new folder', 'MENU_CREATEIMAGE'=>'New image', 'MENU_CREATEIMAGE_DESC'=>'Upload a new image', 'MENU_CREATETEXT'=>'New text file', @@ -636,6 +637,7 @@ Gracias.', 'MENU_CREATEURL_DESC'=>'Create a new URL', 'MENU_CREATE_KEY'=>'N', 'MENU_CREATELINK'=>'New link', +'MENU_CREATELINK_DESC'=>'Create a new link', 'MENU_CREATE'=>'nuevo', 'MENU_CREATEPAGE'=>'New page', 'MENU_CREATEPAGE_DESC'=>'Create a new page', @@ -785,6 +787,7 @@ MENU_INDEX_ADMINISTRATION_DESC =', 'MENU_LANGUAGE_REMOVE_DESC'=>'Remove language', 'MENU_LANGUAGE_REMOVE'=>'quita', 'MENU_LICENSE'=>'License', +'MENU_LICENSE_DESC'=>'Information and licenses', 'MENU_LINK_ACLFORM_DESC'=>'agregan una derecha a este acoplamiento', 'MENU_LINK_ACLFORM'=>'Agregar a la derecha', 'MENU_LINK_EDIT_DESC'=>'Edit target', @@ -1043,7 +1046,9 @@ MENU_INDEX_ADMINISTRATION_DESC =', 'DUPLICATE_INPUT'=>'Duplicate Input detected.', 'DATABASE_CONNECTION_ERROR'=>'The connection to the database could not be established.', 'ERROR_DATABASE'=>'The database query could not executed.', +'DELETED'=>'fue suprimida', 'DONE'=>'Finished successful', +'ERROR'=>'un error', 'GROUPS_MAY_CONFLICT_WITH_LDAP'=>'The user-group-relations my conflict with the directory service. Memberships were synchronized at login time.', 'IMAGE_RESIZED'=>'la imagen era', 'IMAGE_RESIZING_NOT_AVAILABLE'=>'Image resizing is not available at the moment, please ensure, that the GD library is installed.', @@ -1212,6 +1217,7 @@ MENU_INDEX_ADMINISTRATION_DESC =', '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_LOGIN_DESC'=>'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.', diff --git a/modules/language/Language_FR.class.php b/modules/language/Language_FR.class.php @@ -149,7 +149,6 @@ public function get() { return [ 'DATE_WEEKDAY4'=>'Jeudi', 'DATE_WEEKDAY5'=>'Vendredi', 'DATE_WEEKDAY6'=>'Samedi', -'DESCRIPTION'=>'Description', 'DOCUMENT_TREE'=>'Document tree', 'EDIT'=>'Edit', 'EDITOR_EDITLINK'=>'Edit Link', @@ -256,6 +255,7 @@ public function get() { return [ 'EL_LONGTEXT'=>'Long texte', 'EL_NUMBER_DESC'=>'L\'élément de nombre contient des valeurs numériques', 'EL_NUMBER'=>'Nombre', +'EL_PROP_INHERIT'=>'Inherit', 'EL_PROP_ALL_LANGUAGES'=>'Toutes les langues', 'EL_PROP_ALL_LANGUAGES_DESC'=>'Le contenu est égal dans toutes les langues', 'EL_PROP_CODE_DESC'=>'<em>Hint : Prise de </em> un regard à l\'Api-Documentation de cette classe. Être sûr d\'employer seulement les méthodes de cette classe, jamais <tt>echo</tt> ou <tt>print</tt> !', @@ -314,7 +314,6 @@ public function get() { return [ 'ERROR_LOGIN_BROKEN_SSL_CERT'=>'Login was denied, because your SSL-certificat is invalid.', 'ERROR_NO_PROJECT'=>'aucun projet disponible.', 'ERROR_NOT_A_FOLDER'=>'l\'objet n\'est pas un annuaire', -'ERROR'=>'Une erreur s\'est produite', 'ERROR_USER_PW_DESC'=>'Le mot de passe ne pourrait pas être changé', 'ERROR_USER_PW'=>'Le mot de passe ne pourrait pas être changé', 'EXAMPLE'=>'Example', @@ -392,12 +391,12 @@ public function get() { return [ 'DATABASE'=>'Base de données', 'DAYS'=>'Jours', 'DAY'=>'Jour', -'_DEFAULT'=>'Norme', +'DEFAULT_VALUE'=>'Norme', 'DEFAULT_TEXT'=>'Texte de défaut', -'DELETED'=>'a été supprimé', 'DELETE'=>'Effacement', 'DELETE_WITH_CHILDREN'=>'Delete with children', 'CONTAINS_CHILDREN'=>'Contains content', +'DESCRIPTION'=>'Description', 'DIFFERENCES_DESC'=>'Montrer les différences entre 2 révisions', 'DIFFERENCES'=>'Différences', 'DOWN'=>'vers le bas', @@ -616,6 +615,7 @@ Merci.', 'MENU_HISTORY'=>'History', 'MENU_HISTORY_DESC'=>'Show History', 'MENU_CHANGETEMPLATE'=>'Change template', +'MENU_CHANGETEMPLATE_DESC'=>'Replace page template', 'MENU_CLIPBOARD'=>'Clipboard', 'MENU_COMPRESS_DESC'=>'Compress file', 'MENU_COMPRESS'=>'Compress', @@ -627,7 +627,8 @@ Merci.', 'MENU_CREATE_DESC'=>'Créer un nouvel objet dans cet annuaire', 'MENU_CREATEFILE'=>'Upload file', 'MENU_CREATEFILE_DESC'=>'Upload a file', -'MENU_CREATEFOLDER'=>'Create a new folder', +'MENU_CREATEFOLDER'=>'New folder', +'MENU_CREATEFOLDER_DESC'=>'Create a new folder', 'MENU_CREATEIMAGE'=>'New image', 'MENU_CREATEIMAGE_DESC'=>'Upload a new image', 'MENU_CREATETEXT'=>'New text file', @@ -636,6 +637,7 @@ Merci.', 'MENU_CREATEURL_DESC'=>'Create a new URL', 'MENU_CREATE_KEY'=>'N', 'MENU_CREATELINK'=>'New link', +'MENU_CREATELINK_DESC'=>'Create a new link', 'MENU_CREATE'=>'Nouveau', 'MENU_CREATEPAGE'=>'New page', 'MENU_CREATEPAGE_DESC'=>'Create a new page', @@ -761,6 +763,7 @@ Merci.', 'MENU_LANGUAGE_REMOVE_DESC'=>'Remove language', 'MENU_LANGUAGE_REMOVE'=>'Enlever', 'MENU_LICENSE'=>'License', +'MENU_LICENSE_DESC'=>'Information and licenses', 'MENU_LINK_ACLFORM_DESC'=>'Ajouter une droite à ce lien', 'MENU_LINK_ACLFORM'=>'Ajouter bien', 'MENU_LINK_EDIT_DESC'=>'Edit target', @@ -1019,7 +1022,9 @@ Merci.', 'DUPLICATE_INPUT'=>'Duplicate Input detected.', 'DATABASE_CONNECTION_ERROR'=>'The connection to the database could not be established.', 'ERROR_DATABASE'=>'The database query could not executed.', +'DELETED'=>'a été supprimé', 'DONE'=>'Finished successful', +'ERROR'=>'Une erreur s\'est produite', 'GROUPS_MAY_CONFLICT_WITH_LDAP'=>'The user-group-relations my conflict with the directory service. Memberships were synchronized at login time.', 'IMAGE_RESIZED'=>'L\'image a été changée', 'IMAGE_RESIZING_NOT_AVAILABLE'=>'Image resizing is not available at the moment, please ensure, that the GD library is installed.', @@ -1188,6 +1193,7 @@ Merci.', '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_LOGIN_DESC'=>'Sign in', 'USER_LOGINAS'=>'Entré comme', 'USER_LOGOUT'=>'Déconnexion', 'USER_LOGOUT_DESC'=>'Déconnexion de cette application. Votre session est fermée.', diff --git a/modules/language/Language_IT.class.php b/modules/language/Language_IT.class.php @@ -149,7 +149,6 @@ public function get() { return [ 'DATE_WEEKDAY4'=>'giovedì', 'DATE_WEEKDAY5'=>'venerdì', 'DATE_WEEKDAY6'=>'sabato', -'DESCRIPTION'=>'Descripción', 'DOCUMENT_TREE'=>'Document tree', 'EDIT'=>'Edit', 'EDITOR_EDITLINK'=>'Edit Link', @@ -256,6 +255,7 @@ public function get() { return [ 'EL_LONGTEXT'=>'testo lungo lungo del testo', 'EL_NUMBER_DESC'=>'l\'elemento di numero contiene i valori numerici', 'EL_NUMBER'=>'numero', +'EL_PROP_INHERIT'=>'Inherit', 'EL_PROP_ALL_LANGUAGES'=>'tutte le lingue', 'EL_PROP_ALL_LANGUAGES_DESC'=>'il soddisfare è uguale in tutto il <em>Hint di codice di lingue', 'EL_PROP_CODE_DESC'=>': Introito di </em> uno sguardo alla Api-Documentazione di questo codice categoria. Essere sicuro usare soltanto i metodi da questo codice categoria, mai <tt>echo</tt> o <tt>print</tt>!', @@ -314,7 +314,6 @@ public function get() { return [ 'ERROR_LOGIN_BROKEN_SSL_CERT'=>'Login was denied, because your SSL-certificat is invalid.', 'ERROR_NO_PROJECT'=>'ningún proyecto disponible.', 'ERROR_NOT_A_FOLDER'=>'el objeto no es un directorio', -'ERROR'=>'un errore ha accaduto', 'ERROR_USER_PW_DESC'=>'La contraseña no podría ser cambiada', 'ERROR_USER_PW'=>'La contraseña no podría ser cambiada', 'EXAMPLE'=>'Example', @@ -392,12 +391,12 @@ public function get() { return [ 'DATABASE'=>'Base de datos', 'DAYS'=>'Días', 'DAY'=>'Día', -'_DEFAULT'=>'Estándar', +'DEFAULT_VALUE'=>'Estándar', 'DEFAULT_TEXT'=>'Texto del defecto', -'DELETED'=>'è stata cancellata', 'DELETE'=>'Cancelación', 'DELETE_WITH_CHILDREN'=>'Delete with children', 'CONTAINS_CHILDREN'=>'Contains content', +'DESCRIPTION'=>'Descripción', 'DIFFERENCES_DESC'=>'Demostrar las diferencias entre 2 revisiones', 'DIFFERENCES'=>'Diferencias', 'DOWN'=>'abajo', @@ -616,6 +615,7 @@ Gracias.', 'MENU_HISTORY'=>'History', 'MENU_HISTORY_DESC'=>'Show History', 'MENU_CHANGETEMPLATE'=>'Change template', +'MENU_CHANGETEMPLATE_DESC'=>'Replace page template', 'MENU_CLIPBOARD'=>'Clipboard', 'MENU_COMPRESS_DESC'=>'Compress file', 'MENU_COMPRESS'=>'Compress', @@ -627,7 +627,8 @@ Gracias.', 'MENU_CREATE_DESC'=>'crean un nuevo objeto en este directorio', 'MENU_CREATEFILE'=>'Upload file', 'MENU_CREATEFILE_DESC'=>'Upload a file', -'MENU_CREATEFOLDER'=>'Create a new folder', +'MENU_CREATEFOLDER'=>'New folder', +'MENU_CREATEFOLDER_DESC'=>'Create a new folder', 'MENU_CREATEIMAGE'=>'New image', 'MENU_CREATEIMAGE_DESC'=>'Upload a new image', 'MENU_CREATETEXT'=>'New text file', @@ -636,6 +637,7 @@ Gracias.', 'MENU_CREATEURL_DESC'=>'Create a new URL', 'MENU_CREATE_KEY'=>'N', 'MENU_CREATELINK'=>'New link', +'MENU_CREATELINK_DESC'=>'Create a new link', 'MENU_CREATE'=>'nuevo', 'MENU_CREATEPAGE'=>'New page', 'MENU_CREATEPAGE_DESC'=>'Create a new page', @@ -761,6 +763,7 @@ Gracias.', 'MENU_LANGUAGE_REMOVE_DESC'=>'Remove language', 'MENU_LANGUAGE_REMOVE'=>'rimuove', 'MENU_LICENSE'=>'License', +'MENU_LICENSE_DESC'=>'Information and licenses', 'MENU_LINK_ACLFORM_DESC'=>'agregan una derecha a este acoplamiento', 'MENU_LINK_ACLFORM'=>'Agregar a la derecha', 'MENU_LINK_EDIT_DESC'=>'Edit target', @@ -1019,7 +1022,9 @@ Gracias.', 'DUPLICATE_INPUT'=>'Duplicate Input detected.', 'DATABASE_CONNECTION_ERROR'=>'The connection to the database could not be established.', 'ERROR_DATABASE'=>'The database query could not executed.', +'DELETED'=>'è stata cancellata', 'DONE'=>'Finished successful', +'ERROR'=>'un errore ha accaduto', 'GROUPS_MAY_CONFLICT_WITH_LDAP'=>'The user-group-relations my conflict with the directory service. Memberships were synchronized at login time.', 'IMAGE_RESIZED'=>'l\'immagine era', 'IMAGE_RESIZING_NOT_AVAILABLE'=>'Image resizing is not available at the moment, please ensure, that the GD library is installed.', @@ -1188,6 +1193,7 @@ Gracias.', '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_LOGIN_DESC'=>'Sign in', 'USER_LOGINAS'=>'Entrato come', 'USER_LOGOUT'=>'Termine attività di termine attività', 'USER_LOGOUT_DESC'=>'da questa applicazione. La vostra sessione è chiusa.', diff --git a/modules/language/Language_RU.class.php b/modules/language/Language_RU.class.php @@ -149,7 +149,6 @@ public function get() { return [ 'DATE_WEEKDAY4'=>'Среди Четверг Пятница', 'DATE_WEEKDAY5'=>'Friday', 'DATE_WEEKDAY6'=>'Saturday', -'DESCRIPTION'=>'Description', 'DOCUMENT_TREE'=>'Document tree', 'EDIT'=>'Edit', 'EDITOR_EDITLINK'=>'Edit Link', @@ -256,6 +255,7 @@ public function get() { return [ 'EL_LONGTEXT'=>'Да', 'EL_NUMBER_DESC'=>'число Число элементов содержит числовые значения', 'EL_NUMBER'=>'Number', +'EL_PROP_INHERIT'=>'Inherit', 'EL_PROP_ALL_LANGUAGES'=>'Все языки', 'EL_PROP_ALL_LANGUAGES_DESC'=>'Содержание равно на всех языках PHP', 'EL_PROP_CODE_DESC'=>'Кодекс <em> Подсказка : </em> Посмотрите на API - Документация этого класса. Обязательно используйте только из методов этого класса, не повторить <tt> </tt> или распечатать <tt> </tt>!', @@ -314,7 +314,6 @@ public function get() { return [ 'ERROR_LOGIN_BROKEN_SSL_CERT'=>'Login was denied, because your SSL-certificat is invalid.', 'ERROR_NO_PROJECT'=>'нет проекта имеется.', 'ERROR_NOT_A_FOLDER'=>'Объекта не справочник', -'ERROR'=>'Произошла ошибка', 'ERROR_USER_PW_DESC'=>'пароль не может быть изменен Экспорт', 'ERROR_USER_PW'=>'Пароль не может быть изменен', 'EXAMPLE'=>'Example', @@ -392,12 +391,12 @@ public function get() { return [ 'DATABASE'=>'Database', 'DAYS'=>'Days', 'DAY'=>'Day', -'_DEFAULT'=>'Standard', +'DEFAULT_VALUE'=>'Default value', 'DEFAULT_TEXT'=>'Default text', -'DELETED'=>'удалена', 'DELETE'=>'Delete', 'DELETE_WITH_CHILDREN'=>'Delete with children', 'CONTAINS_CHILDREN'=>'Contains content', +'DESCRIPTION'=>'Description', 'DIFFERENCES_DESC'=>'Show differences between 2 Revisions', 'DIFFERENCES'=>'Differences', 'DOWN'=>'down', @@ -616,6 +615,7 @@ if you do not know where this mail comes from, please ignore it.', 'MENU_HISTORY'=>'History', 'MENU_HISTORY_DESC'=>'Show History', 'MENU_CHANGETEMPLATE'=>'Change template', +'MENU_CHANGETEMPLATE_DESC'=>'Replace page template', 'MENU_CLIPBOARD'=>'Clipboard', 'MENU_COMPRESS_DESC'=>'Compress file', 'MENU_COMPRESS'=>'Compress', @@ -627,7 +627,8 @@ if you do not know where this mail comes from, please ignore it.', 'MENU_CREATE_DESC'=>'Новый Создать новый объект в каталог, N', 'MENU_CREATEFILE'=>'Upload file', 'MENU_CREATEFILE_DESC'=>'Upload a file', -'MENU_CREATEFOLDER'=>'Create a new folder', +'MENU_CREATEFOLDER'=>'New folder', +'MENU_CREATEFOLDER_DESC'=>'Create a new folder', 'MENU_CREATEIMAGE'=>'New image', 'MENU_CREATEIMAGE_DESC'=>'Upload a new image', 'MENU_CREATETEXT'=>'New text file', @@ -636,6 +637,7 @@ if you do not know where this mail comes from, please ignore it.', 'MENU_CREATEURL_DESC'=>'Create a new URL', 'MENU_CREATE_KEY'=>'N', 'MENU_CREATELINK'=>'New link', +'MENU_CREATELINK_DESC'=>'Create a new link', 'MENU_CREATE'=>'New', 'MENU_CREATEPAGE'=>'New page', 'MENU_CREATEPAGE_DESC'=>'Create a new page', @@ -761,6 +763,7 @@ if you do not know where this mail comes from, please ignore it.', 'MENU_LANGUAGE_REMOVE_DESC'=>'Remove language', 'MENU_LANGUAGE_REMOVE'=>'Remove', 'MENU_LICENSE'=>'License', +'MENU_LICENSE_DESC'=>'Information and licenses', 'MENU_LINK_ACLFORM_DESC'=>'Добавить Право на ссылке', 'MENU_LINK_ACLFORM'=>'Добавить Право', 'MENU_LINK_EDIT_DESC'=>'Edit target', @@ -1019,7 +1022,9 @@ if you do not know where this mail comes from, please ignore it.', 'DUPLICATE_INPUT'=>'Duplicate Input detected.', 'DATABASE_CONNECTION_ERROR'=>'The connection to the database could not be established.', 'ERROR_DATABASE'=>'The database query could not executed.', +'DELETED'=>'удалена', 'DONE'=>'Finished successful', +'ERROR'=>'Произошла ошибка', 'GROUPS_MAY_CONFLICT_WITH_LDAP'=>'The user-group-relations my conflict with the directory service. Memberships were synchronized at login time.', 'IMAGE_RESIZED'=>'Изображение было изменено', 'IMAGE_RESIZING_NOT_AVAILABLE'=>'Image resizing is not available at the moment, please ensure, that the GD library is installed.', @@ -1188,6 +1193,7 @@ if you do not know where this mail comes from, please ignore it.', 'USER_LDAPDN_DESC'=>'В уважаемым именем этого пользователя в LDAP - diretory. <br> <br> Пример : = cn Едди Мерфи, = или финансов, о = Моя организация, с = DE <br> <br> Если вы не знаете, что л давалось это пустое.', 'USER_LDAPDN'=>'LDAP dn', 'USER_LOGIN'=>'Sign in', +'USER_LOGIN_DESC'=>'Sign in', 'USER_LOGINAS'=>'Вы вошли как', 'USER_LOGOUT'=>'Logout', 'USER_LOGOUT_DESC'=>'Выход Выход из данной заявке. Ваша сессия закрыта.', diff --git a/modules/language/Messages.class.php b/modules/language/Messages.class.php @@ -149,7 +149,6 @@ class Messages { const DATE_WEEKDAY4 = 'DATE_WEEKDAY4'; const DATE_WEEKDAY5 = 'DATE_WEEKDAY5'; const DATE_WEEKDAY6 = 'DATE_WEEKDAY6'; - const DESCRIPTION = 'DESCRIPTION'; const DOCUMENT_TREE = 'DOCUMENT_TREE'; const EDIT = 'EDIT'; const EDITOR_EDITLINK = 'EDITOR_EDITLINK'; @@ -256,6 +255,7 @@ class Messages { const EL_LONGTEXT = 'EL_LONGTEXT'; const EL_NUMBER_DESC = 'EL_NUMBER_DESC'; const EL_NUMBER = 'EL_NUMBER'; + const EL_PROP_INHERIT = 'EL_PROP_INHERIT'; const EL_PROP_ALL_LANGUAGES = 'EL_PROP_ALL_LANGUAGES'; const EL_PROP_ALL_LANGUAGES_DESC = 'EL_PROP_ALL_LANGUAGES_DESC'; const EL_PROP_CODE_DESC = 'EL_PROP_CODE_DESC'; @@ -314,7 +314,6 @@ class Messages { const ERROR_LOGIN_BROKEN_SSL_CERT = 'ERROR_LOGIN_BROKEN_SSL_CERT'; const ERROR_NO_PROJECT = 'ERROR_NO_PROJECT'; const ERROR_NOT_A_FOLDER = 'ERROR_NOT_A_FOLDER'; - const ERROR = 'ERROR'; const ERROR_USER_PW_DESC = 'ERROR_USER_PW_DESC'; const ERROR_USER_PW = 'ERROR_USER_PW'; const EXAMPLE = 'EXAMPLE'; @@ -392,12 +391,12 @@ class Messages { const DATABASE = 'DATABASE'; const DAYS = 'DAYS'; const DAY = 'DAY'; - const _DEFAULT = '_DEFAULT'; + const DEFAULT_VALUE = 'DEFAULT_VALUE'; const DEFAULT_TEXT = 'DEFAULT_TEXT'; - const DELETED = 'DELETED'; const DELETE = 'DELETE'; const DELETE_WITH_CHILDREN = 'DELETE_WITH_CHILDREN'; const CONTAINS_CHILDREN = 'CONTAINS_CHILDREN'; + const DESCRIPTION = 'DESCRIPTION'; const DIFFERENCES_DESC = 'DIFFERENCES_DESC'; const DIFFERENCES = 'DIFFERENCES'; const DOWN = 'DOWN'; @@ -577,6 +576,7 @@ class Messages { const MENU_HISTORY = 'MENU_HISTORY'; const MENU_HISTORY_DESC = 'MENU_HISTORY_DESC'; const MENU_CHANGETEMPLATE = 'MENU_CHANGETEMPLATE'; + const MENU_CHANGETEMPLATE_DESC = 'MENU_CHANGETEMPLATE_DESC'; const MENU_CLIPBOARD = 'MENU_CLIPBOARD'; const MENU_COMPRESS_DESC = 'MENU_COMPRESS_DESC'; const MENU_COMPRESS = 'MENU_COMPRESS'; @@ -589,6 +589,7 @@ class Messages { const MENU_CREATEFILE = 'MENU_CREATEFILE'; const MENU_CREATEFILE_DESC = 'MENU_CREATEFILE_DESC'; const MENU_CREATEFOLDER = 'MENU_CREATEFOLDER'; + const MENU_CREATEFOLDER_DESC = 'MENU_CREATEFOLDER_DESC'; const MENU_CREATEIMAGE = 'MENU_CREATEIMAGE'; const MENU_CREATEIMAGE_DESC = 'MENU_CREATEIMAGE_DESC'; const MENU_CREATETEXT = 'MENU_CREATETEXT'; @@ -597,6 +598,7 @@ class Messages { const MENU_CREATEURL_DESC = 'MENU_CREATEURL_DESC'; const MENU_CREATE_KEY = 'MENU_CREATE_KEY'; const MENU_CREATELINK = 'MENU_CREATELINK'; + const MENU_CREATELINK_DESC = 'MENU_CREATELINK_DESC'; const MENU_CREATE = 'MENU_CREATE'; const MENU_CREATEPAGE = 'MENU_CREATEPAGE'; const MENU_CREATEPAGE_DESC = 'MENU_CREATEPAGE_DESC'; @@ -722,6 +724,7 @@ class Messages { const MENU_LANGUAGE_REMOVE_DESC = 'MENU_LANGUAGE_REMOVE_DESC'; const MENU_LANGUAGE_REMOVE = 'MENU_LANGUAGE_REMOVE'; const MENU_LICENSE = 'MENU_LICENSE'; + const MENU_LICENSE_DESC = 'MENU_LICENSE_DESC'; const MENU_LINK_ACLFORM_DESC = 'MENU_LINK_ACLFORM_DESC'; const MENU_LINK_ACLFORM = 'MENU_LINK_ACLFORM'; const MENU_LINK_EDIT_DESC = 'MENU_LINK_EDIT_DESC'; @@ -980,7 +983,9 @@ class Messages { const DUPLICATE_INPUT = 'DUPLICATE_INPUT'; const DATABASE_CONNECTION_ERROR = 'DATABASE_CONNECTION_ERROR'; const ERROR_DATABASE = 'ERROR_DATABASE'; + const DELETED = 'DELETED'; const DONE = 'DONE'; + const ERROR = 'ERROR'; const GROUPS_MAY_CONFLICT_WITH_LDAP = 'GROUPS_MAY_CONFLICT_WITH_LDAP'; const IMAGE_RESIZED = 'IMAGE_RESIZED'; const IMAGE_RESIZING_NOT_AVAILABLE = 'IMAGE_RESIZING_NOT_AVAILABLE'; @@ -1149,6 +1154,7 @@ class Messages { const USER_LDAPDN_DESC = 'USER_LDAPDN_DESC'; const USER_LDAPDN = 'USER_LDAPDN'; const USER_LOGIN = 'USER_LOGIN'; + const USER_LOGIN_DESC = 'USER_LOGIN_DESC'; const USER_LOGINAS = 'USER_LOGINAS'; const USER_LOGOUT = 'USER_LOGOUT'; const USER_LOGOUT_DESC = 'USER_LOGOUT_DESC'; diff --git a/modules/language/language.yml b/modules/language/language.yml @@ -651,9 +651,6 @@ DATE_WEEKDAY6: es: Sábado fr: Samedi it: sabato -DESCRIPTION: - de: Beschreibung - en: Description DOCUMENT_TREE: de: Dokument-Baum en: Document tree @@ -1208,6 +1205,9 @@ EL_NUMBER: es: Número fr: Nombre it: numero +EL_PROP_INHERIT: + de: Vererben + en: Inherit EL_PROP_ALL_LANGUAGES: de: Alle Sprachen en: All languages @@ -1566,10 +1566,6 @@ ERROR_NOT_A_FOLDER: fr: "l'objet n'est pas un annuaire" it: el objeto no es un directorio ru: Объекта не справочник -ERROR: - de: Technischer Fehler - en: Technischer Fehler - it: accesso di Technischer Fehler ERROR_USER_PW_DESC: de: 'Das Kennwort konnte nicht geändert werden, beachten Sie:<ul><li>Das Kennwort darf nicht leer sein</li><li>Das neue Kennwort muss zweimal identisch eingegeben werden</li></ul>Versuchen Sie es noch einmal.' en: The password could not be changed @@ -1928,9 +1924,9 @@ DAY: es: Jour fr: Jour it: Día -_DEFAULT: - de: Standard - en: Standard +DEFAULT_VALUE: + de: Standardwert + en: Default value es: Norme fr: Norme it: Estándar @@ -1940,12 +1936,6 @@ DEFAULT_TEXT: es: Texte de défaut fr: Texte de défaut it: Texto del defecto -DELETED: - de: Objekt wurde gelöscht - en: Object was deleted - es: "L'objet a été supprimé" - fr: "L'objet a été supprimé" - it: El objeto fue suprimido DELETE: de: Löschen en: Delete @@ -2918,27 +2908,27 @@ MAIL_TEXT_PASSWORD_COMMIT_CODE: Veuillez insérer ce nombre dans le champ d'entrée. Si vous n'avez pas la demande un nouveau mot de passe, ignorer svp cet E-mail. Dans ce cas-ci, votre mot de passe restera sans changement. - + Merci. fr: | Bonjour ${name} votre code pour demander un nouveau mot de passe est : ${code} - + Veuillez insérer ce nombre dans le champ d'entrée. - + Si vous n'avez pas la demande un nouveau mot de passe, ignorer svp cet E-mail. Dans ce cas-ci, votre mot de passe restera sans changement. - + Merci. it: | Hola ${name} - + tu código para solicitar una nueva contraseña es: ${code} - + Insertar por favor este número en el campo de la entrada. - + Si no tienes petición una nueva contraseña, no hacer caso por favor de este E-mail. En este caso, tu contraseña permanecerá sin cambiar. - + Gracias.' ru: | название Hello ${name} @@ -2984,11 +2974,11 @@ MAIL_TEXT_PASSWORD_NEW: Merci. it: | Hola ${name} - + tu nueva contraseña: ${password} - + Observar por favor esta contraseña en un lugar seguro y suprimir este correo. - + Gracias. ru: | Привет именем ${name} @@ -3035,21 +3025,21 @@ MAIL_TEXT_REGISTER_COMMIT_CODE: Bonjour, toi (ou une personne différente) a demandé un code d'enregistrement. - + Votre code d'enregistrement : ${code}. - + Veuillez insérer ce nombre dans le champ d'entrée. - + Merci. it: | Hola, tú (u otra persona) has solicitado un código del registro. - + Tu código del registro: ${code}. - + Insertar por favor este número en el campo de la entrada. - + Gracias. ru: | Здравствуйте, @@ -3095,19 +3085,19 @@ MAIL_TEXT_USER_MAIL: Bonjour ${name} Vos détails de compte pour l'ouverture dans le système de gestion content d'OpenRat sont les suivants. - + Ouverture : ${username} Mot de passe : ${password} - + Merci. it: | Hola ${name} - + Tus detalles de la cuenta para la conexión en sistema de gerencia contento de OpenRat son los siguientes. - + Conexión : ${username} Contraseña: ${password} - + Gracias. ru: | Здравствуйте ${name}, @@ -3160,6 +3150,9 @@ MENU_HISTORY_DESC: MENU_CHANGETEMPLATE: de: Vorlage wechseln en: Change template +MENU_CHANGETEMPLATE_DESC: + de: Seitenvorlage austauschen + en: Replace page template MENU_CLIPBOARD: de: Zwischenablage en: Clipboard @@ -3201,7 +3194,7 @@ MENU_CREATEFILE_DESC: MENU_CREATEFOLDER: de: Neuer Ordner en: New folder -MENU_CREATEFOLDER: +MENU_CREATEFOLDER_DESC: de: Neuen Ordner anlegen en: Create a new folder MENU_CREATEIMAGE: @@ -3228,6 +3221,9 @@ MENU_CREATE_KEY: MENU_CREATELINK: de: Neue Verknüpfung en: New link +MENU_CREATELINK_DESC: + de: Neue Verknüpfung anlegen + en: Create a new link MENU_CREATE: de: Neu en: New @@ -3908,6 +3904,9 @@ MENU_LANGUAGE_REMOVE: MENU_LICENSE: de: Lizenz en: License +MENU_LICENSE_DESC: + de: Informationen und Lizenzhinweise + en: Information and licenses MENU_LINK_ACLFORM_DESC: de: Ein Recht zu dieser Verknüpfung hinzufügen en: Add a right to this link @@ -5852,6 +5851,9 @@ USER_LDAPDN: USER_LOGIN: de: Anmelden en: Sign in +USER_LOGIN_DESC: + de: Benutzeranmeldung + en: Sign in USER_LOGINAS: de: Angemeldet als en: Logged in as