mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-11 17:44:56 +00:00
- many new phrases for new features
This commit is contained in:
parent
36b270ec88
commit
4c75f38190
|
@ -3,6 +3,7 @@
|
|||
// Copyright (C) 2002-2005 Markus Westphal
|
||||
// Copyright (C) 2006-2008 Malcolm Cowe
|
||||
// Copyright (C) 2010 Matteo Lucarelli
|
||||
// Copyright (C) 2012 Uwe Steinmann
|
||||
//
|
||||
// This program is free software; you can redistribute it and/or modify
|
||||
// it under the terms of the GNU General Public License as published by
|
||||
|
@ -28,6 +29,7 @@ $text["access_mode_none"] = "No access";
|
|||
$text["access_mode_read"] = "Read permissions";
|
||||
$text["access_mode_readwrite"] = "Read-Write permissions";
|
||||
$text["access_permission_changed_email"] = "Permission changed";
|
||||
$text["according_settings"] = "according settings";
|
||||
$text["actions"] = "Actions";
|
||||
$text["add"] = "Add";
|
||||
$text["add_doc_reviewer_approver_warning"] = "N.B. Documents are automatically marked as released if no reviewer or approver is assigned.";
|
||||
|
@ -118,6 +120,7 @@ $text["continue"] = "Continue";
|
|||
$text["create_fulltext_index"] = "Create fulltext index";
|
||||
$text["create_fulltext_index_warning"] = "You are to recreate the fulltext index. This can take a considerable amount of time and reduce your overall system performance. If you really want to recreate the index, please confirm your operation.";
|
||||
$text["creation_date"] = "Created";
|
||||
$text["current_password"] = "Current Password";
|
||||
$text["current_version"] = "Current version";
|
||||
$text["daily"] = "Daily";
|
||||
$text["databasesearch"] = "Database search";
|
||||
|
@ -244,6 +247,7 @@ $text["invalid_target_doc_id"] = "Invalid Target Document ID";
|
|||
$text["invalid_target_folder"] = "Invalid Target Folder ID";
|
||||
$text["invalid_user_id"] = "Invalid User ID";
|
||||
$text["invalid_version"] = "Invalid Document Version";
|
||||
$text["is_disabled"] = "Disable account";
|
||||
$text["is_hidden"] = "Hide from users list";
|
||||
$text["january"] = "January";
|
||||
$text["js_no_approval_group"] = "Please select a approval group";
|
||||
|
@ -277,6 +281,8 @@ $text["lock_document"] = "Lock";
|
|||
$text["lock_message"] = "This document is locked by <a href=\"mailto:[email]\">[username]</a>. Only authorized users can unlock this document.";
|
||||
$text["lock_status"] = "Status";
|
||||
$text["login"] = "Login";
|
||||
$text["login_disabled_text"] = "Your account is disabled, probably because of too many failed logins.";
|
||||
$text["login_disabled_title"] = "Account is disabled";
|
||||
$text["login_error_text"] = "Error signing in. User ID or password incorrect.";
|
||||
$text["login_error_title"] = "Sign in error";
|
||||
$text["login_not_given"] = "No username has been supplied";
|
||||
|
@ -324,6 +330,7 @@ $text["notify_deleted_email"] = "You've been removed from notify list";
|
|||
$text["no_update_cause_locked"] = "You can therefore not update this document. Please contanct the locking user.";
|
||||
$text["no_user_image"] = "No image found";
|
||||
$text["november"] = "November";
|
||||
$text["now"] = "now";
|
||||
$text["objectcheck"] = "Folder/Document check";
|
||||
$text["obsolete"] = "Obsolete";
|
||||
$text["october"] = "October";
|
||||
|
@ -332,13 +339,18 @@ $text["only_jpg_user_images"] = "Only .jpg-images may be used as user-images";
|
|||
$text["owner"] = "Owner";
|
||||
$text["ownership_changed_email"] = "Owner changed";
|
||||
$text["password"] = "Password";
|
||||
$text["password_already_used"] = "Password already used";
|
||||
$text["password_repeat"] = "Repeat password";
|
||||
$text["password_expiration"] = "Password expiration";
|
||||
$text["password_expiration_text"] = "Your password has expired. Please choose a new one before you can proceed using LetoDMS.";
|
||||
$text["password_forgotten"] = "Password forgotten";
|
||||
$text["password_forgotten_email_subject"] = "Password forgotten";
|
||||
$text["password_forgotten_email_body"] = "Dear user of LetoDMS,\n\nwe have received a request to change your password.\n\nThis can be done by clicking on the following link:\n\n###URL_PREFIX###out/out.ChangePassword.php?hash=###HASH###\n\nIf you have still problems to login, then please contact your administrator.";
|
||||
$text["password_forgotten_send_hash"] = "Instructions on how to proceed has been send to the user's email address";
|
||||
$text["password_forgotten_text"] = "Fill out the form below and follow the instructions in the email, which will be send to you.";
|
||||
$text["password_forgotten_title"] = "Password send";
|
||||
$text["password_strength_insuffient"] = "Insuffient password strength";
|
||||
$text["password_wrong"] = "Wrong password";
|
||||
$text["personal_default_keywords"] = "Personal keywordlists";
|
||||
$text["previous_versions"] = "Previous Versions";
|
||||
$text["refresh"] = "Refresh";
|
||||
|
@ -379,7 +391,7 @@ $text["search_mode_and"] = "all words";
|
|||
$text["search_mode_or"] = "at least one word";
|
||||
$text["search_no_results"] = "There are no documents that match your search";
|
||||
$text["search_query"] = "Search for";
|
||||
$text["search_report"] = "Found [doccount] documents and [foldercount] folders";
|
||||
$text["search_report"] = "Found [doccount] documents and [foldercount] folders in [searchtime] sec.";
|
||||
$text["search_report_fulltext"] = "Found [doccount] documents";
|
||||
$text["search_results_access_filtered"] = "Search results may contain content to which access has been denied.";
|
||||
$text["search_results"] = "Search results";
|
||||
|
@ -393,12 +405,19 @@ $text["seq_end"] = "At the end";
|
|||
$text["seq_keep"] = "Keep Position";
|
||||
$text["seq_start"] = "First position";
|
||||
$text["sequence"] = "Sequence";
|
||||
$text["set_expiry"] = "Set Expiry";
|
||||
$text["set_expiry"] = "Set Expiration";
|
||||
$text["set_owner_error"] = "Error setting owner";
|
||||
$text["set_owner"] = "Set Owner";
|
||||
$text["set_password"] = "Set Password";
|
||||
$text["settings_install_welcome_title"] = "Welcome to the installation of letoDMS";
|
||||
$text["settings_install_welcome_text"] = "<p>Before you start to install letoDMS make sure you have created a file 'ENABLE_INSTALL_TOOL' in your configuration directory, otherwise the installation will not work. On Unix-System this can easily be done with 'touch conf/ENABLE_INSTALL_TOOL'. After you have finished the installation delete the file.</p><p>letoDMS has very minimal requirements. You will need a mysql database and a php enabled web server. For the lucene full text search, you will also need the Zend framework installed on disk where it can be found by php. Starting with version 3.2.0 of letoDMS ADOdb will not be part of the distribution anymore. Get a copy of it from <a href=\"http://adodb.sourceforge.net/\">http://adodb.sourceforge.net</a> and install it. The path to it can later be set during installation.</p><p>If you like to create the database before you start installation, then just create it manually with your favorite tool, optionally create a database user with access on the database and import one of the database dumps in the configuration directory. The installation script can do that for you as well, but it will need database access with sufficient rights to create databases.</p>";
|
||||
$text["settings_start_install"] = "Start installation";
|
||||
$text["settings_sortUsersInList"] = "Sort users in list";
|
||||
$text["settings_sortUsersInList_desc"] = "Sets if users in selection menus are ordered by login or by its full name";
|
||||
$text["settings_sortUsersInList_val_login"] = "Sort by login";
|
||||
$text["settings_sortUsersInList_val_fullname"] = "Sort by full name";
|
||||
$text["settings_stopWordsFile"] = "Path to stop words file";
|
||||
$text["settings_stopWordsFile_desc"] = "If fulltext search is enabled, this file will contain stop words not being indexed";
|
||||
$text["settings_activate_module"] = "Activate module";
|
||||
$text["settings_activate_php_extension"] = "Activate PHP extension";
|
||||
$text["settings_adminIP"] = "Admin IP";
|
||||
|
@ -417,6 +436,8 @@ $text["settings_contentOffsetDir"] = "Content Offset Directory";
|
|||
$text["settings_contentOffsetDir_desc"] = "To work around limitations in the underlying file system, a new directory structure has been devised that exists within the content directory (Content Directory). This requires a base directory from which to begin. Usually leave this to the default setting, 1048576, but can be any number or string that does not already exist within (Content Directory)";
|
||||
$text["settings_coreDir"] = "Core letoDMS directory";
|
||||
$text["settings_coreDir_desc"] = "Path to LetoDMS_Core (optional)";
|
||||
$text["settings_loginFailure_desc"] = "Disable account after n login failures.";
|
||||
$text["settings_loginFailure"] = "Login failure";
|
||||
$text["settings_luceneClassDir"] = "Lucene LetoDMS directory";
|
||||
$text["settings_luceneClassDir_desc"] = "Path to LetoDMS_Lucene (optional)";
|
||||
$text["settings_luceneDir"] = "Lucene index directory";
|
||||
|
@ -502,6 +523,16 @@ $text["settings_notfound"] = "Not found";
|
|||
$text["settings_notwritable"] = "The configuration cannot be saved because the configuration file is not writable.";
|
||||
$text["settings_partitionSize"] = "Partial filesize";
|
||||
$text["settings_partitionSize_desc"] = "Size of partial files in bytes, uploaded by jumploader. Do not set a value larger than the maximum upload size set by the server.";
|
||||
$text["settings_passwordExpiration"] = "Password expiration";
|
||||
$text["settings_passwordExpiration_desc"] = "The number of days after which a password expireѕ and must be reset. 0 turns password expiration off.";
|
||||
$text["settings_passwordHistory"] = "Password history";
|
||||
$text["settings_passwordHistory_desc"] = "The number of passwords a user must have been used before a password can be reused. 0 turns the password history off.";
|
||||
$text["settings_passwordStrength"] = "Min. password strength";
|
||||
$text["settings_passwordЅtrength_desc"] = "The minimum password strength is an integer value from 0 to 100. Setting it to 0 will turn off checking for the minimum password strength.";
|
||||
$text["settings_passwordStrengthAlgorithm"] = "Algorithm for password strength";
|
||||
$text["settings_passwordStrengthAlgorithm_desc"] = "The algorithm used for calculating the password strength. The 'simple' algorithm just checks for at least eight chars total, a lower case letter, an upper case letter, a number and a special char. If those conditions are met the returned score is 100 otherwise 0.";
|
||||
$text["settings_passwordStrengthAlgorithm_valsimple"] = "simple";
|
||||
$text["settings_passwordStrengthAlgorithm_valadvanced"] = "advanced";
|
||||
$text["settings_perms"] = "Permissions";
|
||||
$text["settings_pear_log"] = "Pear package : Log";
|
||||
$text["settings_pear_webdav"] = "Pear package : HTTP_WebDAV_Server";
|
||||
|
@ -568,6 +599,7 @@ $text["submit_login"] = "Sign in";
|
|||
$text["submit_password"] = "Set new password";
|
||||
$text["submit_password_forgotten"] = "Start process";
|
||||
$text["submit_review"] = "Submit review";
|
||||
$text["submit_userinfo"] = "Submit info";
|
||||
$text["sunday"] = "Sunday";
|
||||
$text["theme"] = "Theme";
|
||||
$text["thursday"] = "Thursday";
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
// MyDMS. Document Management System
|
||||
// Copyright (C) 2002-2005 Markus Westphal
|
||||
// Copyright (C) 2006-2008 Malcolm Cowe
|
||||
// Copyright (C) 2010 Uwe Steinmann
|
||||
// Copyright (C) 2012 Uwe Steinmann
|
||||
//
|
||||
// This program is free software; you can redistribute it and/or modify
|
||||
// it under the terms of the GNU General Public License as published by
|
||||
|
@ -28,6 +28,7 @@ $text["access_mode_none"] = "Kein Zugriff";
|
|||
$text["access_mode_read"] = "Lesen";
|
||||
$text["access_mode_readwrite"] = "Lesen+Schreiben";
|
||||
$text["access_permission_changed_email"] = "Zugriffsrechte geändert";
|
||||
$text["according_settings"] = "Gemäß Einstellungen";
|
||||
$text["actions"] = "Aktivitäten";
|
||||
$text["add"] = "Anlegen";
|
||||
$text["add_doc_reviewer_approver_warning"] = "Anmerkung: Dokumente werden automatisch geprüft und freigegeben markiert, wenn kein Prüfer oder keine Freigabe zugewiesen wird.";
|
||||
|
@ -82,10 +83,14 @@ $text["cannot_retrieve_approval_snapshot"] = "Nicht imstande, für diese Dokumen
|
|||
$text["cannot_retrieve_review_snapshot"] = "Nicht imstande, Berichtstatus Snapshot für diese Dokumentversion zurückzuholen";
|
||||
$text["cannot_rm_root"] = "Störung: Löschen des Hauptordners nicht möglich";
|
||||
$text["category"] = "Kategorie";
|
||||
$text["category_exists"] = "Kategorie existiert bereits.";
|
||||
$text["category_filter"] = "Nur Kategorien";
|
||||
$text["category_in_use"] = "This Kategorie wird zur Zeit von Dokumenten verwendet.";
|
||||
$text["category_noname"] = "Kein Kategoriename eingetragen.";
|
||||
$text["categories"] = "Kategorien";
|
||||
$text["change_assignments"] = "Zuweisungen ändern";
|
||||
$text["change_password"] = "Password ändern";
|
||||
$text["change_password_message"] = "Ihr Passwort wurde geändert.";
|
||||
$text["change_status"] = "Status ändern";
|
||||
$text["choose_category"] = "--Bitte wählen--";
|
||||
$text["choose_group"] = "--Gruppe wählen--";
|
||||
|
@ -114,6 +119,7 @@ $text["continue"] = "fortführen";
|
|||
$text["create_fulltext_index"] = "Erzeuge Volltextindex";
|
||||
$text["create_fulltext_index_warning"] = "Sie möchten den Volltextindex neu erzeugen. Dies kann beträchtlich Zeit in Anspruch nehmen und Gesamtleistung Ihres System beeinträchtigen. Bestätigen Sie bitte diese Operation.";
|
||||
$text["creation_date"] = "Erstellt am";
|
||||
$text["current_password"] = "Aktuelles Passwort";
|
||||
$text["current_version"] = "Aktuelle Version";
|
||||
$text["daily"] = "täglich";
|
||||
$text["databasesearch"] = "Datenbanksuche";
|
||||
|
@ -121,11 +127,10 @@ $text["december"] = "Dezember";
|
|||
$text["default_access"] = "Standardberechtigung";
|
||||
$text["default_keywords"] = "Verfügbare Schlüsselworte";
|
||||
$text["delete"] = "Löschen";
|
||||
$text["default_keywords"] = "Verfügbare Schlüsselworte";
|
||||
$text["delete"] = "Löschen";
|
||||
$text["details"] = "Details";
|
||||
$text["details_version"] = "Details für Version:[version]";
|
||||
$text["disclaimer"] = "Dies ist ein geschützter Bereich. Nur authorisiertes Personal hat Zugriff. Jegliche Verstösse werden nach geltendem Recht (Englisch und International) verfolgt.";
|
||||
$text["do_object_repair"] = "Repariere alle Ordner und Dokumente.";
|
||||
$text["document_already_locked"] = "Dieses Dokument ist bereits gesperrt";
|
||||
$text["document_deleted"] = "Dokument gelöscht";
|
||||
$text["document_deleted_email"] = "Dokument gelöscht";
|
||||
|
@ -147,7 +152,6 @@ $text["document_title"] = "Dokument '[documentname]'";
|
|||
$text["document_updated_email"] = "Dokument aktualisiert";
|
||||
$text["does_not_expire"] = "Keine Gültigkeit";
|
||||
$text["does_not_inherit_access_msg"] = "<a class=\"inheritAccess\" href=\"[inheriturl]\">Berechtigungen wieder erben</a>";
|
||||
$text["does_not_inherit_access_msg"] = "<a class=\"inheritAccess\" href=\"[inheriturl]\">Zugriff erben</a>";
|
||||
$text["download"] = "Download";
|
||||
$text["draft_pending_approval"] = "Entwurf - bevorstehende Freigabe";
|
||||
$text["draft_pending_review"] = "Entwurf - bevorstehende Prüfung";
|
||||
|
@ -220,6 +224,7 @@ $text["hourly"] = "stündlich";
|
|||
$text["human_readable"] = "Menschenlesbares Archiv";
|
||||
$text["include_documents"] = "Dokumente miteinbeziehen";
|
||||
$text["include_subdirectories"] = "Unterverzeichnisse miteinbeziehen";
|
||||
$text["index_converters"] = "Index Dokumentenumwandlung";
|
||||
$text["individuals"] = "Einzelpersonen";
|
||||
$text["inherits_access_msg"] = "Zur Zeit werden die Rechte geerbt<p><a class=\"inheritAccess\" href=\"[copyurl]\">Berechtigungen kopieren</a><br><a class=\"inheritAccess\" href=\"[emptyurl]\">Leere Zugriffsliste</a>";
|
||||
$text["internal_error_exit"] = "Interner Fehler: nicht imstande, Antrag durchzuführen. Herausnehmen. verlassen.";
|
||||
|
@ -241,6 +246,7 @@ $text["invalid_target_doc_id"] = "Unzulässige Ziel-Dokument Identifikation";
|
|||
$text["invalid_target_folder"] = "Unzulässige Ziel-Ordner Identifikation";
|
||||
$text["invalid_user_id"] = "Unzulässige Benutzernummer";
|
||||
$text["invalid_version"] = "Unzulässige Dokumenten-Version";
|
||||
$text["is_disabled"] = "Anmeldung sperren";
|
||||
$text["is_hidden"] = "In der Benutzerliste verbergen";
|
||||
$text["january"] = "Januar";
|
||||
$text["js_no_approval_group"] = "Wählen Sie bitte eine Freigabe-Gruppe aus";
|
||||
|
@ -271,10 +277,11 @@ $text["linked_files"] = "Anhänge";
|
|||
$text["local_file"] = "Lokale Datei";
|
||||
$text["locked_by"] = "Gesperrt von";
|
||||
$text["lock_document"] = "Sperren";
|
||||
$text["lock_message"] = "Diese Datei wurde von Benutzer <a href=\"mailto:[email]\">[username]</a> gesperrt.<br>Die Sperrung kann von authorisierten Benutzern hier aufgehoben werden (siehe Ende der Seite).";
|
||||
$text["lock_message"] = "Dieses Dokument ist durch <a href=\"mailto:[email]\">[username]</a> gesperrt. Nur authorisierte Benutzer können diese Sperrung aufheben.";
|
||||
$text["lock_status"] = "Status";
|
||||
$text["login"] = "Login";
|
||||
$text["login_disabled_text"] = "Ihr Konto ist gesperrt. Der Grund sind möglicherweise zu viele gescheiterte Anmeldeversuche.";
|
||||
$text["login_disabled_title"] = "Konto gesperrt";
|
||||
$text["login_error_text"] = "Fehler bei der Anmeldung. Benutzernummer oder Passwort falsch.";
|
||||
$text["login_error_title"] = "Fehler bei der Anmeldung";
|
||||
$text["login_not_given"] = "Es wurde kein Benutzername eingegeben";
|
||||
|
@ -322,6 +329,7 @@ $text["notify_deleted_email"] = "Sie wurden von der Liste der Benachrichtigungen
|
|||
$text["no_update_cause_locked"] = "Sie können daher im Moment diese Datei nicht aktualisieren. Wenden Sie sich an den Benutzer, der die Sperrung eingerichtet hat";
|
||||
$text["no_user_image"] = "Kein Bild vorhanden";
|
||||
$text["november"] = "November";
|
||||
$text["now"] = "sofort";
|
||||
$text["objectcheck"] = "Ordner- und Dokumentenprüfung";
|
||||
$text["obsolete"] = "veraltet";
|
||||
$text["october"] = "Oktober";
|
||||
|
@ -330,11 +338,18 @@ $text["only_jpg_user_images"] = "Es sind nur JPG-Bilder erlaubt";
|
|||
$text["owner"] = "Besitzer";
|
||||
$text["ownership_changed_email"] = "Besitzer geändert";
|
||||
$text["password"] = "Passwort";
|
||||
$text["password_already_used"] = "Passwort schon einmal verwendet";
|
||||
$text["password_repeat"] = "Passwort wiederholen";
|
||||
$text["password_expiration"] = "Ablauf eines Passworts";
|
||||
$text["password_expiration_text"] = "Ihr Passwort ist abgelaufen. Bitte ändern sie es, um LetoDMS weiter benutzen zu können.";
|
||||
$text["password_forgotten"] = "Passwort vergessen";
|
||||
$text["password_forgotten_email_subject"] = "Passwort vergessen";
|
||||
$text["password_forgotten_email_body"] = "Sehr geehrter Anwender von LetoDMS,\n\nwir haben einen Anfrage zum Zurücksetzen Ihres Passworts erhalten und deshalb ein neues Passwort erzeugt.\n\nIhr neues Passwort lautet: ###PASSWORD###\n\nBitte ändern Sie es umgehend nachdem Sie sich erfolgreich angemeldet haben.\nSollen Sie danach immer noch Problem bei der Anmeldung haben, dann kontaktieren Sie bitte Ihren\nAdminstrator";
|
||||
$text["password_forgotten_send_password"] = "Ihr Passwort wurde an die E-Mail-Adresse des Benutzers gesendet.";
|
||||
$text["password_forgotten_title"] = "Passwort gesendet";
|
||||
$text["password_forgotten_title"] = "Passwort gesendet";
|
||||
$text["password_strength_insuffient"] = "Ungenügend starkes Passwort";
|
||||
$text["password_wrong"] = "Falsches Passwort";
|
||||
$text["personal_default_keywords"] = "Persönliche Stichwortlisten";
|
||||
$text["previous_versions"] = "Vorhergehende Versionen";
|
||||
$text["refresh"] = "Aktualisieren";
|
||||
|
@ -363,9 +378,6 @@ $text["rm_folder"] = "Ordner löschen";
|
|||
$text["rm_group"] = "Diese Gruppe löschen";
|
||||
$text["rm_user"] = "Diesen Benutzer löschen";
|
||||
$text["rm_version"] = "Version löschen";
|
||||
$text["rm_group"] = "Diese Gruppe löschen";
|
||||
$text["rm_user"] = "Diesen Benutzer löschen";
|
||||
$text["rm_version"] = "Version löschen";
|
||||
$text["role_admin"] = "Administrator";
|
||||
$text["role_guest"] = "Gast";
|
||||
$text["role_user"] = "Benutzer";
|
||||
|
@ -378,7 +390,7 @@ $text["search_mode_and"] = "alle Begriffe";
|
|||
$text["search_mode_or"] = "min. ein Begriff";
|
||||
$text["search_no_results"] = "Die Suche lieferte leider keine Treffer.";
|
||||
$text["search_query"] = "Suchbegriffe";
|
||||
$text["search_report"] = "Die Suche lieferte [doccount] Dokumente und [foldercount] Ordner";
|
||||
$text["search_report"] = "Die Suche lieferte [doccount] Dokumente und [foldercount] Ordner in [searchtime] Sek.";
|
||||
$text["search_report_fulltext"] = "Die Suche lieferte [doccount] Dokumente";
|
||||
$text["search_results_access_filtered"] = "Suchresultate können Inhalte enthalten, zu welchen der Zugang verweigert wurde.";
|
||||
$text["search_results"] = "Suchergebnis";
|
||||
|
@ -395,9 +407,16 @@ $text["sequence"] = "Reihenfolge";
|
|||
$text["set_expiry"] = "Gültigkeit festlegen";
|
||||
$text["set_owner_error"] = "Fehler beim Setzen des Besitzers";
|
||||
$text["set_owner"] = "Besitzer festlegen";
|
||||
$text["settings_activate_module"] = "Modul aktivieren";
|
||||
$text["settings_activate_php_extension"] = "PHP-Erweiterung aktivieren";
|
||||
$text["set_password"] = "Passwort setzen";
|
||||
$text["settings_install_welcome_title"] = "Willkommen zur Installation von LetoDMS";
|
||||
$text["settings_install_welcome_text"] = "<p>Before you start to install letoDMS make sure you have created a file 'ENABLE_INSTALL_TOOL' in your configuration directory, otherwise the installation will not work. On Unix-System this can easily be done with 'touch conf/ENABLE_INSTALL_TOOL'. After you have finished the installation delete the file.</p><p>letoDMS has very minimal requirements. You will need a mysql database and a php enabled web server. For the lucene full text search, you will also need the Zend framework installed on disk where it can be found by php. Starting with version 3.2.0 of letoDMS ADOdb will not be part of the distribution anymore. Get a copy of it from <a href=\"http://adodb.sourceforge.net/\">http://adodb.sourceforge.net</a> and install it. The path to it can later be set during installation.</p><p>If you like to create the database before you start installation, then just create it manually with your favorite tool, optionally create a database user with access on the database and import one of the database dumps in the configuration directory. The installation script can do that for you as well, but it will need database access with sufficient rights to create databases.</p>";
|
||||
$text["settings_start_install"] = "Installation starten";
|
||||
$text["settings_sortUsersInList"] = "Sortiere Benutzer in Listen";
|
||||
$text["settings_sortUsersInList_desc"] = "Stellt ein, ob die Benutzer in Listen nach Login oder Name sortiert werden sollen.";
|
||||
$text["settings_sortUsersInList_val_login"] = "Sortiere nach Login";
|
||||
$text["settings_sortUsersInList_val_fullname"] = "Sortiere nach Name";
|
||||
$text["settings_stopWordsFile"] = "Pfad zur Stop-Wort-Datei";
|
||||
$text["settings_stopWordsFile_desc"] = "Wenn die Volltextsuche aktiviert ist, dann beinhaltet diese Datei ein Liste mit Wörtern die nicht indiziert werden.";
|
||||
$text["settings_activate_module"] = "Modul aktivieren";
|
||||
$text["settings_activate_php_extension"] = "PHP-Erweiterung aktivieren";
|
||||
$text["settings_adminIP"] = "Admin IP";
|
||||
|
@ -416,6 +435,8 @@ $text["settings_contentOffsetDir"] = "Content Offset Directory";
|
|||
$text["settings_contentOffsetDir_desc"] = "Die Dokumente werden nicht direkt im Content-Verzeichnis, sondern in einem Unterverzeichnis angelegt. Der Name dieses Verzeichnis ist beliebig, wird aber historisch bedingt oft auf '1048576' gesetzt.";
|
||||
$text["settings_coreDir"] = "Core letoDMS Verzeichnis";
|
||||
$text["settings_coreDir_desc"] = "Pfad zum PEAR-Paket LetoDMS_Core (optional)";
|
||||
$text["settings_loginFailure_desc"] = "Account nach n Anmeldefehlversuchen sperren.";
|
||||
$text["settings_loginFailure"] = "Anmeldefehlversuche";
|
||||
$text["settings_luceneClassDir"] = "Lucene LetoDMS Verzeichnis";
|
||||
$text["settings_luceneClassDir_desc"] = "Pfad zum PEAR-Paket LetoDMS_Lucene (optional)";
|
||||
$text["settings_luceneDir"] = "Lucene Index-Verzeichnis";
|
||||
|
@ -436,6 +457,7 @@ $text["settings_dbPass_desc"] = "Das Passwort, um auf die Datenbank zugreifen zu
|
|||
$text["settings_dbPass"] = "Passwort";
|
||||
$text["settings_dbUser_desc"] = "Der Benutzername, um auf die Datenbank zugreifen zu können.";
|
||||
$text["settings_dbUser"] = "Benutzer";
|
||||
$text["settings_dbVersion"] = "Datenbankschema zu alt";
|
||||
$text["settings_delete_install_folder"] = "Um LetoDMS nutzen zu können, müssen Sie die Datei ENABLE_INSTALL_TOOL aus dem Konfigurationsverzeichnis löschen.";
|
||||
$text["settings_disable_install"] = "Lösche ENABLE_INSTALL_TOOL wenn möglich";
|
||||
$text["settings_disableSelfEdit_desc"] = "Anwählen, um das Ändern des eigenen Profiles zu erlauben.";
|
||||
|
@ -447,7 +469,6 @@ $text["settings_enableAdminRevApp"] = "Admin darf genehmigen/prüfen";
|
|||
$text["settings_enableCalendar_desc"] = "Kalender ein/ausschalten";
|
||||
$text["settings_enableCalendar"] = "Kalender einschalten";
|
||||
$text["settings_enableConverting_desc"] = "Ein/Auschalten der automatischen Konvertierung von Dokumenten";
|
||||
$text["settings_enableConverting"] = "Konvertierung einschalten";
|
||||
$text["settings_enableConverting"] = "Dokumentenkonvertierung einschalten";
|
||||
$text["settings_enableEmail_desc"] = "Automatische E-Mail-Benachrichtigung ein-/ausschalten";
|
||||
$text["settings_enableEmail"] = "E-mail aktivieren";
|
||||
|
@ -481,6 +502,9 @@ $text["settings_httpRoot_desc"] = "Der relative Pfad in der URL nach der Domain,
|
|||
$text["settings_httpRoot"] = "HTTP Wurzelverzeichnis";
|
||||
$text["settings_installADOdb"] = "Installieren Sie ADOdb";
|
||||
$text["settings_install_success"] = "Die Installation wurde erfolgreich beendet";
|
||||
$text["settings_install_pear_package_log"] = "Installiere Pear package 'Log'";
|
||||
$text["settings_install_pear_package_webdav"] = "Installiere Pear package 'HTTP_WebDAV_Server', if you intend to use the webdav interface";
|
||||
$text["settings_install_zendframework"] = "Installiere Zend Framework, wenn Sie die Volltextsuche einsetzen möchten.";
|
||||
$text["settings_language"] = "Voreingestellte Sprache";
|
||||
$text["settings_language_desc"] = "Voreingestellte Sprache (entspricht dem Unterverzeichnis im Verzeichnis 'languages')";
|
||||
$text["settings_logFileEnable_desc"] = "Anwählen, um alle Aktionen in einer Log-Datei im Datenverzeichnis zu speichern.";
|
||||
|
@ -493,14 +517,21 @@ $text["settings_maxDirID"] = "Max. Anzahl Unterverzeichnisse";
|
|||
$text["settings_maxExecutionTime_desc"] = "Maximale Zeit in Sekunden bis ein Skript beendet wird.";
|
||||
$text["settings_maxExecutionTime"] = "Max. Ausführungszeit (s)";
|
||||
$text["settings_more_settings"] = "Weitere Einstellungen. Login mit admin/admin";
|
||||
$text["settings_no_content_dir"] = "Content directory";
|
||||
$text["settings_notfound"] = "Nicht gefunden";
|
||||
$text["settings_notwritable"] = "Die Konfiguration kann nicht gespeichert werden, weil die Konfigurationsdatei nicht schreibbar ist.";
|
||||
$text["settings_partitionSize"] = "Partitionsgröße";
|
||||
$text["settings_partitionSize_desc"] = "Größe der partiellen Uploads in Bytes durch den Jumploader. Wählen Sie diesen Wert nicht größer als maximale Upload-Größe, die durch den Server vorgegeben ist.";
|
||||
$text["settings_notfound"] = "Nicht gefunden";
|
||||
$text["settings_notwritable"] = "The configuration cannot be saved because the configuration file is not writable.";
|
||||
$text["settings_partitionSize"] = "Partial filesize";
|
||||
$text["settings_partitionSize_desc"] = "Size of partial files in bytes, uploaded by jumploader. Do not set a value larger than the maximum upload size set by the server.";
|
||||
$text["settings_passwordExpiration"] = "Passwortverfall";
|
||||
$text["settings_passwordExpiration_desc"] = "Die Zahl der Tage nach der ein Passwort verällt und neu gesetzt werden muss. 0 schaltet den Passwortverfall aus.";
|
||||
$text["settings_passwordHistory"] = "Passwort-Historie";
|
||||
$text["settings_passwordHistory_desc"] = "Die Zahl der Passwörter, die ein Benutzer verwendet hat, bevor er ein altes Passwort wiederverwenden darf. 0 schaltet die Passwort-Historie aus.";
|
||||
$text["settings_passwordStrength"] = "Min. Passwortstärke";
|
||||
$text["settings_passwordЅtrength_desc"] = "Die minimale Passwortstärke ist ein ganzzahliger werden zwischen 0 und 100. Ein Wert von 0 schaltet die Überprüfung auf starke Passwörter aus.";
|
||||
$text["settings_passwordStrengthAlgorithm"] = "Algorithmus für Passwortstärke";
|
||||
$text["settings_passwordStrengthAlgorithm_desc"] = "Der Algorithmus zur Berechnung der Passwortstärke. Der 'einfache' Algorithmus überprüft lediglich auf mindestens einen Kleinbuchstaben, einen Großbuchstaben, eine Zahl, ein Sonderzeichen und eine Mindestlänge von 8.";
|
||||
$text["settings_passwordStrengthAlgorithm_valsimple"] = "einfach";
|
||||
$text["settings_passwordStrengthAlgorithm_valadvanced"] = "komplex";
|
||||
$text["settings_perms"] = "Berechtigungen";
|
||||
$text["settings_pear_log"] = "Pear package : Log";
|
||||
$text["settings_pear_webdav"] = "Pear package : HTTP_WebDAV_Server";
|
||||
|
@ -546,6 +577,7 @@ $text["settings_versioningFileName_desc"] = "Der Name der Datei mit Versionsinfo
|
|||
$text["settings_versioningFileName"] = "Versionsinfo-Datei";
|
||||
$text["settings_viewOnlineFileTypes_desc"] = "Dateien mit den angegebenen Endungen können Online angeschaut werden (benutzen Sie ausschließlich Kleinbuchstaben).";
|
||||
$text["settings_viewOnlineFileTypes"] = "Dateitypen für Online-Ansicht";
|
||||
$text["settings_zendframework"] = "Zend Framework";
|
||||
$text["signed_in_as"] = "Angemeldet als";
|
||||
$text["sign_in"] = "Anmelden";
|
||||
$text["sign_out"] = "Abmelden";
|
||||
|
@ -558,14 +590,15 @@ $text["status_not_reviewed"] = "nicht geprüft";
|
|||
$text["status_reviewed"] = "geprüft";
|
||||
$text["status_reviewer_rejected"] = "Entwurf abgelehnt";
|
||||
$text["status_reviewer_removed"] = "Prüfer wurde vom Prozess ausgeschlossen";
|
||||
$text["status_reviewer_removed"] = "Reviewer removed from process";
|
||||
$text["status"] = "Status";
|
||||
$text["status_unknown"] = "unbekannt";
|
||||
$text["storage_size"] = "Speicherverbrauch";
|
||||
$text["submit_approval"] = "Freigabe hinzufügen";
|
||||
$text["submit_login"] = "Anmelden";
|
||||
$text["submit_password"] = "Setze neues Passwort";
|
||||
$text["submit_password_forgotten"] = "Neues Passwort setzen und per E-Mail schicken";
|
||||
$text["submit_review"] = "Überprüfung hinzufügen";
|
||||
$text["submit_userinfo"] = "Daten setzen";
|
||||
$text["sunday"] = "Sonntag";
|
||||
$text["theme"] = "Aussehen";
|
||||
$text["thursday"] = "Donnerstag";
|
||||
|
@ -604,7 +637,6 @@ $text["user_name"] = "Vollst. Name";
|
|||
$text["users"] = "Benutzer";
|
||||
$text["user"] = "Benutzer";
|
||||
$text["version_deleted_email"] = "Version gelöscht";
|
||||
$text["version_deleted_email"] = "Version gelöscht";
|
||||
$text["version_info"] = "Versionsinformation";
|
||||
$text["versioning_file_creation"] = "Datei-Versionierung";
|
||||
$text["versioning_file_creation_warning"] = "Sie erzeugen eine Datei die sämtliche Versions-Informationen eines DMS-Verzeichnisses enthält. Nach Erstellung wird jede Datei im Dokumentenverzeichnis gespeichert.";
|
||||
|
|
|
@ -33,6 +33,7 @@ $text["access_mode_none"] = "No hay acceso";
|
|||
$text["access_mode_read"] = "Leer";
|
||||
$text["access_mode_readwrite"] = "Lectura-Escritura";
|
||||
$text["access_permission_changed_email"] = "Permisos cambiados";
|
||||
$text["according_settings"] = "translate: according settings";
|
||||
$text["actions"] = "Acciones";
|
||||
$text["add"] = "Añadir";
|
||||
$text["add_doc_reviewer_approver_warning"] = "Documentos N.B. se marcan automáticamente como publicados si no hay revisores o aprobadores asignados.";
|
||||
|
@ -128,7 +129,6 @@ $text["daily"] = "Diaria";
|
|||
$text["databasesearch"] = "Búsqueda en base de datos";
|
||||
$text["december"] = "Diciembre";
|
||||
$text["default_access"] = "Modo de acceso predefinido";
|
||||
$text["default_keyword_category"] = "Categorías predefinidas";
|
||||
$text["default_keywords"] = "Palabras clave disponibles";
|
||||
$text["delete"] = "Eliminar";
|
||||
$text["details"] = "Detalles";
|
||||
|
@ -168,7 +168,6 @@ $text["edit_default_keywords"] = "Editar palabras clave";
|
|||
$text["edit_document_access"] = "Editar acceso";
|
||||
$text["edit_document_notify"] = "Lista de notificación";
|
||||
$text["edit_document_props"] = "Editar propiedades de documento";
|
||||
$text["edit_document_props_again"] = "Editar documento otra vez";
|
||||
$text["edit"] = "editar";
|
||||
$text["edit_event"] = "Editar evento";
|
||||
$text["edit_existing_access"] = "Editar lista de acceso";
|
||||
|
@ -229,6 +228,7 @@ $text["hourly"] = "Horaria";
|
|||
$text["human_readable"] = "Archivo legible por humanos";
|
||||
$text["include_documents"] = "Incluir documentos";
|
||||
$text["include_subdirectories"] = "Incluir subdirectorios";
|
||||
$text["index_converters"] = "translate: Index document conversion";
|
||||
$text["individuals"] = "Individuales";
|
||||
$text["inherits_access_msg"] = "Acceso heredado.<p><a class=\"inheritAccess\" href=\"[copyurl]\">Copiar lista de acceso heredado</a><br /><a class=\"inheritAccess\" href=\"[emptyurl]\">Empezar con una lista de acceso vacía</a>";
|
||||
$text["internal_error_exit"] = "Error interno. No es posible terminar la solicitud. Terminado.";
|
||||
|
@ -250,6 +250,7 @@ $text["invalid_target_doc_id"] = "ID de documento destino no válido";
|
|||
$text["invalid_target_folder"] = "ID de carpeta destino no válido";
|
||||
$text["invalid_user_id"] = "ID de usuario no válido";
|
||||
$text["invalid_version"] = "Versión de documento no válida";
|
||||
$text["is_disabled"] = "translate: Disable account";
|
||||
$text["is_hidden"] = "Ocultar de la lista de usuarios";
|
||||
$text["january"] = "Enero";
|
||||
$text["js_no_approval_group"] = "Por favor, seleccione grupo de aprobación";
|
||||
|
@ -283,6 +284,8 @@ $text["lock_document"] = "Bloquear";
|
|||
$text["lock_message"] = "Este documento ha sido bloqueado por <a href=\"mailto:[email]\">[username]</a>.<br />Solo usuarios autorizados pueden desbloquear este documento (vea el final de la página).";
|
||||
$text["lock_status"] = "Estado";
|
||||
$text["login"] = "Iniciar sesión";
|
||||
$text["login_disabled_text"] = "translate: Your account is disabled, probably because of too many failed logins.";
|
||||
$text["login_disabled_title"] = "translate: Account is disabled";
|
||||
$text["login_error_text"] = "Error de acceso. ID de usuario o contraseña incorrectos.";
|
||||
$text["login_error_title"] = "Error de acceso";
|
||||
$text["login_not_given"] = "Nombre de usuario no facilitado.";
|
||||
|
@ -321,8 +324,8 @@ $text["no_docs_to_look_at"] = "No hay documentos que necesiten atención.";
|
|||
$text["no_docs_to_review"] = "Actualmente no hay documentos que necesiten revisión.";
|
||||
$text["no_group_members"] = "Este grupo no tiene miembros";
|
||||
$text["no_groups"] = "No hay grupos";
|
||||
$text["no_linked_files"] = "No hay ficheros enlazados";
|
||||
$text["no"] = "No";
|
||||
$text["no_linked_files"] = "No hay ficheros enlazados";
|
||||
$text["no_previous_versions"] = "No se han encontrado otras versiones";
|
||||
$text["no_review_needed"] = "No hay revisiones pendientes.";
|
||||
$text["notify_added_email"] = "Se le ha añadido a la lista de notificación";
|
||||
|
@ -330,6 +333,7 @@ $text["notify_deleted_email"] = "Se le ha eliminado de la lista de notificación
|
|||
$text["no_update_cause_locked"] = "No puede actualizar este documento. Contacte con el usuario que lo bloqueó.";
|
||||
$text["no_user_image"] = "No se encontró imagen";
|
||||
$text["november"] = "Noviembre";
|
||||
$text["now"] = "translate: now";
|
||||
$text["objectcheck"] = "Chequeo de carpeta/documento";
|
||||
$text["obsolete"] = "Obsoleto";
|
||||
$text["october"] = "Octubre";
|
||||
|
@ -338,13 +342,17 @@ $text["only_jpg_user_images"] = "Solo puede usar imágenes .jpg como imágenes d
|
|||
$text["owner"] = "Propietario";
|
||||
$text["ownership_changed_email"] = "Propietario cambiado";
|
||||
$text["password"] = "Contraseña";
|
||||
$text["password_already_used"] = "translate: Password already used";
|
||||
$text["password_repeat"] = "Repetir contraseña";
|
||||
$text["password_expiration"] = "translate: Password expiration";
|
||||
$text["password_expiration_text"] = "translate: Your password has expired. Please choose a new one before you can proceed using LetoDMS.";
|
||||
$text["password_forgotten"] = "Recordar contraseña";
|
||||
$text["password_forgotten_email_subject"] = "Recordatorio de contraseña";
|
||||
$text["password_forgotten_email_body"] = "Estimado usuario de LetoDMS,\n\nhemos recibido una petición para cambiar su contraseña.\n\nPuede modificarla haciendo click en el siguiente enlace:\n\n###URL_PREFIX###out/out.ChangePassword.php?hash=###HASH###\n\nSi continua teniendo problemas de acceso, por favor contacte con el administrador del sistema.";
|
||||
$text["password_forgotten_send_hash"] = "Las instrucciones para proceder al cambio se han enviado a la dirección de correo de usuario";
|
||||
$text["password_forgotten_text"] = "Rellene el siguiente formulario y siga las instrucciones del correo que se le enviará.";
|
||||
$text["password_forgotten_title"] = "Envío de contraseña";
|
||||
$text["password_strength_insuffient"] = "translate: Insuffient password strength";
|
||||
$text["personal_default_keywords"] = "Listas de palabras clave personales";
|
||||
$text["previous_versions"] = "Versiones anteriores";
|
||||
$text["refresh"] = "Actualizar";
|
||||
|
@ -399,16 +407,19 @@ $text["seq_end"] = "Al final";
|
|||
$text["seq_keep"] = "Mantener posición";
|
||||
$text["seq_start"] = "Primera posición";
|
||||
$text["sequence"] = "Secuencia";
|
||||
$text["set_default_access"] = "Establecer el modo de acceso por omisión";
|
||||
$text["set_expiry"] = "Establecer caducidad";
|
||||
$text["set_owner_error"] = "Error estableciendo propietario";
|
||||
$text["set_owner"] = "Establecer propietario";
|
||||
$text["set_password"] = "translate: Set Password";
|
||||
$text["settings_install_welcome_title"] = "Bienvenido a la instalación de letoDMS";
|
||||
$text["settings_install_welcome_text"] = "<p>Antes de instalar letoDMS asegúrese de haber creado un archivo «ENABLE_INSTALL_TOOL» en su directorio de instalación, en otro caso la instalación no funcionará. En sistemas
|
||||
Unix puede hacerse fácilmente con «touch conf/ENABLE_INSTALL_TOOL». Después de terminar la instalación elimine el archivo.</p><p>letoDMS tiene unos requisitos mínimos. Necesitará una base de datos y un servidor web con soporte
|
||||
para php. Para la búsqueda de texto completo lucene, necesitará tener instalado también el framework Zend donde
|
||||
pueda ser utilizado por php. Desde la versión 3.2.0 de letoDMS ADObd ya no forma parte de la distribución. Consiga una copia de él desde <a href=\"http://adodb.sourceforge.net/\">http://adodb.sourceforge.net</a> e instálelo. La ruta hacia él podrá ser establecida durante la instalación.</p><p> Si prefiere crear la base de datos antes de comenzar la instalación, simplemente créela manualmente con su herramienta preferida, opcionalmente cree un usuario de base de datos con acceso a esta base de datos e importe uno de los volcados del directorio de configuración. El script de instalación puede hacer esto también, pero necesitará acceso con privilegios suficientes para crear bases de datos.</p>";
|
||||
$text["settings_install_welcome_text"] = "<p>Antes de instalar letoDMS asegúrese de haber creado un archivo «ENABLE_INSTALL_TOOL» en su directorio de instalación, en otro caso la instalación no funcionará. En sistemas Unix puede hacerse fácilmente con «touch conf/ENABLE_INSTALL_TOOL». Después de terminar la instalación elimine el archivo.</p><p>letoDMS tiene unos requisitos mínimos. Necesitará una base de datos y un servidor web con soporte para php. Para la búsqueda de texto completo lucene, necesitará tener instalado también el framework Zend donde pueda ser utilizado por php. Desde la versión 3.2.0 de letoDMS ADObd ya no forma parte de la distribución. Consiga una copia de él desde <a href=\"http://adodb.sourceforge.net/\">http://adodb.sourceforge.net</a> e instálelo. La ruta hacia él podrá ser establecida durante la instalación.</p><p> Si prefiere crear la base de datos antes de comenzar la instalación, simplemente créela manualmente con su herramienta preferida, opcionalmente cree un usuario de base de datos con acceso a esta base de datos e importe uno de los volcados del directorio de configuración. El script de instalación puede hacer esto también, pero necesitará acceso con privilegios suficientes para crear bases de datos.</p>";
|
||||
$text["settings_start_install"] = "Comenzar instalación";
|
||||
$text["settings_sortUsersInList"] = "translate: Sort users in list";
|
||||
$text["settings_sortUsersInList_desc"] = "translate: Sets if users in selection menus are ordered by login or by its full name";
|
||||
$text["settings_sortUsersInList_val_login"] = "translate: Sort by login";
|
||||
$text["settings_sortUsersInList_val_fullname"] = "translate: Sort by full name";
|
||||
$text["settings_stopWordsFile"] = "Path to stop words file";
|
||||
$text["settings_stopWordsFile_desc"] = "translate: If fulltext search is enabled, this file will contain stop words not being indexed";
|
||||
$text["settings_activate_module"] = "Activar módulo";
|
||||
$text["settings_activate_php_extension"] = "Activar extensión PHP";
|
||||
$text["settings_adminIP"] = "IP de administración";
|
||||
|
@ -427,6 +438,8 @@ $text["settings_contentOffsetDir"] = "Directorio de contenidos de desplazamiento
|
|||
$text["settings_contentOffsetDir_desc"] = "Para tratar las limitaciones del sistema de ficheros subyacente, se ha ideado una estructura de directorios dentro del directorio de contenido. Esto requiere un directorio base desde el que comenzar. Normalmente puede dejar este valor por omisión, 1048576, pero puede ser cualquier número o cadena que no exista ya dentro él (directorio de contenido).";
|
||||
$text["settings_coreDir"] = "Directorio de letoDMS Core";
|
||||
$text["settings_coreDir_desc"] = "Ruta hacia LetoDMS_Core (opcional)";
|
||||
$text["settings_loginFailure_desc"] = "translate: Disable account after n login failures.";
|
||||
$text["settings_loginFailure"] = "translate: Login failure";
|
||||
$text["settings_luceneClassDir"] = "Directorio de LetoDMS Lucene";
|
||||
$text["settings_luceneClassDir_desc"] = "Ruta hacia LetoDMS_Lucene (opcional)";
|
||||
$text["settings_luceneDir"] = "Directorio índice de Lucene";
|
||||
|
@ -469,12 +482,9 @@ $text["settings_enableFullSearch_desc"] = "Habilitar búsqueda de texto completo
|
|||
$text["settings_enableGuestLogin_desc"] = "Si quiere que cualquiera acceda como invitado, chequee esta opción. Nota: El acceso de invitado debería permitirse solo en entornos de confianza";
|
||||
$text["settings_enableGuestLogin"] = "Habilitar acceso de invitado";
|
||||
$text["settings_enableLargeFileUpload_desc"] = "Si se habilita, la carga de ficheros también estará disponible a través de un applet java llamado jumploader, sin límite de tamaño de fichero fijado por el navegador. También permite la carga de múltiples ficheros de una sola vez.";
|
||||
|
||||
+$text["settings_enableLargeFileUpload"] = "Enable large file upload";
|
||||
+$text["settings_enablePasswordForgotten_desc"] = "If you want to allow user to set a new password and send it by mail, check this option.";
|
||||
+$text["settings_enablePasswordForgotten"] = "Enable Password forgotten";
|
||||
|
||||
|
||||
$text["settings_enableLargeFileUpload"] = "Enable large file upload";
|
||||
$text["settings_enablePasswordForgotten_desc"] = "If you want to allow user to set a new password and send it by mail, check this option.";
|
||||
$text["settings_enablePasswordForgotten"] = "Enable Password forgotten";
|
||||
$text["settings_enableUserImage_desc"] = "Habilitar imágenes de usuario";
|
||||
$text["settings_enableUserImage"] = "Habilitar imágenes de usuario";
|
||||
$text["settings_enableUsersView_desc"] = "Habilitar/Deshabilitar vista de usuario y grupo por todos los usuarios";
|
||||
|
@ -495,6 +505,9 @@ $text["settings_httpRoot_desc"] = "La ruta relativa de la URL, después de la pa
|
|||
$text["settings_httpRoot"] = "Raíz Http";
|
||||
$text["settings_installADOdb"] = "Instalar ADOdb";
|
||||
$text["settings_install_success"] = "La instalación ha terminado con éxito";
|
||||
$text["settings_install_pear_package_log"] = "translate: Install Pear package 'Log'";
|
||||
$text["settings_install_pear_package_webdav"] = "translate: Install Pear package 'HTTP_WebDAV_Server', if you intend to use the webdav interface";
|
||||
$text["settings_install_zendframework"] = "translate: Install Zend Framework, if you intend to use the full text search engine";
|
||||
$text["settings_language"] = "Idioma por omisión";
|
||||
$text["settings_language_desc"] = "Idioma por omisión (nombre de un subdirectorio en el directorio \"languages\")";
|
||||
$text["settings_logFileEnable_desc"] = "Habilitar/Deshabilitar archivo de registro";
|
||||
|
@ -512,6 +525,16 @@ $text["settings_notfound"] = "No encontrado";
|
|||
$text["settings_notwritable"] = "La configuración no se puede guardar porque el fichero de configuración no es escribible.";
|
||||
$text["settings_partitionSize"] = "Tamaño de fichero parcial";
|
||||
$text["settings_partitionSize_desc"] = "Tamaño de ficheros parciales en bytes, subidos por jumploader. No configurar un valor mayor que el tamaño máximo de subida configurado en el servidor.";
|
||||
$text["settings_passwordExpiration"] = "translate: Password expiration";
|
||||
$text["settings_passwordExpiration_desc"] = "translate: The number of days after which a password expireѕ and must be reset. 0 turns password expiration off.";
|
||||
$text["settings_passwordHistory"] = "translate: Password history";
|
||||
$text["settings_passwordHistory_desc"] = "translate: The number of passwords a user must have been used before a password can be reused. 0 turns the password history off.";
|
||||
$text["settings_passwordStrength"] = "translate: Min. password strength";
|
||||
$text["settings_passwordЅtrength_desc"] = "translate: The minimum password strength is an integer value from 0 to 100. Setting it to 0 will turn off checking for the minimum password strength.";
|
||||
$text["settings_passwordStrengthAlgorithm"] = "translate: Algorithm for password strength";
|
||||
$text["settings_passwordStrengthAlgorithm_desc"] = "translate: The algorithm used for calculating the password strength. The 'simple' algorithm just checks for at least eight chars total, a lower case letter, an upper case letter, a number and a special char. If those conditions are met the returned score is 100 otherwise 0.";
|
||||
$text["settings_passwordStrengthAlgorithm_valsimple"] = "translate: simple";
|
||||
$text["settings_passwordStrengthAlgorithm_valadvanced"] = "translate: advanced";
|
||||
$text["settings_perms"] = "Permisos";
|
||||
$text["settings_pear_log"] = "Paquete Pear : Log";
|
||||
$text["settings_pear_webdav"] = "Paquete Pear : HTTP_WebDAV_Server";
|
||||
|
@ -573,12 +596,12 @@ $text["status_reviewer_removed"] = "Revisor eliminado del proceso";
|
|||
$text["status"] = "Estado";
|
||||
$text["status_unknown"] = "Desconocido";
|
||||
$text["storage_size"] = "Tamaño de almacenamiento";
|
||||
$text["subfolder_list"] = "Subdirectorio";
|
||||
$text["submit_approval"] = "Enviar aprobación";
|
||||
$text["submit_login"] = "Conectar";
|
||||
$text["submit_password"] = "Fijar nueva contraseña";
|
||||
$text["submit_password_forgotten"] = "Comenzar el proceso";
|
||||
$text["submit_review"] = "Enviar revisión";
|
||||
$text["submit_userinfo"] = "translate: Submit info";
|
||||
$text["sunday"] = "Domingo";
|
||||
$text["theme"] = "Tema gráfico";
|
||||
$text["thursday"] = "Jueves";
|
||||
|
@ -598,11 +621,11 @@ $text["unlock_cause_locking_user"] = "Puede actualizarlo porque fue quién lo bl
|
|||
$text["unlock_document"] = "Desbloquear";
|
||||
$text["update_approvers"] = "Actualizar lista de aprobadores";
|
||||
$text["update_document"] = "Actualizar documento";
|
||||
$text["update_fulltext_index"] = "Actualizar índice de texto completo";
|
||||
$text["update_info"] = "Actualizar información";
|
||||
$text["update_locked_msg"] = "Este documento está bloqueado.";
|
||||
$text["update_reviewers"] = "Actualizar lista de revisores";
|
||||
$text["update"] = "Actualizar";
|
||||
$text["update_fulltext_index"] = "Actualizar índice de texto completo";
|
||||
$text["uploaded_by"] = "Enviado por";
|
||||
$text["uploading_failed"] = "Envío (Upload) fallido. Por favor contacte con el Administrador.";
|
||||
$text["use_default_categories"] = "Utilizar categorías predefinidas";
|
||||
|
|
Loading…
Reference in New Issue
Block a user