openrat-cms

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

commit 9657d5b743dc5e417578ce7fdce1b882c1d8efc2
parent 9f551246a885cdbe463fe90da2e7f76077f74abc
Author: Jan Dankert <develop@jandankert.de>
Date:   Thu, 10 Sep 2020 18:00:49 +0200

Killing the prefix "NOTICE_", language keys should be context-less.

Diffstat:
modules/language/Messages.class.php | 112++++++++++++++++++++++++++++++++++++++-----------------------------------------
modules/language/lang-cn.php | 118++++++++++++++++++++++++++++++++++++++-----------------------------------------
modules/language/lang-de.php | 116++++++++++++++++++++++++++++++++++++++-----------------------------------------
modules/language/lang-en.php | 118++++++++++++++++++++++++++++++++++++++-----------------------------------------
modules/language/lang-es.php | 118++++++++++++++++++++++++++++++++++++++-----------------------------------------
modules/language/lang-fr.php | 118++++++++++++++++++++++++++++++++++++++-----------------------------------------
modules/language/lang-it.php | 118++++++++++++++++++++++++++++++++++++++-----------------------------------------
modules/language/lang-ru.php | 118++++++++++++++++++++++++++++++++++++++-----------------------------------------
modules/language/language.yml | 114++++++++++++++++++++++++++++++++++++++++----------------------------------------
9 files changed, 509 insertions(+), 541 deletions(-)

diff --git a/modules/language/Messages.class.php b/modules/language/Messages.class.php @@ -963,62 +963,59 @@ class Messages { const MODE_EDIT_DESC = 'MODE_EDIT_DESC'; const MODE_SHOW_DESC = 'MODE_SHOW_DESC'; const MODE_SHOW = 'MODE_SHOW'; - const NOTICE_ADDED = 'NOTICE_ADDED'; - const NOTICE_ADMIN_NEEDS_NO_RIGHTS = 'NOTICE_ADMIN_NEEDS_NO_RIGHTS'; - const NOTICE_ADMIN_NO_PROJECTS_AVAILABLE = 'NOTICE_ADMIN_NO_PROJECTS_AVAILABLE'; - const NOTICE_CANCELED = 'NOTICE_CANCELED'; - const NOTICE_CANNOT_COPY_FOLDER = 'NOTICE_CANNOT_COPY_FOLDER'; - const NOTICE_CODE_DISABLED = 'NOTICE_CODE_DISABLED'; - const NOTICE_CODE_NOT_MATCH = 'NOTICE_CODE_NOT_MATCH'; - const NOTICE_COMMON_VALIDATION_EROR = 'NOTICE_COMMON_VALIDATION_EROR'; - const NOTICE_COMMON_VALIDATION_ERROR = 'NOTICE_COMMON_VALIDATION_ERROR'; - const NOTICE_CONCURRENT_VALUE_CHANGE_NOT_SAVED = 'NOTICE_CONCURRENT_VALUE_CHANGE_NOT_SAVED'; - const NOTICE_CONCURRENT_VALUE_CHANGE = 'NOTICE_CONCURRENT_VALUE_CHANGE'; - const NOTICE_COPIED = 'NOTICE_COPIED'; - const NOTICE_DUPLICATE_INPUT = 'NOTICE_DUPLICATE_INPUT'; - const NOTICE_DATABASE_CONNECTION_ERROR = 'NOTICE_DATABASE_CONNECTION_ERROR'; + const ADDED = 'ADDED'; + const ADMIN_NEEDS_NO_RIGHTS = 'ADMIN_NEEDS_NO_RIGHTS'; + const ADMIN_NO_PROJECTS_AVAILABLE = 'ADMIN_NO_PROJECTS_AVAILABLE'; + const CANCELED = 'CANCELED'; + const CANNOT_COPY_FOLDER = 'CANNOT_COPY_FOLDER'; + const CODE_DISABLED = 'CODE_DISABLED'; + const CODE_NOT_MATCH = 'CODE_NOT_MATCH'; + const COMMON_VALIDATION_EROR = 'COMMON_VALIDATION_EROR'; + const COMMON_VALIDATION_ERROR = 'COMMON_VALIDATION_ERROR'; + const CONCURRENT_VALUE_CHANGE_NOT_SAVED = 'CONCURRENT_VALUE_CHANGE_NOT_SAVED'; + const CONCURRENT_VALUE_CHANGE = 'CONCURRENT_VALUE_CHANGE'; + const COPIED = 'COPIED'; + const DUPLICATE_INPUT = 'DUPLICATE_INPUT'; + const DATABASE_CONNECTION_ERROR = 'DATABASE_CONNECTION_ERROR'; const ERROR_DATABASE_CONNECTION = 'ERROR_DATABASE_CONNECTION'; const ERROR_DATABASE = 'ERROR_DATABASE'; - const NOTICE_DELETED = 'NOTICE_DELETED'; - const NOTICE_DONE = 'NOTICE_DONE'; - const NOTICE_ERROR = 'NOTICE_ERROR'; - const NOTICE_GROUPS_MAY_CONFLICT_WITH_LDAP = 'NOTICE_GROUPS_MAY_CONFLICT_WITH_LDAP'; - const NOTICE_IMAGE_RESIZED = 'NOTICE_IMAGE_RESIZED'; - const NOTICE_IMAGE_RESIZING_NOT_AVAILABLE = 'NOTICE_IMAGE_RESIZING_NOT_AVAILABLE'; - const NOTICE_IMAGE_RESIZING_UNKNOWN_TYPE = 'NOTICE_IMAGE_RESIZING_UNKNOWN_TYPE'; - const NOTICE_IMPORTED = 'NOTICE_IMPORTED'; - const NOTICE_INPUT_NEW_IMAGE_SIZE = 'NOTICE_INPUT_NEW_IMAGE_SIZE'; - const NOTICE_LINKED = 'NOTICE_LINKED'; - const NOTICE_LOGIN_FAILED = 'NOTICE_LOGIN_FAILED'; - const NOTICE_LOGIN_FAILED_MUSTCHANGEPASSWORD = 'NOTICE_LOGIN_FAILED_MUSTCHANGEPASSWORD'; - const NOTICE_LOGIN_OK = 'NOTICE_LOGIN_OK'; - const NOTICE_LOGOUT_OK = 'NOTICE_LOGOUT_OK'; - const NOTICE_LOGIN_OPENID_FAILED = 'NOTICE_LOGIN_OPENID_FAILED'; - const NOTICE_MAIL_NOT_SENT = 'NOTICE_MAIL_NOT_SENT'; - const NOTICE_MAIL_SENT = 'NOTICE_MAIL_SENT'; - const NOTICE_MAX_FILE_SIZE_EXCEEDED = 'NOTICE_MAX_FILE_SIZE_EXCEEDED'; - const NOTICE_MOVED = 'NOTICE_MOVED'; - const NOTICE_MUCH_TIME = 'NOTICE_MUCH_TIME'; - const NOTICE_NO_DATABASE_CONFIGURATION = 'NOTICE_NO_DATABASE_CONFIGURATION'; - const NOTICE_NO_PROJECTS_AVAILABLE = 'NOTICE_NO_PROJECTS_AVAILABLE'; - const NOTICE_NO_TEMPLATES_AVAILABLE = 'NOTICE_NO_TEMPLATES_AVAILABLE'; - const NOTICE_NOTHING_DONE = 'NOTICE_NOTHING_DONE'; - const NOTICE_NOT_SAVED = 'NOTICE_NOT_SAVED'; - const NOTICE_PAGE_WITH_TEMPLATE_EXIST = 'NOTICE_PAGE_WITH_TEMPLATE_EXIST'; - const NOTICE_PASSWORDCODE_NOT_MATCH = 'NOTICE_PASSWORDCODE_NOT_MATCH'; - const NOTICE_PASSWORD_MINLENGTH = 'NOTICE_PASSWORD_MINLENGTH'; - const NOTICE_PASSWORDS_DO_NOT_MATCH = 'NOTICE_PASSWORDS_DO_NOT_MATCH'; - const NOTICE_PASSWORD_TIMEOUT = 'NOTICE_PASSWORD_TIMEOUT'; - const NOTICE_PROP_SAVED = 'NOTICE_PROP_SAVED'; - const NOTICE_PUBLISHED_ERROR = 'NOTICE_PUBLISHED_ERROR'; - const NOTICE_PUBLISHED = 'NOTICE_PUBLISHED'; - const NOTICE_SAVED = 'NOTICE_SAVED'; - const NOTICE_SEQUENCE_CHANGED = 'NOTICE_SEQUENCE_CHANGED'; - const NOTICE_UNEXPECTED_CHARS = 'NOTICE_UNEXPECTED_CHARS'; - const NOTICE_USER_ADDED = 'NOTICE_USER_ADDED'; - const NOTICE_USER_ADDED_TO_GROUP = 'NOTICE_USER_ADDED_TO_GROUP'; - const NOTICE_USER_ALREADY_IN_DATABASE = 'NOTICE_USER_ALREADY_IN_DATABASE'; - const NOTICE_VALUE_SAVED = 'NOTICE_VALUE_SAVED'; + const DONE = 'DONE'; + 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'; + const IMAGE_RESIZING_UNKNOWN_TYPE = 'IMAGE_RESIZING_UNKNOWN_TYPE'; + const IMPORTED = 'IMPORTED'; + const INPUT_NEW_IMAGE_SIZE = 'INPUT_NEW_IMAGE_SIZE'; + const LINKED = 'LINKED'; + const LOGIN_FAILED = 'LOGIN_FAILED'; + const LOGIN_FAILED_MUSTCHANGEPASSWORD = 'LOGIN_FAILED_MUSTCHANGEPASSWORD'; + const LOGIN_OK = 'LOGIN_OK'; + const LOGOUT_OK = 'LOGOUT_OK'; + const LOGIN_OPENID_FAILED = 'LOGIN_OPENID_FAILED'; + const MAIL_NOT_SENT = 'MAIL_NOT_SENT'; + const MAIL_SENT = 'MAIL_SENT'; + const MAX_FILE_SIZE_EXCEEDED = 'MAX_FILE_SIZE_EXCEEDED'; + const MOVED = 'MOVED'; + const NO_DATABASE_CONFIGURATION = 'NO_DATABASE_CONFIGURATION'; + const NO_PROJECTS_AVAILABLE = 'NO_PROJECTS_AVAILABLE'; + const NO_TEMPLATES_AVAILABLE = 'NO_TEMPLATES_AVAILABLE'; + const NOTHING_DONE = 'NOTHING_DONE'; + const NOT_SAVED = 'NOT_SAVED'; + const PAGE_WITH_TEMPLATE_EXIST = 'PAGE_WITH_TEMPLATE_EXIST'; + const PASSWORDCODE_NOT_MATCH = 'PASSWORDCODE_NOT_MATCH'; + const PASSWORD_MINLENGTH = 'PASSWORD_MINLENGTH'; + const PASSWORDS_DO_NOT_MATCH = 'PASSWORDS_DO_NOT_MATCH'; + const PASSWORD_TIMEOUT = 'PASSWORD_TIMEOUT'; + const PROP_SAVED = 'PROP_SAVED'; + const PUBLISHED_ERROR = 'PUBLISHED_ERROR'; + const PUBLISHED = 'PUBLISHED'; + const SAVED = 'SAVED'; + const SEQUENCE_CHANGED = 'SEQUENCE_CHANGED'; + const UNEXPECTED_CHARS = 'UNEXPECTED_CHARS'; + const USER_ADDED = 'USER_ADDED'; + const USER_ADDED_TO_GROUP = 'USER_ADDED_TO_GROUP'; + const USER_ALREADY_IN_DATABASE = 'USER_ALREADY_IN_DATABASE'; + const VALUE_SAVED = 'VALUE_SAVED'; const OPENID_NOT_ENABLED = 'OPENID_NOT_ENABLED'; const OPENID = 'OPENID'; const OPENID_USER = 'OPENID_USER'; @@ -1200,7 +1197,7 @@ class Messages { const USER_PASSWORD_EXPIRES = 'USER_PASSWORD_EXPIRES'; const USER_HOTP = 'USER_HOTP'; const USER_TOTP = 'USER_TOTP'; - const NOTICE_LOGIN_FAILED_TOKEN_FAILED = 'NOTICE_LOGIN_FAILED_TOKEN_FAILED'; + const LOGIN_FAILED_TOKEN_FAILED = 'LOGIN_FAILED_TOKEN_FAILED'; const USER_TOKEN = 'USER_TOKEN'; const ACCESSKEY_WINDOW_ACL = 'ACCESSKEY_WINDOW_ACL'; const ELEMENTS = 'ELEMENTS'; @@ -1254,8 +1251,8 @@ class Messages { const MENU_TITLE_SEARCH_PROP = 'MENU_TITLE_SEARCH_PROP'; const MENU_START = 'MENU_START'; const MENU_START_DESC = 'MENU_START_DESC'; - const NOTICE_MOTD = 'NOTICE_MOTD'; - const NOTICE_DEVELOPMENT_MODE = 'NOTICE_DEVELOPMENT_MODE'; + const MOTD = 'MOTD'; + const DEVELOPMENT_MODE = 'DEVELOPMENT_MODE'; const METHOD_EDIT = 'METHOD_EDIT'; const METHOD_INFO = 'METHOD_INFO'; const METHOD_PREVIEW = 'METHOD_PREVIEW'; @@ -1274,7 +1271,6 @@ class Messages { const SEARCH_FILTER = 'SEARCH_FILTER'; const QRCODE_SHOW = 'QRCODE_SHOW'; const LABEL = 'LABEL'; - const PUBLISHED = 'PUBLISHED'; const SECURITY = 'SECURITY'; const USER_LAST_LOGIN = 'USER_LAST_LOGIN'; const TOKEN = 'TOKEN'; diff --git a/modules/language/lang-cn.php b/modules/language/lang-cn.php @@ -313,7 +313,7 @@ function language() { return array( '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'=>'Technischer Fehler', +'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', @@ -393,7 +393,7 @@ function language() { return array( 'DAY'=>'Day', '_DEFAULT'=>'Standard', 'DEFAULT_TEXT'=>'Default text', -'DELETED'=>'Object was deleted', +'DELETED'=>'was deleted', 'DELETE'=>'Delete', 'DELETE_WITH_CHILDREN'=>'Delete with children', 'DIFFERENCES_DESC'=>'Show differences between 2 Revisions', @@ -440,7 +440,7 @@ function language() { return array( 'MONTH'=>'Month', 'MONTHS'=>'Months', 'MOVE'=>'Move', -'MUCH_TIME'=>'Hint: This can take much time. Do not abort while loading the page.', +'MUCH_TIME'=>'This action may take some time. Do not cancel loading of this page.', 'NAME_DESC'=>'Logical Name of this object. Can contain any chars (max. 255 chars)', 'NAME'=>'Name', '_NEW'=>'New', @@ -963,62 +963,59 @@ function language() { return array( 'MODE_EDIT_DESC'=>'Edit of data', 'MODE_SHOW_DESC'=>'Readonly-Mode', 'MODE_SHOW'=>'Readonly', -'NOTICE_ADDED'=>'was added', -'NOTICE_ADMIN_NEEDS_NO_RIGHTS'=>'Admins have rights to all objects. Because of this, these rights are ignored.', -'NOTICE_ADMIN_NO_PROJECTS_AVAILABLE'=>'There is no project available, please add a project in the administration-modus.', -'NOTICE_CANCELED'=>'Operation was canceled', -'NOTICE_CANNOT_COPY_FOLDER'=>'Unable to copy directory (not implemented)', -'NOTICE_CODE_DISABLED'=>'The dynamic code will not be executed in the actual environment.', -'NOTICE_CODE_NOT_MATCH'=>'Confirmation code is not valid.', -'NOTICE_COMMON_VALIDATION_EROR'=>'Please correct your input data', -'NOTICE_COMMON_VALIDATION_ERROR'=>'Please correct your input data.', -'NOTICE_CONCURRENT_VALUE_CHANGE_NOT_SAVED'=>'While your edit session another user has changed this content at ${last_change_time}. Your changes where not saved.', -'NOTICE_CONCURRENT_VALUE_CHANGE'=>'While your edit session another user has changed this content at ${last_change_time}. Your changes where saved, but you should check the archive if the overwritten content should be merged.', -'NOTICE_COPIED'=>'was copied', -'NOTICE_DUPLICATE_INPUT'=>'Duplicate Input detected.', -'NOTICE_DATABASE_CONNECTION_ERROR'=>'The connection to the database could not be established.', +'ADDED'=>'was added', +'ADMIN_NEEDS_NO_RIGHTS'=>'Admins have rights to all objects. Because of this, these rights are ignored.', +'ADMIN_NO_PROJECTS_AVAILABLE'=>'There is no project available, please add a project in the administration-modus.', +'CANCELED'=>'Operation was canceled', +'CANNOT_COPY_FOLDER'=>'Unable to copy directory (not implemented)', +'CODE_DISABLED'=>'The dynamic code will not be executed in the actual environment.', +'CODE_NOT_MATCH'=>'Confirmation code is not valid.', +'COMMON_VALIDATION_EROR'=>'Please correct your input data', +'COMMON_VALIDATION_ERROR'=>'Please correct your input data.', +'CONCURRENT_VALUE_CHANGE_NOT_SAVED'=>'While your edit session another user has changed this content at ${last_change_time}. Your changes where not saved.', +'CONCURRENT_VALUE_CHANGE'=>'While your edit session another user has changed this content at ${last_change_time}. Your changes where saved, but you should check the archive if the overwritten content should be merged.', +'COPIED'=>'was copied', +'DUPLICATE_INPUT'=>'Duplicate Input detected.', +'DATABASE_CONNECTION_ERROR'=>'The connection to the database could not be established.', 'ERROR_DATABASE_CONNECTION'=>'The connection to the database could not be established.', 'ERROR_DATABASE'=>'The database query could not executed.', -'NOTICE_DELETED'=>'was deleted', -'NOTICE_DONE'=>'Finished successful', -'NOTICE_ERROR'=>'An error occured', -'NOTICE_GROUPS_MAY_CONFLICT_WITH_LDAP'=>'The user-group-relations my conflict with the directory service. Memberships were synchronized at login time.', -'NOTICE_IMAGE_RESIZED'=>'The image was changed', -'NOTICE_IMAGE_RESIZING_NOT_AVAILABLE'=>'Image resizing is not available at the moment, please ensure, that the GD library is installed.', -'NOTICE_IMAGE_RESIZING_UNKNOWN_TYPE'=>'cǐ túpiàn lèixíng bù zhīchí.', -'NOTICE_IMPORTED'=>'File was imported', -'NOTICE_INPUT_NEW_IMAGE_SIZE'=>'Please enter the new image size, either a size factor or widht and height.', -'NOTICE_LINKED'=>'linked', -'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.', -'NOTICE_MAX_FILE_SIZE_EXCEEDED'=>'The maximum filesize is exceeded', -'NOTICE_MOVED'=>'was moved', -'NOTICE_MUCH_TIME'=>'This action may take some time. Do not cancel loading of this page.', -'NOTICE_NO_DATABASE_CONFIGURATION'=>'No configured database connection', -'NOTICE_NO_PROJECTS_AVAILABLE'=>'There is no project available.', -'NOTICE_NO_TEMPLATES_AVAILABLE'=>'There are no templates. You are able to create a page, if there is at least 1 template.', -'NOTICE_NOTHING_DONE'=>'The operation could not be done.', -'NOTICE_NOT_SAVED'=>'not saved', -'NOTICE_PAGE_WITH_TEMPLATE_EXIST'=>'There is already at least 1 page with this template, so this template cannot be removed.', -'NOTICE_PASSWORDCODE_NOT_MATCH'=>'The password code is not valid.', -'NOTICE_PASSWORD_MINLENGTH'=>'the password is too short. The password must have at least ${minlength} chars.', -'NOTICE_PASSWORDS_DO_NOT_MATCH'=>'The passwords do not match.', -'NOTICE_PASSWORD_TIMEOUT'=>'Your password has timed out and must be changed.', -'NOTICE_PROP_SAVED'=>'Properties saved', -'NOTICE_PUBLISHED_ERROR'=>'was not published.', -'NOTICE_PUBLISHED'=>'was published', -'NOTICE_SAVED'=>'was saved', -'NOTICE_SEQUENCE_CHANGED'=>'The sequence was changed', -'NOTICE_UNEXPECTED_CHARS'=>'shūrù shùjù bāohán yìwài de zìfú ér bèi chāichú.', -'NOTICE_USER_ADDED'=>'The user was added', -'NOTICE_USER_ADDED_TO_GROUP'=>'The memberships of this group are updated, ${count} users were added.', -'NOTICE_USER_ALREADY_IN_DATABASE'=>'The user is already there, please select another username.', -'NOTICE_VALUE_SAVED'=>'Content was saved', +'DONE'=>'Finished successful', +'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.', +'IMAGE_RESIZING_UNKNOWN_TYPE'=>'cǐ túpiàn lèixíng bù zhīchí.', +'IMPORTED'=>'File was imported', +'INPUT_NEW_IMAGE_SIZE'=>'Please enter the new image size, either a size factor or widht and height.', +'LINKED'=>'linked', +'LOGIN_FAILED'=>'Login failed. The username "${name}" does not exist or the password is wrong.', +'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.', +'LOGIN_OK'=>'Hello ${name}, you are signed in.', +'LOGOUT_OK'=>'You are signed out.', +'LOGIN_OPENID_FAILED'=>'The login for ${name} at Open-ID-Server failed.', +'MAIL_NOT_SENT'=>'The mail could not be sent.', +'MAIL_SENT'=>'The email was sent.', +'MAX_FILE_SIZE_EXCEEDED'=>'The maximum filesize is exceeded', +'MOVED'=>'was moved', +'NO_DATABASE_CONFIGURATION'=>'No configured database connection', +'NO_PROJECTS_AVAILABLE'=>'There is no project available.', +'NO_TEMPLATES_AVAILABLE'=>'There are no templates. You are able to create a page, if there is at least 1 template.', +'NOTHING_DONE'=>'The operation could not be done.', +'NOT_SAVED'=>'not saved', +'PAGE_WITH_TEMPLATE_EXIST'=>'There is already at least 1 page with this template, so this template cannot be removed.', +'PASSWORDCODE_NOT_MATCH'=>'The password code is not valid.', +'PASSWORD_MINLENGTH'=>'the password is too short. The password must have at least ${minlength} chars.', +'PASSWORDS_DO_NOT_MATCH'=>'The passwords do not match.', +'PASSWORD_TIMEOUT'=>'Your password has timed out and must be changed.', +'PROP_SAVED'=>'Properties saved', +'PUBLISHED_ERROR'=>'was not published.', +'PUBLISHED'=>'Published', +'SAVED'=>'was saved', +'SEQUENCE_CHANGED'=>'The sequence was changed', +'UNEXPECTED_CHARS'=>'shūrù shùjù bāohán yìwài de zìfú ér bèi chāichú.', +'USER_ADDED'=>'The user was added', +'USER_ADDED_TO_GROUP'=>'The memberships of this group are updated, ${count} users were added.', +'USER_ALREADY_IN_DATABASE'=>'The user is already there, please select another username.', +'VALUE_SAVED'=>'Content was saved', 'OPENID_NOT_ENABLED'=>'Login with openid is disabled', 'OPENID'=>'Open-ID', 'OPENID_USER'=>'Open-ID Username', @@ -1200,7 +1197,7 @@ function language() { return array( 'USER_PASSWORD_EXPIRES'=>'Password expires', 'USER_HOTP'=>'Counter-based 2-factor authentification', 'USER_TOTP'=>'Time-based 2-factor authentification', -'NOTICE_LOGIN_FAILED_TOKEN_FAILED'=>'Please supply a valid token', +'LOGIN_FAILED_TOKEN_FAILED'=>'Please supply a valid token', 'USER_TOKEN'=>'Token', 'ACCESSKEY_WINDOW_ACL'=>'G', 'ELEMENTS'=>'Elements', @@ -1254,8 +1251,8 @@ function language() { return array( 'MENU_TITLE_SEARCH_PROP'=>'Search for property', 'MENU_START'=>'Start', 'MENU_START_DESC'=>'Start', -'NOTICE_MOTD'=>'Message: ${motd}', -'NOTICE_DEVELOPMENT_MODE'=>'The development mode is enabled', +'MOTD'=>'Message: ${motd}', +'DEVELOPMENT_MODE'=>'The development mode is enabled', 'METHOD_EDIT'=>'Content', 'METHOD_INFO'=>'Information', 'METHOD_PREVIEW'=>'Preview', @@ -1274,7 +1271,6 @@ function language() { return array( 'SEARCH_FILTER'=>'Filter', 'QRCODE_SHOW'=>'Show QR-Code', 'LABEL'=>'Label', -'PUBLISHED'=>'Published', 'SECURITY'=>'Security', 'USER_LAST_LOGIN'=>'Last Logon', 'TOKEN'=>'Token', diff --git a/modules/language/lang-de.php b/modules/language/lang-de.php @@ -313,7 +313,7 @@ function language() { return array( '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'=>'Technischer Fehler', +'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', @@ -393,7 +393,7 @@ function language() { return array( 'DAY'=>'Tag', '_DEFAULT'=>'Standard', 'DEFAULT_TEXT'=>'Text Vorbelegung', -'DELETED'=>'Objekt wurde gelöscht', +'DELETED'=>'wurde gelöscht.', 'DELETE'=>'Löschen', 'DELETE_WITH_CHILDREN'=>'Löschen mit Unterelementen', 'DIFFERENCES_DESC'=>'Sie können sich die Unterschiede zwischen 2 Versionen anzeigen lassen', @@ -963,62 +963,59 @@ function language() { return array( 'MODE_EDIT_DESC'=>'Bearbeiten der Daten aktiv', 'MODE_SHOW_DESC'=>'Lesemodus ist aktiv', 'MODE_SHOW'=>'Nur Lesen', -'NOTICE_ADDED'=>'wurde hinzugefügt.', -'NOTICE_ADMIN_NEEDS_NO_RIGHTS'=>'Administratoren haben automatisch Rechte auf alle Objekte. Die gesetzten Rechte werden daher ignoriert.', -'NOTICE_ADMIN_NO_PROJECTS_AVAILABLE'=>'Es ist kein Projekt verfügbar. Bitte legen Sie in der Administrationsoberfläche eines an.', -'NOTICE_CANCELED'=>'Vorgang wurde abgebrochen.', -'NOTICE_CANNOT_COPY_FOLDER'=>'Ordner können nicht kopiert werden (nicht implementiert).', -'NOTICE_CODE_DISABLED'=>'Der dynamische Programmcode wird in der aktuellen Umgebung aus Sicherheitsgründen nicht ausgeführt.', -'NOTICE_CODE_NOT_MATCH'=>'Der Bestätigungs-Code ist ungültig.', -'NOTICE_COMMON_VALIDATION_EROR'=>'Bitte korrigieren Sie Ihre Eingabefehler.', -'NOTICE_COMMON_VALIDATION_ERROR'=>'Bitte korrigieren Sie Ihre Eingabefehler.', -'NOTICE_CONCURRENT_VALUE_CHANGE_NOT_SAVED'=>'Während Ihrer Bearbeitung ist der Inhalt von einem anderen Benutzer um ${last_change_time} geändert worden. Ihre Änderung wird nicht gespeichert.', -'NOTICE_CONCURRENT_VALUE_CHANGE'=>'Während Ihrer Bearbeitung ist dieser Inhalt von einem anderen Benutzer um ${last_change_time} geändert worden. Ihre Änderungen wurden gespeichert, prüfen Sie jedoch über das Archiv, ob gemachte Änderungen von Ihnen übernommen werden müssen.', -'NOTICE_COPIED'=>'wurde kopiert.', -'NOTICE_DUPLICATE_INPUT'=>'Ihre Eingabe muss eindeutig sein.', -'NOTICE_DATABASE_CONNECTION_ERROR'=>'Es konnte keine Verbindung zur Datenbank hergestellt werden.', +'ADDED'=>'wurde hinzugefügt.', +'ADMIN_NEEDS_NO_RIGHTS'=>'Administratoren haben automatisch Rechte auf alle Objekte. Die gesetzten Rechte werden daher ignoriert.', +'ADMIN_NO_PROJECTS_AVAILABLE'=>'Es ist kein Projekt verfügbar. Bitte legen Sie in der Administrationsoberfläche eines an.', +'CANCELED'=>'Vorgang wurde abgebrochen.', +'CANNOT_COPY_FOLDER'=>'Ordner können nicht kopiert werden (nicht implementiert).', +'CODE_DISABLED'=>'Der dynamische Programmcode wird in der aktuellen Umgebung aus Sicherheitsgründen nicht ausgeführt.', +'CODE_NOT_MATCH'=>'Der Bestätigungs-Code ist ungültig.', +'COMMON_VALIDATION_EROR'=>'Bitte korrigieren Sie Ihre Eingabefehler.', +'COMMON_VALIDATION_ERROR'=>'Bitte korrigieren Sie Ihre Eingabefehler.', +'CONCURRENT_VALUE_CHANGE_NOT_SAVED'=>'Während Ihrer Bearbeitung ist der Inhalt von einem anderen Benutzer um ${last_change_time} geändert worden. Ihre Änderung wird nicht gespeichert.', +'CONCURRENT_VALUE_CHANGE'=>'Während Ihrer Bearbeitung ist dieser Inhalt von einem anderen Benutzer um ${last_change_time} geändert worden. Ihre Änderungen wurden gespeichert, prüfen Sie jedoch über das Archiv, ob gemachte Änderungen von Ihnen übernommen werden müssen.', +'COPIED'=>'wurde kopiert.', +'DUPLICATE_INPUT'=>'Ihre Eingabe muss eindeutig sein.', +'DATABASE_CONNECTION_ERROR'=>'Es konnte keine Verbindung zur Datenbank hergestellt werden.', 'ERROR_DATABASE_CONNECTION'=>'Es konnte keine Verbindung zur Datenbank hergestellt werden.', 'ERROR_DATABASE'=>'Es gab einen Fehler bei der Durchführung einer Datenbankanfrage.', -'NOTICE_DELETED'=>'wurde gelöscht.', -'NOTICE_DONE'=>'Der Vorgang wurde ausgeführt.', -'NOTICE_ERROR'=>'Bei der Aktion trat ein Fehler auf.', -'NOTICE_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.', -'NOTICE_IMAGE_RESIZED'=>'Das Bild wurde geändert.', -'NOTICE_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.', -'NOTICE_IMAGE_RESIZING_UNKNOWN_TYPE'=>'Das Verändern dieses Bildtyps ist leider nicht möglich.', -'NOTICE_IMPORTED'=>'Datei wurde importiert.', -'NOTICE_INPUT_NEW_IMAGE_SIZE'=>'Bitte geben Sie die neue Bildgröße an, entweder Größenfaktor oder Breite oder Höhe.', -'NOTICE_LINKED'=>'Verknüpfung angelegt.', -'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.', -'NOTICE_MAX_FILE_SIZE_EXCEEDED'=>'Die maximal erlaubte Dateigröße wurde überschritten.', -'NOTICE_MOVED'=>'wurde verschoben.', -'NOTICE_MUCH_TIME'=>'Dieser Vorgang kann längere Zeit dauern. Bitte brechen Sie das Laden der Seite nicht ab.', -'NOTICE_NO_DATABASE_CONFIGURATION'=>'Es ist keine Datenbankverbindung konfiguriert', -'NOTICE_NO_PROJECTS_AVAILABLE'=>'Es ist kein Projekt verfügbar, für das Sie berechtigt sind.', -'NOTICE_NO_TEMPLATES_AVAILABLE'=>'Es sind keine Seitenvorlagen verfügbar. Sie können erst Seiten anlegen, wenn es mindestens 1 Seitenvorlage gibt', -'NOTICE_NOTHING_DONE'=>'Die Aktion konnte nicht ausgeführt werden.', -'NOTICE_NOT_SAVED'=>'wurde nicht gespeichert.', -'NOTICE_PAGE_WITH_TEMPLATE_EXIST'=>'Es gibt mindestens 1 Seite, die auf dieser Vorlage basiert. Solange solche Seiten existieren, kann die Vorlage nicht gelöscht werden.', -'NOTICE_PASSWORDCODE_NOT_MATCH'=>'Der eingegebene Kennwort-Code ist ungültig.', -'NOTICE_PASSWORD_MINLENGTH'=>'Das Kennwort ist zu kurz, es muss mindestens ${minlength} Zeichen lang sein.', -'NOTICE_PASSWORDS_DO_NOT_MATCH'=>'Die Kennwörter stimmen nicht überein.', -'NOTICE_PASSWORD_TIMEOUT'=>'Ihr Kennwort ist abgelaufen und muss geändert werden.', -'NOTICE_PROP_SAVED'=>'Eigenschaften wurden gespeichert.', -'NOTICE_PUBLISHED_ERROR'=>'Wurde nicht veröffentlicht.', -'NOTICE_PUBLISHED'=>'Wurde veröffentlicht.', -'NOTICE_SAVED'=>'Wurde gespeichert.', -'NOTICE_SEQUENCE_CHANGED'=>'Die Reihenfolge wurde geändert.', -'NOTICE_UNEXPECTED_CHARS'=>'Ihre Eingabe enthielt ungültige Zeichen, diese wurden entfernt.', -'NOTICE_USER_ADDED'=>'Der Benutzer wurde hinzugefügt.', -'NOTICE_USER_ADDED_TO_GROUP'=>'Die Mitgliedschaften in der Gruppe wurden aktualisiert, ${count} Benutzer hinzugefügt.', -'NOTICE_USER_ALREADY_IN_DATABASE'=>'Der Benutzer ist bereits vorhanden. Bitte wählen Sie einen anderen Benutzernamen.', -'NOTICE_VALUE_SAVED'=>'Inhalt wurde gespeichert.', +'DONE'=>'Der Vorgang wurde ausgeführt.', +'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.', +'IMAGE_RESIZING_UNKNOWN_TYPE'=>'Das Verändern dieses Bildtyps ist leider nicht möglich.', +'IMPORTED'=>'Datei wurde importiert.', +'INPUT_NEW_IMAGE_SIZE'=>'Bitte geben Sie die neue Bildgröße an, entweder Größenfaktor oder Breite oder Höhe.', +'LINKED'=>'Verknüpfung angelegt.', +'LOGIN_FAILED'=>'Anmeldung nicht möglich. Der Benutzername "${name}" ist nicht vorhanden oder das eingegebene Kennwort ist falsch.', +'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.', +'LOGIN_OK'=>'Hallo ${name}, Sie sind jetzt angemeldet.', +'LOGOUT_OK'=>'Sie sind jetzt abgemeldet.', +'LOGIN_OPENID_FAILED'=>'Die Anmeldung für ${name} am Open-ID-Server ist fehlgeschlagen.', +'MAIL_NOT_SENT'=>'Die E-Mail konnte nicht gesendet werden.', +'MAIL_SENT'=>'Die E-Mail wurde gesendet.', +'MAX_FILE_SIZE_EXCEEDED'=>'Die maximal erlaubte Dateigröße wurde überschritten.', +'MOVED'=>'wurde verschoben.', +'NO_DATABASE_CONFIGURATION'=>'Es ist keine Datenbankverbindung konfiguriert', +'NO_PROJECTS_AVAILABLE'=>'Es ist kein Projekt verfügbar, für das Sie berechtigt sind.', +'NO_TEMPLATES_AVAILABLE'=>'Es sind keine Seitenvorlagen verfügbar. Sie können erst Seiten anlegen, wenn es mindestens 1 Seitenvorlage gibt', +'NOTHING_DONE'=>'Die Aktion konnte nicht ausgeführt werden.', +'NOT_SAVED'=>'wurde nicht gespeichert.', +'PAGE_WITH_TEMPLATE_EXIST'=>'Es gibt mindestens 1 Seite, die auf dieser Vorlage basiert. Solange solche Seiten existieren, kann die Vorlage nicht gelöscht werden.', +'PASSWORDCODE_NOT_MATCH'=>'Der eingegebene Kennwort-Code ist ungültig.', +'PASSWORD_MINLENGTH'=>'Das Kennwort ist zu kurz, es muss mindestens ${minlength} Zeichen lang sein.', +'PASSWORDS_DO_NOT_MATCH'=>'Die Kennwörter stimmen nicht überein.', +'PASSWORD_TIMEOUT'=>'Ihr Kennwort ist abgelaufen und muss geändert werden.', +'PROP_SAVED'=>'Eigenschaften wurden gespeichert.', +'PUBLISHED_ERROR'=>'Wurde nicht veröffentlicht.', +'PUBLISHED'=>'Veröffentlicht', +'SAVED'=>'Wurde gespeichert.', +'SEQUENCE_CHANGED'=>'Die Reihenfolge wurde geändert.', +'UNEXPECTED_CHARS'=>'Ihre Eingabe enthielt ungültige Zeichen, diese wurden entfernt.', +'USER_ADDED'=>'Der Benutzer wurde hinzugefügt.', +'USER_ADDED_TO_GROUP'=>'Die Mitgliedschaften in der Gruppe wurden aktualisiert, ${count} Benutzer hinzugefügt.', +'USER_ALREADY_IN_DATABASE'=>'Der Benutzer ist bereits vorhanden. Bitte wählen Sie einen anderen Benutzernamen.', +'VALUE_SAVED'=>'Inhalt wurde gespeichert.', 'OPENID_NOT_ENABLED'=>'Das Login mit OpenId ist deaktiviert.', 'OPENID'=>'Open-ID', 'OPENID_USER'=>'Open-ID Benutzername', @@ -1200,7 +1197,7 @@ function language() { return array( 'USER_PASSWORD_EXPIRES'=>'Kennwort läuft ab', 'USER_HOTP'=>'Zählerbasiertes Token als Zweifaktorauthentifizierung', 'USER_TOTP'=>'Zeitbasieres Token als Zweifaktorauthentifizierung', -'NOTICE_LOGIN_FAILED_TOKEN_FAILED'=>'Bitte geben Sie ein gültiges Token ein', +'LOGIN_FAILED_TOKEN_FAILED'=>'Bitte geben Sie ein gültiges Token ein', 'USER_TOKEN'=>'Token', 'ACCESSKEY_WINDOW_ACL'=>'G', 'ELEMENTS'=>'Elements', @@ -1254,8 +1251,8 @@ function language() { return array( 'MENU_TITLE_SEARCH_PROP'=>'Suche nach Eigenschaft', 'MENU_START'=>'Start', 'MENU_START_DESC'=>'Start', -'NOTICE_MOTD'=>'Systemnachricht: ${motd}', -'NOTICE_DEVELOPMENT_MODE'=>'Der Entwicklungsmodus ist aktiviert', +'MOTD'=>'Systemnachricht: ${motd}', +'DEVELOPMENT_MODE'=>'Der Entwicklungsmodus ist aktiviert', 'METHOD_EDIT'=>'Inhalt', 'METHOD_INFO'=>'Informationen', 'METHOD_PREVIEW'=>'Vorschau', @@ -1274,7 +1271,6 @@ function language() { return array( 'SEARCH_FILTER'=>'Filter', 'QRCODE_SHOW'=>'QR-Code anzeigen', 'LABEL'=>'Anzeigename', -'PUBLISHED'=>'Veröffentlicht', 'SECURITY'=>'Sicherheit', 'USER_LAST_LOGIN'=>'Letzte Anmeldung', 'TOKEN'=>'Token', diff --git a/modules/language/lang-en.php b/modules/language/lang-en.php @@ -313,7 +313,7 @@ function language() { return array( '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'=>'Technischer Fehler', +'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', @@ -393,7 +393,7 @@ function language() { return array( 'DAY'=>'Day', '_DEFAULT'=>'Standard', 'DEFAULT_TEXT'=>'Default text', -'DELETED'=>'Object was deleted', +'DELETED'=>'was deleted', 'DELETE'=>'Delete', 'DELETE_WITH_CHILDREN'=>'Delete with children', 'DIFFERENCES_DESC'=>'Show differences between 2 Revisions', @@ -440,7 +440,7 @@ function language() { return array( 'MONTH'=>'Month', 'MONTHS'=>'Months', 'MOVE'=>'Move', -'MUCH_TIME'=>'Hint: This can take much time. Do not abort while loading the page.', +'MUCH_TIME'=>'This action may take some time. Do not cancel loading of this page.', 'NAME_DESC'=>'Logical Name of this object. Can contain any chars (max. 255 chars)', 'NAME'=>'Name', '_NEW'=>'New', @@ -963,62 +963,59 @@ function language() { return array( 'MODE_EDIT_DESC'=>'Edit of data', 'MODE_SHOW_DESC'=>'Readonly-Mode', 'MODE_SHOW'=>'Readonly', -'NOTICE_ADDED'=>'was added', -'NOTICE_ADMIN_NEEDS_NO_RIGHTS'=>'Admins have rights to all objects. Because of this, these rights are ignored.', -'NOTICE_ADMIN_NO_PROJECTS_AVAILABLE'=>'There is no project available, please add a project in the administration-modus.', -'NOTICE_CANCELED'=>'Operation was canceled', -'NOTICE_CANNOT_COPY_FOLDER'=>'Unable to copy directory (not implemented)', -'NOTICE_CODE_DISABLED'=>'The dynamic code will not be executed in the actual environment.', -'NOTICE_CODE_NOT_MATCH'=>'Confirmation code is not valid.', -'NOTICE_COMMON_VALIDATION_EROR'=>'Please correct your input data', -'NOTICE_COMMON_VALIDATION_ERROR'=>'Please correct your input data.', -'NOTICE_CONCURRENT_VALUE_CHANGE_NOT_SAVED'=>'While your edit session another user has changed this content at ${last_change_time}. Your changes where not saved.', -'NOTICE_CONCURRENT_VALUE_CHANGE'=>'While your edit session another user has changed this content at ${last_change_time}. Your changes where saved, but you should check the archive if the overwritten content should be merged.', -'NOTICE_COPIED'=>'was copied', -'NOTICE_DUPLICATE_INPUT'=>'Duplicate Input detected.', -'NOTICE_DATABASE_CONNECTION_ERROR'=>'The connection to the database could not be established.', +'ADDED'=>'was added', +'ADMIN_NEEDS_NO_RIGHTS'=>'Admins have rights to all objects. Because of this, these rights are ignored.', +'ADMIN_NO_PROJECTS_AVAILABLE'=>'There is no project available, please add a project in the administration-modus.', +'CANCELED'=>'Operation was canceled', +'CANNOT_COPY_FOLDER'=>'Unable to copy directory (not implemented)', +'CODE_DISABLED'=>'The dynamic code will not be executed in the actual environment.', +'CODE_NOT_MATCH'=>'Confirmation code is not valid.', +'COMMON_VALIDATION_EROR'=>'Please correct your input data', +'COMMON_VALIDATION_ERROR'=>'Please correct your input data.', +'CONCURRENT_VALUE_CHANGE_NOT_SAVED'=>'While your edit session another user has changed this content at ${last_change_time}. Your changes where not saved.', +'CONCURRENT_VALUE_CHANGE'=>'While your edit session another user has changed this content at ${last_change_time}. Your changes where saved, but you should check the archive if the overwritten content should be merged.', +'COPIED'=>'was copied', +'DUPLICATE_INPUT'=>'Duplicate Input detected.', +'DATABASE_CONNECTION_ERROR'=>'The connection to the database could not be established.', 'ERROR_DATABASE_CONNECTION'=>'The connection to the database could not be established.', 'ERROR_DATABASE'=>'The database query could not executed.', -'NOTICE_DELETED'=>'was deleted', -'NOTICE_DONE'=>'Finished successful', -'NOTICE_ERROR'=>'An error occured', -'NOTICE_GROUPS_MAY_CONFLICT_WITH_LDAP'=>'The user-group-relations my conflict with the directory service. Memberships were synchronized at login time.', -'NOTICE_IMAGE_RESIZED'=>'The image was changed', -'NOTICE_IMAGE_RESIZING_NOT_AVAILABLE'=>'Image resizing is not available at the moment, please ensure, that the GD library is installed.', -'NOTICE_IMAGE_RESIZING_UNKNOWN_TYPE'=>'This image type is not supported.', -'NOTICE_IMPORTED'=>'File was imported', -'NOTICE_INPUT_NEW_IMAGE_SIZE'=>'Please enter the new image size, either a size factor or widht and height.', -'NOTICE_LINKED'=>'linked', -'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.', -'NOTICE_MAX_FILE_SIZE_EXCEEDED'=>'The maximum filesize is exceeded', -'NOTICE_MOVED'=>'was moved', -'NOTICE_MUCH_TIME'=>'This action may take some time. Do not cancel loading of this page.', -'NOTICE_NO_DATABASE_CONFIGURATION'=>'No configured database connection', -'NOTICE_NO_PROJECTS_AVAILABLE'=>'There is no project available.', -'NOTICE_NO_TEMPLATES_AVAILABLE'=>'There are no templates. You are able to create a page, if there is at least 1 template.', -'NOTICE_NOTHING_DONE'=>'The operation could not be done.', -'NOTICE_NOT_SAVED'=>'not saved', -'NOTICE_PAGE_WITH_TEMPLATE_EXIST'=>'There is already at least 1 page with this template, so this template cannot be removed.', -'NOTICE_PASSWORDCODE_NOT_MATCH'=>'The password code is not valid.', -'NOTICE_PASSWORD_MINLENGTH'=>'the password is too short. The password must have at least ${minlength} chars.', -'NOTICE_PASSWORDS_DO_NOT_MATCH'=>'The passwords do not match.', -'NOTICE_PASSWORD_TIMEOUT'=>'Your password has timed out and must be changed.', -'NOTICE_PROP_SAVED'=>'Properties saved', -'NOTICE_PUBLISHED_ERROR'=>'was not published.', -'NOTICE_PUBLISHED'=>'was published', -'NOTICE_SAVED'=>'was saved', -'NOTICE_SEQUENCE_CHANGED'=>'The sequence was changed', -'NOTICE_UNEXPECTED_CHARS'=>'The input data contains unexpected chars which were removed.', -'NOTICE_USER_ADDED'=>'The user was added', -'NOTICE_USER_ADDED_TO_GROUP'=>'The memberships of this group are updated, ${count} users were added.', -'NOTICE_USER_ALREADY_IN_DATABASE'=>'The user is already there, please select another username.', -'NOTICE_VALUE_SAVED'=>'Content was saved', +'DONE'=>'Finished successful', +'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.', +'IMAGE_RESIZING_UNKNOWN_TYPE'=>'This image type is not supported.', +'IMPORTED'=>'File was imported', +'INPUT_NEW_IMAGE_SIZE'=>'Please enter the new image size, either a size factor or widht and height.', +'LINKED'=>'linked', +'LOGIN_FAILED'=>'Login failed. The username "${name}" does not exist or the password is wrong.', +'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.', +'LOGIN_OK'=>'Hello ${name}, you are signed in.', +'LOGOUT_OK'=>'You are signed out.', +'LOGIN_OPENID_FAILED'=>'The login for ${name} at Open-ID-Server failed.', +'MAIL_NOT_SENT'=>'The mail could not be sent.', +'MAIL_SENT'=>'The email was sent.', +'MAX_FILE_SIZE_EXCEEDED'=>'The maximum filesize is exceeded', +'MOVED'=>'was moved', +'NO_DATABASE_CONFIGURATION'=>'No configured database connection', +'NO_PROJECTS_AVAILABLE'=>'There is no project available.', +'NO_TEMPLATES_AVAILABLE'=>'There are no templates. You are able to create a page, if there is at least 1 template.', +'NOTHING_DONE'=>'The operation could not be done.', +'NOT_SAVED'=>'not saved', +'PAGE_WITH_TEMPLATE_EXIST'=>'There is already at least 1 page with this template, so this template cannot be removed.', +'PASSWORDCODE_NOT_MATCH'=>'The password code is not valid.', +'PASSWORD_MINLENGTH'=>'the password is too short. The password must have at least ${minlength} chars.', +'PASSWORDS_DO_NOT_MATCH'=>'The passwords do not match.', +'PASSWORD_TIMEOUT'=>'Your password has timed out and must be changed.', +'PROP_SAVED'=>'Properties saved', +'PUBLISHED_ERROR'=>'was not published.', +'PUBLISHED'=>'Published', +'SAVED'=>'was saved', +'SEQUENCE_CHANGED'=>'The sequence was changed', +'UNEXPECTED_CHARS'=>'The input data contains unexpected chars which were removed.', +'USER_ADDED'=>'The user was added', +'USER_ADDED_TO_GROUP'=>'The memberships of this group are updated, ${count} users were added.', +'USER_ALREADY_IN_DATABASE'=>'The user is already there, please select another username.', +'VALUE_SAVED'=>'Content was saved', 'OPENID_NOT_ENABLED'=>'Login with openid is disabled', 'OPENID'=>'Open-ID', 'OPENID_USER'=>'Open-ID Username', @@ -1200,7 +1197,7 @@ function language() { return array( 'USER_PASSWORD_EXPIRES'=>'Password expires', 'USER_HOTP'=>'Counter-based 2-factor authentification', 'USER_TOTP'=>'Time-based 2-factor authentification', -'NOTICE_LOGIN_FAILED_TOKEN_FAILED'=>'Please supply a valid token', +'LOGIN_FAILED_TOKEN_FAILED'=>'Please supply a valid token', 'USER_TOKEN'=>'Token', 'ACCESSKEY_WINDOW_ACL'=>'G', 'ELEMENTS'=>'Elements', @@ -1254,8 +1251,8 @@ function language() { return array( 'MENU_TITLE_SEARCH_PROP'=>'Search for property', 'MENU_START'=>'Start', 'MENU_START_DESC'=>'Start', -'NOTICE_MOTD'=>'Message: ${motd}', -'NOTICE_DEVELOPMENT_MODE'=>'The development mode is enabled', +'MOTD'=>'Message: ${motd}', +'DEVELOPMENT_MODE'=>'The development mode is enabled', 'METHOD_EDIT'=>'Content', 'METHOD_INFO'=>'Information', 'METHOD_PREVIEW'=>'Preview', @@ -1274,7 +1271,6 @@ function language() { return array( 'SEARCH_FILTER'=>'Filter', 'QRCODE_SHOW'=>'Show QR-Code', 'LABEL'=>'Label', -'PUBLISHED'=>'Published', 'SECURITY'=>'Security', 'USER_LAST_LOGIN'=>'Last Logon', 'TOKEN'=>'Token', diff --git a/modules/language/lang-es.php b/modules/language/lang-es.php @@ -313,7 +313,7 @@ function language() { return array( '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'=>'Technischer Fehler', +'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', @@ -393,7 +393,7 @@ function language() { return array( 'DAY'=>'Jour', '_DEFAULT'=>'Norme', 'DEFAULT_TEXT'=>'Texte de défaut', -'DELETED'=>'L\'objet a été supprimé', +'DELETED'=>'fue suprimida', 'DELETE'=>'Effacement', 'DELETE_WITH_CHILDREN'=>'Delete with children', 'DIFFERENCES_DESC'=>'Montrer les différences entre 2 révisions', @@ -440,7 +440,7 @@ function language() { return array( 'MONTH'=>'Mois', 'MONTHS'=>'Mois', 'MOVE'=>'Se déplacer', -'MUCH_TIME'=>'<em>Hint : </em> ceci peut prendre beaucoup de temps. Ne pas avorter tout en chargeant la page.', +'MUCH_TIME'=>'This action may take some time. Do not cancel loading of this page.', 'NAME_DESC'=>'Nom logique de cet objet. Peut contenir tous les chars (maximum 255 chars)', 'NAME'=>'Name', '_NEW'=>'Nouveau', @@ -987,62 +987,59 @@ MENU_INDEX_ADMINISTRATION_DESC =', 'MODE_EDIT_DESC'=>'Edit of data', 'MODE_SHOW_DESC'=>'Readonly-Mode', 'MODE_SHOW'=>'Readonly', -'NOTICE_ADDED'=>'a été ajouté', -'NOTICE_ADMIN_NEEDS_NO_RIGHTS'=>'Admins have rights to all objects. Because of this, these rights are ignored.', -'NOTICE_ADMIN_NO_PROJECTS_AVAILABLE'=>'There is no project available, please add a project in the administration-modus.', -'NOTICE_CANCELED'=>'Operation was canceled', -'NOTICE_CANNOT_COPY_FOLDER'=>'Incapable de copier l\'annuaire (non mis en application)', -'NOTICE_CODE_DISABLED'=>'The dynamic code will not be executed in the actual environment.', -'NOTICE_CODE_NOT_MATCH'=>'Confirmation code is not valid.', -'NOTICE_COMMON_VALIDATION_EROR'=>'Please correct your input data', -'NOTICE_COMMON_VALIDATION_ERROR'=>'Please correct your input data.', -'NOTICE_CONCURRENT_VALUE_CHANGE_NOT_SAVED'=>'While your edit session another user has changed this content at ${last_change_time}. Your changes where not saved.', -'NOTICE_CONCURRENT_VALUE_CHANGE'=>'While your edit session another user has changed this content at ${last_change_time}. Your changes where saved, but you should check the archive if the overwritten content should be merged.', -'NOTICE_COPIED'=>'fue copiada', -'NOTICE_DUPLICATE_INPUT'=>'Duplicate Input detected.', -'NOTICE_DATABASE_CONNECTION_ERROR'=>'The connection to the database could not be established.', +'ADDED'=>'a été ajouté', +'ADMIN_NEEDS_NO_RIGHTS'=>'Admins have rights to all objects. Because of this, these rights are ignored.', +'ADMIN_NO_PROJECTS_AVAILABLE'=>'There is no project available, please add a project in the administration-modus.', +'CANCELED'=>'Operation was canceled', +'CANNOT_COPY_FOLDER'=>'Incapable de copier l\'annuaire (non mis en application)', +'CODE_DISABLED'=>'The dynamic code will not be executed in the actual environment.', +'CODE_NOT_MATCH'=>'Confirmation code is not valid.', +'COMMON_VALIDATION_EROR'=>'Please correct your input data', +'COMMON_VALIDATION_ERROR'=>'Please correct your input data.', +'CONCURRENT_VALUE_CHANGE_NOT_SAVED'=>'While your edit session another user has changed this content at ${last_change_time}. Your changes where not saved.', +'CONCURRENT_VALUE_CHANGE'=>'While your edit session another user has changed this content at ${last_change_time}. Your changes where saved, but you should check the archive if the overwritten content should be merged.', +'COPIED'=>'fue copiada', +'DUPLICATE_INPUT'=>'Duplicate Input detected.', +'DATABASE_CONNECTION_ERROR'=>'The connection to the database could not be established.', 'ERROR_DATABASE_CONNECTION'=>'The connection to the database could not be established.', 'ERROR_DATABASE'=>'The database query could not executed.', -'NOTICE_DELETED'=>'fue suprimida', -'NOTICE_DONE'=>'Finished successful', -'NOTICE_ERROR'=>'un error', -'NOTICE_GROUPS_MAY_CONFLICT_WITH_LDAP'=>'The user-group-relations my conflict with the directory service. Memberships were synchronized at login time.', -'NOTICE_IMAGE_RESIZED'=>'la imagen era', -'NOTICE_IMAGE_RESIZING_NOT_AVAILABLE'=>'Image resizing is not available at the moment, please ensure, that the GD library is installed.', -'NOTICE_IMAGE_RESIZING_UNKNOWN_TYPE'=>'This image type is not supported.', -'NOTICE_IMPORTED'=>'archivo cambiante era ist ligado del " del <em> del " del username de la conexión failed.<br/><br/>The del importet', -'NOTICE_INPUT_NEW_IMAGE_SIZE'=>'Please enter the new image size, either a size factor or widht and height.', -'NOTICE_LINKED'=>'linked', -'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.', -'NOTICE_MAX_FILE_SIZE_EXCEEDED'=>'The maximum filesize is exceeded', -'NOTICE_MOVED'=>'fue movido', -'NOTICE_MUCH_TIME'=>'This action may take some time. Do not cancel loading of this page.', -'NOTICE_NO_DATABASE_CONFIGURATION'=>'No configured database connection', -'NOTICE_NO_PROJECTS_AVAILABLE'=>'There is no project available.', -'NOTICE_NO_TEMPLATES_AVAILABLE'=>'There are no templates. You are able to create a page, if there is at least 1 template.', -'NOTICE_NOTHING_DONE'=>'The operation could not be done.', -'NOTICE_NOT_SAVED'=>'fue ahorrado', -'NOTICE_PAGE_WITH_TEMPLATE_EXIST'=>'There is already at least 1 page with this template, so this template cannot be removed.', -'NOTICE_PASSWORDCODE_NOT_MATCH'=>'The password code is not valid.', -'NOTICE_PASSWORD_MINLENGTH'=>'the password is too short. The password must have at least ${minlength} chars.', -'NOTICE_PASSWORDS_DO_NOT_MATCH'=>'The passwords do not match.', -'NOTICE_PASSWORD_TIMEOUT'=>'tu contraseña ha medido el tiempo hacia fuera y debe ser cambiado. ¡', -'NOTICE_PROP_SAVED'=>'Las características ahorradas', -'NOTICE_PUBLISHED_ERROR'=>'was not published.', -'NOTICE_PUBLISHED'=>'fueron publicadas', -'NOTICE_SAVED'=>'fueron ahorradas', -'NOTICE_SEQUENCE_CHANGED'=>'la secuencia eran', -'NOTICE_UNEXPECTED_CHARS'=>'The input data contains unexpected chars which were removed.', -'NOTICE_USER_ADDED'=>'El usuario era', -'NOTICE_USER_ADDED_TO_GROUP'=>'The memberships of this group are updated, ${count} users were added.', -'NOTICE_USER_ALREADY_IN_DATABASE'=>'The user is already there, please select another username.', -'NOTICE_VALUE_SAVED'=>'contenido cambiante fueron ahorradas', +'DONE'=>'Finished successful', +'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.', +'IMAGE_RESIZING_UNKNOWN_TYPE'=>'This image type is not supported.', +'IMPORTED'=>'archivo cambiante era ist ligado del " del <em> del " del username de la conexión failed.<br/><br/>The del importet', +'INPUT_NEW_IMAGE_SIZE'=>'Please enter the new image size, either a size factor or widht and height.', +'LINKED'=>'linked', +'LOGIN_FAILED'=>'</em> ${conocido} no presente o la contraseña es incorrecta.', +'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.', +'LOGIN_OK'=>'Hello ${name}, you are signed in.', +'LOGOUT_OK'=>'You are signed out.', +'LOGIN_OPENID_FAILED'=>'The login for ${name} at Open-ID-Server failed.', +'MAIL_NOT_SENT'=>'The mail could not be sent.', +'MAIL_SENT'=>'El email fue enviado.', +'MAX_FILE_SIZE_EXCEEDED'=>'The maximum filesize is exceeded', +'MOVED'=>'fue movido', +'NO_DATABASE_CONFIGURATION'=>'No configured database connection', +'NO_PROJECTS_AVAILABLE'=>'There is no project available.', +'NO_TEMPLATES_AVAILABLE'=>'There are no templates. You are able to create a page, if there is at least 1 template.', +'NOTHING_DONE'=>'The operation could not be done.', +'NOT_SAVED'=>'fue ahorrado', +'PAGE_WITH_TEMPLATE_EXIST'=>'There is already at least 1 page with this template, so this template cannot be removed.', +'PASSWORDCODE_NOT_MATCH'=>'The password code is not valid.', +'PASSWORD_MINLENGTH'=>'the password is too short. The password must have at least ${minlength} chars.', +'PASSWORDS_DO_NOT_MATCH'=>'The passwords do not match.', +'PASSWORD_TIMEOUT'=>'tu contraseña ha medido el tiempo hacia fuera y debe ser cambiado. ¡', +'PROP_SAVED'=>'Las características ahorradas', +'PUBLISHED_ERROR'=>'was not published.', +'PUBLISHED'=>'Published', +'SAVED'=>'fueron ahorradas', +'SEQUENCE_CHANGED'=>'la secuencia eran', +'UNEXPECTED_CHARS'=>'The input data contains unexpected chars which were removed.', +'USER_ADDED'=>'El usuario era', +'USER_ADDED_TO_GROUP'=>'The memberships of this group are updated, ${count} users were added.', +'USER_ALREADY_IN_DATABASE'=>'The user is already there, please select another username.', +'VALUE_SAVED'=>'contenido cambiante fueron ahorradas', 'OPENID_NOT_ENABLED'=>'Login with openid is disabled', 'OPENID'=>'Open-ID', 'OPENID_USER'=>'Open-ID Username', @@ -1224,7 +1221,7 @@ MENU_INDEX_ADMINISTRATION_DESC =', 'USER_PASSWORD_EXPIRES'=>'Password expires', 'USER_HOTP'=>'Counter-based 2-factor authentification', 'USER_TOTP'=>'Time-based 2-factor authentification', -'NOTICE_LOGIN_FAILED_TOKEN_FAILED'=>'Please supply a valid token', +'LOGIN_FAILED_TOKEN_FAILED'=>'Please supply a valid token', 'USER_TOKEN'=>'Token', 'ACCESSKEY_WINDOW_ACL'=>'G', 'ELEMENTS'=>'Elementos', @@ -1278,8 +1275,8 @@ MENU_INDEX_ADMINISTRATION_DESC =', 'MENU_TITLE_SEARCH_PROP'=>'Search for property', 'MENU_START'=>'Start', 'MENU_START_DESC'=>'Start', -'NOTICE_MOTD'=>'Message: ${motd}', -'NOTICE_DEVELOPMENT_MODE'=>'The development mode is enabled', +'MOTD'=>'Message: ${motd}', +'DEVELOPMENT_MODE'=>'The development mode is enabled', 'METHOD_EDIT'=>'Content', 'METHOD_INFO'=>'Information', 'METHOD_PREVIEW'=>'Preview', @@ -1298,7 +1295,6 @@ MENU_INDEX_ADMINISTRATION_DESC =', 'SEARCH_FILTER'=>'Filter', 'QRCODE_SHOW'=>'Show QR-Code', 'LABEL'=>'Label', -'PUBLISHED'=>'Published', 'SECURITY'=>'Security', 'USER_LAST_LOGIN'=>'Last Logon', 'TOKEN'=>'Token', diff --git a/modules/language/lang-fr.php b/modules/language/lang-fr.php @@ -313,7 +313,7 @@ function language() { return array( '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'=>'Technischer Fehler', +'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', @@ -393,7 +393,7 @@ function language() { return array( 'DAY'=>'Jour', '_DEFAULT'=>'Norme', 'DEFAULT_TEXT'=>'Texte de défaut', -'DELETED'=>'L\'objet a été supprimé', +'DELETED'=>'a été supprimé', 'DELETE'=>'Effacement', 'DELETE_WITH_CHILDREN'=>'Delete with children', 'DIFFERENCES_DESC'=>'Montrer les différences entre 2 révisions', @@ -440,7 +440,7 @@ function language() { return array( 'MONTH'=>'Mois', 'MONTHS'=>'Mois', 'MOVE'=>'Se déplacer', -'MUCH_TIME'=>'<em>Hint : </em> ceci peut prendre beaucoup de temps. Ne pas avorter tout en chargeant la page.', +'MUCH_TIME'=>'This action may take some time. Do not cancel loading of this page.', 'NAME_DESC'=>'Nom logique de cet objet. Peut contenir tous les chars (maximum 255 chars)', 'NAME'=>'Name', '_NEW'=>'Nouveau', @@ -963,62 +963,59 @@ function language() { return array( 'MODE_EDIT_DESC'=>'Edit of data', 'MODE_SHOW_DESC'=>'Readonly-Mode', 'MODE_SHOW'=>'Readonly', -'NOTICE_ADDED'=>'a été ajouté', -'NOTICE_ADMIN_NEEDS_NO_RIGHTS'=>'Admins have rights to all objects. Because of this, these rights are ignored.', -'NOTICE_ADMIN_NO_PROJECTS_AVAILABLE'=>'There is no project available, please add a project in the administration-modus.', -'NOTICE_CANCELED'=>'Operation was canceled', -'NOTICE_CANNOT_COPY_FOLDER'=>'Incapable de copier l\'annuaire (non mis en application)', -'NOTICE_CODE_DISABLED'=>'The dynamic code will not be executed in the actual environment.', -'NOTICE_CODE_NOT_MATCH'=>'Confirmation code is not valid.', -'NOTICE_COMMON_VALIDATION_EROR'=>'Please correct your input data', -'NOTICE_COMMON_VALIDATION_ERROR'=>'Please correct your input data.', -'NOTICE_CONCURRENT_VALUE_CHANGE_NOT_SAVED'=>'While your edit session another user has changed this content at ${last_change_time}. Your changes where not saved.', -'NOTICE_CONCURRENT_VALUE_CHANGE'=>'While your edit session another user has changed this content at ${last_change_time}. Your changes where saved, but you should check the archive if the overwritten content should be merged.', -'NOTICE_COPIED'=>'a été copié', -'NOTICE_DUPLICATE_INPUT'=>'Duplicate Input detected.', -'NOTICE_DATABASE_CONNECTION_ERROR'=>'The connection to the database could not be established.', +'ADDED'=>'a été ajouté', +'ADMIN_NEEDS_NO_RIGHTS'=>'Admins have rights to all objects. Because of this, these rights are ignored.', +'ADMIN_NO_PROJECTS_AVAILABLE'=>'There is no project available, please add a project in the administration-modus.', +'CANCELED'=>'Operation was canceled', +'CANNOT_COPY_FOLDER'=>'Incapable de copier l\'annuaire (non mis en application)', +'CODE_DISABLED'=>'The dynamic code will not be executed in the actual environment.', +'CODE_NOT_MATCH'=>'Confirmation code is not valid.', +'COMMON_VALIDATION_EROR'=>'Please correct your input data', +'COMMON_VALIDATION_ERROR'=>'Please correct your input data.', +'CONCURRENT_VALUE_CHANGE_NOT_SAVED'=>'While your edit session another user has changed this content at ${last_change_time}. Your changes where not saved.', +'CONCURRENT_VALUE_CHANGE'=>'While your edit session another user has changed this content at ${last_change_time}. Your changes where saved, but you should check the archive if the overwritten content should be merged.', +'COPIED'=>'a été copié', +'DUPLICATE_INPUT'=>'Duplicate Input detected.', +'DATABASE_CONNECTION_ERROR'=>'The connection to the database could not be established.', 'ERROR_DATABASE_CONNECTION'=>'The connection to the database could not be established.', 'ERROR_DATABASE'=>'The database query could not executed.', -'NOTICE_DELETED'=>'a été supprimé', -'NOTICE_DONE'=>'Finished successful', -'NOTICE_ERROR'=>'Une erreur s\'est produite', -'NOTICE_GROUPS_MAY_CONFLICT_WITH_LDAP'=>'The user-group-relations my conflict with the directory service. Memberships were synchronized at login time.', -'NOTICE_IMAGE_RESIZED'=>'L\'image a été changée', -'NOTICE_IMAGE_RESIZING_NOT_AVAILABLE'=>'Image resizing is not available at the moment, please ensure, that the GD library is installed.', -'NOTICE_IMAGE_RESIZING_UNKNOWN_TYPE'=>'This image type is not supported.', -'NOTICE_IMPORTED'=>'Le dossier était l\'importet', -'NOTICE_INPUT_NEW_IMAGE_SIZE'=>'Please enter the new image size, either a size factor or widht and height.', -'NOTICE_LINKED'=>'lié', -'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é.', -'NOTICE_MAX_FILE_SIZE_EXCEEDED'=>'The maximum filesize is exceeded', -'NOTICE_MOVED'=>'a été déplacé', -'NOTICE_MUCH_TIME'=>'This action may take some time. Do not cancel loading of this page.', -'NOTICE_NO_DATABASE_CONFIGURATION'=>'No configured database connection', -'NOTICE_NO_PROJECTS_AVAILABLE'=>'There is no project available.', -'NOTICE_NO_TEMPLATES_AVAILABLE'=>'There are no templates. You are able to create a page, if there is at least 1 template.', -'NOTICE_NOTHING_DONE'=>'The operation could not be done.', -'NOTICE_NOT_SAVED'=>'a été économisé', -'NOTICE_PAGE_WITH_TEMPLATE_EXIST'=>'There is already at least 1 page with this template, so this template cannot be removed.', -'NOTICE_PASSWORDCODE_NOT_MATCH'=>'The password code is not valid.', -'NOTICE_PASSWORD_MINLENGTH'=>'the password is too short. The password must have at least ${minlength} chars.', -'NOTICE_PASSWORDS_DO_NOT_MATCH'=>'The passwords do not match.', -'NOTICE_PASSWORD_TIMEOUT'=>'Votre mot de passe a chronométré dehors et doit être changé.', -'NOTICE_PROP_SAVED'=>'Propriétés sauvées', -'NOTICE_PUBLISHED_ERROR'=>'was not published.', -'NOTICE_PUBLISHED'=>'a été édité', -'NOTICE_SAVED'=>'a été économisé', -'NOTICE_SEQUENCE_CHANGED'=>'L\'ordre a été changé', -'NOTICE_UNEXPECTED_CHARS'=>'The input data contains unexpected chars which were removed.', -'NOTICE_USER_ADDED'=>'L\'utilisateur a été ajouté', -'NOTICE_USER_ADDED_TO_GROUP'=>'The memberships of this group are updated, ${count} users were added.', -'NOTICE_USER_ALREADY_IN_DATABASE'=>'The user is already there, please select another username.', -'NOTICE_VALUE_SAVED'=>'Le contenu a été sauvé', +'DONE'=>'Finished successful', +'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.', +'IMAGE_RESIZING_UNKNOWN_TYPE'=>'This image type is not supported.', +'IMPORTED'=>'Le dossier était l\'importet', +'INPUT_NEW_IMAGE_SIZE'=>'Please enter the new image size, either a size factor or widht and height.', +'LINKED'=>'lié', +'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é.', +'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.', +'LOGIN_OK'=>'Hello ${name}, you are signed in.', +'LOGOUT_OK'=>'You are signed out.', +'LOGIN_OPENID_FAILED'=>'The login for ${name} at Open-ID-Server failed.', +'MAIL_NOT_SENT'=>'The mail could not be sent.', +'MAIL_SENT'=>'L\'email a été envoyé.', +'MAX_FILE_SIZE_EXCEEDED'=>'The maximum filesize is exceeded', +'MOVED'=>'a été déplacé', +'NO_DATABASE_CONFIGURATION'=>'No configured database connection', +'NO_PROJECTS_AVAILABLE'=>'There is no project available.', +'NO_TEMPLATES_AVAILABLE'=>'There are no templates. You are able to create a page, if there is at least 1 template.', +'NOTHING_DONE'=>'The operation could not be done.', +'NOT_SAVED'=>'a été économisé', +'PAGE_WITH_TEMPLATE_EXIST'=>'There is already at least 1 page with this template, so this template cannot be removed.', +'PASSWORDCODE_NOT_MATCH'=>'The password code is not valid.', +'PASSWORD_MINLENGTH'=>'the password is too short. The password must have at least ${minlength} chars.', +'PASSWORDS_DO_NOT_MATCH'=>'The passwords do not match.', +'PASSWORD_TIMEOUT'=>'Votre mot de passe a chronométré dehors et doit être changé.', +'PROP_SAVED'=>'Propriétés sauvées', +'PUBLISHED_ERROR'=>'was not published.', +'PUBLISHED'=>'Published', +'SAVED'=>'a été économisé', +'SEQUENCE_CHANGED'=>'L\'ordre a été changé', +'UNEXPECTED_CHARS'=>'The input data contains unexpected chars which were removed.', +'USER_ADDED'=>'L\'utilisateur a été ajouté', +'USER_ADDED_TO_GROUP'=>'The memberships of this group are updated, ${count} users were added.', +'USER_ALREADY_IN_DATABASE'=>'The user is already there, please select another username.', +'VALUE_SAVED'=>'Le contenu a été sauvé', 'OPENID_NOT_ENABLED'=>'Login with openid is disabled', 'OPENID'=>'Open-ID', 'OPENID_USER'=>'Open-ID Username', @@ -1200,7 +1197,7 @@ function language() { return array( 'USER_PASSWORD_EXPIRES'=>'Password expires', 'USER_HOTP'=>'Counter-based 2-factor authentification', 'USER_TOTP'=>'Time-based 2-factor authentification', -'NOTICE_LOGIN_FAILED_TOKEN_FAILED'=>'Please supply a valid token', +'LOGIN_FAILED_TOKEN_FAILED'=>'Please supply a valid token', 'USER_TOKEN'=>'Token', 'ACCESSKEY_WINDOW_ACL'=>'G', 'ELEMENTS'=>'Éléments', @@ -1254,8 +1251,8 @@ function language() { return array( 'MENU_TITLE_SEARCH_PROP'=>'Search for property', 'MENU_START'=>'Start', 'MENU_START_DESC'=>'Start', -'NOTICE_MOTD'=>'Message: ${motd}', -'NOTICE_DEVELOPMENT_MODE'=>'The development mode is enabled', +'MOTD'=>'Message: ${motd}', +'DEVELOPMENT_MODE'=>'The development mode is enabled', 'METHOD_EDIT'=>'Content', 'METHOD_INFO'=>'Information', 'METHOD_PREVIEW'=>'Preview', @@ -1274,7 +1271,6 @@ function language() { return array( 'SEARCH_FILTER'=>'Filter', 'QRCODE_SHOW'=>'Show QR-Code', 'LABEL'=>'Label', -'PUBLISHED'=>'Published', 'SECURITY'=>'Securité', 'USER_LAST_LOGIN'=>'Last Logon', 'TOKEN'=>'Token', diff --git a/modules/language/lang-it.php b/modules/language/lang-it.php @@ -313,7 +313,7 @@ function language() { return array( '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'=>'accesso di Technischer Fehler', +'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', @@ -393,7 +393,7 @@ function language() { return array( 'DAY'=>'Día', '_DEFAULT'=>'Estándar', 'DEFAULT_TEXT'=>'Texto del defecto', -'DELETED'=>'El objeto fue suprimido', +'DELETED'=>'è stata cancellata', 'DELETE'=>'Cancelación', 'DELETE_WITH_CHILDREN'=>'Delete with children', 'DIFFERENCES_DESC'=>'Demostrar las diferencias entre 2 revisiones', @@ -440,7 +440,7 @@ function language() { return array( 'MONTH'=>'Mes', 'MONTHS'=>'Meses', 'MOVE'=>'Moverte', -'MUCH_TIME'=>'<em>Hint: </em> esto puede tomar mucha hora. No abortar mientras que carga la página.', +'MUCH_TIME'=>'This action may take some time. Do not cancel loading of this page.', 'NAME_DESC'=>'Nombre lógico de este objeto. Puede contener cualquier carbón (máximo 255 carbones)', 'NAME'=>'Name', '_NEW'=>'Nuevo', @@ -963,62 +963,59 @@ function language() { return array( 'MODE_EDIT_DESC'=>'Edit of data', 'MODE_SHOW_DESC'=>'Readonly-Mode', 'MODE_SHOW'=>'Readonly', -'NOTICE_ADDED'=>'non poteva', -'NOTICE_ADMIN_NEEDS_NO_RIGHTS'=>'Admins have rights to all objects. Because of this, these rights are ignored.', -'NOTICE_ADMIN_NO_PROJECTS_AVAILABLE'=>'There is no project available, please add a project in the administration-modus.', -'NOTICE_CANCELED'=>'Operation was canceled', -'NOTICE_CANNOT_COPY_FOLDER'=>'aggiunto copiare l\'indice (non effettuato)', -'NOTICE_CODE_DISABLED'=>'The dynamic code will not be executed in the actual environment.', -'NOTICE_CODE_NOT_MATCH'=>'Confirmation code is not valid.', -'NOTICE_COMMON_VALIDATION_EROR'=>'Please correct your input data', -'NOTICE_COMMON_VALIDATION_ERROR'=>'Please correct your input data.', -'NOTICE_CONCURRENT_VALUE_CHANGE_NOT_SAVED'=>'While your edit session another user has changed this content at ${last_change_time}. Your changes where not saved.', -'NOTICE_CONCURRENT_VALUE_CHANGE'=>'While your edit session another user has changed this content at ${last_change_time}. Your changes where saved, but you should check the archive if the overwritten content should be merged.', -'NOTICE_COPIED'=>'è stata copiata', -'NOTICE_DUPLICATE_INPUT'=>'Duplicate Input detected.', -'NOTICE_DATABASE_CONNECTION_ERROR'=>'The connection to the database could not be established.', +'ADDED'=>'non poteva', +'ADMIN_NEEDS_NO_RIGHTS'=>'Admins have rights to all objects. Because of this, these rights are ignored.', +'ADMIN_NO_PROJECTS_AVAILABLE'=>'There is no project available, please add a project in the administration-modus.', +'CANCELED'=>'Operation was canceled', +'CANNOT_COPY_FOLDER'=>'aggiunto copiare l\'indice (non effettuato)', +'CODE_DISABLED'=>'The dynamic code will not be executed in the actual environment.', +'CODE_NOT_MATCH'=>'Confirmation code is not valid.', +'COMMON_VALIDATION_EROR'=>'Please correct your input data', +'COMMON_VALIDATION_ERROR'=>'Please correct your input data.', +'CONCURRENT_VALUE_CHANGE_NOT_SAVED'=>'While your edit session another user has changed this content at ${last_change_time}. Your changes where not saved.', +'CONCURRENT_VALUE_CHANGE'=>'While your edit session another user has changed this content at ${last_change_time}. Your changes where saved, but you should check the archive if the overwritten content should be merged.', +'COPIED'=>'è stata copiata', +'DUPLICATE_INPUT'=>'Duplicate Input detected.', +'DATABASE_CONNECTION_ERROR'=>'The connection to the database could not be established.', 'ERROR_DATABASE_CONNECTION'=>'The connection to the database could not be established.', 'ERROR_DATABASE'=>'The database query could not executed.', -'NOTICE_DELETED'=>'è stata cancellata', -'NOTICE_DONE'=>'Finished successful', -'NOTICE_ERROR'=>'un errore ha accaduto', -'NOTICE_GROUPS_MAY_CONFLICT_WITH_LDAP'=>'The user-group-relations my conflict with the directory service. Memberships were synchronized at login time.', -'NOTICE_IMAGE_RESIZED'=>'l\'immagine era', -'NOTICE_IMAGE_RESIZING_NOT_AVAILABLE'=>'Image resizing is not available at the moment, please ensure, that the GD library is installed.', -'NOTICE_IMAGE_RESIZING_UNKNOWN_TYPE'=>'This image type is not supported.', -'NOTICE_IMPORTED'=>'lima cambiata era ist collegato del " del <em> del " del username di inizio attività failed.<br/><br/>The del importet', -'NOTICE_INPUT_NEW_IMAGE_SIZE'=>'Please enter the new image size, either a size factor or widht and height.', -'NOTICE_LINKED'=>'linked', -'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.', -'NOTICE_MAX_FILE_SIZE_EXCEEDED'=>'The maximum filesize is exceeded', -'NOTICE_MOVED'=>'è stato spostato', -'NOTICE_MUCH_TIME'=>'This action may take some time. Do not cancel loading of this page.', -'NOTICE_NO_DATABASE_CONFIGURATION'=>'No configured database connection', -'NOTICE_NO_PROJECTS_AVAILABLE'=>'There is no project available.', -'NOTICE_NO_TEMPLATES_AVAILABLE'=>'There are no templates. You are able to create a page, if there is at least 1 template.', -'NOTICE_NOTHING_DONE'=>'The operation could not be done.', -'NOTICE_NOT_SAVED'=>'è stato risparmiato', -'NOTICE_PAGE_WITH_TEMPLATE_EXIST'=>'There is already at least 1 page with this template, so this template cannot be removed.', -'NOTICE_PASSWORDCODE_NOT_MATCH'=>'The password code is not valid.', -'NOTICE_PASSWORD_MINLENGTH'=>'the password is too short. The password must have at least ${minlength} chars.', -'NOTICE_PASSWORDS_DO_NOT_MATCH'=>'The passwords do not match.', -'NOTICE_PASSWORD_TIMEOUT'=>'la vostra parola d\'accesso ha cronometrato fuori e deve essere cambiato.', -'NOTICE_PROP_SAVED'=>'Le proprietà conservate', -'NOTICE_PUBLISHED_ERROR'=>'was not published.', -'NOTICE_PUBLISHED'=>'sono state pubblicate', -'NOTICE_SAVED'=>'sono state risparmiate', -'NOTICE_SEQUENCE_CHANGED'=>'la sequenza erano', -'NOTICE_UNEXPECTED_CHARS'=>'The input data contains unexpected chars which were removed.', -'NOTICE_USER_ADDED'=>'L\'utente era', -'NOTICE_USER_ADDED_TO_GROUP'=>'The memberships of this group are updated, ${count} users were added.', -'NOTICE_USER_ALREADY_IN_DATABASE'=>'The user is already there, please select another username.', -'NOTICE_VALUE_SAVED'=>'soddisfare cambiato sono state risparmiate', +'DONE'=>'Finished successful', +'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.', +'IMAGE_RESIZING_UNKNOWN_TYPE'=>'This image type is not supported.', +'IMPORTED'=>'lima cambiata era ist collegato del " del <em> del " del username di inizio attività failed.<br/><br/>The del importet', +'INPUT_NEW_IMAGE_SIZE'=>'Please enter the new image size, either a size factor or widht and height.', +'LINKED'=>'linked', +'LOGIN_FAILED'=>'</em> ${nome} non assente o la parola d\'accesso è errata.', +'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.', +'LOGIN_OK'=>'Hello ${name}, you are signed in.', +'LOGOUT_OK'=>'You are signed out.', +'LOGIN_OPENID_FAILED'=>'The login for ${name} at Open-ID-Server failed.', +'MAIL_NOT_SENT'=>'The mail could not be sent.', +'MAIL_SENT'=>'Il email è stato trasmesso.', +'MAX_FILE_SIZE_EXCEEDED'=>'The maximum filesize is exceeded', +'MOVED'=>'è stato spostato', +'NO_DATABASE_CONFIGURATION'=>'No configured database connection', +'NO_PROJECTS_AVAILABLE'=>'There is no project available.', +'NO_TEMPLATES_AVAILABLE'=>'There are no templates. You are able to create a page, if there is at least 1 template.', +'NOTHING_DONE'=>'The operation could not be done.', +'NOT_SAVED'=>'è stato risparmiato', +'PAGE_WITH_TEMPLATE_EXIST'=>'There is already at least 1 page with this template, so this template cannot be removed.', +'PASSWORDCODE_NOT_MATCH'=>'The password code is not valid.', +'PASSWORD_MINLENGTH'=>'the password is too short. The password must have at least ${minlength} chars.', +'PASSWORDS_DO_NOT_MATCH'=>'The passwords do not match.', +'PASSWORD_TIMEOUT'=>'la vostra parola d\'accesso ha cronometrato fuori e deve essere cambiato.', +'PROP_SAVED'=>'Le proprietà conservate', +'PUBLISHED_ERROR'=>'was not published.', +'PUBLISHED'=>'Published', +'SAVED'=>'sono state risparmiate', +'SEQUENCE_CHANGED'=>'la sequenza erano', +'UNEXPECTED_CHARS'=>'The input data contains unexpected chars which were removed.', +'USER_ADDED'=>'L\'utente era', +'USER_ADDED_TO_GROUP'=>'The memberships of this group are updated, ${count} users were added.', +'USER_ALREADY_IN_DATABASE'=>'The user is already there, please select another username.', +'VALUE_SAVED'=>'soddisfare cambiato sono state risparmiate', 'OPENID_NOT_ENABLED'=>'Login with openid is disabled', 'OPENID'=>'Open-ID', 'OPENID_USER'=>'Open-ID Username', @@ -1200,7 +1197,7 @@ function language() { return array( 'USER_PASSWORD_EXPIRES'=>'Password expires', 'USER_HOTP'=>'Counter-based 2-factor authentification', 'USER_TOTP'=>'Time-based 2-factor authentification', -'NOTICE_LOGIN_FAILED_TOKEN_FAILED'=>'Please supply a valid token', +'LOGIN_FAILED_TOKEN_FAILED'=>'Please supply a valid token', 'USER_TOKEN'=>'Token', 'ACCESSKEY_WINDOW_ACL'=>'G', 'ELEMENTS'=>'Elements', @@ -1254,8 +1251,8 @@ function language() { return array( 'MENU_TITLE_SEARCH_PROP'=>'Search for property', 'MENU_START'=>'Start', 'MENU_START_DESC'=>'Start', -'NOTICE_MOTD'=>'Message: ${motd}', -'NOTICE_DEVELOPMENT_MODE'=>'The development mode is enabled', +'MOTD'=>'Message: ${motd}', +'DEVELOPMENT_MODE'=>'The development mode is enabled', 'METHOD_EDIT'=>'Content', 'METHOD_INFO'=>'Information', 'METHOD_PREVIEW'=>'Preview', @@ -1274,7 +1271,6 @@ function language() { return array( 'SEARCH_FILTER'=>'Filter', 'QRCODE_SHOW'=>'Show QR-Code', 'LABEL'=>'Label', -'PUBLISHED'=>'Published', 'SECURITY'=>'Security', 'USER_LAST_LOGIN'=>'Last Logon', 'TOKEN'=>'Token', diff --git a/modules/language/lang-ru.php b/modules/language/lang-ru.php @@ -313,7 +313,7 @@ function language() { return array( 'ERROR_LOGIN_BROKEN_SSL_CERT'=>'Login was denied, because your SSL-certificat is invalid.', 'ERROR_NO_PROJECT'=>'нет проекта имеется.', 'ERROR_NOT_A_FOLDER'=>'Объекта не справочник', -'ERROR'=>'Technischer Fehler', +'ERROR'=>'Произошла ошибка', 'ERROR_USER_PW_DESC'=>'пароль не может быть изменен Экспорт', 'ERROR_USER_PW'=>'Пароль не может быть изменен', 'EXAMPLE'=>'Example', @@ -393,7 +393,7 @@ function language() { return array( 'DAY'=>'Day', '_DEFAULT'=>'Standard', 'DEFAULT_TEXT'=>'Default text', -'DELETED'=>'Object was deleted', +'DELETED'=>'удалена', 'DELETE'=>'Delete', 'DELETE_WITH_CHILDREN'=>'Delete with children', 'DIFFERENCES_DESC'=>'Show differences between 2 Revisions', @@ -440,7 +440,7 @@ function language() { return array( 'MONTH'=>'Month', 'MONTHS'=>'Months', 'MOVE'=>'месяцев', -'MUCH_TIME'=>'Переместить <em> Подсказка : </em> Это может занять много времени. Не прервать во время загрузки страницы.', +'MUCH_TIME'=>'This action may take some time. Do not cancel loading of this page.', 'NAME_DESC'=>'Имя Логические Имя данного объекта. Может содержать любые символы (макс. 255 символов)', 'NAME'=>'Name', '_NEW'=>'New', @@ -963,62 +963,59 @@ function language() { return array( 'MODE_EDIT_DESC'=>'Edit of data', 'MODE_SHOW_DESC'=>'Readonly-Mode', 'MODE_SHOW'=>'Readonly', -'NOTICE_ADDED'=>'Снять был добавлен', -'NOTICE_ADMIN_NEEDS_NO_RIGHTS'=>'Admins have rights to all objects. Because of this, these rights are ignored.', -'NOTICE_ADMIN_NO_PROJECTS_AVAILABLE'=>'There is no project available, please add a project in the administration-modus.', -'NOTICE_CANCELED'=>'Operation was canceled', -'NOTICE_CANNOT_COPY_FOLDER'=>'Невозможно скопировать каталог (не реализована)', -'NOTICE_CODE_DISABLED'=>'The dynamic code will not be executed in the actual environment.', -'NOTICE_CODE_NOT_MATCH'=>'Confirmation code is not valid.', -'NOTICE_COMMON_VALIDATION_EROR'=>'Please correct your input data', -'NOTICE_COMMON_VALIDATION_ERROR'=>'Please correct your input data.', -'NOTICE_CONCURRENT_VALUE_CHANGE_NOT_SAVED'=>'While your edit session another user has changed this content at ${last_change_time}. Your changes where not saved.', -'NOTICE_CONCURRENT_VALUE_CHANGE'=>'While your edit session another user has changed this content at ${last_change_time}. Your changes where saved, but you should check the archive if the overwritten content should be merged.', -'NOTICE_COPIED'=>'копирования', -'NOTICE_DUPLICATE_INPUT'=>'Duplicate Input detected.', -'NOTICE_DATABASE_CONNECTION_ERROR'=>'The connection to the database could not be established.', +'ADDED'=>'Снять был добавлен', +'ADMIN_NEEDS_NO_RIGHTS'=>'Admins have rights to all objects. Because of this, these rights are ignored.', +'ADMIN_NO_PROJECTS_AVAILABLE'=>'There is no project available, please add a project in the administration-modus.', +'CANCELED'=>'Operation was canceled', +'CANNOT_COPY_FOLDER'=>'Невозможно скопировать каталог (не реализована)', +'CODE_DISABLED'=>'The dynamic code will not be executed in the actual environment.', +'CODE_NOT_MATCH'=>'Confirmation code is not valid.', +'COMMON_VALIDATION_EROR'=>'Please correct your input data', +'COMMON_VALIDATION_ERROR'=>'Please correct your input data.', +'CONCURRENT_VALUE_CHANGE_NOT_SAVED'=>'While your edit session another user has changed this content at ${last_change_time}. Your changes where not saved.', +'CONCURRENT_VALUE_CHANGE'=>'While your edit session another user has changed this content at ${last_change_time}. Your changes where saved, but you should check the archive if the overwritten content should be merged.', +'COPIED'=>'копирования', +'DUPLICATE_INPUT'=>'Duplicate Input detected.', +'DATABASE_CONNECTION_ERROR'=>'The connection to the database could not be established.', 'ERROR_DATABASE_CONNECTION'=>'The connection to the database could not be established.', 'ERROR_DATABASE'=>'The database query could not executed.', -'NOTICE_DELETED'=>'удалена', -'NOTICE_DONE'=>'Finished successful', -'NOTICE_ERROR'=>'Произошла ошибка', -'NOTICE_GROUPS_MAY_CONFLICT_WITH_LDAP'=>'The user-group-relations my conflict with the directory service. Memberships were synchronized at login time.', -'NOTICE_IMAGE_RESIZED'=>'Изображение было изменено', -'NOTICE_IMAGE_RESIZING_NOT_AVAILABLE'=>'Image resizing is not available at the moment, please ensure, that the GD library is installed.', -'NOTICE_IMAGE_RESIZING_UNKNOWN_TYPE'=>'This image type is not supported.', -'NOTICE_IMPORTED'=>'Файл был importet', -'NOTICE_INPUT_NEW_IMAGE_SIZE'=>'Please enter the new image size, either a size factor or widht and height.', -'NOTICE_LINKED'=>'linked', -'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'=>'Это сообщение было отправлено.', -'NOTICE_MAX_FILE_SIZE_EXCEEDED'=>'The maximum filesize is exceeded', -'NOTICE_MOVED'=>'Был переведен', -'NOTICE_MUCH_TIME'=>'This action may take some time. Do not cancel loading of this page.', -'NOTICE_NO_DATABASE_CONFIGURATION'=>'No configured database connection', -'NOTICE_NO_PROJECTS_AVAILABLE'=>'There is no project available.', -'NOTICE_NO_TEMPLATES_AVAILABLE'=>'There are no templates. You are able to create a page, if there is at least 1 template.', -'NOTICE_NOTHING_DONE'=>'The operation could not be done.', -'NOTICE_NOT_SAVED'=>'спас', -'NOTICE_PAGE_WITH_TEMPLATE_EXIST'=>'There is already at least 1 page with this template, so this template cannot be removed.', -'NOTICE_PASSWORDCODE_NOT_MATCH'=>'The password code is not valid.', -'NOTICE_PASSWORD_MINLENGTH'=>'the password is too short. The password must have at least ${minlength} chars.', -'NOTICE_PASSWORDS_DO_NOT_MATCH'=>'The passwords do not match.', -'NOTICE_PASSWORD_TIMEOUT'=>'Ваш пароль по таймауту, и должны быть изменены. Свойства', -'NOTICE_PROP_SAVED'=>'Properties saved', -'NOTICE_PUBLISHED_ERROR'=>'was not published.', -'NOTICE_PUBLISHED'=>'спасти было опубликовано', -'NOTICE_SAVED'=>'спас', -'NOTICE_SEQUENCE_CHANGED'=>'Последовательность изменения содержимого', -'NOTICE_UNEXPECTED_CHARS'=>'The input data contains unexpected chars which were removed.', -'NOTICE_USER_ADDED'=>'Пользователь был добавлен', -'NOTICE_USER_ADDED_TO_GROUP'=>'The memberships of this group are updated, ${count} users were added.', -'NOTICE_USER_ALREADY_IN_DATABASE'=>'The user is already there, please select another username.', -'NOTICE_VALUE_SAVED'=>'спас', +'DONE'=>'Finished successful', +'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.', +'IMAGE_RESIZING_UNKNOWN_TYPE'=>'This image type is not supported.', +'IMPORTED'=>'Файл был importet', +'INPUT_NEW_IMAGE_SIZE'=>'Please enter the new image size, either a size factor or widht and height.', +'LINKED'=>'linked', +'LOGIN_FAILED'=>'связаны Войти провалилась. <br> <br> В"имя пользователя название <em> () </em>"агрессивным отсутствует или неверный пароль.', +'LOGIN_FAILED_MUSTCHANGEPASSWORD'=>'В Логин было отказано, б Ввиду пароль по таймауту. Попробуйте авторизоваться еще раз, б Хизб Теперь вместе с новым паролем.', +'LOGIN_OK'=>'Hello ${name}, you are signed in.', +'LOGOUT_OK'=>'You are signed out.', +'LOGIN_OPENID_FAILED'=>'The login for ${name} at Open-ID-Server failed.', +'MAIL_NOT_SENT'=>'The mail could not be sent.', +'MAIL_SENT'=>'Это сообщение было отправлено.', +'MAX_FILE_SIZE_EXCEEDED'=>'The maximum filesize is exceeded', +'MOVED'=>'Был переведен', +'NO_DATABASE_CONFIGURATION'=>'No configured database connection', +'NO_PROJECTS_AVAILABLE'=>'There is no project available.', +'NO_TEMPLATES_AVAILABLE'=>'There are no templates. You are able to create a page, if there is at least 1 template.', +'NOTHING_DONE'=>'The operation could not be done.', +'NOT_SAVED'=>'спас', +'PAGE_WITH_TEMPLATE_EXIST'=>'There is already at least 1 page with this template, so this template cannot be removed.', +'PASSWORDCODE_NOT_MATCH'=>'The password code is not valid.', +'PASSWORD_MINLENGTH'=>'the password is too short. The password must have at least ${minlength} chars.', +'PASSWORDS_DO_NOT_MATCH'=>'The passwords do not match.', +'PASSWORD_TIMEOUT'=>'Ваш пароль по таймауту, и должны быть изменены. Свойства', +'PROP_SAVED'=>'Properties saved', +'PUBLISHED_ERROR'=>'was not published.', +'PUBLISHED'=>'Published', +'SAVED'=>'спас', +'SEQUENCE_CHANGED'=>'Последовательность изменения содержимого', +'UNEXPECTED_CHARS'=>'The input data contains unexpected chars which were removed.', +'USER_ADDED'=>'Пользователь был добавлен', +'USER_ADDED_TO_GROUP'=>'The memberships of this group are updated, ${count} users were added.', +'USER_ALREADY_IN_DATABASE'=>'The user is already there, please select another username.', +'VALUE_SAVED'=>'спас', 'OPENID_NOT_ENABLED'=>'Login with openid is disabled', 'OPENID'=>'Open-ID', 'OPENID_USER'=>'Open-ID Username', @@ -1200,7 +1197,7 @@ function language() { return array( 'USER_PASSWORD_EXPIRES'=>'Password expires', 'USER_HOTP'=>'Counter-based 2-factor authentification', 'USER_TOTP'=>'Time-based 2-factor authentification', -'NOTICE_LOGIN_FAILED_TOKEN_FAILED'=>'Please supply a valid token', +'LOGIN_FAILED_TOKEN_FAILED'=>'Please supply a valid token', 'USER_TOKEN'=>'Token', 'ACCESSKEY_WINDOW_ACL'=>'G', 'ELEMENTS'=>'Elements', @@ -1254,8 +1251,8 @@ function language() { return array( 'MENU_TITLE_SEARCH_PROP'=>'Search for property', 'MENU_START'=>'Start', 'MENU_START_DESC'=>'Start', -'NOTICE_MOTD'=>'Message: ${motd}', -'NOTICE_DEVELOPMENT_MODE'=>'The development mode is enabled', +'MOTD'=>'Message: ${motd}', +'DEVELOPMENT_MODE'=>'The development mode is enabled', 'METHOD_EDIT'=>'Content', 'METHOD_INFO'=>'Information', 'METHOD_PREVIEW'=>'Preview', @@ -1274,7 +1271,6 @@ function language() { return array( 'SEARCH_FILTER'=>'Filter', 'QRCODE_SHOW'=>'Show QR-Code', 'LABEL'=>'Label', -'PUBLISHED'=>'Published', 'SECURITY'=>'Security', 'USER_LAST_LOGIN'=>'Last Logon', 'TOKEN'=>'Token', diff --git a/modules/language/language.yml b/modules/language/language.yml @@ -4725,58 +4725,58 @@ MODE_SHOW_DESC: MODE_SHOW: de: Nur Lesen en: Readonly -NOTICE_ADDED: +ADDED: de: wurde hinzugefügt. en: was added es: a été ajouté fr: a été ajouté it: non poteva ru: Снять был добавлен -NOTICE_ADMIN_NEEDS_NO_RIGHTS: +ADMIN_NEEDS_NO_RIGHTS: de: Administratoren haben automatisch Rechte auf alle Objekte. Die gesetzten Rechte werden daher ignoriert. en: Admins have rights to all objects. Because of this, these rights are ignored. -NOTICE_ADMIN_NO_PROJECTS_AVAILABLE: +ADMIN_NO_PROJECTS_AVAILABLE: de: Es ist kein Projekt verfügbar. Bitte legen Sie in der Administrationsoberfläche eines an. en: There is no project available, please add a project in the administration-modus. -NOTICE_CANCELED: +CANCELED: de: Vorgang wurde abgebrochen. en: Operation was canceled -NOTICE_CANNOT_COPY_FOLDER: +CANNOT_COPY_FOLDER: de: Ordner können nicht kopiert werden (nicht implementiert). en: Unable to copy directory (not implemented) es: "Incapable de copier l'annuaire (non mis en application)" fr: "Incapable de copier l'annuaire (non mis en application)" it: "aggiunto copiare l'indice (non effettuato)" ru: Невозможно скопировать каталог (не реализована) -NOTICE_CODE_DISABLED: +CODE_DISABLED: de: Der dynamische Programmcode wird in der aktuellen Umgebung aus Sicherheitsgründen nicht ausgeführt. en: The dynamic code will not be executed in the actual environment. -NOTICE_CODE_NOT_MATCH: +CODE_NOT_MATCH: de: Der Bestätigungs-Code ist ungültig. en: Confirmation code is not valid. -NOTICE_COMMON_VALIDATION_EROR: +COMMON_VALIDATION_EROR: de: Bitte korrigieren Sie Ihre Eingabefehler. en: Please correct your input data -NOTICE_COMMON_VALIDATION_ERROR: +COMMON_VALIDATION_ERROR: de: Bitte korrigieren Sie Ihre Eingabefehler. en: Please correct your input data. -NOTICE_CONCURRENT_VALUE_CHANGE_NOT_SAVED: +CONCURRENT_VALUE_CHANGE_NOT_SAVED: de: 'Während Ihrer Bearbeitung ist der Inhalt von einem anderen Benutzer um ${last_change_time} geändert worden. Ihre Änderung wird nicht gespeichert.' en: 'While your edit session another user has changed this content at ${last_change_time}. Your changes where not saved.' -NOTICE_CONCURRENT_VALUE_CHANGE: +CONCURRENT_VALUE_CHANGE: de: 'Während Ihrer Bearbeitung ist dieser Inhalt von einem anderen Benutzer um ${last_change_time} geändert worden. Ihre Änderungen wurden gespeichert, prüfen Sie jedoch über das Archiv, ob gemachte Änderungen von Ihnen übernommen werden müssen.' en: 'While your edit session another user has changed this content at ${last_change_time}. Your changes where saved, but you should check the archive if the overwritten content should be merged.' -NOTICE_COPIED: +COPIED: de: wurde kopiert. en: was copied es: fue copiada fr: a été copié it: è stata copiata ru: копирования -NOTICE_DUPLICATE_INPUT: +DUPLICATE_INPUT: de: Ihre Eingabe muss eindeutig sein. en: Duplicate Input detected. -NOTICE_DATABASE_CONNECTION_ERROR: +DATABASE_CONNECTION_ERROR: de: Es konnte keine Verbindung zur Datenbank hergestellt werden. en: The connection to the database could not be established. ERROR_DATABASE_CONNECTION: @@ -4785,187 +4785,187 @@ ERROR_DATABASE_CONNECTION: ERROR_DATABASE: en: The database query could not executed. de: Es gab einen Fehler bei der Durchführung einer Datenbankanfrage. -NOTICE_DELETED: +DELETED: de: wurde gelöscht. en: was deleted es: fue suprimida fr: a été supprimé it: è stata cancellata ru: удалена -NOTICE_DONE: +DONE: de: Der Vorgang wurde ausgeführt. en: Finished successful -NOTICE_ERROR: +ERROR: de: Bei der Aktion trat ein Fehler auf. en: An error occured es: un error fr: "Une erreur s'est produite" it: un errore ha accaduto ru: Произошла ошибка -NOTICE_GROUPS_MAY_CONFLICT_WITH_LDAP: +GROUPS_MAY_CONFLICT_WITH_LDAP: de: 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. en: The user-group-relations my conflict with the directory service. Memberships were synchronized at login time. -NOTICE_IMAGE_RESIZED: +IMAGE_RESIZED: de: Das Bild wurde geändert. en: The image was changed es: la imagen era fr: "L'image a été changée" it: "l'immagine era" ru: Изображение было изменено -NOTICE_IMAGE_RESIZING_NOT_AVAILABLE: +IMAGE_RESIZING_NOT_AVAILABLE: de: Das Verändern der Bildgröße ist momentan nicht möglich. Bitte stellen Sie sicher, dass die GD-Bibliothek installiert ist. en: Image resizing is not available at the moment, please ensure, that the GD library is installed. -NOTICE_IMAGE_RESIZING_UNKNOWN_TYPE: +IMAGE_RESIZING_UNKNOWN_TYPE: de: Das Verändern dieses Bildtyps ist leider nicht möglich. en: This image type is not supported. cn: cǐ túpiàn lèixíng bù zhīchí. -NOTICE_IMPORTED: +IMPORTED: de: Datei wurde importiert. en: File was imported es: "archivo cambiante era ist ligado del \" del <em> del \" del username de la conexión failed.<br/><br/>The del importet" fr: "Le dossier était l'importet" it: "lima cambiata era ist collegato del \" del <em> del \" del username di inizio attività failed.<br/><br/>The del importet" ru: Файл был importet -NOTICE_INPUT_NEW_IMAGE_SIZE: +INPUT_NEW_IMAGE_SIZE: de: Bitte geben Sie die neue Bildgröße an, entweder Größenfaktor oder Breite oder Höhe. en: Please enter the new image size, either a size factor or widht and height. -NOTICE_LINKED: +LINKED: de: Verknüpfung angelegt. en: linked fr: lié -NOTICE_LOGIN_FAILED: +LOGIN_FAILED: de: "Anmeldung nicht möglich. Der Benutzername \"${name}\" ist nicht vorhanden oder das eingegebene Kennwort ist falsch." en: "Login failed. The username \"${name}\" does not exist or the password is wrong." es: '</em> ${conocido} no presente o la contraseña es incorrecta.' fr: "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é." it: "</em> ${nome} non assente o la parola d'accesso è errata." ru: "связаны Войти провалилась. <br> <br> В\"имя пользователя название <em> () </em>\"агрессивным отсутствует или неверный пароль." -NOTICE_LOGIN_FAILED_MUSTCHANGEPASSWORD: +LOGIN_FAILED_MUSTCHANGEPASSWORD: de: Die Anmeldung ist nicht möglich, da Ihr Kennwort abgelaufen ist. Bitte geben Sie nochmals Ihre Anmeldedaten zusammen mit einem neuen Kennwort ein. en: The Login was denied, because your password has timed out. Please try to login again, but now together with an new password. es: 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. fr: "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." it: "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." ru: В Логин было отказано, б Ввиду пароль по таймауту. Попробуйте авторизоваться еще раз, б Хизб Теперь вместе с новым паролем. -NOTICE_LOGIN_OK: +LOGIN_OK: de: 'Hallo ${name}, Sie sind jetzt angemeldet.' en: 'Hello ${name}, you are signed in.' -NOTICE_LOGOUT_OK: +LOGOUT_OK: de: 'Sie sind jetzt abgemeldet.' en: 'You are signed out.' -NOTICE_LOGIN_OPENID_FAILED: +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.' -NOTICE_MAIL_NOT_SENT: +MAIL_NOT_SENT: de: Die E-Mail konnte nicht gesendet werden. en: The mail could not be sent. -NOTICE_MAIL_SENT: +MAIL_SENT: de: Die E-Mail wurde gesendet. en: The email was sent. es: El email fue enviado. fr: "L'email a été envoyé." it: Il email è stato trasmesso. ru: Это сообщение было отправлено. -NOTICE_MAX_FILE_SIZE_EXCEEDED: +MAX_FILE_SIZE_EXCEEDED: de: Die maximal erlaubte Dateigröße wurde überschritten. en: The maximum filesize is exceeded -NOTICE_MOVED: +MOVED: de: wurde verschoben. en: was moved es: fue movido fr: a été déplacé it: è stato spostato ru: Был переведен -NOTICE_MUCH_TIME: +MUCH_TIME: de: Dieser Vorgang kann längere Zeit dauern. Bitte brechen Sie das Laden der Seite nicht ab. en: This action may take some time. Do not cancel loading of this page. -NOTICE_NO_DATABASE_CONFIGURATION: +NO_DATABASE_CONFIGURATION: de: Es ist keine Datenbankverbindung konfiguriert en: No configured database connection -NOTICE_NO_PROJECTS_AVAILABLE: +NO_PROJECTS_AVAILABLE: de: Es ist kein Projekt verfügbar, für das Sie berechtigt sind. en: There is no project available. -NOTICE_NO_TEMPLATES_AVAILABLE: +NO_TEMPLATES_AVAILABLE: de: Es sind keine Seitenvorlagen verfügbar. Sie können erst Seiten anlegen, wenn es mindestens 1 Seitenvorlage gibt en: There are no templates. You are able to create a page, if there is at least 1 template. -NOTICE_NOTHING_DONE: +NOTHING_DONE: de: Die Aktion konnte nicht ausgeführt werden. en: The operation could not be done. -NOTICE_NOT_SAVED: +NOT_SAVED: de: wurde nicht gespeichert. en: not saved es: fue ahorrado fr: a été économisé it: è stato risparmiato ru: спас -NOTICE_PAGE_WITH_TEMPLATE_EXIST: +PAGE_WITH_TEMPLATE_EXIST: de: Es gibt mindestens 1 Seite, die auf dieser Vorlage basiert. Solange solche Seiten existieren, kann die Vorlage nicht gelöscht werden. en: There is already at least 1 page with this template, so this template cannot be removed. -NOTICE_PASSWORDCODE_NOT_MATCH: +PASSWORDCODE_NOT_MATCH: de: Der eingegebene Kennwort-Code ist ungültig. en: The password code is not valid. -NOTICE_PASSWORD_MINLENGTH: +PASSWORD_MINLENGTH: de: 'Das Kennwort ist zu kurz, es muss mindestens ${minlength} Zeichen lang sein.' en: 'the password is too short. The password must have at least ${minlength} chars.' -NOTICE_PASSWORDS_DO_NOT_MATCH: +PASSWORDS_DO_NOT_MATCH: de: Die Kennwörter stimmen nicht überein. en: The passwords do not match. -NOTICE_PASSWORD_TIMEOUT: +PASSWORD_TIMEOUT: de: Ihr Kennwort ist abgelaufen und muss geändert werden. en: Your password has timed out and must be changed. es: tu contraseña ha medido el tiempo hacia fuera y debe ser cambiado. ¡ fr: Votre mot de passe a chronométré dehors et doit être changé. it: "la vostra parola d'accesso ha cronometrato fuori e deve essere cambiato." ru: Ваш пароль по таймауту, и должны быть изменены. Свойства -NOTICE_PROP_SAVED: +PROP_SAVED: de: Eigenschaften wurden gespeichert. en: Properties saved es: Las características ahorradas fr: Propriétés sauvées it: Le proprietà conservate -NOTICE_PUBLISHED_ERROR: +PUBLISHED_ERROR: de: Wurde nicht veröffentlicht. en: was not published. -NOTICE_PUBLISHED: +PUBLISHED: de: Wurde veröffentlicht. en: was published es: fueron publicadas fr: a été édité it: sono state pubblicate ru: спасти было опубликовано -NOTICE_SAVED: +SAVED: de: Wurde gespeichert. en: was saved es: fueron ahorradas fr: a été économisé it: sono state risparmiate ru: спас -NOTICE_SEQUENCE_CHANGED: +SEQUENCE_CHANGED: de: Die Reihenfolge wurde geändert. en: The sequence was changed es: la secuencia eran fr: "L'ordre a été changé" it: la sequenza erano ru: Последовательность изменения содержимого -NOTICE_UNEXPECTED_CHARS: +UNEXPECTED_CHARS: de: Ihre Eingabe enthielt ungültige Zeichen, diese wurden entfernt. en: The input data contains unexpected chars which were removed. cn: shūrù shùjù bāohán yìwài de zìfú ér bèi chāichú. -NOTICE_USER_ADDED: +USER_ADDED: de: Der Benutzer wurde hinzugefügt. en: The user was added es: El usuario era fr: "L'utilisateur a été ajouté" it: "L'utente era" ru: Пользователь был добавлен -NOTICE_USER_ADDED_TO_GROUP: +USER_ADDED_TO_GROUP: de: 'Die Mitgliedschaften in der Gruppe wurden aktualisiert, ${count} Benutzer hinzugefügt.' en: 'The memberships of this group are updated, ${count} users were added.' -NOTICE_USER_ALREADY_IN_DATABASE: +USER_ALREADY_IN_DATABASE: de: Der Benutzer ist bereits vorhanden. Bitte wählen Sie einen anderen Benutzernamen. en: The user is already there, please select another username. -NOTICE_VALUE_SAVED: +VALUE_SAVED: de: Inhalt wurde gespeichert. en: Content was saved es: contenido cambiante fueron ahorradas @@ -5832,7 +5832,7 @@ USER_HOTP: USER_TOTP: de: Zeitbasieres Token als Zweifaktorauthentifizierung en: Time-based 2-factor authentification -NOTICE_LOGIN_FAILED_TOKEN_FAILED: +LOGIN_FAILED_TOKEN_FAILED: en: Please supply a valid token de: Bitte geben Sie ein gültiges Token ein USER_TOKEN: @@ -6091,10 +6091,10 @@ MENU_START: en: Start MENU_START_DESC: en: Start -NOTICE_MOTD: +MOTD: en: "Message: ${motd}" de: "Systemnachricht: ${motd}" -NOTICE_DEVELOPMENT_MODE: +DEVELOPMENT_MODE: en: The development mode is enabled de: Der Entwicklungsmodus ist aktiviert METHOD_EDIT: