: set sequence of folder\n";
} /* }}} */
$version = "0.0.1";
$shortoptions = "F:c:s:n:hv";
$longoptions = array('help', 'version', 'config:');
if(false === ($options = getopt($shortoptions, $longoptions))) {
usage();
exit(0);
}
/* Print help and exit */
if(isset($options['h']) || isset($options['help'])) {
usage();
exit(0);
}
/* Print version and exit */
if(isset($options['v']) || isset($options['verѕion'])) {
echo $version."\n";
exit(0);
}
/* Set alternative config file */
if(isset($options['config'])) {
$settings = new Settings($options['config']);
} else {
$settings = new Settings();
}
if(isset($options['F'])) {
$folderid = (int) $options['F'];
} else {
echo "Missing parent folder ID\n";
usage();
exit(1);
}
$comment = '';
if(isset($options['c'])) {
$comment = $options['c'];
}
$sequence = 0;
if(isset($options['s'])) {
$sequence = $options['s'];
}
$name = '';
if(isset($options['n'])) {
$name = $options['n'];
}
$db = new LetoDMS_Core_DatabaseAccess($settings->_dbDriver, $settings->_dbHostname, $settings->_dbUser, $settings->_dbPass, $settings->_dbDatabase);
$db->connect() or die ("Could not connect to db-server \"" . $settings->_dbHostname . "\"");
$db->_conn->debug = 1;
$dms = new LetoDMS_Core_DMS($db, $settings->_contentDir.$settings->_contentOffsetDir);
$dms->setRootFolderID($settings->_rootFolderID);
$dms->setGuestID($settings->_guestID);
$dms->setEnableGuestLogin($settings->_enableGuestLogin);
$dms->setEnableAdminRevApp($settings->_enableAdminRevApp);
$dms->setEnableConverting($settings->_enableConverting);
$dms->setViewOnlineFileTypes($settings->_viewOnlineFileTypes);
/* Create a global user object */
$user = $dms->getUser(1);
$folder = $dms->getFolder($folderid);
if (!is_object($folder)) {
echo "Could not find specified folder\n";
exit(1);
}
if ($folder->getAccessMode($user) < M_READWRITE) {
echo "Not sufficient access rights\n";
exit(1);
}
if (!is_numeric($sequence)) {
echo "Sequence must be numeric\n";
exit(1);
}
$res = $folder->addSubFolder($name, $comment, $user, $sequence);
if (is_bool($res) && !$res) {
echo "Could not add folder\n";
exit(1);
}
?>
letodms-3.3.11+dfsg.1/languages/ 0000755 0001750 0001750 00000000000 12040235120 016757 5 ustar francisco francisco letodms-3.3.11+dfsg.1/languages/Czech/ 0000755 0001750 0001750 00000000000 12040235120 020013 5 ustar francisco francisco letodms-3.3.11+dfsg.1/languages/Czech/lang.inc 0000644 0001750 0001750 00000104776 12040235120 021446 0 ustar francisco francisco Pozor: Akci nelze vrátit zpět.";
$text["confirm_rm_document"] = "Skutečně chcete odstranit dokument \"[documentname]\"?
Buďte opatrní: Tuto činnost není možné vrátit zpět.";
$text["confirm_rm_dump"] = "Skutečně chcete odstranit soubor \"[dumpname]\"?
Pozor: Akce je nevratná.";
$text["confirm_rm_event"] = "Skutečně chcete odstranit akci \"[name]\"?
Pozor: Akci nelze vrátit zpìt.";
$text["confirm_rm_file"] = "Skutečně chcete odstranit soubor \"[name]\" - \"[documentname]\"?
Pozor: Akci nelze vrátit zpìt.";
$text["confirm_rm_folder"] = "Skutečně chcete odstranit \"[foldername]\" a jeho obsah?
Buďte opatrní: Tuto činnost nené možné vrátit zpět.";
$text["confirm_rm_folder_files"] = "Skutečně chcete odstranit všechny soubory podadresáře z \"[foldername]\" ?
Buďte opatrní: Tuto akci nelze vrátit zpět.";
$text["confirm_rm_group"] = "Skutečně chcete odstranit skupinu \"[groupname]\"?
Pozor: Akce je nevratná.";
$text["confirm_rm_log"] = "Skutečně chcete odstranit LOG soubor \"[logname]\"?
Pozor: Akci nelze vrátit zpět.";
$text["confirm_rm_user"] = "Skutečně chcete odstranit uživatele \"[username]\"?
Pozor: Akce je nevratná.";
$text["confirm_rm_version"] = "Skutečně chcete odstranit verzi [version] dokumentu \"[documentname]\"?
Buďte opatrní: Tuto činnost není možné vrátit zpět.";
$text["content"] = "Domů";
$text["continue"] = "Pokračovat";
$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"] = "Vytvořeno";
$text["current_version"] = "Aktuální verze";
$text["daily"] = "Daily";
$text["databasesearch"] = "Database search";
$text["december"] = "Prosinec";
$text["default_access"] = "Standardní režim přístupu";
$text["default_keywords"] = "Dostupná klíčová slova";
$text["delete"] = "Smazat";
$text["details"] = "Podrobnosti";
$text["details_version"] = "Podrobnosti verze: [version]";
$text["disclaimer"] = "Toto je neveřejná oblast. Přístup povolen pouze oprávněným uživatelům. Jakékoliv narušení bude stíháno podle platných právních norem.";
$text["document_already_locked"] = "Tento dokument je už zamčený";
$text["document_deleted"] = "Dokument odstraněn";
$text["document_deleted_email"] = "Dokument odstraněn";
$text["document"] = "Dokument";
$text["document_infos"] = "Informace o dokumentu";
$text["document_is_not_locked"] = "Tento dokument není zamčený";
$text["document_link_by"] = "Odkazuje sem";
$text["document_link_public"] = "Veřejný";
$text["document_moved_email"] = "Dokument přesunut";
$text["document_renamed_email"] = "Dokument přejmenován";
$text["documents"] = "Dokumenty";
$text["documents_in_process"] = "Dokumenty ve zpracování";
$text["documents_locked_by_you"] = "Dokument Vámi uzamčen";
$text["document_status_changed_email"] = "Stav dokumentu změněn";
$text["documents_to_approve"] = "Dokumenty čekající na schválení uživatele";
$text["documents_to_review"] = "Dokumenty čekající na kontrolu uživatele";
$text["documents_user_requiring_attention"] = "Dokumenty, které uživatel vlastní a vyžadují pozornost";
$text["document_title"] = "Dokument '[documentname]'";
$text["document_updated_email"] = "Dokument aktualizován";
$text["does_not_expire"] = "Platnost nikdy nevyprší";
$text["does_not_inherit_access_msg"] = "Zdědit přístup";
$text["download"] = "Stáhnout";
$text["draft_pending_approval"] = "Návrh - čeká na schválení";
$text["draft_pending_review"] = "Návrh - čeká na kontrolu";
$text["dump_creation"] = "Vytvoření DB výpisu";
$text["dump_creation_warning"] = "Pomocí této operace můžete vytvořit soubor s výpisem obsahu databáze. Po vytvoření bude soubor výpisu uložen ve složce data vašeho serveru.";
$text["dump_list"] = "Existující soubor výpisu";
$text["dump_remove"] = "Odstranit soubor výpisu";
$text["edit_comment"] = "Upravit komentář";
$text["edit_default_keywords"] = "Upravit klíčová slova";
$text["edit_document_access"] = "Upravit přístup";
$text["edit_document_notify"] = "Seznam upozornění";
$text["edit_document_props"] = "Upravit dokument";
$text["edit"] = "upravit";
$text["edit_event"] = "Upravit akci";
$text["edit_existing_access"] = "Upravit seznam řízení přístupu";
$text["edit_existing_notify"] = "Upravit seznam upozornění";
$text["edit_folder_access"] = "Upravit přístup";
$text["edit_folder_notify"] = "Seznam upozornění";
$text["edit_folder_props"] = "Upravit adresář";
$text["edit_group"] = "Upravit skupinu";
$text["edit_user_details"] = "Upravit podrobnosti uživatele";
$text["edit_user"] = "Upravit uživatele";
$text["email"] = "E-mail";
$text["email_footer"] = "Změnu nastavení e-mailu můžete kdykoliv provést pomocí funkce'Můj účet'";
$text["email_header"] = "Toto je automatická zpráva ze serveru DMS.";
$text["empty_notify_list"] = "Žádné položky";
$text["error_no_document_selected"] = "No document selected";
$text["error_no_folder_selected"] = "No folder selected";
$text["error_occured"] = "Vyskytla se chyba";
$text["event_details"] = "Údaje akce";
$text["expired"] = "Platnost vypršela";
$text["expires"] = "Platnost vyprší";
$text["expiry_changed_email"] = "Datum expirace změněno";
$text["february"] = "Únor";
$text["file"] = "Soubor";
$text["files_deletion"] = "Soubor odstraněn";
$text["files_deletion_warning"] = "Pomocí této volby můžete odstranit všechny soubory z celé složky DMS. Verzovací informace zůstanou viditelné.";
$text["files"] = "Soubory";
$text["file_size"] = "Velikost souboru";
$text["folder_contents"] = "Adresáře";
$text["folder_deleted_email"] = "Adresář odstraněn";
$text["folder"] = "Adresář";
$text["folder_infos"] = "Informace o adresáři";
$text["folder_moved_email"] = "Adresář přesunut";
$text["folder_renamed_email"] = "Adresář přejmenován";
$text["folders_and_documents_statistic"] = "Přehled adresářů a dokumentů";
$text["folders"] = "Adresáře";
$text["folder_title"] = "Adresář '[foldername]'";
$text["friday"] = "Patek";
$text["from"] = "Od";
$text["fullsearch"] = "Full text search";
$text["fullsearch_hint"] = "Use fulltext index";
$text["fulltext_info"] = "Fulltext index info";
$text["global_default_keywords"] = "Globální klíčová slova";
$text["global_document_categories"] = "Categories";
$text["group_approval_summary"] = "Souhrn schválení skupiny";
$text["group_exists"] = "Skupina již existuje.";
$text["group"] = "Skupina";
$text["group_management"] = "Skupiny";
$text["group_members"] = "Členové skupiny";
$text["group_review_summary"] = "Souhrn revizí skupiny";
$text["groups"] = "Skupiny";
$text["guest_login_disabled"] = "Přihlášení jako host je vypnuté.";
$text["guest_login"] = "Přihlásit se jako host";
$text["help"] = "Pomoc";
$text["hourly"] = "Hourly";
$text["human_readable"] = "Bežně čitelný archiv";
$text["include_documents"] = "Včetně dokumentů";
$text["include_subdirectories"] = "Včetně podadresářů";
$text["individuals"] = "Jednotlivci";
$text["inherits_access_msg"] = "Přístup se dědí.";
$text["inherits_access_copy_msg"] = "Zkopírovat zděděný seznam řízení přístupu";
$text["inherits_access_empty_msg"] = "Založit nový seznam řízení přístupu";
$text["internal_error_exit"] = "Vnitřní chyba. Nebylo možné dokončit požadavek. Ukončuje se.";
$text["internal_error"] = "Vnitřní chyba";
$text["invalid_access_mode"] = "Neplatný režim přístupu";
$text["invalid_action"] = "Neplatná činnost";
$text["invalid_approval_status"] = "Neplatný stav schválení";
$text["invalid_create_date_end"] = "Neplatné koncové datum vytvoření.";
$text["invalid_create_date_start"] = "Neplatné počáteční datum vytvoření.";
$text["invalid_doc_id"] = "Neplatný ID dokumentu";
$text["invalid_file_id"] = "Nevalidní ID souboru";
$text["invalid_folder_id"] = "Neplatné ID adresáře";
$text["invalid_group_id"] = "Neplatné ID skupiny";
$text["invalid_link_id"] = "Neplatné ID odkazu";
$text["invalid_request_token"] = "Invalid Request Token";
$text["invalid_review_status"] = "Neplatný stav kontroly";
$text["invalid_sequence"] = "Neplatná hodnota posloupnosti";
$text["invalid_status"] = "Neplatný stav dokumentu";
$text["invalid_target_doc_id"] = "Neplatné cílové ID dokumentu";
$text["invalid_target_folder"] = "Neplatné cílové ID adresáře";
$text["invalid_user_id"] = "Neplatné ID uživatele";
$text["invalid_version"] = "Neplatná verze dokumentu";
$text["is_hidden"] = "Utajit v seznamu uživatelů";
$text["january"] = "Leden";
$text["js_no_approval_group"] = "Prosím, vyberte skupinu pro schválení";
$text["js_no_approval_status"] = "Prosím, vyberte stav schválení";
$text["js_no_comment"] = "Žádný komentář";
$text["js_no_email"] = "Napište svou emailovou adresu";
$text["js_no_file"] = "Prosím, vyberte soubor";
$text["js_no_keywords"] = "Zadejte nějaká klíčová slova";
$text["js_no_login"] = "Prosím, napište jméno uživatele";
$text["js_no_name"] = "Prosím, napište jméno";
$text["js_no_override_status"] = "Prosím, vyberte nový stav [přepíše se]";
$text["js_no_pwd"] = "Budete muset napsat své heslo";
$text["js_no_query"] = "Napište požadavek";
$text["js_no_review_group"] = "Prosím, vyberte skupinu pro kontrolu";
$text["js_no_review_status"] = "Prosím, vyberte stav kontroly";
$text["js_pwd_not_conf"] = "Heslo a potvrzení hesla se neshodují";
$text["js_select_user_or_group"] = "Vyberte aspoň uživatele nebo skupinu";
$text["js_select_user"] = "Prosím, vyberte uživatele";
$text["july"] = "Červenec";
$text["june"] = "Červen";
$text["keyword_exists"] = "Klíčové slovo už existuje";
$text["keywords"] = "Klíčová slova";
$text["language"] = "Jazyk";
$text["last_update"] = "Naposledy aktualizoval";
$text["link_alt_updatedocument"] = "If you would like to upload files bigger than the current maximum upload size, please use the alternative upload page.";
$text["linked_documents"] = "Související dokumenty";
$text["linked_files"] = "Přílohy";
$text["local_file"] = "Lokální soubor";
$text["locked_by"] = "Locked by";
$text["lock_document"] = "Zamknout";
$text["lock_message"] = "Tento dokument zamknul [username].
Pouze oprávnění uživatelé ho mohou odemknout (viz konec stránky).";
$text["lock_status"] = "Stav";
$text["login_error_text"] = "Chyba při přihlašování. ID uživatele nebo heslo je nesprávné.";
$text["login_error_title"] = "Chyba při přihlašování";
$text["login_not_given"] = "Nebylo zadané uživatelské jméno";
$text["login_ok"] = "Přihlášení proběhlo úspěšně";
$text["log_management"] = "Správa LOG souborů";
$text["logout"] = "Odhlášení";
$text["manager"] = "Správce";
$text["march"] = "Březen";
$text["max_upload_size"] = "Max. délka pro nahrání jednoho souboru";
$text["may"] = "Květen";
$text["monday"] = "Pondělí";
$text["month_view"] = "Zobrazení měsíce";
$text["monthly"] = "Monthly";
$text["move_document"] = "Přesunout dokument";
$text["move_folder"] = "Přesunout adresář";
$text["move"] = "Přesunout";
$text["my_account"] = "Můj účet";
$text["my_documents"] = "Moje dokumenty";
$text["name"] = "Jméno";
$text["new_default_keyword_category"] = "Přidat kategorii";
$text["new_default_keywords"] = "Přidat klíčová slova";
$text["new_document_category"] = "Add category";
$text["new_document_email"] = "Nový dokument";
$text["new_file_email"] = "Nová příloha";
$text["new_folder"] = "Nový adresář";
$text["new"] = "Nový";
$text["new_subfolder_email"] = "Nový adresář";
$text["new_user_image"] = "Nový obrázek";
$text["no_action"] = "Nic se nevykoná";
$text["no_approval_needed"] = "Nic nečeká na schválení.";
$text["no_attached_files"] = "Žádné přiložené soubory";
$text["no_default_keywords"] = "Nejsou dostupná žádná klíčová slova.";
$text["no_docs_locked"] = "Žádné uzamčené dokumenty";
$text["no_docs_to_approve"] = "Momentálně neexistují žádné dokumenty, které vyžadují schválení.";
$text["no_docs_to_look_at"] = "Žádné dokumenty, které vyžadují pozornost.";
$text["no_docs_to_review"] = "Momentálně neexistují žádné dokumenty, které vyžadují kontrolu.";
$text["no_group_members"] = "Tato skupina nemá žádné členy";
$text["no_groups"] = "Žádné skupiny";
$text["no"] = "Ne";
$text["no_linked_files"] = "Žádné propojené soubory";
$text["no_previous_versions"] = "Nebyly nalezeny žádné jiné verze";
$text["no_review_needed"] = "Nic nečeká k revizi.";
$text["notify_added_email"] = "Byl/a jste přidán/a do seznamu pro oznámení";
$text["notify_deleted_email"] = "Byl/a jste odstraněn/a ze seznamu pro oznámení";
$text["no_update_cause_locked"] = "Proto nemůžete aktualizovat tento dokument. Prosím, kontaktujte uživatele, který ho zamknul.";
$text["no_user_image"] = "nebyl nalezen žádný obrázek";
$text["november"] = "Listopad";
$text["obsolete"] = "Zastaralé";
$text["october"] = "Říjen";
$text["old"] = "Starý";
$text["only_jpg_user_images"] = "Pro obrázky uživatelů je možné použít pouze obrázky .jpg";
$text["owner"] = "Vlastník";
$text["ownership_changed_email"] = "Vlastník změněn";
$text["password"] = "Heslo";
$text["personal_default_keywords"] = "Osobní klíčová slova";
$text["previous_versions"] = "Předešlé verze";
$text["refresh"] = "Refresh";
$text["rejected"] = "Odmítnuty";
$text["released"] = "Vydáno";
$text["removed_approver"] = "byl odstraněn ze seznamu schvalovatelů.";
$text["removed_file_email"] = "Příloha odstraněna";
$text["removed_reviewer"] = "byl odstraněn ze seznamu kontrolorů.";
$text["results_page"] = "Stránka s výsledky";
$text["review_deletion_email"] = "Žádost na revizi odstraněn";
$text["reviewer_already_assigned"] = "je už pověřen jako kontrolor";
$text["reviewer_already_removed"] = "už byl odstraněn z procesu kontroly nebo poslal kontrolu";
$text["reviewers"] = "Kontroloři";
$text["review_group"] = "Skupina kontroly";
$text["review_request_email"] = "Požadavek na kontrolu";
$text["review_status"] = "Stav kontroly";
$text["review_submit_email"] = "Předložit ke kontrole";
$text["review_summary"] = "Souhrn kontroly";
$text["review_update_failed"] = "Chyba při aktualizaci stavu kontroly. Aktualizace selhala.";
$text["rm_default_keyword_category"] = "Smazat kategorii";
$text["rm_document"] = "Odstranit dokument";
$text["rm_document_category"] = "Delete category";
$text["rm_file"] = "Odstranit soubor";
$text["rm_folder"] = "Odstranit adresář";
$text["rm_group"] = "Odstranit tuto skupinu";
$text["rm_user"] = "Odstranit tohoto uživatele";
$text["rm_version"] = "Odstranit verzi";
$text["role_admin"] = "Administrátor";
$text["role_guest"] = "Host";
$text["role_user"] = "Uživatel";
$text["role"] = "Role";
$text["saturday"] = "Sobota";
$text["save"] = "Uložit";
$text["search_fulltext"] = "Search in fulltext";
$text["search_in"] = "Prohledávat";
$text["search_mode_and"] = "všechna slova";
$text["search_mode_or"] = "alespoň jedno ze slov";
$text["search_no_results"] = "Vašemu dotazu nevyhovují žádné dokumenty";
$text["search_query"] = "Hledat";
$text["search_report"] = "Nalezených [count] dokumentů odpovídajících dotazu";
$text["search_results_access_filtered"] = "Výsledky hledání můžou obsahovat obsah, ke kterému byl zamítnut přístup.";
$text["search_results"] = "Výsledky hledání";
$text["search"] = "Hledat";
$text["search_time"] = "Uplynulý čas: [time] sek";
$text["selection"] = "Výběr";
$text["select_one"] = "Vyberte jeden";
$text["september"] = "Září";
$text["seq_after"] = "Po \"[prevname]\"";
$text["seq_end"] = "Na konec";
$text["seq_keep"] = "Ponechat pozici";
$text["seq_start"] = "První pozice";
$text["sequence"] = "Posloupnost";
$text["set_expiry"] = "Nastavit expiraci";
$text["set_owner_error"] = "Chybné nastavení vlastníka";
$text["set_owner"] = "Nastavit vlastníka";
$text["signed_in_as"] = "Přihlášen jako";
$text["sign_out"] = "Odhlásit";
$text["space_used_on_data_folder"] = "Použité místo pro data složky";
$text["status_approval_rejected"] = "Návrh zamítnut";
$text["status_approved"] = "Schválen";
$text["status_approver_removed"] = "Schvalovatel odstraněn z procesu";
$text["status_not_approved"] = "Neschválený";
$text["status_not_reviewed"] = "Nezkontrolovaný";
$text["status_reviewed"] = "Zkontrolovaný";
$text["status_reviewer_rejected"] = "Návrh zamítnut";
$text["status_reviewer_removed"] = "Kontrolor odstraněn z procesu";
$text["status"] = "Stav";
$text["status_unknown"] = "Neznámý";
$text["settings_contentDir_desc"] = "Where the uploaded files are stored (best to choose a directory that is not accessible through your web-server)";
$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_luceneClassDir"] = "Lucene LetoDMS directory";
$text["settings_luceneClassDir_desc"] = "Path to LetoDMS_Lucene (optional)";
$text["settings_luceneDir"] = "Lucene index directory";
$text["settings_luceneDir_desc"] = "Path to Lucene index";
$text["settings_createdatabase"] = "Create database";
$text["settings_createdirectory"] = "Create directory";
$text["settings_currentvalue"] = "Current value";
$text["settings_Database"] = "Database settings";
$text["settings_dbDatabase"] = "Database";
$text["settings_dbDatabase_desc"] = "The name for your database entered during the installation process. Do not edit field unless absolutely necessary, for example transfer of the database to a new Host.";
$text["settings_dbDriver"] = "Database Type";
$text["settings_dbDriver_desc"] = "The type of database in use entered during the installation process. Do not edit this field unless you are having to migrate to a different type of database perhaps due to changing hosts. Type of DB-Driver used by adodb (see adodb-readme)";
$text["settings_dbHostname_desc"] = "The hostname for your database entered during the installation process. Do not edit field unless absolutely necessary, for example transfer of the database to a new Host.";
$text["settings_dbHostname"] = "Server name";
$text["settings_dbPass_desc"] = "The password for access to your database entered during the installation process.";
$text["settings_dbPass"] = "Password";
$text["settings_dbUser_desc"] = "The username for access to your database entered during the installation process. Do not edit field unless absolutely necessary, for example transfer of the database to a new Host.";
$text["settings_dbUser"] = "Username";
$text["settings_delete_install_folder"] = "To use LetoDMS, you must delete the install directory";
$text["settings_disableSelfEdit_desc"] = "If checked user cannot edit his own profile";
$text["settings_disableSelfEdit"] = "Disable Self Edit";
$text["settings_Display"] = "Display settings";
$text["settings_Edition"] = "Edition settings";
$text["settings_enableAdminRevApp_desc"] = "Uncheck to don't list administrator as reviewer/approver";
$text["settings_enableAdminRevApp"] = "Enable Admin Rev App";
$text["settings_enableCalendar_desc"] = "Enable/disable calendar";
$text["settings_enableCalendar"] = "Enable Calendar";
$text["settings_enableConverting_desc"] = "Enable/disable converting of files";
$text["settings_enableConverting"] = "Enable Converting";
$text["settings_enableEmail_desc"] = "Enable/disable automatic email notification";
$text["settings_enableEmail"] = "Enable E-mail";
$text["settings_enableFolderTree_desc"] = "False to don't show the folder tree";
$text["settings_enableFolderTree"] = "Enable Folder Tree";
$text["settings_enableFullSearch"] = "Enable Full text search";
$text["settings_enableGuestLogin_desc"] = "If you want anybody to login as guest, check this option. Note: guest login should be used only in a trusted environment";
$text["settings_enableGuestLogin"] = "Enable Guest Login";
$text["settings_enableUserImage_desc"] = "Enable users images";
$text["settings_enableUserImage"] = "Enable User Image";
$text["settings_enableUsersView_desc"] = "Enable/disable group and user view for all users";
$text["settings_enableUsersView"] = "Enable Users View";
$text["settings_error"] = "Error";
$text["settings_expandFolderTree_desc"] = "Expand Folder Tree";
$text["settings_expandFolderTree"] = "Expand Folder Tree";
$text["settings_expandFolderTree_val0"] = "start with tree hidden";
$text["settings_expandFolderTree_val1"] = "start with tree shown and first level expanded";
$text["settings_expandFolderTree_val2"] = "start with tree shown fully expanded";
$text["settings_firstDayOfWeek_desc"] = "First day of the week";
$text["settings_firstDayOfWeek"] = "First day of the week";
$text["settings_footNote_desc"] = "Message to display at the bottom of every page";
$text["settings_footNote"] = "Foot Note";
$text["settings_guestID_desc"] = "ID of guest-user used when logged in as guest (mostly no need to change)";
$text["settings_guestID"] = "Guest ID";
$text["settings_httpRoot_desc"] = "The relative path in the URL, after the domain part. Do not include the http:// prefix or the web host name. e.g. If the full URL is http://www.example.com/letodms/, set '/letodms/'. If the URL is http://www.example.com/, set '/'";
$text["settings_httpRoot"] = "Http Root";
$text["settings_installADOdb"] = "Install ADOdb";
$text["settings_install_success"] = "The installation is completed successfully";
$text["settings_language"] = "Default language";
$text["settings_language_desc"] = "Default language (name of a subfolder in folder \"languages\")";
$text["settings_logFileEnable_desc"] = "Enable/disable log file";
$text["settings_logFileEnable"] = "Log File Enable";
$text["settings_logFileRotation_desc"] = "The log file rotation";
$text["settings_logFileRotation"] = "Log File Rotation";
$text["settings_luceneDir"] = "Directory for full text index";
$text["settings_maxDirID_desc"] = "Maximum number of sub-directories per parent directory. Default: 32700.";
$text["settings_maxDirID"] = "Max Directory ID";
$text["settings_maxExecutionTime_desc"] = "This sets the maximum time in seconds a script is allowed to run before it is terminated by the parse";
$text["settings_maxExecutionTime"] = "Max Execution Time (s)";
$text["settings_more_settings"] = "Configure more settings. Default login: admin/admin";
$text["settings_notfound"] = "Not found";
$text["settings_partitionSize"] = "Size of partial files uploaded by jumploader";
$text["settings_php_dbDriver"] = "PHP extension : php_'see current value'";
$text["settings_php_gd2"] = "PHP extension : php_gd2";
$text["settings_php_mbstring"] = "PHP extension : php_mbstring";
$text["settings_printDisclaimer_desc"] = "If true the disclaimer message the lang.inc files will be print on the bottom of the page";
$text["settings_printDisclaimer"] = "Print Disclaimer";
$text["settings_restricted_desc"] = "Only allow users to log in if they have an entry in the local database (irrespective of successful authentication with LDAP)";
$text["settings_restricted"] = "Restricted access";
$text["settings_rootDir_desc"] = "Path to where letoDMS is located";
$text["settings_rootDir"] = "Root directory";
$text["settings_rootFolderID_desc"] = "ID of root-folder (mostly no need to change)";
$text["settings_rootFolderID"] = "Root Folder ID";
$text["settings_SaveError"] = "Configuration file save error";
$text["settings_Server"] = "Server settings";
$text["settings"] = "Settings";
$text["settings_siteDefaultPage_desc"] = "Default page on login. If empty defaults to out/out.ViewFolder.php";
$text["settings_siteDefaultPage"] = "Site Default Page";
$text["settings_siteName_desc"] = "Name of site used in the page titles. Default: letoDMS";
$text["settings_siteName"] = "Site Name";
$text["settings_Site"] = "Site";
$text["settings_smtpPort_desc"] = "SMTP Server port, default 25";
$text["settings_smtpPort"] = "SMTP Server port";
$text["settings_smtpSendFrom_desc"] = "Send from";
$text["settings_smtpSendFrom"] = "Send from";
$text["settings_smtpServer_desc"] = "SMTP Server hostname";
$text["settings_smtpServer"] = "SMTP Server hostname";
$text["settings_SMTP"] = "SMTP Server settings";
$text["settings_stagingDir"] = "Directory for partial uploads";
$text["settings_strictFormCheck_desc"] = "Strict form checking. If set to true, then all fields in the form will be checked for a value. If set to false, then (most) comments and keyword fields become optional. Comments are always required when submitting a review or overriding document status";
$text["settings_strictFormCheck"] = "Strict Form Check";
$text["settings_suggestionvalue"] = "Suggestion value";
$text["settings_System"] = "System";
$text["settings_theme"] = "Default theme";
$text["settings_theme_desc"] = "Default style (name of a subfolder in folder \"styles\")";
$text["settings_titleDisplayHack_desc"] = "Workaround for page titles that go over more than 2 lines.";
$text["settings_titleDisplayHack"] = "Title Display Hack";
$text["settings_updateNotifyTime_desc"] = "Users are notified about document-changes that took place within the last 'Update Notify Time' seconds";
$text["settings_updateNotifyTime"] = "Update Notify Time";
$text["settings_versioningFileName_desc"] = "The name of the versioning info file created by the backup tool";
$text["settings_versioningFileName"] = "Versioning FileName";
$text["settings_viewOnlineFileTypes_desc"] = "Files with one of the following endings can be viewed online (USE ONLY LOWER CASE CHARACTERS)";
$text["settings_viewOnlineFileTypes"] = "View Online File Types";
$text["signed_in_as"] = "Signed in as";
$text["sign_in"] = "sign in";
$text["sign_out"] = "sign out";
$text["space_used_on_data_folder"] = "Space used on data folder";
$text["status_approval_rejected"] = "Draft rejected";
$text["status_approved"] = "Approved";
$text["status_approver_removed"] = "Approver removed from process";
$text["status_not_approved"] = "Not approved";
$text["status_not_reviewed"] = "Not reviewed";
$text["status_reviewed"] = "Reviewed";
$text["status_reviewer_rejected"] = "Draft rejected";
$text["status_reviewer_removed"] = "Reviewer removed from process";
$text["status"] = "Status";
$text["status_unknown"] = "Unknown";
$text["storage_size"] = "Storage size";
$text["submit_approval"] = "Poslat schválení";
$text["submit_login"] = "Přihlásit se";
$text["submit_review"] = "Poslat kontrolu";
$text["sunday"] = "Neděle";
$text["theme"] = "Vzhled";
$text["thursday"] = "Čtvrtek";
$text["toggle_manager"] = "Přepnout správce";
$text["to"] = "Do";
$text["tuesday"] = "Úterý";
$text["under_folder"] = "V adresáři";
$text["unknown_command"] = "Příkaz nebyl rozpoznán.";
$text["unknown_document_category"] = "Unknown category";
$text["unknown_group"] = "Neznámé ID skupiny";
$text["unknown_id"] = "neznámé id";
$text["unknown_keyword_category"] = "Neznámá kategorie";
$text["unknown_owner"] = "Neznámé ID vlastníka";
$text["unknown_user"] = "Neznámé ID uživatele";
$text["unlock_cause_access_mode_all"] = "Můžete ho pořád aktualizovat, protože máte režim přístupu \"all\". Zámek bude automaticky odstraněn.";
$text["unlock_cause_locking_user"] = "Můžete ho pořád aktualizovat, protože jste ten, kdo ho zamknul. Zámek bude automaticky odstraněn.";
$text["unlock_document"] = "Odemknout";
$text["update_approvers"] = "Aktualizovat seznam schvalovatelů";
$text["update_document"] = "Aktualizovat";
$text["update_fulltext_index"] = "Update fulltext index";
$text["update_info"] = "Aktualizovat informace";
$text["update_locked_msg"] = "Tento dokument je zamčený.";
$text["update_reviewers"] = "Aktualizovat seznam kontrolorů";
$text["update"] = "Aktualizovat";
$text["uploaded_by"] = "Nahrál";
$text["uploading_failed"] = "Nahrání selhalo. Prosím, kontaktujte správce.";
$text["use_default_categories"] = "Use predefined categories";
$text["use_default_keywords"] = "Použít předdefinovaná klíčová slova";
$text["user_exists"] = "Uživatel už existuje.";
$text["user_image"] = "Obrázek";
$text["user_info"] = "Informace o uživateli";
$text["user_list"] = "Seznam uživatelů";
$text["user_login"] = "ID uživatele";
$text["user_management"] = "Uživatelé";
$text["user_name"] = "Plné jméno";
$text["users"] = "Uživatel";
$text["user"] = "Uživatel";
$text["version_deleted_email"] = "Version deleted";
$text["version_info"] = "Informace o verzi";
$text["versioning_file_creation"] = "Vytvoření verzování souboru";
$text["versioning_file_creation_warning"] = "Pomocí této operace můžete vytvořit soubor obsahující informace o verzování celé složky DMS. Po vytvoření bude každý soubor uložen uvnitř složky dokumentů.";
$text["versioning_info"] = "Info verzování";
$text["version"] = "Verze";
$text["view_online"] = "Zobrazit online";
$text["warning"] = "Upozornění";
$text["wednesday"] = "Středa";
$text["week_view"] = "Zobrazení týdne";
$text["year_view"] = "Zobrazení roku";
$text["yes"] = "Ano";
?>
letodms-3.3.11+dfsg.1/languages/Czech/help.htm 0000644 0001750 0001750 00000000024 12040235120 021451 0 ustar francisco francisco TODO
letodms-3.3.11+dfsg.1/languages/German/ 0000755 0001750 0001750 00000000000 12040235120 020170 5 ustar francisco francisco letodms-3.3.11+dfsg.1/languages/German/lang.inc 0000644 0001750 0001750 00000124116 12037727447 021641 0 ustar francisco francisco Warning: ein menschenlesbares Archiv ist als Server-Backup unbrauchbar.";
$text["assign_approvers"] = "Freigebende zuweisen";
$text["assign_reviewers"] = "Prüfer zuweisen";
$text["assign_user_property_to"] = "Assign user's properties to";
$text["assumed_released"] = "Angenommen, freigegeben";
$text["august"] = "August";
$text["automatic_status_update"] = "Automatischer Statuswechsel";
$text["back"] = "Zurück";
$text["backup_list"] = "Liste vorhandener Backups";
$text["backup_remove"] = "Backup löschen";
$text["backup_tools"] = "Backup tools";
$text["between"] = "zwischen";
$text["calendar"] = "Kalendar";
$text["cancel"] = "Abbrechen";
$text["cannot_assign_invalid_state"] = "Die Zuweisung eines neuen Prüfers zu einem Dokument, welches noch nachbearbeitet oder überprüft wird ist nicht möglich";
$text["cannot_change_final_states"] = "Warnung: Nicht imstande, Dokumentstatus für Dokumente, die zurückgewiesen worden sind, oder als abgelaufen bzw. überholt markiert wurden zu ändern";
$text["cannot_delete_yourself"] = "Sie können nicht Ihr eigenes Login löschen";
$text["cannot_move_root"] = "Störung: Verschieben des Hauptordners nicht möglich";
$text["cannot_retrieve_approval_snapshot"] = "Nicht imstande, für diese Dokumentenversion die Freigabe für den Status Snapshot zurückzuholen.";
$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 vergeben.";
$text["categories"] = "Kategorien";
$text["change_assignments"] = "Zuweisungen ändern";
$text["change_password"] = "Passwort ä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--";
$text["choose_target_category"] = "Kategorie wählen";
$text["choose_target_document"] = "Dokument wählen";
$text["choose_target_folder"] = "Zielordner wählen";
$text["choose_user"] = "--Benutzer wählen--";
$text["comment_changed_email"] = "Kommentar geändert";
$text["comment"] = "Kommentar";
$text["comment_for_current_version"] = "Kommentar zur
aktuellen Version";
$text["confirm_create_fulltext_index"] = "Ja, Ich möchte den Volltextindex neu erzeugen!.";
$text["confirm_pwd"] = "Passwort-Bestätigung";
$text["confirm_rm_backup"] = "Möchten Sie wirklich das Backup \"[arkname]\" löschen?
Beachten Sie, dass diese Operation nicht rückgängig gemacht werden kann.";
$text["confirm_rm_document"] = "Wollen Sie das Dokument \"[documentname]\" wirklich löschen?
Achtung: Dieser Vorgang kann nicht rückgängig gemacht werden.";
$text["confirm_rm_dump"] = "Möchten Sie wirklich den DB dump \"[dumpname]\" löschen?
Beachten Sie, dass diese Operation nicht rückgängig gemacht werden kann.";
$text["confirm_rm_event"] = "Möchten Sie wirklich das Ereignis \"[name]\" löschen?
Beachten Sie, dass diese Operation nicht rückgängig gemacht werden kann.";
$text["confirm_rm_file"] = "Möchten Sie wirklich die Datei \"[name]\" des Dokuments \"[documentname]\" löschen?
Beachten Sie, dass diese Operation nicht rückgängig gemacht werden kann.";
$text["confirm_rm_folder"] = "Wollen Sie den Ordner \"[foldername]\" mitsamt seines Inhalts wirklich löschen?
Achtung: Dieser Vorgang kann nicht rückgängig gemacht werden.";
$text["confirm_rm_folder_files"] = "Möchten Sie wirklich alle Dateien und Unterordner des Ordner \"[foldername]\" löschen?
Vorsicht: Diese Operation kann nicht rückgängig gemacht werden.";
$text["confirm_rm_group"] = "Möchten Sie wirklich die Gruppe \"[groupname]\" löschen?
Beachten Sie, dass diese Operation nicht rückgängig gemacht werden kann.";
$text["confirm_rm_log"] = "Möchten Sie wirklich die Log-Datei \"[logname]\" löschen?
Beachten Sie, dass diese Operation nicht rückgängig gemacht werden kann.";
$text["confirm_rm_user"] = "Möchten Sie wirklich den Benutzer \"[username]\" löschen?
Beachten Sie, dass diese Operation nicht rückgängig gemacht werden kann.";
$text["confirm_rm_version"] = "Wollen Sie die Version [version] des Dokumentes \"[documentname]\" wirklich löschen?
Achtung: Dieser Vorgang kann nicht rückgängig gemacht werden.";
$text["content"] = "Inhalt";
$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";
$text["december"] = "Dezember";
$text["default_access"] = "Standardberechtigung";
$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öße 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";
$text["document"] = "Dokument";
$text["document_infos"] = "Informationen";
$text["document_is_not_locked"] = "Dieses Dokument ist nicht gesperrt";
$text["document_link_by"] = "Verweis erstellt von";
$text["document_link_public"] = "Für alle sichtbar";
$text["document_moved_email"] = "Dokument verschoben";
$text["document_renamed_email"] = "Dokument umbenannt";
$text["documents"] = "Dokumente";
$text["documents_in_process"] = "Dokumente in Bearbeitung";
$text["documents_locked_by_you"] = "Von mir gesperrte Dokumente";
$text["document_status_changed_email"] = "Dokumentenstatus geändert";
$text["documents_to_approve"] = "Freigabe erforderlich";
$text["documents_to_review"] = "Prüfung erforderlich";
$text["documents_user_requiring_attention"] = "Diese Dokumente sollte ich mal nachsehen";
$text["document_title"] = "Dokument '[documentname]'";
$text["document_updated_email"] = "Dokument aktualisiert";
$text["does_not_expire"] = "Keine Gültigkeit";
$text["does_not_inherit_access_msg"] = "Berechtigungen wieder erben";
$text["download"] = "Download";
$text["draft_pending_approval"] = "Entwurf - bevorstehende Freigabe";
$text["draft_pending_review"] = "Entwurf - bevorstehende Prüfung";
$text["dump_creation"] = "DB dump erzeugen";
$text["dump_creation_warning"] = "Mit dieser Operation können Sie einen Dump der Datenbank erzeugen. Nach der Erstellung wird der Dump im Datenordner Ihres Servers gespeichert.";
$text["dump_list"] = "Vorhandene DB dumps";
$text["dump_remove"] = "DB dump löschen";
$text["edit_comment"] = "Kommentar bearbeiten";
$text["edit_default_keywords"] = "Schlüsselworte bearbeiten";
$text["edit_document_access"] = "Zugriffsrechte bearbeiten";
$text["edit_document_notify"] = "Benachrichtigungen";
$text["edit_document_props"] = "Bearbeiten";
$text["edit"] = "Bearbeiten";
$text["edit_event"] = "Ereignis editieren";
$text["edit_existing_access"] = "Bestehende Berechtigungen bearbeiten";
$text["edit_existing_notify"] = "Benachrichtigungen bearbeiten";
$text["edit_folder_access"] = "Zugriffsrechte bearbeiten";
$text["edit_folder_notify"] = "Ordner Benachrichtigungen bearbeiten";
$text["edit_folder_props"] = "Ordner bearbeiten";
$text["edit_group"] = "Gruppe bearbeiten";
$text["edit_user_details"] = "Benutzerdetails bearbeiten";
$text["edit_user"] = "Benutzer bearbeiten";
$text["email"] = "Email";
$text["email_error_title"] = "Keine E-Mail-Adresse eingegeben";
$text["email_footer"] = "Sie können zu jeder Zeit Ihre E-Mail-Adresse über 'Mein Profil' ändern.";
$text["email_header"] = "Dies ist eine automatische Nachricht des DMS-Servers.";
$text["email_not_given"] = "Bitte geben Sie eine gültige E-Mail-Adresse ein.";
$text["empty_notify_list"] = "Keine Benachrichtigungen";
$text["error"] = "Fehler";
$text["error_no_document_selected"] = "Kein Dokument ausgewählt";
$text["error_no_folder_selected"] = "Kein Ordner ausgewählt";
$text["error_occured"] = "Ein Fehler ist aufgetreten.
Bitte Administrator benachrichtigen.";
$text["event_details"] = "Ereignisdetails";
$text["expired"] = "abgelaufen";
$text["expires"] = "Gültigkeit";
$text["expiry_changed_email"] = "Verfallsdatum geändert";
$text["february"] = "Februar";
$text["file"] = "Datei";
$text["files_deletion"] = "Dateien löschen";
$text["files_deletion_warning"] = "Durch diese Operation können Sie Dokumente des DMS löschen. Die Versions-Information bleibt erhalten.";
$text["files"] = "Dateien";
$text["file_size"] = "Dateigröße";
$text["folder_contents"] = "Ordner enthält";
$text["folder_deleted_email"] = "Ordner gelöscht";
$text["folder"] = "Ordner";
$text["folder_infos"] = "Informationen";
$text["folder_moved_email"] = "Ordner verschoben";
$text["folder_renamed_email"] = "Ordner umbenannt";
$text["folders_and_documents_statistic"] = "Ordner- und Dokumenten-Übersicht";
$text["folders"] = "Verzeichnisse";
$text["folder_title"] = "LetoDMS - Ordner: [foldername]";
$text["friday"] = "Freitag";
$text["from"] = "von";
$text["fullsearch"] = "Volltextsuche";
$text["fullsearch_hint"] = "Volltextindex benutzen";
$text["fulltext_info"] = "Volltext-Index Info";
$text["global_default_keywords"] = "Globale Stichwortlisten";
$text["global_document_categories"] = "Kategorien";
$text["group_approval_summary"] = "Freigabe-Gruppen";
$text["group_exists"] = "Gruppe existiert bereits";
$text["group"] = "Gruppe";
$text["group_management"] = "Gruppenverwaltung";
$text["group_members"] = "Gruppenmitglieder";
$text["group_review_summary"] = "Prüfergruppen";
$text["groups"] = "Gruppen";
$text["guest_login_disabled"] = "Anmeldung als Gast ist gesperrt.";
$text["guest_login"] = "Als Gast anmelden";
$text["help"] = "Hilfe";
$text["hourly"] = "stündlich";
$text["human_readable"] = "Menschenlesbares Archiv";
$text["include_documents"] = "Dokumente miteinbeziehen";
$text["include_subdirectories"] = "Unterverzeichnisse miteinbeziehen";
$text["individuals"] = "Einzelpersonen";
$text["inherits_access_msg"] = "Zur Zeit werden die Rechte geerbt";
$text["inherits_access_copy_msg"] = "Berechtigungen kopieren";
$text["inherits_access_empty_msg"] = "Leere Zugriffsliste";
$text["internal_error_exit"] = "Interner Fehler: nicht imstande, Antrag durchzuführen. Herausnehmen. verlassen.";
$text["internal_error"] = "Interner Fehler";
$text["invalid_access_mode"] = "Unzulässige Zugangsart";
$text["invalid_action"] = "Unzulässige Aktion";
$text["invalid_approval_status"] = "Unzulässiger Freigabestatus";
$text["invalid_create_date_end"] = "Unzulässiges Enddatum für Erstellung des Datumsbereichs.";
$text["invalid_create_date_start"] = "Unzulässiges Startdatum für Erstellung des Datumsbereichs.";
$text["invalid_doc_id"] = "Unzulässige Dokumentenidentifikation";
$text["invalid_file_id"] = "Ungültige Datei-ID";
$text["invalid_folder_id"] = "Unzulässige Ordneridentifikation";
$text["invalid_group_id"] = "Unzulässige Gruppenidentifikation";
$text["invalid_link_id"] = "Unzulässige Linkbezeichnung";
$text["invalid_request_token"] = "Ungültige Anfragekennung";
$text["invalid_review_status"] = "Unzulässiger Überprüfungssstatus";
$text["invalid_sequence"] = "Unzulässige Reihenfolge der Werte";
$text["invalid_status"] = "Unzulässiger Dokumentenstatus";
$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_hidden"] = "In der Benutzerliste verbergen";
$text["january"] = "Januar";
$text["js_no_approval_group"] = "Wählen Sie bitte eine Freigabe-Gruppe aus";
$text["js_no_approval_status"] = "Wählen Sie bitte einen Freigabe-Status aus";
$text["js_no_comment"] = "Geben Sie einen Kommentar an";
$text["js_no_email"] = "Geben Sie eine Email-Adresse an";
$text["js_no_file"] = "Bitte wählen Sie eine Datei";
$text["js_no_keywords"] = "Geben Sie einige Stichwörter an";
$text["js_no_login"] = "Geben Sie einen Benutzernamen ein";
$text["js_no_name"] = "Sie haben den Namen vergessen";
$text["js_no_override_status"] = "Bitte wählen Sie einen neuen Status aus";
$text["js_no_pwd"] = "Sie müssen ein Passwort eingeben";
$text["js_no_query"] = "Geben Sie einen Suchbegriff ein";
$text["js_no_review_group"] = "Bitte wählen Sie eine Prüfer-Gruppe";
$text["js_no_review_status"] = "Bitte wählen Sie einen Prüfungs-Status";
$text["js_pwd_not_conf"] = "Passwort und -Bestätigung stimmen nicht überein";
$text["js_select_user_or_group"] = "Wählen Sie mindestens einen Benutzer oder eine Gruppe aus";
$text["js_select_user"] = "Bitte einen Benutzer auswählen";
$text["july"] = "Juli";
$text["june"] = "Juni";
$text["keyword_exists"] = "Stichwort besteht bereits";
$text["keywords"] = "Stichworte";
$text["language"] = "Sprache";
$text["last_update"] = "Letzte Aktualisierung";
$text["link_alt_updatedocument"] = "Wenn Sie ein Dokument hochladen möchten, das größer als die maximale Dateigröße ist, dann benutzen Sie bitte die alternative Upload-Seite.";
$text["linked_documents"] = "verknüpfte Dokumente";
$text["linked_files"] = "Anhänge";
$text["local_file"] = "Lokale Datei";
$text["locked_by"] = "Gesperrt von";
$text["lock_document"] = "Sperren";
$text["lock_message"] = "Dieses Dokument ist durch [username] gesperrt. Nur authorisierte Benutzer können diese Sperrung aufheben.";
$text["lock_status"] = "Status";
$text["login"] = "Login";
$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";
$text["login_ok"] = "Anmeldung erfolgreich";
$text["log_management"] = "Management der Log-Dateien";
$text["logout"] = "Abmelden";
$text["manager"] = "Manager";
$text["march"] = "März";
$text["max_upload_size"] = "Maximale Dateigröße";
$text["may"] = "Mai";
$text["monday"] = "Montag";
$text["month_view"] = "Monatsansicht";
$text["monthly"] = "monatlich";
$text["move_document"] = "Dokument verschieben";
$text["move_folder"] = "Ordner verschieben";
$text["move"] = "verschieben";
$text["my_account"] = "Mein Profil";
$text["my_documents"] = "Meine Dokumente";
$text["name"] = "Name";
$text["new_default_keyword_category"] = "Neue Kategorie";
$text["new_default_keywords"] = "Neue Vorlage";
$text["new_document_category"] = "Neue Kategorie";
$text["new_document_email"] = "Neues Dokument";
$text["new_file_email"] = "Neuer Anhang";
$text["new_folder"] = "Neuer Ordner";
$text["new"] = "Neu";
$text["new_subfolder_email"] = "Neuer Ordner";
$text["new_user_image"] = "Neues Bild";
$text["no_action"] = "Keine Aktion erforderlich.";
$text["no_approval_needed"] = "Keine offenen Freigaben.";
$text["no_attached_files"] = "Keine angehängten Dokumente";
$text["no_default_keywords"] = "Keine Vorlagen vorhanden";
$text["no_docs_locked"] = "Keine Dokumente gesperrt.";
$text["no_docs_to_approve"] = "Es gibt z.Z. keine Dokumente, die eine Freigabe erfordern.";
$text["no_docs_to_look_at"] = "Keine Dokumente, nach denen geschaut werden müsste.";
$text["no_docs_to_review"] = "Es gibt z.Z. keine Dokumente, die eine Prüfung erfordern.";
$text["no_group_members"] = "Diese Gruppe hat keine Mitglieder";
$text["no_groups"] = "keine Gruppen";
$text["no"] = "Nein";
$text["no_linked_files"] = "Keine verknüpften Dokumente";
$text["no_previous_versions"] = "Keine anderen Versionen gefunden";
$text["no_review_needed"] = "Keine offenen Prüfungen.";
$text["notify_added_email"] = "Benachrichtigung per Mail wurde eingerichtet";
$text["notify_deleted_email"] = "Sie wurden von der Liste der Benachrichtigungen entfernt.";
$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["objectcheck"] = "Ordner- und Dokumentenprüfung";
$text["obsolete"] = "veraltet";
$text["october"] = "Oktober";
$text["old"] = "Old";
$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_repeat"] = "Passwort wiederholen";
$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_hash"] = "Eine Mail mit weiteren Anweisungen wurde an Sie verschickt.";
$text["password_forgotten_text"] = "Füllen Sie das Formular aus und folgen Sie dann den Anweisungen, die Ihnen per Mail geschickt werden.";
$text["password_forgotten_title"] = "Passwort gesendet";
$text["password_wrong"] = "Falsches Passwort";
$text["personal_default_keywords"] = "Persönliche Stichwortlisten";
$text["previous_versions"] = "Vorhergehende Versionen";
$text["refresh"] = "Aktualisieren";
$text["rejected"] = "abgelehnt";
$text["released"] = "freigegeben";
$text["removed_approver"] = "ist von der Freigeber-Liste entfernt worden.";
$text["removed_file_email"] = "Anhang gelöscht";
$text["removed_reviewer"] = "ist von der Prüfer-Liste entfernt worden.";
$text["repairing_objects"] = "Repariere Dokumente und Ordner.";
$text["results_page"] = "Ergebnis-Seite";
$text["review_deletion_email"] = "Prüfungsaufforderung gelöscht";
$text["reviewer_already_assigned"] = "Prüfer bereits zugewiesen";
$text["reviewer_already_removed"] = "Prüfer wurde bereits aus dem Prüfvorgang entfernt oder hat die Prüfung bereits abgeschlossen";
$text["reviewers"] = "Prüfer";
$text["review_group"] = "Gruppe: prüfen";
$text["review_request_email"] = "Aufforderung zur Prüfung";
$text["review_status"] = "Status: prüfen";
$text["review_submit_email"] = "Prüfung ausgeführt";
$text["review_summary"] = "Übersicht Prüfungen";
$text["review_update_failed"] = "Störung bei Aktualisierung des Prüfstatus. Aktualisierung gescheitert.";
$text["rm_default_keyword_category"] = "Kategorie löschen";
$text["rm_document"] = "Löschen";
$text["rm_document_category"] = "Lösche Kategorie";
$text["rm_file"] = "Datei Löschen";
$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["role_admin"] = "Administrator";
$text["role_guest"] = "Gast";
$text["role_user"] = "Benutzer";
$text["role"] = "Rolle";
$text["saturday"] = "Samstag";
$text["save"] = "Speichern";
$text["search_fulltext"] = "Suche im Volltext";
$text["search_in"] = "Suchen in";
$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_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";
$text["search"] = "Suchen";
$text["search_time"] = "Dauer: [time] sek.";
$text["selection"] = "Auswahl";
$text["select_one"] = "Bitte wählen";
$text["september"] = "September";
$text["seq_after"] = "Nach \"[prevname]\"";
$text["seq_end"] = "Ans Ende";
$text["seq_keep"] = "Beibehalten";
$text["seq_start"] = "An den Anfang";
$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_install_welcome_title"] = "Willkommen zur Installation von letoDMS";
$text["settings_install_welcome_text"] = "
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.
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 http://adodb.sourceforge.net and install it. The path to it can later be set during installation.
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.
";
$text["settings_start_install"] = "Installation starten";
$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";
$text["settings_adminIP_desc"] = "Wenn hier eine IP-Nummer eingetragen wird, kann eine Anmeldung als Administrator nur von dieser Adresse erfolgen. Funktioniert nur mit Anmeldung über die Datenbank (nicht LDAP)";
$text["settings_ADOdbPath"] = "ADOdb-Pfad";
$text["settings_ADOdbPath_desc"] = "Pfad zu ADOdb. Dies ist das Verzeichnis, welches die ADOdb-Klassen beinhaltet.";
$text["settings_Advanced"] = "Erweitert";
$text["settings_apache_mod_rewrite"] = "Apache - Module Rewrite";
$text["settings_Authentication"] = "Authentifikations-Einstellungen";
$text["settings_Calendar"] = "Kalender-Einstellungen";
$text["settings_calendarDefaultView"] = "Kalender Standardansicht";
$text["settings_calendarDefaultView_desc"] = "Voreingestellte Ansicht des Kalenders";
$text["settings_contentDir"] = "Content-Verzeichnis";
$text["settings_contentDir_desc"] = "Verzeichnis, in dem die Dokumente gespeichert werden. Sie sollten ein Verzeichnis wählen, das nicht durch den Web-Server erreichbar ist.";
$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_luceneClassDir"] = "Lucene LetoDMS Verzeichnis";
$text["settings_luceneClassDir_desc"] = "Pfad zum PEAR-Paket LetoDMS_Lucene (optional)";
$text["settings_luceneDir"] = "Lucene Index-Verzeichnis";
$text["settings_luceneDir_desc"] = "Verzeichnis in dem der Lucene-Index abgelegt wird";
$text["settings_cannot_disable"] = "Datei ENABLE_INSTALL_TOOL konnte nicht gelöscht werden";
$text["settings_install_disabled"] = "Datei ENABLE_INSTALL_TOOL wurde gelöscht. Sie können sich nun bei LetoDMS anmeldung und mit der Konfiguration fortfahren.";
$text["settings_createdatabase"] = "Datenbank erzeugen";
$text["settings_createdirectory"] = "Verzeichnis erzeugen";
$text["settings_currentvalue"] = "Aktueller Wert";
$text["settings_Database"] = "Datenbank-Einstellungen";
$text["settings_dbDatabase"] = "Datenbank";
$text["settings_dbDatabase_desc"] = "Der Name der Datenbank, die bei der Installation von LetoDMS eingerichtet wurde. Ändern Sie diese Feld nicht, es sei denn es ist notwendig, weil Sie die Datenbank umbenannt haben.";
$text["settings_dbDriver"] = "Datenbank-Typ";
$text["settings_dbDriver_desc"] = "Der Typ der Datenbank, die bei der Installation von LetoDMS eingerichtet wurde. Ändern Sie dieses Feld nicht, es sei denn Sie migrieren die Datenbank auf einen anderen Datenbank-Server. Für eine Liste der möglichen Typen schauen Sie bitte in das Readme von ADOdb";
$text["settings_dbHostname_desc"] = "Der Name des Servers auf dem Ihr Datenbank-Server läuft. Ändern Sie dieses Feld nur, wenn Sie die Datenbank auf einen anderen Server transferieren.";
$text["settings_dbHostname"] = "Server-Name";
$text["settings_dbPass_desc"] = "Das Passwort, um auf die Datenbank zugreifen zu können.";
$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"] = "Datenbank-Schema 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.";
$text["settings_disableSelfEdit"] = "Ändern des eigenen Profils";
$text["settings_Display"] = "Anzeige-Einstellungen";
$text["settings_Edition"] = "Funktions-Einstellungen";
$text["settings_enableAdminRevApp_desc"] = "Anwählen, um Administratoren in der Liste der Prüfer und Freigeber auszugeben";
$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"] = "Dokumentenkonvertierung einschalten";
$text["settings_enableEmail_desc"] = "Automatische E-Mail-Benachrichtigung ein-/ausschalten";
$text["settings_enableEmail"] = "E-mail aktivieren";
$text["settings_enableFolderTree_desc"] = "Schaltet den Verzeichnisbaum ein oder aus";
$text["settings_enableFolderTree"] = "Verzeichnisbaum einschalten";
$text["settings_enableFullSearch"] = "Volltextsuche einschalten";
$text["settings_enableFullSearch_desc"] = "Anwählen, um die Volltextsuche mittels Lucene einzuschalten.";
$text["settings_enableGuestLogin_desc"] = "Wenn Sie Gast-Logins erlauben wollen, dann wählen Sie diese Option an. Anmerkung: Gast-Logins sollten nur in einer vertrauenswürdigen Umgebung erlaubt werden.";
$text["settings_enableGuestLogin"] = "Anmeldung als Gast";
$text["settings_enableLargeFileUpload_desc"] = "Wenn dies gesetzt ist, dann ist ebenfalls der Upload von Dokumenten durch ein java applet mit Namen 'jumploader' ohne Begrenzung der maximalen Dateigröße möglich. Auch das Hochladen mehrerer Dokumente in einem Schritt wird dadurch ermöglicht.";
$text["settings_enableLargeFileUpload"] = "Hochladen von sehr großen Dateien ermöglichen";
$text["settings_enablePasswordForgotten_desc"] = "Setzen Sie diese Option, wenn Benutzer ein neues Password per E-Mail anfordern dürfen.";
$text["settings_enablePasswordForgotten"] = "Passwort-Vergessen Funktion einschalten";
$text["settings_enableUserImage_desc"] = "Foto der Benutzer ein-/ausschalten";
$text["settings_enableUserImage"] = "Benutzerbilder einschalten";
$text["settings_enableUsersView_desc"] = "Gruppen- und Benutzeransicht für alle Benutzer ein-/ausschalten";
$text["settings_enableUsersView"] = "Benutzeransicht aktivieren";
$text["settings_encryptionKey"] = "Verschlüsselungs-Sequenz";
$text["settings_encryptionKey_desc"] = "Diese Zeichenkette wird verwendet um eine eindeutige Kennung zu erzeugen, die als verstecktes Feld in einem Formular untergebracht wird. Sie dient zur Verhinderung von CSRF-Attacken.";
$text["settings_error"] = "Fehler";
$text["settings_expandFolderTree_desc"] = "Auswählen, wie der Dokumenten-Baum nach der Anmeldung angezeigt wird.";
$text["settings_expandFolderTree"] = "Dokumenten-Baum";
$text["settings_expandFolderTree_val0"] = "versteckt";
$text["settings_expandFolderTree_val1"] = "sichtbar und erste Ebene ausgeklappt";
$text["settings_expandFolderTree_val2"] = "sichtbar und komplett ausgeklappt";
$text["settings_firstDayOfWeek_desc"] = "Erster Tag der Woche";
$text["settings_firstDayOfWeek"] = "Erster Tag der Woche";
$text["settings_footNote_desc"] = "Meldung, die im Fuß jeder Seite angezeigt wird.";
$text["settings_footNote"] = "Text im Fuß der Seite";
$text["settings_guestID_desc"] = "Id des Gast-Benutzers, wenn man sich als 'guest' einloggt.";
$text["settings_guestID"] = "Gast-ID";
$text["settings_httpRoot_desc"] = "Der relative Pfad in der URL nach der Domain, also ohne http:// und den hostnamen. z.B. wenn die komplette URL http://www.example.com/letodms/ ist, dann setzen Sie diesen Wert auf '/letodms/'. Wenn die URL http://www.example.com/ ist, tragen Sie '/' ein.";
$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"] = "Installieren Sie das Pear-Packet 'Log'";
$text["settings_install_pear_package_webdav"] = "Installieren Sie das Pear-Packet 'HTTP_WebDAV_Server', if you intend to use the webdav interface";
$text["settings_install_zendframework"] = "Installieren Sie das Zend Framework, wenn Sie die Volltextindizierung nutzen 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.";
$text["settings_logFileEnable"] = "Log-Datei ein-/ausschalten";
$text["settings_logFileRotation_desc"] = "Zeitraum nachdem eine Rotation der Log-Datei durchgeführt wird";
$text["settings_logFileRotation"] = "Rotation der Log-Datei";
$text["settings_luceneDir"] = "Verzeichnis für Volltextindex";
$text["settings_maxDirID_desc"] = "Maximale Anzahl der Unterverzeichnisse in einem Verzeichnis. Voreingestellt ist 32700.";
$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_perms"] = "Berechtigungen";
$text["settings_pear_log"] = "Pear-Packet : Log";
$text["settings_pear_webdav"] = "Pear-Packet : HTTP_WebDAV_Server";
$text["settings_php_dbDriver"] = "PHP extension : php_'see current value'";
$text["settings_php_gd2"] = "PHP-Erweiterung: php_gd2";
$text["settings_php_mbstring"] = "PHP-Erweiterung: php_mbstring";
$text["settings_printDisclaimer_desc"] = "Anwählen, um die rechtlichen Hinweise am Ende jeder Seite anzuzeigen.";
$text["settings_printDisclaimer"] = "Rechtliche Hinweise";
$text["settings_restricted_desc"] = "Nur Benutzer, die einen Eintrag in der Benutzerdatenbank haben dürfen sich einloggen (unabhängig von einer erfolgreichen Authentifizierung über LDAP)";
$text["settings_restricted"] = "Beschränkter Zugriff";
$text["settings_rootDir_desc"] = "Wurzelverzeichnis von letoDMS auf der Festplatte";
$text["settings_rootDir"] = "Wurzelverzeichnis";
$text["settings_rootFolderID_desc"] = "Id des Wurzelordners in letoDMS (kann in der Regel unverändert bleiben)";
$text["settings_rootFolderID"] = "Id des Wurzelordners";
$text["settings_SaveError"] = "Fehler beim Speichern der Konfiguration";
$text["settings_Server"] = "Server-Einstellungen";
$text["settings"] = "Einstellungen";
$text["settings_siteDefaultPage_desc"] = "Erste Seite nach der Anmeldung. Voreingestellt ist 'out/out.ViewFolder.php'";
$text["settings_siteDefaultPage"] = "Startseite";
$text["settings_siteName_desc"] = "Name der Site zur Anzeige in Seitentiteln. Voreingestellt ist 'letoDMS'";
$text["settings_siteName"] = "Name der Site";
$text["settings_Site"] = "Site";
$text["settings_smtpPort_desc"] = "SMTP Server Port, voreingestellt ist 25";
$text["settings_smtpPort"] = "SMTP Server Port";
$text["settings_smtpSendFrom_desc"] = "Absenderadresse für herausgehende Mails";
$text["settings_smtpSendFrom"] = "Absenderadresse";
$text["settings_smtpServer_desc"] = "SMTP Server-Hostname";
$text["settings_smtpServer"] = "SMTP Server-Hostname";
$text["settings_SMTP"] = "SMTP Server-Einstellungen";
$text["settings_stagingDir"] = "Verzeichnis für partielle Uploads";
$text["settings_strictFormCheck_desc"] = "Strict form checking. If set to true, then all fields in the form will be checked for a value. If set to false, then (most) comments and keyword fields become optional. Comments are always required when submitting a review or overriding document status";
$text["settings_strictFormCheck"] = "Genauer Formular-Check";
$text["settings_suggestionvalue"] = "Vorgeschlagener Wert";
$text["settings_System"] = "System";
$text["settings_theme"] = "Aussehen";
$text["settings_theme_desc"] = "Voreingestelltes Aussehen (Name des Unterordners 'styles')";
$text["settings_titleDisplayHack_desc"] = "Workaround for page titles that go over more than 2 lines.";
$text["settings_titleDisplayHack"] = "Title Display Hack";
$text["settings_updateDatabase"] = "Datenbank-Update-Skript ausführen";
$text["settings_updateNotifyTime_desc"] = "Users are notified about document-changes that took place within the last 'Update Notify Time' seconds";
$text["settings_updateNotifyTime"] = "Update Notify Time";
$text["settings_versioningFileName_desc"] = "Der Name der Datei mit Versionsinformationen, wie sie durch das Backup-Tool erzeugt werden.";
$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";
$text["space_used_on_data_folder"] = "Benutzter Plattenplatz";
$text["status_approval_rejected"] = "Entwurf abgelehnt";
$text["status_approved"] = "freigegeben";
$text["status_approver_removed"] = "Freigebender wurde vom Prozess ausgeschlossen";
$text["status_not_approved"] = "keine Freigabe";
$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"] = "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["sunday"] = "Sonntag";
$text["theme"] = "Aussehen";
$text["thursday"] = "Donnerstag";
$text["toggle_manager"] = "Managerstatus wechseln";
$text["to"] = "bis";
$text["tuesday"] = "Dienstag";
$text["under_folder"] = "In Ordner";
$text["unknown_command"] = "unbekannter Befehl";
$text["unknown_document_category"] = "Unbekannte Kategorie";
$text["unknown_group"] = "unbekannte Gruppenidentifikation";
$text["unknown_id"] = "unbekannte id";
$text["unknown_keyword_category"] = "unbekannte Kategorie";
$text["unknown_owner"] = "unbekannte Besitzeridentifikation";
$text["unknown_user"] = "unbekannte Benutzeridentifikation";
$text["unlock_cause_access_mode_all"] = "Sie verfügen jedoch über unbeschränken Zugriff auf dieses Dokument.
Daher wird die Sperrung beim Update automatisch aufgehoben";
$text["unlock_cause_locking_user"] = "Sie sind im Moment mit demselben Benutzer angemeldet.
Daher wird die Sperrung beim Update automatisch aufgehoben";
$text["unlock_document"] = "Sperrung aufheben";
$text["update_approvers"] = "Liste der Freigebenden aktualisieren";
$text["update_document"] = "aktualisieren";
$text["update_fulltext_index"] = "Aktualisiere Volltextindex";
$text["update_info"] = "Informationen zur Aktualisierung";
$text["update_locked_msg"] = "Dieses Dokument wurde gesperrtDie Sperrung wurde von [username] eingerichtet.
";
$text["update_reviewers"] = "Liste der Prüfer aktualisieren";
$text["update"] = "aktualisieren";
$text["uploaded_by"] = "Hochgeladen durch";
$text["uploading_failed"] = "Das Hochladen der Datei ist fehlgeschlagen.
Bitte Administrator benachrichtigen
";
$text["use_default_categories"] = "Kategorievorlagen";
$text["use_default_keywords"] = "Stichwortvorlagen";
$text["user_exists"] = "Benutzer besteht bereits.";
$text["user_image"] = "Bild";
$text["user_info"] = "Benutzerinformation";
$text["user_list"] = "Benutzerübersicht";
$text["user_login"] = "Benutzername";
$text["user_management"] = "Benutzerverwaltung";
$text["user_name"] = "Vollst. Name";
$text["users"] = "Benutzer";
$text["user"] = "Benutzer";
$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.";
$text["versioning_info"] = "Versioning info";
$text["version"] = "Version";
$text["view_online"] = "Online betrachten";
$text["warning"] = "Warnung";
$text["wednesday"] = "Mitwoch";
$text["week_view"] = "Wochenansicht";
$text["year_view"] = "Jahresansicht";
$text["yes"] = "Ja";
?>
letodms-3.3.11+dfsg.1/languages/German/help.htm 0000644 0001750 0001750 00000000024 12040235120 021626 0 ustar francisco francisco
TODO
letodms-3.3.11+dfsg.1/languages/English/ 0000755 0001750 0001750 00000000000 12040235120 020350 5 ustar francisco francisco letodms-3.3.11+dfsg.1/languages/English/lang.inc 0000644 0001750 0001750 00000114633 12040235120 021774 0 ustar francisco francisco WARNING: an archive created as human readable will be unusable as server backup.";
$text["assign_approvers"] = "Assign Approvers";
$text["assign_reviewers"] = "Assign Reviewers";
$text["assign_user_property_to"] = "Assign user's properties to";
$text["assumed_released"] = "Assumed released";
$text["august"] = "August";
$text["automatic_status_update"] = "Automatic status change";
$text["back"] = "Go back";
$text["backup_list"] = "Existings backup list";
$text["backup_remove"] = "Remove backup file";
$text["backup_tools"] = "Backup tools";
$text["between"] = "between";
$text["calendar"] = "Calendar";
$text["cancel"] = "Cancel";
$text["cannot_assign_invalid_state"] = "Cannot modify an obsolete or rejected document";
$text["cannot_change_final_states"] = "Warning: You cannot alter status for document rejected, expired or with pending review or approval";
$text["cannot_delete_yourself"] = "Cannot delete yourself";
$text["cannot_move_root"] = "Error: Cannot move root folder.";
$text["cannot_retrieve_approval_snapshot"] = "Unable to retrieve approval status snapshot for this document version.";
$text["cannot_retrieve_review_snapshot"] = "Unable to retrieve review status snapshot for this document version.";
$text["cannot_rm_root"] = "Error: Cannot delete root folder.";
$text["category"] = "Category";
$text["category_exists"] = "Category already exists.";
$text["category_filter"] = "Only categories";
$text["category_in_use"] = "This category is currently used by documents.";
$text["category_noname"] = "No category name given.";
$text["categories"] = "Categories";
$text["change_assignments"] = "Change Assignments";
$text["change_password"] = "Change password";
$text["change_password_message"] = "Your password has been changed.";
$text["change_status"] = "Change Status";
$text["choose_category"] = "Please choose";
$text["choose_group"] = "Choose group";
$text["choose_target_category"] = "Choose category";
$text["choose_target_document"] = "Choose document";
$text["choose_target_folder"] = "Choose folder";
$text["choose_user"] = "Choose user";
$text["comment_changed_email"] = "Comment changed";
$text["comment"] = "Comment";
$text["comment_for_current_version"] = "Version comment";
$text["confirm_create_fulltext_index"] = "Yes, I would like to recreate the fulltext index!";
$text["confirm_pwd"] = "Confirm Password";
$text["confirm_rm_backup"] = "Do you really want to remove the file \"[arkname]\"?
Be careful: This action cannot be undone.";
$text["confirm_rm_document"] = "Do you really want to remove the document \"[documentname]\"?
Be careful: This action cannot be undone.";
$text["confirm_rm_dump"] = "Do you really want to remove the file \"[dumpname]\"?
Be careful: This action cannot be undone.";
$text["confirm_rm_event"] = "Do you really want to remove event \"[name]\"?
Be careful: This action cannot be undone.";
$text["confirm_rm_file"] = "Do you really want to remove file \"[name]\" of document \"[documentname]\"?
Be careful: This action cannot be undone.";
$text["confirm_rm_folder"] = "Do you really want to remove the folder \"[foldername]\" and its content?
Be careful: This action cannot be undone.";
$text["confirm_rm_folder_files"] = "Do you really want to remove all the files of the folder \"[foldername]\" and of its subfolders?
Be careful: This action cannot be undone.";
$text["confirm_rm_group"] = "Do you really want to remove the group \"[groupname]\"?
Be careful: This action cannot be undone.";
$text["confirm_rm_log"] = "Do you really want to remove log file \"[logname]\"?
Be careful: This action cannot be undone.";
$text["confirm_rm_user"] = "Do you really want to remove the user \"[username]\"?
Be careful: This action cannot be undone.";
$text["confirm_rm_version"] = "Do you really want to remove version [version] of document \"[documentname]\"?
Be careful: This action cannot be undone.";
$text["content"] = "Content";
$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";
$text["december"] = "December";
$text["default_access"] = "Default Access Mode";
$text["default_keywords"] = "Available keywords";
$text["delete"] = "Delete";
$text["details"] = "Details";
$text["details_version"] = "Details for version: [version]";
$text["disclaimer"] = "This is a classified area. Access is permitted only to authorized personnel. Any violation will be prosecuted according to the national and international laws.";
$text["do_object_repair"] = "Repair all folders and documents.";
$text["document_already_locked"] = "This document is aleady locked";
$text["document_deleted"] = "Document deleted";
$text["document_deleted_email"] = "Document deleted";
$text["document"] = "Document";
$text["document_infos"] = "Document Information";
$text["document_is_not_locked"] = "This document is not locked";
$text["document_link_by"] = "Linked by";
$text["document_link_public"] = "Public";
$text["document_moved_email"] = "Document moved";
$text["document_renamed_email"] = "Document renamed";
$text["documents"] = "Documents";
$text["documents_in_process"] = "Documents In Process";
$text["documents_locked_by_you"] = "Documents locked by you";
$text["document_status_changed_email"] = "Document status changed";
$text["documents_to_approve"] = "Documents awaiting your approval";
$text["documents_to_review"] = "Documents awaiting your Review";
$text["documents_user_requiring_attention"] = "Documents owned by you that require attention";
$text["document_title"] = "Document '[documentname]'";
$text["document_updated_email"] = "Document updated";
$text["does_not_expire"] = "Does not expire";
$text["does_not_inherit_access_msg"] = "Inherit access";
$text["download"] = "Download";
$text["draft_pending_approval"] = "Draft - pending approval";
$text["draft_pending_review"] = "Draft - pending review";
$text["dump_creation"] = "DB dump creation";
$text["dump_creation_warning"] = "With this operation you can create a dump file of your database content. After the creation the dump file will be saved in the data folder of your server.";
$text["dump_list"] = "Existings dump files";
$text["dump_remove"] = "Remove dump file";
$text["edit_comment"] = "Edit comment";
$text["edit_default_keywords"] = "Edit keywords";
$text["edit_document_access"] = "Edit Access";
$text["edit_document_notify"] = "Document Notification List";
$text["edit_document_props"] = "Edit document";
$text["edit"] = "Edit";
$text["edit_event"] = "Edit event";
$text["edit_existing_access"] = "Edit Access List";
$text["edit_existing_notify"] = "Edit notification list";
$text["edit_folder_access"] = "Edit access";
$text["edit_folder_notify"] = "Folder Notification List";
$text["edit_folder_props"] = "Edit folder";
$text["edit_group"] = "Edit group";
$text["edit_user_details"] = "Edit User Details";
$text["edit_user"] = "Edit user";
$text["email"] = "Email";
$text["email_error_title"] = "No email entered";
$text["email_footer"] = "You can always change your e-mail settings using 'My Account' functions";
$text["email_header"] = "This is an automatic message from the DMS server.";
$text["email_not_given"] = "Please enter a valid email address.";
$text["empty_notify_list"] = "No entries";
$text["error"] = "Error";
$text["error_no_document_selected"] = "No document selected";
$text["error_no_folder_selected"] = "No folder selected";
$text["error_occured"] = "An error has occured";
$text["event_details"] = "Event details";
$text["expired"] = "Expired";
$text["expires"] = "Expires";
$text["expiry_changed_email"] = "Expiry date changed";
$text["february"] = "February";
$text["file"] = "File";
$text["files_deletion"] = "Files deletion";
$text["files_deletion_warning"] = "With this option you can delete all files of entire DMS folders. The versioning information will remain visible.";
$text["files"] = "Files";
$text["file_size"] = "Filesize";
$text["folder_contents"] = "Folder Contents";
$text["folder_deleted_email"] = "Folder deleted";
$text["folder"] = "Folder";
$text["folder_infos"] = "Folder Information";
$text["folder_moved_email"] = "Folder moved";
$text["folder_renamed_email"] = "Folder renamed";
$text["folders_and_documents_statistic"] = "Contents overview";
$text["folders"] = "Folders";
$text["folder_title"] = "Folder '[foldername]'";
$text["friday"] = "Friday";
$text["from"] = "From";
$text["fullsearch"] = "Full text search";
$text["fullsearch_hint"] = "Use fulltext index";
$text["fulltext_info"] = "Fulltext index info";
$text["global_default_keywords"] = "Global keywords";
$text["global_document_categories"] = "Categories";
$text["group_approval_summary"] = "Group approval summary";
$text["group_exists"] = "Group already exists.";
$text["group"] = "Group";
$text["group_management"] = "Groups management";
$text["group_members"] = "Group members";
$text["group_review_summary"] = "Group review summary";
$text["groups"] = "Groups";
$text["guest_login_disabled"] = "Guest login is disabled.";
$text["guest_login"] = "Login as guest";
$text["help"] = "Help";
$text["hourly"] = "Hourly";
$text["human_readable"] = "Human readable archive";
$text["include_documents"] = "Include documents";
$text["include_subdirectories"] = "Include subdirectories";
$text["individuals"] = "Individuals";
$text["inherits_access_msg"] = "Access is being inherited.";
$text["inherits_access_copy_msg"] = "Copy inherited access list";
$text["inherits_access_empty_msg"] = "Start with empty access list";
$text["internal_error_exit"] = "Internal error. Unable to complete request. Exiting.";
$text["internal_error"] = "Internal error";
$text["invalid_access_mode"] = "Invalid Access Mode";
$text["invalid_action"] = "Invalid Action";
$text["invalid_approval_status"] = "Invalid Approval Status";
$text["invalid_create_date_end"] = "Invalid end date for creation date range.";
$text["invalid_create_date_start"] = "Invalid start date for creation date range.";
$text["invalid_doc_id"] = "Invalid Document ID";
$text["invalid_file_id"] = "Invalid file ID";
$text["invalid_folder_id"] = "Invalid Folder ID";
$text["invalid_group_id"] = "Invalid Group ID";
$text["invalid_link_id"] = "Invalid link identifier";
$text["invalid_request_token"] = "Invalid Request Token";
$text["invalid_review_status"] = "Invalid Review Status";
$text["invalid_sequence"] = "Invalid sequence value";
$text["invalid_status"] = "Invalid Document Status";
$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_hidden"] = "Hide from users list";
$text["january"] = "January";
$text["js_no_approval_group"] = "Please select a approval group";
$text["js_no_approval_status"] = "Please select the approval status";
$text["js_no_comment"] = "There is no comment";
$text["js_no_email"] = "Type in your Email-address";
$text["js_no_file"] = "Please select a file";
$text["js_no_keywords"] = "Specify some keywords";
$text["js_no_login"] = "Please type in a username";
$text["js_no_name"] = "Please type in a name";
$text["js_no_override_status"] = "Please select the new [override] status";
$text["js_no_pwd"] = "You need to type in your password";
$text["js_no_query"] = "Type in a query";
$text["js_no_review_group"] = "Please select a review group";
$text["js_no_review_status"] = "Please select the review status";
$text["js_pwd_not_conf"] = "Password and passwords-confirmation are not equal";
$text["js_select_user_or_group"] = "Select at least a user or a group";
$text["js_select_user"] = "Please select an user";
$text["july"] = "July";
$text["june"] = "June";
$text["keyword_exists"] = "Keyword already exists";
$text["keywords"] = "Keywords";
$text["language"] = "Language";
$text["last_update"] = "Last Update";
$text["link_alt_updatedocument"] = "If you would like to upload files bigger than the current maximum upload size, please use the alternative upload page.";
$text["linked_documents"] = "Related Documents";
$text["linked_files"] = "Attachments";
$text["local_file"] = "Local file";
$text["locked_by"] = "Locked by";
$text["lock_document"] = "Lock";
$text["lock_message"] = "This document is locked by [username]. Only authorized users can unlock this document.";
$text["lock_status"] = "Status";
$text["login"] = "Login";
$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";
$text["login_ok"] = "Sign in successful";
$text["log_management"] = "Log files management";
$text["logout"] = "Logout";
$text["manager"] = "Manager";
$text["march"] = "March";
$text["max_upload_size"] = "Maximum upload size";
$text["may"] = "May";
$text["monday"] = "Monday";
$text["month_view"] = "Month view";
$text["monthly"] = "Monthly";
$text["move_document"] = "Move document";
$text["move_folder"] = "Move Folder";
$text["move"] = "Move";
$text["my_account"] = "My Account";
$text["my_documents"] = "My Documents";
$text["name"] = "Name";
$text["new_default_keyword_category"] = "Add category";
$text["new_default_keywords"] = "Add keywords";
$text["new_document_category"] = "Add category";
$text["new_document_email"] = "New document";
$text["new_file_email"] = "New attachment";
$text["new_folder"] = "New folder";
$text["new"] = "New";
$text["new_subfolder_email"] = "New folder";
$text["new_user_image"] = "New image";
$text["no_action"] = "No action required";
$text["no_approval_needed"] = "No approval pending.";
$text["no_attached_files"] = "No attached files";
$text["no_default_keywords"] = "No keywords available";
$text["no_docs_locked"] = "No documents locked.";
$text["no_docs_to_approve"] = "There are currently no documents that require approval.";
$text["no_docs_to_look_at"] = "No documents that need attention.";
$text["no_docs_to_review"] = "There are currently no documents that require review.";
$text["no_group_members"] = "This group has no members";
$text["no_groups"] = "No groups";
$text["no"] = "No";
$text["no_linked_files"] = "No linked files";
$text["no_previous_versions"] = "No other versions found";
$text["no_review_needed"] = "No review pending.";
$text["notify_added_email"] = "You've been added to notify list";
$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["objectcheck"] = "Folder/Document check";
$text["obsolete"] = "Obsolete";
$text["october"] = "October";
$text["old"] = "Old";
$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_repeat"] = "Repeat password";
$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_wrong"] = "Wrong password";
$text["personal_default_keywords"] = "Personal keywordlists";
$text["previous_versions"] = "Previous Versions";
$text["refresh"] = "Refresh";
$text["rejected"] = "Rejected";
$text["released"] = "Released";
$text["removed_approver"] = "has been removed from the list of approvers.";
$text["removed_file_email"] = "Removed attachment";
$text["removed_reviewer"] = "has been removed from the list of reviewers.";
$text["repairing_objects"] = "Reparing documents and folders.";
$text["results_page"] = "Results Page";
$text["review_deletion_email"] = "Review request deleted";
$text["reviewer_already_assigned"] = "is already assigned as a reviewer";
$text["reviewer_already_removed"] = "has already been removed from review process or has already submitted a review";
$text["reviewers"] = "Reviewers";
$text["review_group"] = "Review Group";
$text["review_request_email"] = "Review request";
$text["review_status"] = "Review Status";
$text["review_submit_email"] = "Submitted review";
$text["review_summary"] = "Review Summary";
$text["review_update_failed"] = "Error updating review status. Update failed.";
$text["rm_default_keyword_category"] = "Delete category";
$text["rm_document"] = "Remove document";
$text["rm_document_category"] = "Delete category";
$text["rm_file"] = "Remove file";
$text["rm_folder"] = "Remove folder";
$text["rm_group"] = "Remove this group";
$text["rm_user"] = "Remove this user";
$text["rm_version"] = "Remove version";
$text["role_admin"] = "Administrator";
$text["role_guest"] = "Guest";
$text["role_user"] = "User";
$text["role"] = "Role";
$text["saturday"] = "Saturday";
$text["save"] = "Save";
$text["search_fulltext"] = "Search in fulltext";
$text["search_in"] = "Search in";
$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_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";
$text["search"] = "Search";
$text["search_time"] = "Elapsed time: [time] sec.";
$text["selection"] = "Selection";
$text["select_one"] = "Select one";
$text["september"] = "September";
$text["seq_after"] = "After \"[prevname]\"";
$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_owner_error"] = "Error setting owner";
$text["set_owner"] = "Set Owner";
$text["settings_install_welcome_title"] = "Welcome to the installation of letoDMS";
$text["settings_install_welcome_text"] = "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.
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 http://adodb.sourceforge.net and install it. The path to it can later be set during installation.
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.
";
$text["settings_start_install"] = "Start installation";
$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";
$text["settings_adminIP_desc"] = "If set admin can login only by specified IP addres, leave empty to avoid the control. NOTE: works only with local autentication (no LDAP)";
$text["settings_ADOdbPath"] = "ADOdb Path";
$text["settings_ADOdbPath_desc"] = "Path to adodb. This is the directory containing the adodb directory";
$text["settings_Advanced"] = "Advanced";
$text["settings_apache_mod_rewrite"] = "Apache - Module Rewrite";
$text["settings_Authentication"] = "Authentication settings";
$text["settings_Calendar"] = "Calendar settings";
$text["settings_calendarDefaultView"] = "Calendar Default View";
$text["settings_calendarDefaultView_desc"] = "Calendar default view";
$text["settings_contentDir"] = "Content directory";
$text["settings_contentDir_desc"] = "Where the uploaded files are stored (best to choose a directory that is not accessible through your web-server)";
$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_luceneClassDir"] = "Lucene LetoDMS directory";
$text["settings_luceneClassDir_desc"] = "Path to LetoDMS_Lucene (optional)";
$text["settings_luceneDir"] = "Lucene index directory";
$text["settings_luceneDir_desc"] = "Path to Lucene index";
$text["settings_cannot_disable"] = "File ENABLE_INSTALL_TOOL could not deleted";
$text["settings_install_disabled"] = "File ENABLE_INSTALL_TOOL was deleted. You can now log into LetoDMS and do further configuration.";
$text["settings_createdatabase"] = "Create database tables";
$text["settings_createdirectory"] = "Create directory";
$text["settings_currentvalue"] = "Current value";
$text["settings_Database"] = "Database settings";
$text["settings_dbDatabase"] = "Database";
$text["settings_dbDatabase_desc"] = "The name for your database entered during the installation process. Do not edit this field unless necessary, if for example the database has been moved.";
$text["settings_dbDriver"] = "Database Type";
$text["settings_dbDriver_desc"] = "The type of database in use entered during the installation process. Do not edit this field unless you are having to migrate to a different type of database perhaps due to changing hosts. Type of DB-Driver used by adodb (see adodb-readme)";
$text["settings_dbHostname_desc"] = "The hostname for your database entered during the installation process. Do not edit field unless absolutely necessary, for example transfer of the database to a new Host.";
$text["settings_dbHostname"] = "Server name";
$text["settings_dbPass_desc"] = "The password for access to your database entered during the installation process.";
$text["settings_dbPass"] = "Password";
$text["settings_dbUser_desc"] = "The username for access to your database entered during the installation process. Do not edit field unless absolutely necessary, for example transfer of the database to a new Host.";
$text["settings_dbUser"] = "Username";
$text["settings_dbVersion"] = "Database schema too old";
$text["settings_delete_install_folder"] = "In order to use LetoDMS, you must delete the file ENABLE_INSTALL_TOOL in the configuration directory";
$text["settings_disable_install"] = "Delete file ENABLE_INSTALL_TOOL if possible";
$text["settings_disableSelfEdit_desc"] = "If checked user cannot edit his own profile";
$text["settings_disableSelfEdit"] = "Disable Self Edit";
$text["settings_Display"] = "Display settings";
$text["settings_Edition"] = "Edition settings";
$text["settings_enableAdminRevApp_desc"] = "Uncheck to don't list administrator as reviewer/approver";
$text["settings_enableAdminRevApp"] = "Enable Admin Rev App";
$text["settings_enableCalendar_desc"] = "Enable/disable calendar";
$text["settings_enableCalendar"] = "Enable Calendar";
$text["settings_enableConverting_desc"] = "Enable/disable converting of files";
$text["settings_enableConverting"] = "Enable Converting";
$text["settings_enableEmail_desc"] = "Enable/disable automatic email notification";
$text["settings_enableEmail"] = "Enable E-mail";
$text["settings_enableFolderTree_desc"] = "False to don't show the folder tree";
$text["settings_enableFolderTree"] = "Enable Folder Tree";
$text["settings_enableFullSearch"] = "Enable Full text search";
$text["settings_enableFullSearch_desc"] = "Enable Full text search";
$text["settings_enableGuestLogin_desc"] = "If you want anybody to login as guest, check this option. Note: guest login should be used only in a trusted environment";
$text["settings_enableGuestLogin"] = "Enable Guest Login";
$text["settings_enableLargeFileUpload_desc"] = "If set, file upload is also available through a java applet called jumploader without a file size limit set by the browser. It also allows to upload several files in one step.";
$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"] = "Enable users images";
$text["settings_enableUserImage"] = "Enable User Image";
$text["settings_enableUsersView_desc"] = "Enable/disable group and user view for all users";
$text["settings_enableUsersView"] = "Enable Users View";
$text["settings_encryptionKey"] = "Encryption key";
$text["settings_encryptionKey_desc"] = "This string is used for creating a unique identifier being added as a hidden field to a formular in order to prevent CSRF attacks.";
$text["settings_error"] = "Error";
$text["settings_expandFolderTree_desc"] = "Expand Folder Tree";
$text["settings_expandFolderTree"] = "Expand Folder Tree";
$text["settings_expandFolderTree_val0"] = "start with tree hidden";
$text["settings_expandFolderTree_val1"] = "start with tree shown and first level expanded";
$text["settings_expandFolderTree_val2"] = "start with tree shown fully expanded";
$text["settings_firstDayOfWeek_desc"] = "First day of the week";
$text["settings_firstDayOfWeek"] = "First day of the week";
$text["settings_footNote_desc"] = "Message to display at the bottom of every page";
$text["settings_footNote"] = "Foot Note";
$text["settings_guestID_desc"] = "ID of guest-user used when logged in as guest (mostly no need to change)";
$text["settings_guestID"] = "Guest ID";
$text["settings_httpRoot_desc"] = "The relative path in the URL, after the domain part. Do not include the http:// prefix or the web host name. e.g. If the full URL is http://www.example.com/letodms/, set '/letodms/'. If the URL is http://www.example.com/, set '/'";
$text["settings_httpRoot"] = "Http Root";
$text["settings_installADOdb"] = "Install ADOdb";
$text["settings_install_success"] = "The installation has been successfully completed.";
$text["settings_install_pear_package_log"] = "Install Pear package 'Log'";
$text["settings_install_pear_package_webdav"] = "Install Pear package 'HTTP_WebDAV_Server', if you intend to use the webdav interface";
$text["settings_install_zendframework"] = "Install Zend Framework, if you intend to use the full text search engine";
$text["settings_language"] = "Default language";
$text["settings_language_desc"] = "Default language (name of a subfolder in folder \"languages\")";
$text["settings_logFileEnable_desc"] = "Enable/disable log file";
$text["settings_logFileEnable"] = "Log File Enable";
$text["settings_logFileRotation_desc"] = "The log file rotation";
$text["settings_logFileRotation"] = "Log File Rotation";
$text["settings_luceneDir"] = "Directory for full text index";
$text["settings_maxDirID_desc"] = "Maximum number of sub-directories per parent directory. Default: 32700.";
$text["settings_maxDirID"] = "Max Directory ID";
$text["settings_maxExecutionTime_desc"] = "This sets the maximum time in seconds a script is allowed to run before it is terminated by the parse";
$text["settings_maxExecutionTime"] = "Max Execution Time (s)";
$text["settings_more_settings"] = "Configure more settings. Default login: admin/admin";
$text["settings_no_content_dir"] = "Content directory";
$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_perms"] = "Permissions";
$text["settings_pear_log"] = "Pear package : Log";
$text["settings_pear_webdav"] = "Pear package : HTTP_WebDAV_Server";
$text["settings_php_dbDriver"] = "PHP extension : php_'see current value'";
$text["settings_php_gd2"] = "PHP extension : php_gd2";
$text["settings_php_mbstring"] = "PHP extension : php_mbstring";
$text["settings_printDisclaimer_desc"] = "If true the disclaimer message the lang.inc files will be print on the bottom of the page";
$text["settings_printDisclaimer"] = "Print Disclaimer";
$text["settings_restricted_desc"] = "Only allow users to log in if they have an entry in the local database (irrespective of successful authentication with LDAP)";
$text["settings_restricted"] = "Restricted access";
$text["settings_rootDir_desc"] = "Path to where letoDMS is located";
$text["settings_rootDir"] = "Root directory";
$text["settings_rootFolderID_desc"] = "ID of root-folder (mostly no need to change)";
$text["settings_rootFolderID"] = "Root Folder ID";
$text["settings_SaveError"] = "Configuration file save error";
$text["settings_Server"] = "Server settings";
$text["settings"] = "Settings";
$text["settings_siteDefaultPage_desc"] = "Default page on login. If empty defaults to out/out.ViewFolder.php";
$text["settings_siteDefaultPage"] = "Site Default Page";
$text["settings_siteName_desc"] = "Name of site used in the page titles. Default: letoDMS";
$text["settings_siteName"] = "Site Name";
$text["settings_Site"] = "Site";
$text["settings_smtpPort_desc"] = "SMTP Server port, default 25";
$text["settings_smtpPort"] = "SMTP Server port";
$text["settings_smtpSendFrom_desc"] = "Send from";
$text["settings_smtpSendFrom"] = "Send from";
$text["settings_smtpServer_desc"] = "SMTP Server hostname";
$text["settings_smtpServer"] = "SMTP Server hostname";
$text["settings_SMTP"] = "SMTP Server settings";
$text["settings_stagingDir"] = "Directory for partial uploads";
$text["settings_strictFormCheck_desc"] = "Strict form checking. If set to true, then all fields in the form will be checked for a value. If set to false, then (most) comments and keyword fields become optional. Comments are always required when submitting a review or overriding document status";
$text["settings_strictFormCheck"] = "Strict Form Check";
$text["settings_suggestionvalue"] = "Suggestion value";
$text["settings_System"] = "System";
$text["settings_theme"] = "Default theme";
$text["settings_theme_desc"] = "Default style (name of a subfolder in folder \"styles\")";
$text["settings_titleDisplayHack_desc"] = "Workaround for page titles that go over more than 2 lines.";
$text["settings_titleDisplayHack"] = "Title Display Hack";
$text["settings_updateDatabase"] = "Run schema update scripts on database";
$text["settings_updateNotifyTime_desc"] = "Users are notified about document-changes that took place within the last 'Update Notify Time' seconds";
$text["settings_updateNotifyTime"] = "Update Notify Time";
$text["settings_versioningFileName_desc"] = "The name of the versioning info file created by the backup tool";
$text["settings_versioningFileName"] = "Versioning FileName";
$text["settings_viewOnlineFileTypes_desc"] = "Files with one of the following endings can be viewed online (USE ONLY LOWER CASE CHARACTERS)";
$text["settings_viewOnlineFileTypes"] = "View Online File Types";
$text["settings_zendframework"] = "Zend Framework";
$text["signed_in_as"] = "Signed in as";
$text["sign_in"] = "sign in";
$text["sign_out"] = "sign out";
$text["space_used_on_data_folder"] = "Space used on data folder";
$text["status_approval_rejected"] = "Draft rejected";
$text["status_approved"] = "Approved";
$text["status_approver_removed"] = "Approver removed from process";
$text["status_not_approved"] = "Not approved";
$text["status_not_reviewed"] = "Not reviewed";
$text["status_reviewed"] = "Reviewed";
$text["status_reviewer_rejected"] = "Draft rejected";
$text["status_reviewer_removed"] = "Reviewer removed from process";
$text["status"] = "Status";
$text["status_unknown"] = "Unknown";
$text["storage_size"] = "Storage size";
$text["submit_approval"] = "Submit approval";
$text["submit_login"] = "Sign in";
$text["submit_password"] = "Set new password";
$text["submit_password_forgotten"] = "Start process";
$text["submit_review"] = "Submit review";
$text["sunday"] = "Sunday";
$text["theme"] = "Theme";
$text["thursday"] = "Thursday";
$text["toggle_manager"] = "Toggle manager";
$text["to"] = "To";
$text["tuesday"] = "Tuesday";
$text["under_folder"] = "In folder";
$text["unknown_command"] = "Command not recognized.";
$text["unknown_document_category"] = "Unknown category";
$text["unknown_group"] = "Unknown group id";
$text["unknown_id"] = "unknown id";
$text["unknown_keyword_category"] = "Unknown category";
$text["unknown_owner"] = "Unknown owner id";
$text["unknown_user"] = "Unknown user id";
$text["unlock_cause_access_mode_all"] = "You can still update it because you have access-mode \"all\". Locking will automatically be removed.";
$text["unlock_cause_locking_user"] = "You can still update it because you are also the one that locked it. Locking will automatically be removed.";
$text["unlock_document"] = "Unlock";
$text["update_approvers"] = "Update List of Approvers";
$text["update_document"] = "Update document";
$text["update_fulltext_index"] = "Update fulltext index";
$text["update_info"] = "Update Information";
$text["update_locked_msg"] = "This document is locked.";
$text["update_reviewers"] = "Update List of Reviewers";
$text["update"] = "Update";
$text["uploaded_by"] = "Uploaded by";
$text["uploading_failed"] = "Upload failed. Please contact the administrator.";
$text["use_default_categories"] = "Use predefined categories";
$text["use_default_keywords"] = "Use predefined keywords";
$text["user_exists"] = "User already exists.";
$text["user_image"] = "Image";
$text["user_info"] = "User Information";
$text["user_list"] = "List of Users";
$text["user_login"] = "User ID";
$text["user_management"] = "Users management";
$text["user_name"] = "Full name";
$text["users"] = "Users";
$text["user"] = "User";
$text["version_deleted_email"] = "Version deleted";
$text["version_info"] = "Version Information";
$text["versioning_file_creation"] = "Versioning file creation";
$text["versioning_file_creation_warning"] = "With this operation you can create a file containing the versioning information of an entire DMS folder. After the creation every file will be saved inside the document folder.";
$text["versioning_info"] = "Versioning info";
$text["version"] = "Version";
$text["view_online"] = "View online";
$text["warning"] = "Warning";
$text["wednesday"] = "Wednesday";
$text["week_view"] = "Week view";
$text["year_view"] = "Year View";
$text["yes"] = "Yes";
?>
letodms-3.3.11+dfsg.1/languages/English/help.htm 0000644 0001750 0001750 00000013147 12040235120 022020 0 ustar francisco francisco General Notes
A DMS (Document Management System) is designed to allow documents share
controlling the workflow, access permissions and organization in general.
Using the first level menu the user can access the various information stored in the system:
- Content: allows you to browse documents in a file manager style.
- My documents: has several entries to access documents of interest:
- Documents in process: lists of documents awaiting review or approval by the user,
documents owned by the user who await approval or revision, documents locked by the user.
- All documents: list of all documents owned by the user.
- Review summary: list all the documents that were reviewed or awaiting review by the user.
- Approval summary: list all the documents that were approved or awaiting approval by the user.
This DMS also provides a calendar that serves as virtual bulletin board to share notes,
appointments, deadlines and commitments.
Permissions
Authorized users can set if and how other users will access to various folders
and documents submitted.
Permission levels
The possible access-levels are:
- Total permits: the user can perform any operation.
- Reading and writing: the user can update records and add content to the folders.
- Read only: the user can view the contents of folders and download documents.
- No Access: the user cannot view the contents of the folders or individual documents.
By default administrators have total permissions on each document and folder
on the system. Similarly, the document owner has total permits on his documents.
Only administrator users can change the owner of a document.
Permissions management
For each folder or document permissions are managed through two different devices
- The default permissions are valid in the absence of further specific
- The list of permissions allows you to specify exceptions to the default permissions
Access inheritance
The permissions of folders and documents can be set as hereditary.
In this case the files and folders inherit the same permissions of the folder
that contains them.
Documents workflow
The system automatically handles the workflow for each document and stores
changes, versioning, comments made, etc.
Validation cycle
The normal workflow requires, when loading a new document or a
new version, to indicate some users or groups of users as reviewers and/or approvers.
Users that are listed as reviewers and approvers are
required to explain their approval to the document. When this operation
is completed, thus all listed users have made their
review/approval, the state of the document will set to 'released'.
The reviewer/approver can deny its approval to the document.
In this case the document state is set to 'rejected'.
A doc that are not set reviewers and approvals take immediately the state of 'released'.
As approvers/reviewers one can indicate groups of users. In this case the
review/approval should be made by any of the users belonging to the group.
The document owner may at any time amend the list of reviewers/approvers.
Documents status
Possible states for a document are:
- Draft pending approval: one or more of the approvals referred to have not yet expressed their approval.
- Draft pending review: one or more of the listed reviewer have not yet expressed their review.
- Released: the document has successfully completed its validation cycle.
- Rejected: the document has discontinued its validation cycle.
- Expired: you have exceeded the target date for completion of the validation of the document.
- Obsolete: the status of a released document can be changed to obsolete. This
is intended as an alternative to the cancellation of the document. Obsolete state
is reversible.
Expiration
For each document in production can be set a due date.
Once passed the day set are no longer possible revisions or approvals
and the document goes into an 'expired' state.
The deadline is considered only for the latest version of the document
and has effect only on document processing.
Other features
Lock function
Lock function is designed to indicate to other users that a certain document
is in process. Users having total permission on the document can
however reverse the lock and proceed to a modification of the document.
Notifications
Each user can request notification on documents and folders.
Adding a file or folder in your list of notifications you will receive
reporting of transactions by other users.
Only the Manager of a group can decide whether or not to enter the group list
reporting on documents and folders. Once inserted, the notifications come
all members of the group.
Keywords and search
Each document allows the inclusion of a description and some keywords.
These informations are used for research function.
In personal account menu each user can store a set of keywords grouped by categories,
in order to speed filling during the loading of documents.
Pressing the search button without entering any word you access the advanced research page.
Calendar
There are three views: by week, month, year. Events are displayed in order of their
insertion in the calendar.
Once inserted, the events are public and visible to everyone. Only the administrator
and who has entered the event can modify it later.
letodms-3.3.11+dfsg.1/languages/Francais/ 0000755 0001750 0001750 00000000000 12040235120 020505 5 ustar francisco francisco letodms-3.3.11+dfsg.1/languages/Francais/lang.inc 0000644 0001750 0001750 00000105177 12040235120 022134 0 ustar francisco francisco WARNING: an archive created as human readable will be unusable as server backup.";
$text["assign_approvers"] = "Assign Approvers";
$text["assign_reviewers"] = "Assign Reviewers";
$text["assign_user_property_to"] = "Assign user's properties to";
$text["assumed_released"] = "Assumed released";
$text["august"] = "August";
$text["automatic_status_update"] = "Automatic status change";
$text["back"] = "Retour";
$text["backup_list"] = "Existings backup list";
$text["backup_remove"] = "Remove backup file";
$text["backup_tools"] = "Backup tools";
$text["between"] = "entre";
$text["calendar"] = "Calendar";
$text["cancel"] = "Annuler";
$text["cannot_assign_invalid_state"] = "Ne peut assigner des nouveaux correcteurs à un document qui n'est pas sous révision ou sous approbation.";
$text["cannot_change_final_states"] = " Attention : impossible de modifier le statut pour les documents pour les documents qui ont été rejetés, marqués obsolète ou expiré.";
$text["cannot_delete_yourself"] = "Cannot delete yourself";
$text["cannot_move_root"] = "Erreur : Ne peut bouger le dossier racine.";
$text["cannot_retrieve_approval_snapshot"] = "Impossible de retrouver l'instantané de statut d'approbation pour cette version de document.";
$text["cannot_retrieve_review_snapshot"] = "Impossible de retrouver l'instantané de statut de révision pour cette version de document.";
$text["cannot_rm_root"] = "Erreur : Dossier racine ineffaçable.";
$text["category"] = "Category";
$text["category_filter"] = "Only categories";
$text["category_in_use"] = "This category is currently used by documents.";
$text["categories"] = "Categories";
$text["change_assignments"] = "Change Assignments";
$text["change_status"] = "Change Status";
$text["choose_category"] = "--SVP Choisir--";
$text["choose_group"] = "--Choisir un groupe--";
$text["choose_target_category"] = "Choose category";
$text["choose_target_document"] = "Choisir un document";
$text["choose_target_folder"] = "Choisir un dossier cible";
$text["choose_user"] = "--Choisir un utilisateur--";
$text["comment_changed_email"] = "Comment changed";
$text["comment"] = "Commentaires";
$text["comment_for_current_version"] = "Commentaires pour la version actuelle";
$text["confirm_create_fulltext_index"] = "Yes, I would like to recreate the fulltext index!";
$text["confirm_pwd"] = "Confirmer le mot de passe";
$text["confirm_rm_backup"] = "Do you really want to remove the file \"[arkname]\"?
Be careful: This action cannot be undone.";
$text["confirm_rm_document"] = "Voulez-vous réellemen effacer le document \"[documentname]\"?
Attention : cette action ne peut être annulée.";
$text["confirm_rm_dump"] = "Do you really want to remove the file \"[dumpname]\"?
Be careful: This action cannot be undone.";
$text["confirm_rm_event"] = "Do you really want to remove event \"[name]\"?
Be careful: This action cannot be undone.";
$text["confirm_rm_file"] = "Do you really want to remove file \"[name]\" of document \"[documentname]\"?
Be careful: This action cannot be undone.";
$text["confirm_rm_folder"] = "Voulez-vous réellement effacer \"[foldername]\" et son contenu ?
Attention : cette action ne peut être annulée.";
$text["confirm_rm_folder_files"] = "Do you really want to remove all the files of the folder \"[foldername]\" and of its subfolders?
Be careful: This action cannot be undone.";
$text["confirm_rm_group"] = "Do you really want to remove the group \"[groupname]\"?
Be careful: This action cannot be undone.";
$text["confirm_rm_log"] = "Do you really want to remove log file \"[logname]\"?
Be careful: This action cannot be undone.";
$text["confirm_rm_user"] = "Do you really want to remove the user \"[username]\"?
Be careful: This action cannot be undone.";
$text["confirm_rm_version"] = "Voulez-vous réellement effacer la [version] du document \"[documentname]\"?
Attention : cette action ne peut être annulée.";
$text["content"] = "Contenu";
$text["continue"] = "Continuer";
$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"] = "Créé";
$text["current_version"] = "Version actuelle";
$text["daily"] = "Daily";
$text["databasesearch"] = "Database search";
$text["december"] = "December";
$text["default_access"] = "Mode d'accès par défaut";
$text["default_keyword_category"] = "Catégories";
$text["delete"] = "Effacer";
$text["details"] = "Détails";
$text["details_version"] = "Détails de la version: [version]";
$text["disclaimer"] = "This is a classified area. Access is permitted only to authorized personnel. Any violation will be prosecuted according to the english and international laws.";
$text["document_already_locked"] = "Ce document est déjà verrouillé";
$text["document_deleted"] = "Document deleted";
$text["document_deleted_email"] = "Document deleted";
$text["document"] = "Document";
$text["document_infos"] = "Information de Document";
$text["document_is_not_locked"] = "Ce document n'est pas verrouillé";
$text["document_link_by"] = "Liés par";
$text["document_link_public"] = "Public";
$text["document_moved_email"] = "Document moved";
$text["document_renamed_email"] = "Document renamed";
$text["documents"] = "Documents";
$text["documents_in_process"] = "Documents en cours";
$text["documents_locked_by_you"] = "Documents locked by you";
$text["document_status_changed_email"] = "Document status changed";
$text["documents_to_approve"] = "Documents attendant l'approbation de l'utilisateur";
$text["documents_to_review"] = "Documents attendant la révision de l'utilisateur";
$text["documents_user_requiring_attention"] = "Documents détenu par l'utilisateur qui nécessite attention";
$text["document_title"] = "Document '[documentname]'";
$text["document_updated_email"] = "Document updated";
$text["does_not_expire"] = "N'expire pas";
$text["does_not_inherit_access_msg"] = "Accès hérité";
$text["download"] = "Téléchargement";
$text["draft_pending_approval"] = "Ébauche - sous approbation";
$text["draft_pending_review"] = "Ébauche - sous révision";
$text["dump_creation"] = "DB dump creation";
$text["dump_creation_warning"] = "With this operation you can create a dump file of your database content. After the creation the dump file will be saved in the data folder of your server.";
$text["dump_list"] = "Existings dump files";
$text["dump_remove"] = "Remove dump file";
$text["edit_comment"] = "Edit comment";
$text["edit_default_keywords"] = "Editer les mots-clefs";
$text["edit_document_access"] = "Editer l'accès";
$text["edit_document_notify"] = "Liste de Notification";
$text["edit_document_props_again"] = "Editer document à nouveau";
$text["edit"] = "éditer";
$text["edit_event"] = "Edit event";
$text["edit_existing_access"] = "Editer la liste d'accès";
$text["edit_existing_notify"] = "Editer la liste de notification";
$text["edit_folder_access"] = "Editer l'accès";
$text["edit_folder_notify"] = "Liste de Notification";
$text["edit_folder_props"] = "Editer dossier";
$text["edit_group"] = "Editer groupe";
$text["edit_user_details"] = "Editer les détails d'utilisateur";
$text["edit_user"] = "Editer un utilisateur";
$text["email"] = "E-mail";
$text["email_footer"] = "You can always change your e-mail settings using 'My Account' functions";
$text["email_header"] = "This is an automatic message from the DMS server.";
$text["empty_notify_list"] = "Aucune entrée";
$text["error_no_document_selected"] = "No document selected";
$text["error_no_folder_selected"] = "No folder selected";
$text["error_occured"] = "Une erreur s'est produite";
$text["event_details"] = "Event details";
$text["expired"] = "Expiré";
$text["expires"] = "Expire";
$text["expiry_changed_email"] = "Expiry date changed";
$text["february"] = "February";
$text["file"] = "Fichier";
$text["files_deletion"] = "Files deletion";
$text["files_deletion_warning"] = "With this option you can delete all files of entire DMS folders. The versioning information will remain visible.";
$text["files"] = "Files";
$text["file_size"] = "Taille";
$text["folder_contents"] = "Dossiers";
$text["folder_deleted_email"] = "Folder deleted";
$text["folder"] = "Folder";
$text["folder_infos"] = "Information du dossier";
$text["folder_moved_email"] = "Folder moved";
$text["folder_renamed_email"] = "Folder renamed";
$text["folders_and_documents_statistic"] = "Contents overview";
$text["folders"] = "Folders";
$text["folder_title"] = "Dossier '[foldername]'";
$text["friday"] = "Friday";
$text["from"] = "From";
$text["fullsearch"] = "Full text search";
$text["fullsearch_hint"] = "Use fulltext index";
$text["fulltext_info"] = "Fulltext index info";
$text["global_default_keywords"] = "Mots-clefs globaux";
$text["global_document_categories"] = "Categories";
$text["group_approval_summary"] = "Group approval summary";
$text["group_exists"] = "Ce groupe existe déjà.";
$text["group"] = "Groupe";
$text["group_management"] = "Groupes";
$text["group_members"] = "Membres de groupes";
$text["group_review_summary"] = "Group review summary";
$text["groups"] = "Groupes";
$text["guest_login_disabled"] = "Connexion d'invité désactivée.";
$text["guest_login"] = "Connecter comme invité";
$text["help"] = "Help";
$text["hourly"] = "Hourly";
$text["human_readable"] = "Human readable archive";
$text["include_documents"] = "Include documents";
$text["include_subdirectories"] = "Include subdirectories";
$text["individuals"] = "Individuels";
$text["inherits_access_msg"] = "L'accès est hérité.";
$text["inherits_access_copy_msg"] = "Copier la liste des accès hérités";
$text["inherits_access_empty_msg"] = "Commencer avec une liste d'accès vide";
$text["internal_error_exit"] = "Erreur interne. Impossible d'achever la demande. Sortie du programme.";
$text["internal_error"] = "Erreur interne";
$text["invalid_access_mode"] = "mode d'accès invalide";
$text["invalid_action"] = "Action invalide";
$text["invalid_approval_status"] = "Statut d'approbation invalide";
$text["invalid_create_date_end"] = "Date de fin invalide pour la plage de dates de création.";
$text["invalid_create_date_start"] = "Date de départ invalide pour la plage de dates de création.";
$text["invalid_doc_id"] = "identifiant de document invalide";
$text["invalid_file_id"] = "Invalid file ID";
$text["invalid_folder_id"] = "Identifiant de dossier invalide";
$text["invalid_group_id"] = "Identifiant de groupe invalide";
$text["invalid_link_id"] = "Identifiant de lien invalide";
$text["invalid_request_token"] = "Invalid Request Token";
$text["invalid_review_status"] = "Statut de révision invalide";
$text["invalid_sequence"] = "Valeur de séquence invalide";
$text["invalid_status"] = "Statut de document invalide";
$text["invalid_target_doc_id"] = "Identifiant de document cible invalide";
$text["invalid_target_folder"] = "Identifiant de dossier cible invalide";
$text["invalid_user_id"] = "Identifiant invalide";
$text["invalid_version"] = "Version de document invalid";
$text["is_hidden"] = "Hide from users list";
$text["january"] = "January";
$text["js_no_approval_group"] = "SVP Sélectionnez un groupe d'approbation";
$text["js_no_approval_status"] = "SVP Sélectionnez le statut d'approbation";
$text["js_no_comment"] = "Il n'y a pas de commentaires";
$text["js_no_email"] = "Saisissez votre adresse e-mail";
$text["js_no_file"] = "SVP Sélectionnez un fichier";
$text["js_no_keywords"] = "Spécifiez quelques mots-clefs";
$text["js_no_login"] = "SVP Saisissez un identifiant";
$text["js_no_name"] = "SVP Saisissez un nom";
$text["js_no_override_status"] = "SVP Sélectionner le nouveau [override] statut";
$text["js_no_pwd"] = "Vous devez saisir votre mot de passe";
$text["js_no_query"] = "Saisir dans une requête";
$text["js_no_review_group"] = "SVP Sélectionner un groupe de révision";
$text["js_no_review_status"] = "SVP Sélectionner le statut de révision";
$text["js_pwd_not_conf"] = "Mot de passe et Confirmation de mot de passe non identiques";
$text["js_select_user_or_group"] = "Sélectionner au moins un utilisateur ou un groupe";
$text["js_select_user"] = "SVP Sélectionnez un utilisateur";
$text["july"] = "July";
$text["june"] = "June";
$text["keyword_exists"] = "Mot-clef déjà existant";
$text["keywords"] = "Mots-clefs";
$text["language"] = "Langage";
$text["last_update"] = "Last Update";
$text["link_alt_updatedocument"] = "If you would like to upload files bigger than the current maximum upload size, please use the alternative upload page.";
$text["linked_documents"] = "Documents liés";
$text["linked_files"] = "Attachments";
$text["local_file"] = "Fichier local";
$text["locked_by"] = "Locked by";
$text["lock_document"] = "Verrouillage";
$text["lock_message"] = "Ce document a été verrouillé par [username].
seuls les utilisateurs autorisés peuvent déverrouiller ce document (voir fin de page).";
$text["lock_status"] = "Statut";
$text["login_error_text"] = "Erreur à la connexion. Identifiant ou mot de passe incorrect.";
$text["login_error_title"] = "Erreur de connexion";
$text["login_not_given"] = "Identifiant non fourni";
$text["login_ok"] = "Connexion établie";
$text["log_management"] = "Log files management";
$text["logout"] = "Déconnexion";
$text["manager"] = "Manager";
$text["march"] = "March";
$text["max_upload_size"] = "Maximum upload size for each file";
$text["may"] = "May";
$text["monday"] = "Monday";
$text["month_view"] = "Month view";
$text["monthly"] = "Monthly";
$text["move_document"] = "déplacer un document";
$text["move_folder"] = "Déplacer un dossier";
$text["move"] = "Move";
$text["my_account"] = "Mon Compte";
$text["my_documents"] = "Mes Documents";
$text["name"] = "Nom";
$text["new_default_keyword_category"] = "Ajouter une catégorie";
$text["new_default_keywords"] = "Ajouter des mots-clefs";
$text["new_document_category"] = "Add category";
$text["new_document_email"] = "New document";
$text["new_file_email"] = "New attachment";
$text["new_folder"] = "New folder";
$text["new"] = "New";
$text["new_subfolder_email"] = "New folder";
$text["new_user_image"] = "New image";
$text["no_action"] = "Aucune action n'est nécessaire";
$text["no_approval_needed"] = "No approval pending.";
$text["no_attached_files"] = "No attached files";
$text["no_default_keywords"] = "Aucun mot-clef valable";
$text["no_docs_locked"] = "No documents locked.";
$text["no_docs_to_approve"] = "Aucun document ne nécessite actuellement une approbation.";
$text["no_docs_to_look_at"] = "No documents that need attention.";
$text["no_docs_to_review"] = "Aucun document ne nécessite actuellement une révision.";
$text["no_group_members"] = "Ce groupe ne contient pas de membre";
$text["no_groups"] = "Aucun groupe";
$text["no"] = "Non";
$text["no_linked_files"] = "No linked files";
$text["no_previous_versions"] = "Aucune autre version trouvé";
$text["no_review_needed"] = "No review pending.";
$text["notify_added_email"] = "You've been added to notify list";
$text["notify_deleted_email"] = "You've been removed from notify list";
$text["no_update_cause_locked"] = "Vous ne pouvez actuellement pas mettre à jour ce document. Contactez l'utilisateur qui l'a verrouillé.";
$text["no_user_image"] = "Aucune image trouvée";
$text["november"] = "November";
$text["obsolete"] = "Obsolete";
$text["october"] = "October";
$text["old"] = "Old";
$text["only_jpg_user_images"] = "Images d'utilisateur en .jpg seulement";
$text["owner"] = "Propriétaire";
$text["ownership_changed_email"] = "Owner changed";
$text["password"] = "Mot de passe";
$text["personal_default_keywords"] = "Mots-clefs personnels";
$text["previous_versions"] = "Versions précédentes";
$text["refresh"] = "Refresh";
$text["rejected"] = "Rejeté";
$text["released"] = "Réalisé";
$text["removed_approver"] = "a été retiré de la liste des approbateurs.";
$text["removed_file_email"] = "Removed attachment";
$text["removed_reviewer"] = "a été retiré de la liste des correcteurs.";
$text["results_page"] = "Results Page";
$text["review_deletion_email"] = "Review request deleted";
$text["reviewer_already_assigned"] = "est déjà déclaré en tant que correcteur";
$text["reviewer_already_removed"] = "a déjà été retiré du processus de révision ou a déjà soumis une révision";
$text["reviewers"] = "Correcteurs";
$text["review_group"] = "Groupe de révision";
$text["review_request_email"] = "Review request";
$text["review_status"] = "Statut de révision";
$text["review_submit_email"] = "Submitted review";
$text["review_summary"] = "Sommaire de révision";
$text["review_update_failed"] = "Erreur lors de la mise à jour de la révision. Mise à jour échouée.";
$text["rm_default_keyword_category"] = "Effacer catégorie";
$text["rm_document"] = "Effacer document";
$text["rm_document_category"] = "Delete category";
$text["rm_file"] = "Remove file";
$text["rm_folder"] = "Effacer dossier";
$text["rm_group"] = "Retirer ce groupe";
$text["rm_user"] = "Retirer cet utilisateur";
$text["rm_version"] = "Retirer version";
$text["role_admin"] = "Administrator";
$text["role_guest"] = "Guest";
$text["role_user"] = "User";
$text["role"] = "Role";
$text["saturday"] = "Saturday";
$text["save"] = "Enregistrer";
$text["search_fulltext"] = "Search in fulltext";
$text["search_in"] = "Search in";
$text["search_mode_and"] = "tous les mots";
$text["search_mode_or"] = "au moins un mot";
$text["search_no_results"] = "Il n'y a pas de documents correspondant à la recherche";
$text["search_query"] = "Recherche de";
$text["search_report"] = "Trouvé [count] documents";
$text["search_results_access_filtered"] = "Les résultats de la recherche propose du contenu dont l'accès est refusé.";
$text["search_results"] = "Résultats de recherche";
$text["search"] = "Search";
$text["search_time"] = "Temps écoulé: [time] sec.";
$text["selection"] = "Sélection";
$text["select_one"] = "Selectionner un item";
$text["september"] = "September";
$text["seq_after"] = "Après \"[prevname]\"";
$text["seq_end"] = "À la fin";
$text["seq_keep"] = "Conserver la position";
$text["seq_start"] = "Première position";
$text["sequence"] = "Séquence";
$text["set_expiry"] = "Réglage de l'expiration";
$text["set_owner_error"] = "Error setting owner";
$text["set_owner"] = "Réglage du propriétaire";
$text["settings_activate_module"] = "Activate module";
$text["settings_activate_php_extension"] = "Activate PHP extension";
$text["settings_adminIP"] = "Admin IP";
$text["settings_adminIP_desc"] = "If enabled admin can login only by specified IP addres, leave empty to avoid the control. NOTE: works only with local autentication (no LDAP)";
$text["settings_ADOdbPath"] = "ADOdb Path";
$text["settings_ADOdbPath_desc"] = "Path to adodb. This is the directory containing the adodb directory";
$text["settings_Advanced"] = "Advanced";
$text["settings_apache_mod_rewrite"] = "Apache - Module Rewrite";
$text["settings_Authentication"] = "Authentication settings";
$text["settings_Calendar"] = "Calendar settings";
$text["settings_calendarDefaultView"] = "Calendar Default View";
$text["settings_calendarDefaultView_desc"] = "Calendar default view";
$text["settings_contentDir"] = "Content directory";
$text["settings_contentDir_desc"] = "Where the uploaded files are stored (best to choose a directory that is not accessible through your web-server)";
$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_luceneClassDir"] = "Lucene LetoDMS directory";
$text["settings_luceneClassDir_desc"] = "Path to LetoDMS_Lucene (optional)";
$text["settings_luceneDir"] = "Lucene index directory";
$text["settings_luceneDir_desc"] = "Path to Lucene index";
$text["settings_createdatabase"] = "Create database";
$text["settings_createdirectory"] = "Create directory";
$text["settings_currentvalue"] = "Current value";
$text["settings_Database"] = "Database settings";
$text["settings_dbDatabase"] = "Database";
$text["settings_dbDatabase_desc"] = "The name for your database entered during the installation process. Do not edit field unless absolutely necessary, for example transfer of the database to a new Host.";
$text["settings_dbDriver"] = "Database Type";
$text["settings_dbDriver_desc"] = "The type of database in use entered during the installation process. Do not edit this field unless you are having to migrate to a different type of database perhaps due to changing hosts. Type of DB-Driver used by adodb (see adodb-readme)";
$text["settings_dbHostname_desc"] = "The hostname for your database entered during the installation process. Do not edit field unless absolutely necessary, for example transfer of the database to a new Host.";
$text["settings_dbHostname"] = "Server name";
$text["settings_dbPass_desc"] = "The password for access to your database entered during the installation process.";
$text["settings_dbPass"] = "Password";
$text["settings_dbUser_desc"] = "The username for access to your database entered during the installation process. Do not edit field unless absolutely necessary, for example transfer of the database to a new Host.";
$text["settings_dbUser"] = "Username";
$text["settings_delete_install_folder"] = "To use LetoDMS, you must delete the install directory";
$text["settings_disableSelfEdit_desc"] = "If checked user cannot edit his own profile";
$text["settings_disableSelfEdit"] = "Disable Self Edit";
$text["settings_Display"] = "Display settings";
$text["settings_Edition"] = "Edition settings";
$text["settings_enableAdminRevApp_desc"] = "Uncheck to don't list administrator as reviewer/approver";
$text["settings_enableAdminRevApp"] = "Enable Admin Rev App";
$text["settings_enableCalendar_desc"] = "Enable/disable calendar";
$text["settings_enableCalendar"] = "Enable Calendar";
$text["settings_enableConverting_desc"] = "Enable/disable converting of files";
$text["settings_enableConverting"] = "Enable Converting";
$text["settings_enableEmail_desc"] = "Enable/disable automatic email notification";
$text["settings_enableEmail"] = "Enable E-mail";
$text["settings_enableFolderTree_desc"] = "False to don't show the folder tree";
$text["settings_enableFolderTree"] = "Enable Folder Tree";
$text["settings_enableFullSearch"] = "Enable Full text search";
$text["settings_enableGuestLogin_desc"] = "If you want anybody to login as guest, check this option. Note: guest login should be used only in a trusted environment";
$text["settings_enableGuestLogin"] = "Enable Guest Login";
$text["settings_enableUserImage_desc"] = "Enable users images";
$text["settings_enableUserImage"] = "Enable User Image";
$text["settings_enableUsersView_desc"] = "Enable/disable group and user view for all users";
$text["settings_enableUsersView"] = "Enable Users View";
$text["settings_error"] = "Error";
$text["settings_expandFolderTree_desc"] = "Expand Folder Tree";
$text["settings_expandFolderTree"] = "Expand Folder Tree";
$text["settings_expandFolderTree_val0"] = "start with tree hidden";
$text["settings_expandFolderTree_val1"] = "start with tree shown and first level expanded";
$text["settings_expandFolderTree_val2"] = "start with tree shown fully expanded";
$text["settings_firstDayOfWeek_desc"] = "First day of the week";
$text["settings_firstDayOfWeek"] = "First day of the week";
$text["settings_footNote_desc"] = "Message to display at the bottom of every page";
$text["settings_footNote"] = "Foot Note";
$text["settings_guestID_desc"] = "ID of guest-user used when logged in as guest (mostly no need to change)";
$text["settings_guestID"] = "Guest ID";
$text["settings_httpRoot_desc"] = "The relative path in the URL, after the domain part. Do not include the http:// prefix or the web host name. e.g. If the full URL is http://www.example.com/letodms/, set '/letodms/'. If the URL is http://www.example.com/, set '/'";
$text["settings_httpRoot"] = "Http Root";
$text["settings_installADOdb"] = "Install ADOdb";
$text["settings_install_success"] = "The installation is completed successfully";
$text["settings_language"] = "Default language";
$text["settings_language_desc"] = "Default language (name of a subfolder in folder \"languages\")";
$text["settings_logFileEnable_desc"] = "Enable/disable log file";
$text["settings_logFileEnable"] = "Log File Enable";
$text["settings_logFileRotation_desc"] = "The log file rotation";
$text["settings_logFileRotation"] = "Log File Rotation";
$text["settings_luceneDir"] = "Directory for full text index";
$text["settings_maxDirID_desc"] = "Maximum number of sub-directories per parent directory. Default: 32700.";
$text["settings_maxDirID"] = "Max Directory ID";
$text["settings_maxExecutionTime_desc"] = "This sets the maximum time in seconds a script is allowed to run before it is terminated by the parse";
$text["settings_maxExecutionTime"] = "Max Execution Time (s)";
$text["settings_more_settings"] = "Configure more settings. Default login: admin/admin";
$text["settings_notfound"] = "Not found";
$text["settings_partitionSize"] = "Size of partial files uploaded by jumploader";
$text["settings_php_dbDriver"] = "PHP extension : php_'see current value'";
$text["settings_php_gd2"] = "PHP extension : php_gd2";
$text["settings_php_mbstring"] = "PHP extension : php_mbstring";
$text["settings_printDisclaimer_desc"] = "If true the disclaimer message the lang.inc files will be print on the bottom of the page";
$text["settings_printDisclaimer"] = "Print Disclaimer";
$text["settings_restricted_desc"] = "Only allow users to log in if they have an entry in the local database (irrespective of successful authentication with LDAP)";
$text["settings_restricted"] = "Restricted access";
$text["settings_rootDir_desc"] = "Path to where letoDMS is located";
$text["settings_rootDir"] = "Root directory";
$text["settings_rootFolderID_desc"] = "ID of root-folder (mostly no need to change)";
$text["settings_rootFolderID"] = "Root Folder ID";
$text["settings_SaveError"] = "Configuration file save error";
$text["settings_Server"] = "Server settings";
$text["settings"] = "Settings";
$text["settings_siteDefaultPage_desc"] = "Default page on login. If empty defaults to out/out.ViewFolder.php";
$text["settings_siteDefaultPage"] = "Site Default Page";
$text["settings_siteName_desc"] = "Name of site used in the page titles. Default: letoDMS";
$text["settings_siteName"] = "Site Name";
$text["settings_Site"] = "Site";
$text["settings_smtpPort_desc"] = "SMTP Server port, default 25";
$text["settings_smtpPort"] = "SMTP Server port";
$text["settings_smtpSendFrom_desc"] = "Send from";
$text["settings_smtpSendFrom"] = "Send from";
$text["settings_smtpServer_desc"] = "SMTP Server hostname";
$text["settings_smtpServer"] = "SMTP Server hostname";
$text["settings_SMTP"] = "SMTP Server settings";
$text["settings_stagingDir"] = "Directory for partial uploads";
$text["settings_strictFormCheck_desc"] = "Strict form checking. If set to true, then all fields in the form will be checked for a value. If set to false, then (most) comments and keyword fields become optional. Comments are always required when submitting a review or overriding document status";
$text["settings_strictFormCheck"] = "Strict Form Check";
$text["settings_suggestionvalue"] = "Suggestion value";
$text["settings_System"] = "System";
$text["settings_theme"] = "Default theme";
$text["settings_theme_desc"] = "Default style (name of a subfolder in folder \"styles\")";
$text["settings_titleDisplayHack_desc"] = "Workaround for page titles that go over more than 2 lines.";
$text["settings_titleDisplayHack"] = "Title Display Hack";
$text["settings_updateNotifyTime_desc"] = "Users are notified about document-changes that took place within the last 'Update Notify Time' seconds";
$text["settings_updateNotifyTime"] = "Update Notify Time";
$text["settings_versioningFileName_desc"] = "The name of the versioning info file created by the backup tool";
$text["settings_versioningFileName"] = "Versioning FileName";
$text["settings_viewOnlineFileTypes_desc"] = "Files with one of the following endings can be viewed online (USE ONLY LOWER CASE CHARACTERS)";
$text["settings_viewOnlineFileTypes"] = "View Online File Types";
$text["signed_in_as"] = "Signed in as";
$text["sign_in"] = "sign in";
$text["sign_out"] = "sign out";
$text["space_used_on_data_folder"] = "Space used on data folder";
$text["status_approval_rejected"] = "Approbation rejeté";
$text["status_approved"] = "Approuvé";
$text["status_approver_removed"] = "Approbateur retiré du processus";
$text["status_not_approved"] = "Non approuvé";
$text["status_not_reviewed"] = "Non révisé";
$text["status_reviewed"] = "Révisé";
$text["status_reviewer_rejected"] = "Révision rejeté";
$text["status_reviewer_removed"] = "Correcteur retiré du processus";
$text["status"] = "Statut";
$text["status_unknown"] = "Inconnu";
$text["storage_size"] = "Storage size";
$text["submit_approval"] = "Soumettre approbation";
$text["submit_login"] = "S'identifier in";
$text["submit_review"] = "Soumettre la révision";
$text["sunday"] = "Sunday";
$text["theme"] = "Theme";
$text["thursday"] = "Thursday";
$text["toggle_manager"] = "Toggle manager";
$text["to"] = "To";
$text["tuesday"] = "Tuesday";
$text["under_folder"] = "Dans le Dossier";
$text["unknown_command"] = "Commande non reconnue.";
$text["unknown_document_category"] = "Unknown category";
$text["unknown_group"] = "Identifiant de groupe inconnu";
$text["unknown_id"] = "unknown id";
$text["unknown_keyword_category"] = "Catégorie inconnue";
$text["unknown_owner"] = "Identifiant de propriétaire inconnu";
$text["unknown_user"] = "Identifiant d'utilisateur inconnu";
$text["unlock_cause_access_mode_all"] = "Vous pouvez encore le mettre à jour, car vous avez le mode d'accès \"tout\". Le verrouillage sera automatiquement annulé.";
$text["unlock_cause_locking_user"] = "Vous pouvez encore le déverrouiller, car vous êtes le seul à l'avoir verrouillé. Le verrouillage sera automatiquement annulé.";
$text["unlock_document"] = "Déverrouillage";
$text["update_approvers"] = "Mise à jour de la liste d'Approbateurs";
$text["update_document"] = "Mise à jour";
$text["update_fulltext_index"] = "Update fulltext index";
$text["update_info"] = "Information de mise à jour";
$text["update_locked_msg"] = "Ce document est verrouillé.";
$text["update_reviewers"] = "Mise à jour de la liste de Correcteurs";
$text["update"] = "Mise à jour";
$text["uploaded_by"] = "Déposé par";
$text["uploading_failed"] = "Dépose du document échoué. SVP Contactez le responsable.";
$text["use_default_categories"] = "Use predefined categories";
$text["use_default_keywords"] = "Utiliser les mots-clefs prédéfinis";
$text["user_exists"] = "Utilisateur déjà existant.";
$text["user_image"] = "Image";
$text["user_info"] = "Information Utilisateur";
$text["user_list"] = "Liste d'utilisateurs";
$text["user_login"] = "Identifiant utilisateur";
$text["user_management"] = "Utilisateurs";
$text["user_name"] = "Nom utilisateur";
$text["users"] = "Utilisateurs";
$text["user"] = "Utilisateur";
$text["version_deleted_email"] = "Version deleted";
$text["version_info"] = "Information de Version";
$text["versioning_file_creation"] = "Versioning file creation";
$text["versioning_file_creation_warning"] = "With this operation you can create a file containing the versioning information of an entire DMS folder. After the creation every file will be saved inside the document folder.";
$text["versioning_info"] = "Versioning info";
$text["version"] = "Version";
$text["view_online"] = "Vue en ligne";
$text["warning"] = "Attention";
$text["wednesday"] = "Wednesday";
$text["week_view"] = "Week view";
$text["year_view"] = "Year View";
$text["yes"] = "Oui";
?>
letodms-3.3.11+dfsg.1/languages/Francais/help.htm 0000644 0001750 0001750 00000000024 12040235120 022143 0 ustar francisco francisco TODO
letodms-3.3.11+dfsg.1/languages/Chinese_ZH_TW/ 0000755 0001750 0001750 00000000000 12040235120 021350 5 ustar francisco francisco letodms-3.3.11+dfsg.1/languages/Chinese_ZH_TW/lang.inc 0000644 0001750 0001750 00000074531 12040235120 022776 0 ustar francisco francisco ŏ 섻⻆";
$text["confirm_rm_folder"] = "ꬉօ\"[foldername]\" ൄ?
ŏ 섻⻆";
$text["confirm_rm_version"] = "鿇܈ \"[documentname]\" ꆣ [version]
ŏ 섻⻆";
$text["content"] = "";
$text["continue"] = "Continue";
$text["creating_new_default_keyword_category"] = "...";
$text["creation_date"] = "ц";
$text["current_version"] = "ꆣ";
$text["default_access"] = "Ɉ䅡텭";
$text["default_keyword_category"] = "я";
$text["default_keyword_category_name"] = "쇿";
$text["default_keywords"] = "ůф촅";
$text["delete"] = "ꬉ";
$text["delete_last_version"] = "Document has only one revision. Deleting entire document record...";
$text["deleting_document_notify"] = "܇фꬉ...";
$text["deleting_folder_notify"] = "܇фꬉ⇳...";
$text["details"] = "Details";
$text["details_version"] = "Details for version: [version]";
$text["document"] = "Document";
$text["document_access_again"] = "䅡";
$text["document_add_access"] = "⇳ꗆɆĺ굈...";
$text["document_already_locked"] = "ꅸ";
$text["document_del_access"] = "Ɇĺ굈ꬉ⇳...";
$text["document_edit_access"] = "腡텭...";
$text["document_infos"] = "爿";
$text["document_is_not_locked"] = "ꆙƆ";
$text["document_link_by"] = "Ʉ";
$text["document_link_public"] = "༉";
$text["document_list"] = "";
$text["document_notify_again"] = "솼܇";
$text["document_overview"] = "-";
$text["document_set_default_access"] = "܆Ɉ䅡...";
$text["document_set_inherit"] = "Ɇĺ굈ꅗ燠...";
$text["document_set_not_inherit_copy"] = "...";
$text["document_set_not_inherit_empty"] = "䅡Ƀ䆼Ɇĺ굈...";
$text["document_status"] = "Document Status";
$text["document_title"] = "ꇫ - [documentname]";
$text["document_versions"] = "džꆣ";
$text["documents_in_process"] = "Documents In Process";
$text["documents_owned_by_user"] = "Documents Owned by User";
$text["documents_to_approve"] = "Documents Awaiting User's Approval";
$text["documents_to_review"] = "Documents Awaiting User's Review";
$text["documents_user_requiring_attention"] = "Documents Owned by User That Require Attention";
$text["does_not_expire"] = "䆙ƉĆ";
$text["does_not_inherit_access_msg"] = "䅡";
$text["download"] = "ꄹ";
$text["draft_pending_approval"] = "Draft - pending approval";
$text["draft_pending_review"] = "Draft - pending review";
$text["edit"] = "edit";
$text["edit_default_keyword_category"] = "";
$text["edit_default_keywords"] = "촅";
$text["edit_document"] = "";
$text["edit_document_access"] = "ņ";
$text["edit_document_notify"] = "܇";
$text["edit_document_props"] = "ꅘǺ";
$text["edit_document_props_again"] = "솼퇸";
$text["edit_existing_access"] = "";
$text["edit_existing_notify"] = "܇";
$text["edit_folder"] = "օ";
$text["edit_folder_access"] = "";
$text["edit_folder_notify"] = "܇";
$text["edit_folder_props"] = "օǺ";
$text["edit_folder_props_again"] = "օǺ";
$text["edit_group"] = "\"[groupname]\"";
$text["edit_inherit_access"] = "Ǻ";
$text["edit_personal_default_keywords"] = "촅";
$text["edit_user"] = "\"[username]\"";
$text["edit_user_details"] = "Edit User Details";
$text["editing_default_keyword_category"] = "...";
$text["editing_default_keywords"] = "촅...";
$text["editing_document_props"] = "ꇸ...";
$text["editing_folder_props"] = "օ...";
$text["editing_group"] = "...";
$text["editing_user"] = "...";
$text["editing_user_data"] = "...";
$text["email"] = "ɉⴄ";
$text["email_err_group"] = "Error sending email to one or more members of this group.";
$text["email_err_user"] = "Error sending email to user.";
$text["email_sent"] = "Email sent";
$text["empty_access_list"] = "Ɇ";
$text["empty_notify_list"] = "Ɔ";
$text["error_adding_session"] = "Error occured while creating session.";
$text["error_occured"] = "";
$text["error_removing_old_sessions"] = "Error occured while removing old sessions";
$text["error_updating_revision"] = "Error updating status of document revision.";
$text["exp_date"] = "Ćц";
$text["expired"] = "Expired";
$text["expires"] = "Ć";
$text["file"] = "File";
$text["file_info"] = "File Information";
$text["file_size"] = "";
$text["folder_access_again"] = "օ䅡";
$text["folder_add_access"] = "憼Ʉ⇳...";
$text["folder_contents"] = "Folders";
$text["folder_del_access"] = "Ʉꬉ⇳...";
$text["folder_edit_access"] = "...";
$text["folder_infos"] = "օ爿";
$text["folder_notify_again"] = "܇";
$text["folder_overview"] = "օ-";
$text["folder_path"] = "";
$text["folder_set_default_access"] = "馈օ܉Ɉ䅡텭...";
$text["folder_set_inherit"] = "Ɇĺ굈";
$text["folder_set_not_inherit_copy"] = "Ʌ...";
$text["folder_set_not_inherit_empty"] = "䆼Ƀ䆼Ɇĺ굈...";
$text["folder_title"] = "ꇫ - օ [foldername]";
$text["folders_and_documents_statistic"] = "чօ爿";
$text["foldertree"] = "օ";
$text["from_approval_process"] = "from approval process";
$text["from_review_process"] = "from review process";
$text["global_default_keywords"] = "࿅촅";
$text["goto"] = "셾";
$text["group"] = "";
$text["group_already_approved"] = "An approval has already been submitted on behalf of group";
$text["group_already_reviewed"] = "A review has already been submitted on behalf of group";
$text["group_approvers"] = "Group Approvers";
$text["group_email_sent"] = "Email sent to group members";
$text["group_exists"] = "Group already exists.";
$text["group_management"] = "";
$text["group_members"] = "Ʌ";
$text["group_reviewers"] = "Group Reviewers";
$text["group_unable_to_add"] = "Unable to add group";
$text["group_unable_to_remove"] = "Unable to remove group";
$text["groups"] = "";
$text["guest_login"] = "ш֩";
$text["guest_login_disabled"] = "Guest login is disabled.";
$text["individual_approvers"] = "Individual Approvers";
$text["individual_reviewers"] = "Individual Reviewers";
$text["individuals"] = "Individuals";
$text["inherits_access_msg"] = "DžɈ";
$text["inherits_access_copy_msg"] = "Ʌ";
$text["inherits_access_empty_msg"] = "䆼Ʌ";
$text["internal_error_exit"] = "Internal error. Unable to complete request. Exiting.";
$text["invalid_access_mode"] = "Invalid Access Mode";
$text["invalid_action"] = "Invalid Action";
$text["invalid_approval_status"] = "Invalid Approval Status";
$text["invalid_create_date_end"] = "Invalid end date for creation date range.";
$text["invalid_create_date_start"] = "Invalid start date for creation date range.";
$text["invalid_doc_id"] = "Invalid Document ID";
$text["invalid_folder_id"] = "Invalid Folder ID";
$text["invalid_group_id"] = "Invalid Group ID";
$text["invalid_link_id"] = "Invalid link identifier";
$text["invalid_request_token"] = "Invalid Request Token";
$text["invalid_review_status"] = "Invalid Review Status";
$text["invalid_sequence"] = "Invalid sequence value";
$text["invalid_status"] = "Invalid Document Status";
$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_admin"] = "Administrator Privilege";
$text["js_no_approval_group"] = "Please select a approval group";
$text["js_no_approval_status"] = "Please select the approval status";
$text["js_no_comment"] = "Ɔ눬";
$text["js_no_email"] = "ф䉢ɉⴄ";
$text["js_no_file"] = "焹Dž";
$text["js_no_keywords"] = "ш초";
$text["js_no_login"] = "х֖";
$text["js_no_name"] = "х쇿";
$text["js_no_override_status"] = "Please select the new [override] status";
$text["js_no_pwd"] = "鿉Ljц鿇䅯";
$text["js_no_query"] = "цш";
$text["js_no_review_group"] = "Please select a review group";
$text["js_no_review_status"] = "Please select the review status";
$text["js_pwd_not_conf"] = "腯섹Lj";
$text["js_select_user"] = "焹Dž";
$text["js_select_user_or_group"] = "焹Dž";
$text["keyword_exists"] = "Keyword already exists";
$text["keywords"] = "초";
$text["language"] = "";
$text["last_update"] = "ц";
$text["last_updated_by"] = "Last updated by";
$text["latest_version"] = "Latest Version";
$text["linked_documents"] = "";
$text["local_file"] = "";
$text["lock_document"] = "";
$text["lock_message"] = "ꅸ[username]܃
Ʉůф()";
$text["lock_status"] = "܇dž";
$text["locking_document"] = "...";
$text["logged_in_as"] = "֩";
$text["login"] = "֩";
$text["login_error_text"] = "Error signing in. User ID or password incorrect.";
$text["login_error_title"] = "Sign in error";
$text["login_not_found"] = "֖셡";
$text["login_not_given"] = "No username has been supplied";
$text["login_ok"] = "Sign in successful";
$text["logout"] = "֩";
$text["mime_type"] = "Mime";
$text["move"] = "Move";
$text["move_document"] = "";
$text["move_folder"] = "օ";
$text["moving_document"] = "...";
$text["moving_folder"] = "օ...";
$text["msg_document_expired"] = "\"[documentname]\" (揭 \"[path]\") [expires]Ć";
$text["msg_document_updated"] = "\"[documentname]\" (揭 \"[path]\") [updated]酩";
$text["my_account"] = "䅹֖";
$text["my_documents"] = "My Documents";
$text["name"] = "쇿";
$text["new_default_keyword_category"] = "";
$text["new_default_keywords"] = "촅";
$text["new_equals_old_state"] = "Warning: Proposed status and existing status are identical. No action required.";
$text["new_user_image"] = "ງ";
$text["no"] = "ɪ";
$text["no_action"] = "No action required";
$text["no_action_required"] = "n/a";
$text["no_active_user_docs"] = "There are currently no documents owned by the user that require review or approval.";
$text["no_approvers"] = "No approvers assigned.";
$text["no_default_keywords"] = "Ɔů촅";
$text["no_docs_to_approve"] = "There are currently no documents that require approval.";
$text["no_docs_to_review"] = "There are currently no documents that require review.";
$text["no_document_links"] = "Ɔ뇢";
$text["no_documents"] = "Ɔ놬";
$text["no_group_members"] = "䆙ƆɅ";
$text["no_groups"] = "Ɔ넻";
$text["no_previous_versions"] = "No other versions found";
$text["no_reviewers"] = "No reviewers assigned.";
$text["no_subfolders"] = "Ɔ녡Ɉօ";
$text["no_update_cause_locked"] = "鿄⻆ꏭ܄";
$text["no_user_image"] = "Ɔ뾅ꗇງ";
$text["not_approver"] = "User is not currently assigned as an approver of this document revision.";
$text["not_reviewer"] = "User is not currently assigned as a reviewer of this document revision.";
$text["notify_subject"] = "ꇫĆ䆬";
$text["obsolete"] = "Obsolete";
$text["old_folder"] = "old folder";
$text["only_jpg_user_images"] = "ງŬх .JPG(JPEG) ᭅ";
$text["op_finished"] = "Ʌ";
$text["operation_not_allowed"] = "鿇䆼Ʉ";
$text["override_content_status"] = "Override Status";
$text["override_content_status_complete"] = "Override Status Complete";
$text["override_privilege_insufficient"] = "Access denied. Privileges insufficient to override the status of this document.";
$text["overview"] = "Overview";
$text["owner"] = "dž넦";
$text["password"] = "";
$text["pending_approval"] = "Documents pending approval";
$text["pending_review"] = "Documents pending review";
$text["personal_default_keywords"] = "촅";
$text["previous_versions"] = "Previous Versions";
$text["rejected"] = "Rejected";
$text["released"] = "Released";
$text["remove_document_link"] = "ꬉ";
$text["remove_member"] = "ꬉɅ";
$text["removed_approver"] = "has been removed from the list of approvers.";
$text["removed_reviewer"] = "has been removed from the list of reviewers.";
$text["removing_default_keyword_category"] = "ꬉ...";
$text["removing_default_keywords"] = "ꬉ촅...";
$text["removing_document"] = "ꬉ...";
$text["removing_document_link"] = "ꬉ燢...";
$text["removing_folder"] = "ꬉօ...";
$text["removing_group"] = "ꬉ...";
$text["removing_member"] = "䄹ꬉɅ...";
$text["removing_user"] = "ꬉ...";
$text["removing_version"] = "ꆣ [version] ...";
$text["review_document"] = "Review Document";
$text["review_document_complete"] = "Review Document: Complete";
$text["review_document_complete_records_updated"] = "Document review completed and records updated";
$text["review_group"] = "Review Group";
$text["review_status"] = "Review Status";
$text["review_summary"] = "Review Summary";
$text["review_update_failed"] = "Error updating review status. Update failed.";
$text["reviewer_added"] = "added as a reviewer";
$text["reviewer_already_assigned"] = "is already assigned as a reviewer";
$text["reviewer_already_removed"] = "has already been removed from review process or has already submitted a review";
$text["reviewer_no_privilege"] = "is not sufficiently privileged to review this document";
$text["reviewer_removed"] = "removed from review process";
$text["reviewers"] = "Reviewers";
$text["rm_default_keyword_category"] = "ꬉ";
$text["rm_default_keywords"] = "ꬉ촅";
$text["rm_document"] = "ꬉ";
$text["rm_folder"] = "ꬉօ";
$text["rm_group"] = "ꬉ";
$text["rm_user"] = "ꬉ";
$text["rm_version"] = "ꆣ";
$text["root_folder"] = "᠈օ";
$text["save"] = "䙅";
$text["search"] = "ɣ";
$text["search_in"] = "ɣ䅣";
$text["search_in_all"] = "džօ";
$text["search_in_current"] = "Ŭ([foldername]) ɽɈօ";
$text["search_mode"] = "ɣ텭";
$text["search_mode_and"] = "dž䈨";
$text["search_mode_or"] = "憣넹Dž";
$text["search_no_results"] = "Ɔ놬ꇼꆖш";
$text["search_query"] = "ɣ";
$text["search_report"] = " [count] ꇼꆖш\";
$text["search_result_pending_approval"] = "status 'pending approval'";
$text["search_result_pending_review"] = "status 'pending review'";
$text["search_results"] = "ɣɆ";
$text["search_results_access_filtered"] = "Search results may contain content to which access has been denied.";
$text["search_time"] = "ш鏭 [time] ƃ";
$text["select_one"] = "ൄ";
$text["selected_document"] = "䆬";
$text["selected_folder"] = "օ";
$text["selection"] = "Selection";
$text["seq_after"] = "\"[prevname]\"";
$text["seq_end"] = "DžDž";
$text["seq_keep"] = "섻쇻";
$text["seq_start"] = "Dž";
$text["sequence"] = "щ兦";
$text["set_default_access"] = "Set Default Access Mode";
$text["set_expiry"] = "Set Expiry";
$text["set_owner"] = "܆dž넦";
$text["set_reviewers_approvers"] = "Assign Reviewers and Approvers";
$text["setting_expires"] = "܉Ǿ...";
$text["setting_owner"] = "܆dž넦...";
$text["setting_user_image"] = "
馄܇ງ...";
$text["show_all_versions"] = "Show All Revisions";
$text["show_current_versions"] = "Show Current";
$text["start"] = "";
$text["status"] = "Status";
$text["status_approval_rejected"] = "Draft rejected";
$text["status_approved"] = "Approved";
$text["status_approver_removed"] = "Approver removed from process";
$text["status_change_summary"] = "Document revision changed from status '[oldstatus]' to status '[newstatus]'.";
$text["status_changed_by"] = "Status changed by";
$text["status_not_approved"] = "Not approved";
$text["status_not_reviewed"] = "Not reviewed";
$text["status_reviewed"] = "Reviewed";
$text["status_reviewer_rejected"] = "Draft rejected";
$text["status_reviewer_removed"] = "Reviewer removed from process";
$text["status_unknown"] = "Unknown";
$text["subfolder_list"] = "Ɉօ";
$text["submit_approval"] = "Submit approval";
$text["submit_login"] = "Sign in";
$text["submit_review"] = "Submit review";
$text["theme"] = "֯";
$text["unable_to_add"] = "Unable to add";
$text["unable_to_remove"] = "Unable to remove";
$text["under_folder"] = "օ";
$text["unknown_command"] = "Command not recognized.";
$text["unknown_group"] = "Unknown group id";
$text["unknown_keyword_category"] = "Unknown category";
$text["unknown_owner"] = "Unknown owner id";
$text["unknown_user"] = "Unknown user id";
$text["unlock_cause_access_mode_all"] = "馆鿆녡\"all\"鿄䵅ůц醢܅笅";
$text["unlock_cause_locking_user"] = "馆鿄܄Ǐ鿄䵅ůц醢܅笅";
$text["unlock_document"] = "";
$text["unlocking_denied"] = "鿇䆼Ʉ숵ш";
$text["unlocking_document"] = "ꈺ...";
$text["update"] = "Update";
$text["update_approvers"] = "Update List of Approvers";
$text["update_document"] = "";
$text["update_info"] = "Update Information";
$text["update_locked_msg"] = "܇dž";
$text["update_reviewers"] = "Update List of Reviewers";
$text["update_reviewers_approvers"] = "Update List of Reviewers and Approvers";
$text["updated_by"] = "Updated by";
$text["updating_document"] = "ꆢ...";
$text["upload_date"] = "ц";
$text["uploaded"] = "Uploaded";
$text["uploaded_by"] = "Ʉ";
$text["uploading_failed"] = "燫";
$text["use_default_keywords"] = "Ʌꅫ܇촅";
$text["user"] = "";
$text["user_already_approved"] = "User has already submitted an approval of this document version";
$text["user_already_reviewed"] = "User has already submitted a review of this document version";
$text["user_approval_not_required"] = "No document approval required of user at this time.";
$text["user_exists"] = "User already exists.";
$text["user_image"] = "ງ";
$text["user_info"] = "User Information";
$text["user_list"] = "";
$text["user_login"] = "֖";
$text["user_management"] = "";
$text["user_name"] = "࿅";
$text["user_removed_approver"] = "User has been removed from the list of individual approvers.";
$text["user_removed_reviewer"] = "User has been removed from the list of individual reviewers.";
$text["user_review_not_required"] = "No document review required of user at this time.";
$text["users"] = "";
$text["version"] = "ꆣ";
$text["version_info"] = "Version Information";
$text["version_under_approval"] = "Version under approval";
$text["version_under_review"] = "Version under review";
$text["view_document"] = "View Document";
$text["view_online"] = "܄ň";
$text["warning"] = "Warning";
$text["wrong_pwd"] = "숨";
$text["yes"] = "";
$text["already_subscribed"] = "Target is already subscribed.";
// New as of 1.7.1. Require updated translation.
$text["documents"] = "Documents";
$text["folders"] = "Folders";
$text["no_folders"] = "No folders";
$text["notification_summary"] = "Notification Summary";
// New as of 1.7.2
$text["all_pages"] = "All";
$text["results_page"] = "Results Page";
// New
$text["sign_out"] = "sign out";
$text["signed_in_as"] = "Signed in as";
$text["assign_reviewers"] = "Assign Reviewers";
$text["assign_approvers"] = "Assign Approvers";
$text["override_status"] = "Override Status";
$text["change_status"] = "Change Status";
$text["change_assignments"] = "Change Assignments";
$text["no_user_docs"] = "There are currently no documents owned by the user";
$text["disclaimer"] = "This is a classified area. Access is permitted only to authorized personnel. Any violation will be prosecuted according to the english and international laws.";
$text["backup_tools"] = "Backup tools";
$text["versioning_file_creation"] = "Versioning file creation";
$text["archive_creation"] = "Archive creation";
$text["files_deletion"] = "Files deletion";
$text["folder"] = "Folder";
$text["unknown_id"] = "unknown id";
$text["help"] = "Help";
$text["versioning_info"] = "Versioning info";
$text["versioning_file_creation_warning"] = "With this operation you can create a file containing the versioning information of an entire DMS folder. After the creation every file will be saved inside the document folder.";
$text["archive_creation_warning"] = "With this operation you can create achive containing the files of entire DMS folders. After the creation the archive will be saved in the data folder of your server.
WARNING: an archive created as human readable will be unusable as server backup.";
$text["files_deletion_warning"] = "With this option you can delete all files of entire DMS folders. The versioning information will remain visible.";
$text["backup_list"] = "Existings backup list";
$text["backup_remove"] = "Remove backup file";
$text["confirm_rm_backup"] = "Do you really want to remove the file \"[arkname]\"?
Be careful: This action cannot be undone.";
$text["document_deleted"] = "Document deleted";
$text["linked_files"] = "Attachments";
$text["invalid_file_id"] = "Invalid file ID";
$text["rm_file"] = "Remove file";
$text["confirm_rm_file"] = "Do you really want to remove file \"[name]\" of document \"[documentname]\"?
Be careful: This action cannot be undone.";
$text["edit_comment"] = "Edit comment";
// new from 1.9
$text["is_hidden"] = "Hide from users list";
$text["log_management"] = "Log files management";
$text["confirm_rm_log"] = "Do you really want to remove log file \"[logname]\"?
Be careful: This action cannot be undone.";
$text["include_subdirectories"] = "Include subdirectories";
$text["include_documents"] = "Include documents";
$text["manager"] = "Manager";
$text["toggle_manager"] = "Toggle manager";
// new from 2.0
$text["calendar"] = "Calendar";
$text["week_view"] = "Week view";
$text["month_view"] = "Month view";
$text["year_view"] = "Year View";
$text["add_event"] = "Add event";
$text["edit_event"] = "Edit event";
$text["january"] = "January";
$text["february"] = "February";
$text["march"] = "March";
$text["april"] = "April";
$text["may"] = "May";
$text["june"] = "June";
$text["july"] = "July";
$text["august"] = "August";
$text["september"] = "September";
$text["october"] = "October";
$text["november"] = "November";
$text["december"] = "December";
$text["sunday"] = "Sunday";
$text["monday"] = "Monday";
$text["tuesday"] = "Tuesday";
$text["wednesday"] = "Wednesday";
$text["thursday"] = "Thursday";
$text["friday"] = "Friday";
$text["saturday"] = "Saturday";
$text["from"] = "From";
$text["to"] = "To";
$text["event_details"] = "Event details";
$text["confirm_rm_event"] = "Do you really want to remove event \"[name]\"?
Be careful: This action cannot be undone.";
$text["dump_creation"] = "DB dump creation";
$text["dump_creation_warning"] = "With this operation you can create a dump file of your database content. After the creation the dump file will be saved in the data folder of your server.";
$text["dump_list"] = "Existings dump files";
$text["dump_remove"] = "Remove dump file";
$text["confirm_rm_dump"] = "Do you really want to remove the file \"[dumpname]\"?
Be careful: This action cannot be undone.";
$text["confirm_rm_user"] = "Do you really want to remove the user \"[username]\"?
Be careful: This action cannot be undone.";
$text["confirm_rm_group"] = "Do you really want to remove the group \"[groupname]\"?
Be careful: This action cannot be undone.";
$text["human_readable"] = "Human readable archive";
$text["email_header"] = "This is an automatic message from the DMS server.";
$text["email_footer"] = "You can always change your e-mail settings using 'My Account' functions";
$text["add_multiple_files"] = "Add multiple files (will use filename as document name)";
// new from 2.0.1
$text["max_upload_size"] = "Maximum upload size for each file";
// new from 2.0.2
$text["space_used_on_data_folder"] = "Space used on data folder";
$text["assign_user_property_to"] = "Assign user's properties to";
?>
letodms-3.3.11+dfsg.1/languages/Chinese_ZH_TW/help.htm 0000644 0001750 0001750 00000000024 12040235120 023006 0 ustar francisco francisco TODO
letodms-3.3.11+dfsg.1/languages/Italian/ 0000755 0001750 0001750 00000000000 12040235120 020340 5 ustar francisco francisco letodms-3.3.11+dfsg.1/languages/Italian/lang.inc 0000644 0001750 0001750 00000106001 12040235120 021752 0 ustar francisco francisco Attenzione: un archivio creato per uso esterno non è utilizzabile come backup del server.";
$text["assign_approvers"] = "Assegna Approvatori";
$text["assign_reviewers"] = "Assegna Revisori";
$text["assign_user_property_to"] = "Assegna le proprietà dell'utente a";
$text["assumed_released"] = "Rilascio Acquisito";
$text["august"] = "Agosto";
$text["automatic_status_update"] = "Modifica automatica dello stato";
$text["back"] = "Ritorna";
$text["backup_list"] = "Lista dei backup presenti";
$text["backup_remove"] = "Elimina file di backup";
$text["backup_tools"] = "Strumenti di backup";
$text["between"] = "tra";
$text["calendar"] = "Calendario";
$text["cancel"] = "Annulla";
$text["cannot_assign_invalid_state"] = "Non è possibile modificare le assegnazioni di un documento già in stato finale";
$text["cannot_change_final_states"] = "Attenzione: Non si può modificare lo stato dei documenti rifiutati, scaduti o in lavorazione";
//$text["cannot_delete_yourself"] = "Cannot delete yourself";
$text["cannot_move_root"] = "Impossibile spostare la cartella di root";
$text["cannot_retrieve_approval_snapshot"] = "Impossibile visualizzare lo stato di approvazione per questa versione di documento";
$text["cannot_retrieve_review_snapshot"] = "Impossibile visualizzare lo stato di revisione per questa versione di documento";
$text["cannot_rm_root"] = "Impossibile cancellare la cartella di root";
$text["category"] = "Category";
$text["category_filter"] = "Only categories";
$text["category_in_use"] = "This category is currently used by documents.";
$text["categories"] = "Categories";
$text["change_assignments"] = "Modifica le Assegnazioni";
$text["change_status"] = "Modifica lo Stato";
$text["choose_category"] = "Seleziona";
$text["choose_group"] = "--Seleziona gruppo--";
$text["choose_target_category"] = "Choose category";
$text["choose_target_document"] = "Seleziona documento";
$text["choose_target_folder"] = "Seleziona cartella";
$text["choose_user"] = "--Seleziona utente--";
$text["comment_changed_email"] = "Commento cambiato";
$text["comment"] = "Commento";
$text["comment_for_current_version"] = "Commento per la versione";
$text["confirm_create_fulltext_index"] = "Yes, I would like to recreate the fulltext index!";
$text["confirm_pwd"] = "Conferma Password";
$text["confirm_rm_backup"] = "Vuoi davvero rimuovere il file \"[arkname]\"?
Attenzione: Questa operazione non può essere annullata.";
$text["confirm_rm_document"] = "Vuoi veramente eliminare il documento \"[documentname]\"?
Attenzione: L'operazione è irreversibile";
$text["confirm_rm_dump"] = "Vuoi davvero rimuovere il file \"[dumpname]\"?
Attenzione: Questa operazione non può essere annullata.";
$text["confirm_rm_event"] = "Vuoli davvero rimuovere l'evento \"[name]\"?
Attenzione: Questa operazione non può essere annullata.";
$text["confirm_rm_file"] = "Vuoi veramente eliminare il file \"[name]\" del documento \"[documentname]\"?
Attenzione: L'operazione è irreversibile";
$text["confirm_rm_folder"] = "Vuoi veramente eliminare la cartella \"[foldername]\" e tutto il suo contenuto?
Attenzione: L'operazione è irreversibile";
$text["confirm_rm_folder_files"] = "Vuoi davvero rimuovere tutti i file dalla cartella \"[foldername]\" e dalle sue sottocartelle?
Attenzione: Questa operazione non può essere annullata.";
$text["confirm_rm_group"] = "Vuoi davvero rimuovere il gruppo \"[groupname]\"?
Attenzione: Questa operazione non può essere annullata.";
$text["confirm_rm_log"] = "Vuoi davvero rimuovere il file di log \"[logname]\"?
Attenzione: Questa operazione non può essere annullata.";
$text["confirm_rm_user"] = "Vuoi davvero rimuovere l'utente \"[username]\"?
Attenzione: Questa operazione non può essere annullata.";
$text["confirm_rm_version"] = "Vuoi veramente eliminare la versione [version] del documento \"[documentname]\"?
Attenzione: L'operazione è irreversibile";
$text["content"] = "Cartelle";
$text["continue"] = "Continua";
$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"] = "Data creazione";
$text["current_version"] = "Ultima versione";
$text["daily"] = "Daily";
$text["databasesearch"] = "Database search";
$text["december"] = "Dicembre";
$text["default_access"] = "Permesso di default";
$text["default_keywords"] = "Parole chiave disponibili";
$text["delete"] = "Cancella";
$text["details"] = "Dettagli";
$text["details_version"] = "Dettagli versione: [version]";
$text["disclaimer"] = "Questa è un'area riservata. L'accesso è consentito solo al personale autorizzato. Qualunque violazione sarà perseguita a norma delle leggi italiane ed internazionali.";
$text["document_already_locked"] = "Questo documento è già bloccato";
$text["document_deleted"] = "Documento rimosso";
$text["document_deleted_email"] = "Documento cancellato";
$text["document"] = "Documento";
$text["document_infos"] = "Informazioni documento";
$text["document_is_not_locked"] = "Questo documento non è bloccato";
$text["document_link_by"] = "Collegato da";
$text["document_link_public"] = "Pubblico";
$text["document_moved_email"] = "Documento spostato";
$text["document_renamed_email"] = "Documento rinominato";
$text["documents"] = "Documenti";
$text["documents_in_process"] = "Documenti in lavorazione";
$text["documents_locked_by_you"] = "Documenti bloccati da te";
$text["document_status_changed_email"] = "Modifica stato del documento";
$text["documents_to_approve"] = "Documenti in attesa della tua approvazione";
$text["documents_to_review"] = "Documenti in attesa della tua revisione";
$text["documents_user_requiring_attention"] = "Tuoi documenti in attesa di revisione o approvazione";
$text["document_title"] = "Documento '[documentname]'";
$text["document_updated_email"] = "Documento aggiornato";
$text["does_not_expire"] = "Nessuna scadenza";
$text["does_not_inherit_access_msg"] = "Imposta permessi ereditari";
$text["download"] = "Scarica";
$text["draft_pending_approval"] = "Bozza in approvazione";
$text["draft_pending_review"] = "Bozza in revisione";
$text["dump_creation"] = "Creazione DB dump";
$text["dump_creation_warning"] = "Con questa operazione è possibile creare un file di dump del contenuto del database. Dopo la creazione il file viene salvato nella cartella dati del server.";
$text["dump_list"] = "List dei dump presenti";
$text["dump_remove"] = "Cancella il dump file";
$text["edit_comment"] = "Modifica il commento";
$text["edit_default_keywords"] = "Modifica parole chiave";
$text["edit_document_access"] = "Modifica permessi";
$text["edit_document_notify"] = "Lista di notifica file";
$text["edit_document_props"] = "Gestione documento";
$text["edit"] = "modifica";
$text["edit_event"] = "Modifica evento";
$text["edit_existing_access"] = "Gestione permessi";
$text["edit_existing_notify"] = "Gestione lista di notifica";
$text["edit_folder_access"] = "Modifica permessi";
$text["edit_folder_notify"] = "Lista di notifica cartelle";
$text["edit_folder_props"] = "Modifica cartella";
$text["edit_group"] = "Modifica gruppo";
$text["edit_user_details"] = "Gestione dettagli utente";
$text["edit_user"] = "Modifica utente";
$text["email"] = "Email";
$text["email_footer"] = "Puoi cambiare le tue preferenze utilizzando le funzioni del menu 'Account personale'";
$text["email_header"] = "Questo è un messaggio automatico inviato dal server DMS";
$text["empty_notify_list"] = "Nessun record";
$text["error_no_document_selected"] = "No document selected";
$text["error_no_folder_selected"] = "No folder selected";
$text["error_occured"] = "Si verificato un errore";
$text["event_details"] = "Dettagli evento";
$text["expired"] = "Scaduto";
$text["expires"] = "Scadenza";
$text["expiry_changed_email"] = "Scadenza cambiata";
$text["february"] = "Febbraio";
$text["file"] = "File";
$text["files_deletion"] = "Cancellazione file";
$text["files_deletion_warning"] = "Con questa operazione è possible cancellare i file di intere cartelle. Dopo la cancellazione le informazioni di versionamento resteranno disponibili.";
$text["files"] = "Files";
$text["file_size"] = "Grandezza";
$text["folder_contents"] = "Contenuto cartella";
$text["folder_deleted_email"] = "Cartella cancellata";
$text["folder"] = "Cartella";
$text["folder_infos"] = "Informazioni cartella";
$text["folder_moved_email"] = "Cartella spostata";
$text["folder_renamed_email"] = "Cartella rinominata";
$text["folders_and_documents_statistic"] = "Visualizzazione generale";
$text["folders"] = "Cartelle";
$text["folder_title"] = "Cartella '[foldername]'";
$text["friday"] = "Venerdì";
$text["from"] = "Da";
$text["fullsearch"] = "Full text search";
$text["fullsearch_hint"] = "Use fulltext index";
$text["fulltext_info"] = "Fulltext index info";
$text["global_default_keywords"] = "Categorie parole chiave globali";
$text["global_document_categories"] = "Categories";
$text["group_approval_summary"] = "Dettaglio approvazioni di gruppo";
$text["group_exists"] = "Il gruppo è già esistente";
$text["group"] = "Gruppo";
$text["group_management"] = "Amministrazione gruppi";
$text["group_members"] = "Membri del gruppo";
$text["group_review_summary"] = "Dettaglio revisioni di gruppo";
$text["groups"] = "Gruppi";
$text["guest_login_disabled"] = "Login ospite è disabilitato";
$text["guest_login"] = "Login come ospite";
$text["help"] = "Aiuto";
$text["hourly"] = "Hourly";
$text["human_readable"] = "Archivio per uso esterno";
$text["include_documents"] = "Includi documenti";
$text["include_subdirectories"] = "Includi sottocartelle";
$text["individuals"] = "Singoli";
$text["inherits_access_msg"] = "E' impostato il permesso ereditario.";
$text["inherits_access_copy_msg"] = "Modifica la lista degli accessi ereditati";
$text["inherits_access_empty_msg"] = "Riimposta una lista di permessi vuota";
$text["internal_error_exit"] = "Errore interno. Impossibile completare la richiesta. Uscire.";
$text["internal_error"] = "Errore interno";
$text["invalid_access_mode"] = "Permessi non validi";
$text["invalid_action"] = "Azione non valida";
$text["invalid_approval_status"] = "Stato di approvazione non valido";
$text["invalid_create_date_end"] = "Fine data non valida per la creazione di un intervallo temporale";
$text["invalid_create_date_start"] = "Inizio data non valida per la creazione di un intervallo temporale";
$text["invalid_doc_id"] = "ID documento non valido";
$text["invalid_file_id"] = "ID del file non valido";
$text["invalid_folder_id"] = "ID cartella non valido";
$text["invalid_group_id"] = "ID gruppo non valido";
$text["invalid_link_id"] = "ID di collegamento non valido";
$text["invalid_request_token"] = "Invalid Request Token";
$text["invalid_review_status"] = "Stato revisione non valido";
$text["invalid_sequence"] = "Valore di sequenza non valido";
$text["invalid_status"] = "Stato del documento non valido";
$text["invalid_target_doc_id"] = "ID documento selezionato non valido";
$text["invalid_target_folder"] = "ID cartella selezionata non valido";
$text["invalid_user_id"] = "ID utente non valido";
$text["invalid_version"] = "Versione documento non valida";
$text["is_hidden"] = "Nascondi dalla lista utenti";
$text["january"] = "Gennaio";
$text["js_no_approval_group"] = "Si prega di selezionare un gruppo di approvazione";
$text["js_no_approval_status"] = "Si prega di selezionare lo stato di approvazione";
$text["js_no_comment"] = "Non ci sono commenti";
$text["js_no_email"] = "Scrivi nel tuo indirizzo di Email";
$text["js_no_file"] = "Per favore seleziona un file";
$text["js_no_keywords"] = "Specifica alcune parole chiave";
$text["js_no_login"] = "Il campo ID utente é necessario";
$text["js_no_name"] = "Il nome é necessario";
$text["js_no_override_status"] = "E' necessario selezionare un nuovo stato";
$text["js_no_pwd"] = "La password è necessaria";
$text["js_no_query"] = "Scrivi nella query";
$text["js_no_review_group"] = "Per favore seleziona un gruppo di revisori";
$text["js_no_review_status"] = "Per favore seleziona lo stato di revisione";
$text["js_pwd_not_conf"] = "Password e passwords-di conferma non corrispondono";
$text["js_select_user_or_group"] = "Selezionare almeno un utente o un gruppo";
$text["js_select_user"] = "Per favore seleziona un utente";
$text["july"] = "Luglio";
$text["june"] = "Giugno";
$text["keyword_exists"] = "Parola chiave già presente";
$text["keywords"] = "Parole chiave";
$text["language"] = "Lingua";
$text["last_update"] = "Ultima modifica";
$text["link_alt_updatedocument"] = "If you would like to upload files bigger than the current maximum upload size, please use the alternative upload page.";
$text["linked_documents"] = "Documenti collegati";
$text["linked_files"] = "File allegati";
$text["local_file"] = "File locale";
$text["locked_by"] = "Locked by";
$text["lock_document"] = "Blocca";
$text["lock_message"] = "Questo documento è bloccato da [username]. Solo gli utenti autorizzati possono sbloccare questo documento.";
$text["lock_status"] = "Stato";
$text["login_error_text"] = "Errore nel login. ID utente o passord errati.";
$text["login_error_title"] = "Errore di login";
$text["login_not_given"] = "Non è stato inserito il nome utente";
$text["login_ok"] = "Login eseguito";
$text["log_management"] = "Amministrazione log file";
$text["logout"] = "Logout";
$text["manager"] = "Manager";
$text["march"] = "Marzo";
$text["max_upload_size"] = "Dimensione massima caricabile per ogni file";
$text["may"] = "Maggio";
$text["monday"] = "Lunedì";
$text["month_view"] = "Vista mese";
$text["monthly"] = "Monthly";
$text["move_document"] = "Sposta documento";
$text["move_folder"] = "Sposta cartella";
$text["move"] = "Sposta";
$text["my_account"] = "Account personale";
$text["my_documents"] = "Documenti personali";
$text["name"] = "Nome";
$text["new_default_keyword_category"] = "Aggiungi categoria";
$text["new_default_keywords"] = "Aggiungi parole chiave";
$text["new_document_category"] = "Add category";
$text["new_document_email"] = "Nuovo documento";
$text["new_file_email"] = "Nuovo file allegato";
//$text["new_folder"] = "New folder";
$text["new"] = "Nuovo";
$text["new_subfolder_email"] = "Nuova sottocartella";
$text["new_user_image"] = "Nuova immagine";
$text["no_action"] = "Non è richiesto alcun intervento";
$text["no_approval_needed"] = "No approval pending.";
$text["no_attached_files"] = "No attached files";
$text["no_default_keywords"] = "Nessuna parola chiave disponibile";
//$text["no_docs_locked"] = "No documents locked.";
//$text["no_docs_to_approve"] = "There are currently no documents that require approval.";
//$text["no_docs_to_look_at"] = "No documents that need attention.";
//$text["no_docs_to_review"] = "There are currently no documents that require review.";
$text["no_group_members"] = "Questo gruppo non ha membri";
$text["no_groups"] = "Nessun gruppo";
$text["no"] = "No";
$text["no_linked_files"] = "No linked files";
$text["no_previous_versions"] = "Nessun'altra versione trovata";
$text["no_review_needed"] = "No review pending.";
$text["notify_added_email"] = "Sei stato aggiunto alla lista di notifica";
$text["notify_deleted_email"] = "Sei stato eliminato dalla lista di notifica";
$text["no_update_cause_locked"] = "Non è quindi possible aggiornarlo.";
$text["no_user_image"] = "Nessuna immagine trovata";
$text["november"] = "Novembre";
$text["obsolete"] = "Obsoleto";
$text["october"] = "Ottobre";
$text["old"] = "Vecchio";
$text["only_jpg_user_images"] = "Possono essere utilizzate solo immagini di tipo jpeg";
$text["owner"] = "Proprietario";
$text["ownership_changed_email"] = "Proprietario cambiato";
$text["password"] = "Password";
$text["personal_default_keywords"] = "Parole chiave personali";
$text["previous_versions"] = "Versioni precedenti";
$text["refresh"] = "Refresh";
$text["rejected"] = "Rifiutato";
$text["released"] = "Rilasciato";
$text["removed_approver"] = "Rimosso dalla lista degli approvatori.";
$text["removed_file_email"] = "Rimosso file allegato";
$text["removed_reviewer"] = "Rimosso dalla lista dei revisori.";
$text["results_page"] = "Pagina dei risultati";
$text["review_deletion_email"] = "Cancellata la richiesta di revisione";
$text["reviewer_already_assigned"] = "già è assegnato come revisore";
$text["reviewer_already_removed"] = "già rimosso dal processo di revisione oppure già inserito come revisione";
$text["reviewers"] = "Revisori";
$text["review_group"] = "Gruppo revisori";
$text["review_request_email"] = "Richiesta di revisione";
$text["review_status"] = "Stato revisioni";
$text["review_submit_email"] = "Sottoposta revisione";
$text["review_summary"] = "Dettaglio revisioni";
$text["review_update_failed"] = "Errore nella variazione della revisione. Aggiornamento fallito.";
$text["rm_default_keyword_category"] = "Cancella categoria";
$text["rm_document"] = "Rimuovi documento";
$text["rm_document_category"] = "Delete category";
$text["rm_file"] = "Rimuovi file";
$text["rm_folder"] = "Rimuovi cartella";
$text["rm_group"] = "Rimuovi questo gruppo";
$text["rm_user"] = "Rimuovi questo utente";
$text["rm_version"] = "Rimuovi versione";
//$text["role_admin"] = "Administrator";
//$text["role_guest"] = "Guest";
$text["role_user"] = "User";
//$text["role"] = "Role";
$text["saturday"] = "Sabato";
$text["save"] = "Salva";
$text["search_fulltext"] = "Search in fulltext";
$text["search_in"] = "Cerca in";
$text["search_mode_and"] = "tutte le parole";
$text["search_mode_or"] = "almeno una parola";
$text["search_no_results"] = "Non ci sono documenti che contengano la vostra ricerca";
$text["search_query"] = "Cerca per";
$text["search_report"] = "Trovati [count] documenti";
$text["search_results_access_filtered"] = "La ricerca può produrre contenuti il cui accesso è negato.";
$text["search_results"] = "Risultato ricerca";
//$text["search"] = "Search";
$text["search_time"] = "Tempo trascorso: [time] sec.";
$text["selection"] = "Selezione";
$text["select_one"] = "Seleziona uno";
$text["september"] = "Settembre";
$text["seq_after"] = "Dopo \"[prevname]\"";
$text["seq_end"] = "Alla fine";
$text["seq_keep"] = "Mantene Posizione";
$text["seq_start"] = "Prima posizione";
$text["sequence"] = "Posizione";
$text["set_expiry"] = "Regola la scadenza";
//$text["set_owner_error"] = "Error setting owner";
$text["set_owner"] = "Conferma proprietario";
$text["settings_activate_module"] = "Activate module";
$text["settings_activate_php_extension"] = "Activate PHP extension";
$text["settings_adminIP"] = "Admin IP";
$text["settings_adminIP_desc"] = "If enabled admin can login only by specified IP addres, leave empty to avoid the control. NOTE: works only with local autentication (no LDAP)";
$text["settings_ADOdbPath"] = "ADOdb Path";
$text["settings_ADOdbPath_desc"] = "Path to adodb. This is the directory containing the adodb directory";
$text["settings_Advanced"] = "Advanced";
$text["settings_apache_mod_rewrite"] = "Apache - Module Rewrite";
$text["settings_Authentication"] = "Authentication settings";
$text["settings_Calendar"] = "Calendar settings";
$text["settings_calendarDefaultView"] = "Calendar Default View";
$text["settings_calendarDefaultView_desc"] = "Calendar default view";
$text["settings_contentDir"] = "Content directory";
$text["settings_contentDir_desc"] = "Where the uploaded files are stored (best to choose a directory that is not accessible through your web-server)";
$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_luceneClassDir"] = "Lucene LetoDMS directory";
$text["settings_luceneClassDir_desc"] = "Path to LetoDMS_Lucene (optional)";
$text["settings_luceneDir"] = "Lucene index directory";
$text["settings_luceneDir_desc"] = "Path to Lucene index";
$text["settings_createdatabase"] = "Create database";
$text["settings_createdirectory"] = "Create directory";
$text["settings_currentvalue"] = "Current value";
$text["settings_Database"] = "Database settings";
$text["settings_dbDatabase"] = "Database";
$text["settings_dbDatabase_desc"] = "The name for your database entered during the installation process. Do not edit field unless absolutely necessary, for example transfer of the database to a new Host.";
$text["settings_dbDriver"] = "Database Type";
$text["settings_dbDriver_desc"] = "The type of database in use entered during the installation process. Do not edit this field unless you are having to migrate to a different type of database perhaps due to changing hosts. Type of DB-Driver used by adodb (see adodb-readme)";
$text["settings_dbHostname_desc"] = "The hostname for your database entered during the installation process. Do not edit field unless absolutely necessary, for example transfer of the database to a new Host.";
$text["settings_dbHostname"] = "Server name";
$text["settings_dbPass_desc"] = "The password for access to your database entered during the installation process.";
$text["settings_dbPass"] = "Password";
$text["settings_dbUser_desc"] = "The username for access to your database entered during the installation process. Do not edit field unless absolutely necessary, for example transfer of the database to a new Host.";
$text["settings_dbUser"] = "Username";
$text["settings_delete_install_folder"] = "To use LetoDMS, you must delete the install directory";
$text["settings_disableSelfEdit_desc"] = "If checked user cannot edit his own profile";
$text["settings_disableSelfEdit"] = "Disable Self Edit";
$text["settings_Display"] = "Display settings";
$text["settings_Edition"] = "Edition settings";
$text["settings_enableAdminRevApp_desc"] = "Uncheck to don't list administrator as reviewer/approver";
$text["settings_enableAdminRevApp"] = "Enable Admin Rev App";
$text["settings_enableCalendar_desc"] = "Enable/disable calendar";
$text["settings_enableCalendar"] = "Enable Calendar";
$text["settings_enableConverting_desc"] = "Enable/disable converting of files";
$text["settings_enableConverting"] = "Enable Converting";
$text["settings_enableEmail_desc"] = "Enable/disable automatic email notification";
$text["settings_enableEmail"] = "Enable E-mail";
$text["settings_enableFolderTree_desc"] = "False to don't show the folder tree";
$text["settings_enableFolderTree"] = "Enable Folder Tree";
$text["settings_enableFullSearch"] = "Enable Full text search";
$text["settings_enableGuestLogin_desc"] = "If you want anybody to login as guest, check this option. Note: guest login should be used only in a trusted environment";
$text["settings_enableGuestLogin"] = "Enable Guest Login";
$text["settings_enableUserImage_desc"] = "Enable users images";
$text["settings_enableUserImage"] = "Enable User Image";
$text["settings_enableUsersView_desc"] = "Enable/disable group and user view for all users";
$text["settings_enableUsersView"] = "Enable Users View";
$text["settings_error"] = "Error";
$text["settings_expandFolderTree_desc"] = "Expand Folder Tree";
$text["settings_expandFolderTree"] = "Expand Folder Tree";
$text["settings_expandFolderTree_val0"] = "start with tree hidden";
$text["settings_expandFolderTree_val1"] = "start with tree shown and first level expanded";
$text["settings_expandFolderTree_val2"] = "start with tree shown fully expanded";
$text["settings_firstDayOfWeek_desc"] = "First day of the week";
$text["settings_firstDayOfWeek"] = "First day of the week";
$text["settings_footNote_desc"] = "Message to display at the bottom of every page";
$text["settings_footNote"] = "Foot Note";
$text["settings_guestID_desc"] = "ID of guest-user used when logged in as guest (mostly no need to change)";
$text["settings_guestID"] = "Guest ID";
$text["settings_httpRoot_desc"] = "The relative path in the URL, after the domain part. Do not include the http:// prefix or the web host name. e.g. If the full URL is http://www.example.com/letodms/, set '/letodms/'. If the URL is http://www.example.com/, set '/'";
$text["settings_httpRoot"] = "Http Root";
$text["settings_installADOdb"] = "Install ADOdb";
$text["settings_install_success"] = "The installation is completed successfully";
$text["settings_language"] = "Default language";
$text["settings_language_desc"] = "Default language (name of a subfolder in folder \"languages\")";
$text["settings_logFileEnable_desc"] = "Enable/disable log file";
$text["settings_logFileEnable"] = "Log File Enable";
$text["settings_logFileRotation_desc"] = "The log file rotation";
$text["settings_logFileRotation"] = "Log File Rotation";
$text["settings_luceneDir"] = "Directory for full text index";
$text["settings_maxDirID_desc"] = "Maximum number of sub-directories per parent directory. Default: 32700.";
$text["settings_maxDirID"] = "Max Directory ID";
$text["settings_maxExecutionTime_desc"] = "This sets the maximum time in seconds a script is allowed to run before it is terminated by the parse";
$text["settings_maxExecutionTime"] = "Max Execution Time (s)";
$text["settings_more_settings"] = "Configure more settings. Default login: admin/admin";
$text["settings_notfound"] = "Not found";
$text["settings_partitionSize"] = "Size of partial files uploaded by jumploader";
$text["settings_php_dbDriver"] = "PHP extension : php_'see current value'";
$text["settings_php_gd2"] = "PHP extension : php_gd2";
$text["settings_php_mbstring"] = "PHP extension : php_mbstring";
$text["settings_printDisclaimer_desc"] = "If true the disclaimer message the lang.inc files will be print on the bottom of the page";
$text["settings_printDisclaimer"] = "Print Disclaimer";
$text["settings_restricted_desc"] = "Only allow users to log in if they have an entry in the local database (irrespective of successful authentication with LDAP)";
$text["settings_restricted"] = "Restricted access";
$text["settings_rootDir_desc"] = "Path to where letoDMS is located";
$text["settings_rootDir"] = "Root directory";
$text["settings_rootFolderID_desc"] = "ID of root-folder (mostly no need to change)";
$text["settings_rootFolderID"] = "Root Folder ID";
$text["settings_SaveError"] = "Configuration file save error";
$text["settings_Server"] = "Server settings";
$text["settings"] = "Settings";
$text["settings_siteDefaultPage_desc"] = "Default page on login. If empty defaults to out/out.ViewFolder.php";
$text["settings_siteDefaultPage"] = "Site Default Page";
$text["settings_siteName_desc"] = "Name of site used in the page titles. Default: letoDMS";
$text["settings_siteName"] = "Site Name";
$text["settings_Site"] = "Site";
$text["settings_smtpPort_desc"] = "SMTP Server port, default 25";
$text["settings_smtpPort"] = "SMTP Server port";
$text["settings_smtpSendFrom_desc"] = "Send from";
$text["settings_smtpSendFrom"] = "Send from";
$text["settings_smtpServer_desc"] = "SMTP Server hostname";
$text["settings_smtpServer"] = "SMTP Server hostname";
$text["settings_SMTP"] = "SMTP Server settings";
$text["settings_stagingDir"] = "Directory for partial uploads";
$text["settings_strictFormCheck_desc"] = "Strict form checking. If set to true, then all fields in the form will be checked for a value. If set to false, then (most) comments and keyword fields become optional. Comments are always required when submitting a review or overriding document status";
$text["settings_strictFormCheck"] = "Strict Form Check";
$text["settings_suggestionvalue"] = "Suggestion value";
$text["settings_System"] = "System";
$text["settings_theme"] = "Default theme";
$text["settings_theme_desc"] = "Default style (name of a subfolder in folder \"styles\")";
$text["settings_titleDisplayHack_desc"] = "Workaround for page titles that go over more than 2 lines.";
$text["settings_titleDisplayHack"] = "Title Display Hack";
$text["settings_updateNotifyTime_desc"] = "Users are notified about document-changes that took place within the last 'Update Notify Time' seconds";
$text["settings_updateNotifyTime"] = "Update Notify Time";
$text["settings_versioningFileName_desc"] = "The name of the versioning info file created by the backup tool";
$text["settings_versioningFileName"] = "Versioning FileName";
$text["settings_viewOnlineFileTypes_desc"] = "Files with one of the following endings can be viewed online (USE ONLY LOWER CASE CHARACTERS)";
$text["settings_viewOnlineFileTypes"] = "View Online File Types";
$text["signed_in_as"] = "Utente";
$text["sign_in"] = "sign in";
$text["sign_out"] = "Esci";
$text["space_used_on_data_folder"] = "Spazio utilizzato dai dati";
$text["status_approval_rejected"] = "Bozza rifiutata";
$text["status_approved"] = "Approvato";
$text["status_approver_removed"] = "Approvatore rimosso dal processo";
$text["status_not_approved"] = "Non ancora approvato";
$text["status_not_reviewed"] = "Non ancora revisionato";
$text["status_reviewed"] = "Revisionato";
$text["status_reviewer_rejected"] = "Bozza rifiutata";
$text["status_reviewer_removed"] = "Revisore rimosso dal processo";
$text["status"] = "Stato";
$text["status_unknown"] = "Sconosciuto";
$text["storage_size"] = "Dimensione totale";
$text["submit_approval"] = "Approvazione documento";
$text["submit_login"] = "Login";
$text["submit_review"] = "Revisione documento";
$text["sunday"] = "Domenica";
$text["theme"] = "Tema";
$text["thursday"] = "Giovedì";
$text["toggle_manager"] = "Manager";
$text["to"] = "A";
$text["tuesday"] = "Martedì";
$text["under_folder"] = "Nella cartella";
$text["unknown_command"] = "Commando non riconosciuto.";
$text["unknown_document_category"] = "Unknown category";
$text["unknown_group"] = "ID gruppo sconosciuto";
$text["unknown_id"] = "identificativo sconosciuto";
$text["unknown_keyword_category"] = "Categoria sconosciuta";
$text["unknown_owner"] = "ID proprietario sconosciuto";
$text["unknown_user"] = "ID utente sconosciuto";
$text["unlock_cause_access_mode_all"] = "Puoi ancora aggiornarlo, perchè hai il permesso \"all\". Il blocco sarà rimosso automaticamente.";
$text["unlock_cause_locking_user"] = "Puoi ancora aggiornarlo, perchè sei l'utente che ha eseguito il blocco. Il blocco sarà rimosso automaticamente.";
$text["unlock_document"] = "Sblocca";
$text["update_approvers"] = "Aggiornamento lista approvatori";
$text["update_document"] = "Aggiorna";
$text["update_fulltext_index"] = "Update fulltext index";
$text["update_info"] = "Aggiorna informazioni";
$text["update_locked_msg"] = "Questo documento è bloccato.";
$text["update_reviewers"] = "Aggiornamento lista revisori";
$text["update"] = "Aggiorna";
$text["uploaded_by"] = "Caricato da";
$text["uploading_failed"] = "Upload fallito. Sei pregato di contattare l'amministratore.";
$text["use_default_categories"] = "Use predefined categories";
$text["use_default_keywords"] = "Usa le parole chiave predefinite";
$text["user_exists"] = "Utente esistente";
$text["user_image"] = "Immagine";
$text["user_info"] = "Informazioni utente";
$text["user_list"] = "Lista utenti";
$text["user_login"] = "ID utente";
$text["user_management"] = "Amministrazione utenti";
$text["user_name"] = "Nome e Cognome";
$text["users"] = "Utenti";
$text["user"] = "Utente";
$text["version_deleted_email"] = "Versione cancellata";
$text["version_info"] = "Informazioni versione";
$text["versioning_file_creation"] = "Creazione file di versionamento";
$text["versioning_file_creation_warning"] = "Con questa operazione è possibile creare un file di backup delle informazioni di versionamento dei documenti di una intera cartella. Dopo la creazione ogni file viene salvato nella cartella del relativo documento.";
$text["versioning_info"] = "Informazioni di versionamento";
$text["version"] = "Versione";
$text["view_online"] = "Visualizza";
$text["warning"] = "Attenzione";
$text["wednesday"] = "Mercoledì";
$text["week_view"] = "Vista settimana";
$text["year_view"] = "Vista anno";
$text["yes"] = "Si";
?>
letodms-3.3.11+dfsg.1/languages/Italian/help.htm 0000644 0001750 0001750 00000015427 12040235120 022013 0 ustar francisco francisco Note generali
Un DMS (Document Management System) ha lo scopo di permettere la condivisione di documenti
controllandone il flusso di lavoro, i permessi di accesso e l'organizzazione in generale.
Tramite il menu di primo livello è possibile accedere ai vari documenti
memorizzati:
- Cartelle: permette di sfogliare i documenti come si farebbe con un normale file manager.
- Documenti personali: presenta diverse voci per accedere rapidamente ai documenti di interesse personale:
- Documenti in lavorazione: lista dei documenti in attesa di revisione o approvazione da parte dell'utente,
dei documenti di proprietà dell'utente che attendono approvazione o revisione e dei documenti attualmente bloccati dall'utente.
- Tutti i documenti: lista di tutti i documenti di proprietà dell'utente.
- Dettaglio revisioni: lista tutti i documenti già revisionati o in attesa di revisione da parte dell'utente.
- Dettaglio approvazioni: lista tutti i documenti già approvati o in attesa di approvazione da parte dell'utente.
Il presente DMS mette a disposizione anche un calendario che ha la funzione di bacheca virtuale per condividere note,
appuntamenti, scadenze ed impegni.
Permessi
L'utente autorizzato può stabilire se e come gli altri utenti del sistema
potranno accedere alle varie cartelle e documenti presenti.
Livelli di permesso
I livelli di accesso possibili sono:
- Permessi totali: l'utente può effettuare qualsiasi operazione.
- Lettura e scrittura: l'utente può aggiornare documenti e aggiungere contenuti alle cartelle.
- Solo lettura: l'utente può visualizzare il contenuto delle cartelle e scaricare i documenti.
- Nessun accesso: non è possibile visualizzare il contenuto delle cartelle o i singoli documenti.
Per default gli utenti amministratori hanno permessi di massimo livello su ogni documento e
cartella del sistema. Analogamente il proprietario del documento ha permessi totali
sui propri documenti.
Solo gli utenti amministratori possono cambiare il proprietario di un documento.
Gestione dei permessi
Per ogni cartella o documento i permessi sono gestiti tramite due dispositivi
diversi:
- I permessi di default valgono in mancanza di ulteriori specifiche.
- La lista dei permessi consente di specificare eccezioni ai permessi di default.
Permessi ereditari
I permessi di cartelle e documenti possono essere impostati come ereditari.
In tal caso i documenti e le cartelle ereditano i medesimi permessi della cartella che li contiene.
Flusso di lavoro
Il sistema gestisce automaticamente il flusso di lavoro per ogni documento e memorizza
variazioni, versionamento, commenti effettuati, ecc.
Ciclo di validazione dei documenti
Il normale flusso di lavoro prevede che, al caricamento di un nuovo documento o di una
nuova versione, vengano indicati alcuni utenti o gruppi di utenti, a titolo
di revisori e/o approvatori. Gli utenti indicati come revisori e approvatori sono
tenuti ad esplicitare la propria approvazione al documento. Quando tale operazione
viene ultimata, ovvero tutti gli utenti indicati hanno effettuato la propria
revisione/approvazione, il documento passa nello stato di 'rilasciato'.
L'utente revisore/approvatore può negare la propria approvazione al documento.
In tal caso il documento passa nello stato di 'rifutato'.
Un documento per il quale non vengano impostate revisioni e approvazioni assume
immediatamente lo stato di 'rilasciato'.
Come approvatori/revisori è possibile indicare anche gruppi di utenti. In tal caso
si intende che la revisione/approvazione dovrà essere effettuata da uno qualsiasi degli utenti
appartenenti al gruppo.
L'utente proprietario del documento può in ogni momento modificare la lista dei revisori
e degli approvatori.
Stato dei documenti
Gli stati possibili per un documento sono:
- Bozza in attesa di approvazione: uno o più degli approvatori indicati non ha ancora espresso la propria approvazione.
- Bozza in attesa di revisione: uno o più dei revisori indicati non ha ancora espresso la propria revisione.
- Rilasciato: il documento ha terminato positivamente il proprio ciclo di validazione.
- Rifiutato: il documento ha interrotto negativamente il proprio ciclo di validazione.
- Scaduto: è stata superata la data limite per il completamento del ciclo di validazione del documento.
- Obsoleto: lo stato di un documento rilasciato può essere modificato in obsoleto. Tale
modifica è intesa come alternativa alla cancellazione dello stesso documento. Lo stato
di obsoleto è reversibile.
Scadenza
Per ogni documento in lavorazione può essere impostata una data di scadenza.
Una volta sorpassato il giorno impostato non sono più possibili revisioni o approvazioni
ed il documento passa nello stato di 'scaduto'.
La scadenza viene considerata solo per l'ultima versione del documento
ed ha effetto solo sui documenti in lavorazione.
Altre caratteristiche
Funzione di blocco
La funzione di blocco ha lo scopo di segnalare agli altri utenti che un certo documento
è in lavorazione. L'utente con permessi totali sul documento può
comunque ignorare il blocco e procedere ad una modifica del documento.
Notifiche
Ogni utente può richiedere notifica su documenti e cartelle.
Aggiungendo un documento o una cartella nella propria lista di notifiche si riceverà
segnalazione delle operazioni effettuate da altri utenti.
Solo il Manager di un gruppo può decidere se inserire o meno il gruppo nella lista
di notifica di documenti e cartelle. Una volta inserito, le notifiche arrivano
a tutti i membri del gruppo.
Parole chiave e ricerca
Ogni documento permette l'inserimento di una descrizione e di alcune parole chiave.
Tali informazioni vengono utilizzate per la ricerca documenti.
Nel menù del proprio account personale ogni utente può memorizzare
una serie di parole chiave raggruppate per categorie, in modo da velocizzarne
la compilazione al momento del caricamento dei documenti.
Premendo il pulsante di ricerca senza inserire alcuna parola si accede alla pagina
di ricerca avanzata.
Calendario
Sono possibili tre viste: per settimana, per mese, per anno. Gli eventi sono
visualizzati in ordine di inserimento nel calendario.
Una volta inseriti, gli eventi sono pubblici e visibili a tutti. Solo l'amministratore
e chi ha inserito l'evento possono modificarlo successivamente.
letodms-3.3.11+dfsg.1/languages/Swedish/ 0000755 0001750 0001750 00000000000 12040235120 020365 5 ustar francisco francisco letodms-3.3.11+dfsg.1/languages/Swedish/lang.inc 0000644 0001750 0001750 00000117520 12040235120 022007 0 ustar francisco francisco OBS: skapas ett arkiv som är läsbart för människor, kan det inte användas för att återställa systemet.";
$text["assign_approvers"] = "Ge uppdrag till personer/grupper som behöver godkänna dokumentet";
$text["assign_reviewers"] = "Ge uppdrag till personer/grupper som behöver granska dokumentet";
$text["assign_user_property_to"] = "Sätt användarens egenskaper till";
$text["assumed_released"] = "Antas klart för användning";
$text["august"] = "augusti";
$text["automatic_status_update"] = "Automatisk ändring av status";
$text["back"] = "Tillbaka";
$text["backup_list"] = "Existerande backup-lista";
$text["backup_remove"] = "Ta bort backup-fil";
$text["backup_tools"] = "Backup-verktyg";
$text["between"] = "mellan";
$text["calendar"] = "Kalender";
$text["cancel"] = "Avbryt";
$text["cannot_assign_invalid_state"] = "Kan inte ändra ett dokument som har gått ut eller har avvisats";
$text["cannot_change_final_states"] = "OBS: Du kan inte ändra statusen för ett dokument som har avvisats eller som har gått ut eller som väntar på att bli godkänt.";
$text["cannot_delete_yourself"] = "Du kan inte att ta bort dig själv";
$text["cannot_move_root"] = "Fel: Det går inte att flytta root-katalogen.";
$text["cannot_retrieve_approval_snapshot"] = "Det är inte möjligt att få en snapshot av godkännande-statusen för denna version av dokumentet.";
$text["cannot_retrieve_review_snapshot"] = "Det är inte möjligt att få en snapshot för denna version av dokumentet.";
$text["cannot_rm_root"] = "Fel: Det går inte att ta bort root-katalogen.";
$text["category"] = "Kategori";
$text["category_exists"] = "Kategorin finns redan.";
$text["category_filter"] = "Bara kategorier";
$text["category_in_use"] = "Denna kategori används av dokument.";
$text["category_noname"] = "Inget kategorinamn angivet";
$text["categories"] = "Kategorier";
$text["change_assignments"] = "Ändra uppdrag";
$text["change_password"] = "Ändra lösenord";
$text["change_password_message"] = "Ditt lösenord har ändrats.";
$text["change_status"] = "Ändra status";
$text["choose_category"] = "Välj";
$text["choose_group"] = "Välj grupp";
$text["choose_target_category"] = "Välj kategori";
$text["choose_target_document"] = "Välj dokument";
$text["choose_target_folder"] = "Välj katalog";
$text["choose_user"] = "Välj användare";
$text["comment_changed_email"] = "Ändrat kommentar";
$text["comment"] = "Kommentar";
$text["comment_for_current_version"] = "Kommentar till versionen";
$text["confirm_create_fulltext_index"] = "Ja, jag vill återskapa fulltext-sökindex !";
$text["confirm_pwd"] = "Bekräfta lösenord";
$text["confirm_rm_backup"] = "Vill du verkligen ta bort filen \"[arkname]\"?
OBS: Om filen tas bort, kan den inte återskapas!";
$text["confirm_rm_document"] = "Vill du verkligen ta bort dokumentet \"[documentname]\"?
OBS: Om dokumentet tas bort, kan det inte återskapas!";
$text["confirm_rm_dump"] = "Vill du verkligen ta bort filen \"[dumpname]\"?
OBS: Om filen tas bort, kan den inte återskapas!";
$text["confirm_rm_event"] = "Vill du verkligen ta bort händelsen \"[name]\"?
OBS: Om händelsen tas bort, kan den inte återskapas!";
$text["confirm_rm_file"] = "Vill du verkligen ta bort filen \"[name]\" av dokumentet \"[documentname]\"?
OBS: Om filen tas bort, kan den inte återskapas!";
$text["confirm_rm_folder"] = "Vill du verkligen ta bort katalogen \"[foldername]\" och katalogens innehåll?
OBS: Katalogen och innehållet kan inte återskapas!";
$text["confirm_rm_folder_files"] = "Vill du verkligen ta bort alla filer i katalogen \"[foldername]\" och i katalogens undermappar?
OBS: Filerna kan inte återskapas!";
$text["confirm_rm_group"] = "Vill du verkligen ta bort gruppen \"[groupname]\"?
OBS: Gruppen kan inte återskapas!";
$text["confirm_rm_log"] = "Vill du verkligen ta bort loggfilen \"[logname]\"?
OBS: Loggfilen kan inte återskapas!";
$text["confirm_rm_user"] = "Vill du verkligen ta bort användaren \"[username]\"?
OBS: Användaren kan inte återskapas!";
$text["confirm_rm_version"] = "Vill du verkligen ta bort versionen [version] av dokumentet \"[documentname]\"?
OBS: Versionen kan inte återskapas!";
$text["content"] = "Innehåll";
$text["continue"] = "Fortsätt";
$text["create_fulltext_index"] = "Skapa fulltext-sökindex";
$text["create_fulltext_index_warning"] = "Du håller på att återskapa fulltext-sökindex. Detta kan ta mycket lång tid och sakta ner den allmänna systemprestandan. Om du verkligen vill återskapa indexet, bekräfta åtgärden.";
$text["creation_date"] = "Skapat";
$text["current_version"] = "Aktuell version";
$text["daily"] = "dagligen";
$text["databasesearch"] = "Sök databas";
$text["december"] = "december";
$text["default_access"] = "Standardrättigheter";
$text["default_keywords"] = "Möjliga nyckelord";
$text["delete"] = "Ta bort";
$text["details"] = "Detalj";
$text["details_version"] = "Detaljer för version: [version]";
$text["disclaimer"] = "Detta är ett sekretessbelagt område. Bara auktoriserad personal äger tillträde. Vid överträdelse kommer åtal att väckas i enlighet med nationella och internationella lagar.";
$text["do_object_repair"] = "Försök att laga kataloger och dokument.";
$text["document_already_locked"] = "Detta dokument är redan låst";
$text["document_deleted"] = "Dokument har raderats";
$text["document_deleted_email"] = "Dokument har raderats";
$text["document"] = "Dokument";
$text["document_infos"] = "Dokumentinformation";
$text["document_is_not_locked"] = "Detta dokument är inte låst";
$text["document_link_by"] = "Länkat av";
$text["document_link_public"] = "Offentlig länk";
$text["document_moved_email"] = "Dokument flyttat";
$text["document_renamed_email"] = "Dokument har bytt namn";
$text["documents"] = "Dokument";
$text["documents_in_process"] = "Dokument i bearbetning";
$text["documents_locked_by_you"] = "Dokument som du har låst";
$text["document_status_changed_email"] = "Dokumentstatus ändrad";
$text["documents_to_approve"] = "Dokument som du behöver godkänna";
$text["documents_to_review"] = "Dokument som du behöver granska";
$text["documents_user_requiring_attention"] = "Dokument som du äger och som behöver din uppmärksamhet";
$text["document_title"] = "Dokument '[documentname]'";
$text["document_updated_email"] = "Dokument uppdaterat";
$text["does_not_expire"] = "Löper aldrig ut";
$text["does_not_inherit_access_msg"] = "Ärva behörighet";
$text["download"] = "Ladda ner";
$text["draft_pending_approval"] = "Utkast - väntar på godkännande";
$text["draft_pending_review"] = "Utkast - väntar på granskning";
$text["dump_creation"] = "Skapa DB-dump";
$text["dump_creation_warning"] = "Med denna funktion kan du skapa en dumpfil av innehållet i din databas. När dumpfilen har skapats, kommer den att sparas i datamappen på servern.";
$text["dump_list"] = "Existerande dumpfiler";
$text["dump_remove"] = "Ta bort dumpfil";
$text["edit_comment"] = "Ändra kommentar";
$text["edit_default_keywords"] = "Ändra nyckelord";
$text["edit_document_access"] = "Ändra behörighet";
$text["edit_document_notify"] = "Dokument-meddelandelista";
$text["edit_document_props"] = "Ändra dokumentet";
$text["edit"] = "Ändrat";
$text["edit_event"] = "Ändra händelse";
$text["edit_existing_access"] = "Ändra lista med behörigheter";
$text["edit_existing_notify"] = "Ändra lista med meddelanden";
$text["edit_folder_access"] = "Ändra behörighet";
$text["edit_folder_notify"] = "Katalog-meddelandelista";
$text["edit_folder_props"] = "Ändra katalog";
$text["edit_group"] = "Ändra grupp";
$text["edit_user_details"] = "Ändra användarens information";
$text["edit_user"] = "Ändra användare";
$text["email"] = "E-post";
$text["email_error_title"] = "E-post saknas";
$text["email_footer"] = "Du kan alltid ändra dina e-postinställningar genom att gå till 'Min Sida'";
$text["email_header"] = "Detta meddelande skapades automatiskt från dokumentservern.";
$text["email_not_given"] = "Skriv in en giltig e-postadress.";
$text["empty_notify_list"] = "Inga meddelanden";
$text["error"] = "Fel";
$text["error_no_document_selected"] = "Inget dokument har valts";
$text["error_no_folder_selected"] = "Ingen katalog har valts";
$text["error_occured"] = "Ett fel har inträffat.";
$text["event_details"] = "Händelseinställningar";
$text["expired"] = "Har gått ut";
$text["expires"] = "Kommer att gå ut";
$text["expiry_changed_email"] = "Utgångsdatum ändrat";
$text["february"] = "februari";
$text["file"] = "Fil";
$text["files_deletion"] = "Borttagning av filer";
$text["files_deletion_warning"] = "Med detta alternativ kan du ta bort alla filer i dokumentkataloger. Versionsinformationen kommer att fortsätta visas.";
$text["files"] = "Filer";
$text["file_size"] = "Filstorlek";
$text["folder_contents"] = "Kataloginnehåll";
$text["folder_deleted_email"] = "Katalog borttagen";
$text["folder"] = "Katalog";
$text["folder_infos"] = "Kataloginformation";
$text["folder_moved_email"] = "Katalog har flyttats";
$text["folder_renamed_email"] = "Katalog har bytt namn";
$text["folders_and_documents_statistic"] = "Innehållsöversikt";
$text["folders"] = "Kataloger";
$text["folder_title"] = "Katalog '[foldername]'";
$text["friday"] = "fredag";
$text["from"] = "från";
$text["fullsearch"] = "Fulltext-sökning";
$text["fullsearch_hint"] = "Använd fulltext-index";
$text["fulltext_info"] = "Fulltext-indexinfo";
$text["global_default_keywords"] = "Globala nyckelord";
$text["global_document_categories"] = "Kategorier";
$text["group_approval_summary"] = "Sammanfattning av gruppgodkännande";
$text["group_exists"] = "Grupp finns redan.";
$text["group"] = "Grupp";
$text["group_management"] = "Grupphantering";
$text["group_members"] = "Gruppmedlemmar";
$text["group_review_summary"] = "Sammanfattning av gruppgranskning";
$text["groups"] = "Grupper";
$text["guest_login_disabled"] = "Gästinloggningen är inaktiverad.";
$text["guest_login"] = "Gästinloggning";
$text["help"] = "Hjälp";
$text["hourly"] = "timvis";
$text["human_readable"] = "Arkiv som är läsbart av människor";
$text["include_documents"] = "Inkludera dokument";
$text["include_subdirectories"] = "Inkludera under-kataloger";
$text["individuals"] = "Personer";
$text["inherits_access_msg"] = "Behörighet har ärvts.";
$text["inherits_access_copy_msg"] = "Kopiera behörighetsarvslista";
$text["inherits_access_empty_msg"] = "Börja med tom behörighetslista";
$text["internal_error_exit"] = "Internt fel. Förfrågan kunde inte utföras. Avslutar.";
$text["internal_error"] = "Internt fel";
$text["invalid_access_mode"] = "Ogiltig behörighetsnivå";
$text["invalid_action"] = "Ogiltig handling";
$text["invalid_approval_status"] = "Ogiltig godkännandestatus";
$text["invalid_create_date_end"] = "Ogiltigt slutdatum för intervall.";
$text["invalid_create_date_start"] = "Ogiltigt startdatum för intervall.";
$text["invalid_doc_id"] = "Ogiltigt dokument-ID";
$text["invalid_file_id"] = "Ogiltigt fil-ID";
$text["invalid_folder_id"] = "Ogiltigt katalog-ID";
$text["invalid_group_id"] = "Ogiltigt grupp-ID";
$text["invalid_link_id"] = "Ogiltigt länk-ID";
$text["invalid_request_token"] = "Invalid Request Token";
$text["invalid_review_status"] = "Ogiltig granskningsstatus";
$text["invalid_sequence"] = "Ogiltigt sekvensvärde";
$text["invalid_status"] = "Ogiltig dokumentstatus";
$text["invalid_target_doc_id"] = "Ogiltigt ID för måldokumentet";
$text["invalid_target_folder"] = "Ogiltigt ID för målkatalogen";
$text["invalid_user_id"] = "Ogiltigt användar-ID";
$text["invalid_version"] = "Ogiltig dokumentversion";
$text["is_hidden"] = "Dölj från listan med användare";
$text["january"] = "januari";
$text["js_no_approval_group"] = "Välj en grupp som ska godkänna";
$text["js_no_approval_status"] = "Välj godkännandestatus";
$text["js_no_comment"] = "Det finns inga kommentarer";
$text["js_no_email"] = "Ange din e-postadress";
$text["js_no_file"] = "Välj en fil";
$text["js_no_keywords"] = "Skriv några nyckelord";
$text["js_no_login"] = "Skriv ett användarnamn";
$text["js_no_name"] = "Skriv ett namn";
$text["js_no_override_status"] = "Välj ny [override] status";
$text["js_no_pwd"] = "Du måste ange ditt lösenord";
$text["js_no_query"] = "Skriv en fråga";
$text["js_no_review_group"] = "Välj en grupp som ska utföra granskningen";
$text["js_no_review_status"] = "Välj status för granskningen";
$text["js_pwd_not_conf"] = "Lösenord och bekräftat lösenord stämmer inte överens";
$text["js_select_user_or_group"] = "Välj minst en användare eller en grupp";
$text["js_select_user"] = "Välj en användare";
$text["july"] = "juli";
$text["june"] = "juni";
$text["keyword_exists"] = "Nyckelord finns redan";
$text["keywords"] = "Nyckelord";
$text["language"] = "Språk";
$text["last_update"] = "Senast uppdaterat";
$text["link_alt_updatedocument"] = "Om du vill ladda upp filer som är större än den aktuella största tillåtna storleken, använd dig av den alternativa metoden att ladda upp filer Alternativ uppladdning.";
$text["linked_documents"] = "Relaterade dokument";
$text["linked_files"] = "Bilagor";
$text["local_file"] = "Lokal fil";
$text["locked_by"] = "Låst av";
$text["lock_document"] = "Lås dokumentet";
$text["lock_message"] = "Detta dokument har låsts av [username]. Bara auktoriserade användare kan låsa upp dokumentet.";
$text["lock_status"] = "Status";
$text["login"] = "Inloggning";
$text["login_error_text"] = "Fel vid inloggningen. Användar-ID eller lösenord är felaktigt.";
$text["login_error_title"] = "Fel vid inloggningen";
$text["login_not_given"] = "Användarnamn saknas";
$text["login_ok"] = "Inloggningen lyckades";
$text["log_management"] = "Loggfilshantering";
$text["logout"] = "Logga ut";
$text["manager"] = "Manager";
$text["march"] = "mars";
$text["max_upload_size"] = "Maximal storlek för uppladdning";
$text["may"] = "maj";
$text["monday"] = "måndag";
$text["month_view"] = "månadsvisning";
$text["monthly"] = "månadsvis";
$text["move_document"] = "Flytta dokumentet";
$text["move_folder"] = "Flytta katalog";
$text["move"] = "Flytta";
$text["my_account"] = "Min Sida";
$text["my_documents"] = "Mina dokument";
$text["name"] = "Namn";
$text["new_default_keyword_category"] = "Lägg till dokument";
$text["new_default_keywords"] = "Lägg till nyckelord";
$text["new_document_category"] = "Lägg till kategori";
$text["new_document_email"] = "Nytt dokument";
$text["new_file_email"] = "Ny bilaga";
$text["new_folder"] = "Ny katalog";
$text["new"] = "Ny";
$text["new_subfolder_email"] = "Ny katalog";
$text["new_user_image"] = "Ny bild";
$text["no_action"] = "Ingen åtgärd behövs";
$text["no_approval_needed"] = "Inga meddelanden";
$text["no_attached_files"] = "Inga filer har bifogats";
$text["no_default_keywords"] = "Inga nyckelord tillgängliga";
$text["no_docs_locked"] = "Inga dokument är låsta.";
$text["no_docs_to_approve"] = "Det finns inga dokument som du behöver godkänna.";
$text["no_docs_to_look_at"] = "Det finns inga dokument som behöver din uppmärksamhet.";
$text["no_docs_to_review"] = "Det finns inga dokument som du behöver granska.";
$text["no_group_members"] = "Denna grupp har inga medlemmar";
$text["no_groups"] = "Inga grupper";
$text["no"] = "Nej";
$text["no_linked_files"] = "Inga länkade filer";
$text["no_previous_versions"] = "Inga andra versioner hittades";
$text["no_review_needed"] = "Det finns inga dokument som du behöver granska.";
$text["notify_added_email"] = "Du har lagts till för att få meddelanden";
$text["notify_deleted_email"] = "Du har tagits bort från att få meddelanden";
$text["no_update_cause_locked"] = "Därför kan du inte uppdatera detta dokument. Ta kontakt med användaren som låst dokumentet.";
$text["no_user_image"] = "Ingen bild hittades";
$text["november"] = "november";
$text["objectcheck"] = "Katalog/Dokument-kontroll";
$text["obsolete"] = "Föråldrat";
$text["october"] = "oktober";
$text["old"] = "gammal";
$text["only_jpg_user_images"] = "Bara .jpg-bilder kan användas som användarbild";
$text["owner"] = "Ägare";
$text["ownership_changed_email"] = "Ägare ändrad";
$text["password"] = "Lösenord";
$text["password_repeat"] = "Upprepa lösenord";
$text["password_forgotten"] = "Glömt lösenord";
$text["password_forgotten_email_subject"] = "Glömt lösenord";
$text["password_forgotten_email_body"] = "Bästa användare av dokumenthanteringssystemet,\n\nvi fick en förfrågan om att ändra ditt lösenord.\n\nDu kan göra det genom att klicka på följande länk:\n\n###URL_PREFIX###out/out.ChangePassword.php?hash=###HASH###\n\nOm du fortfarande har problem med inloggningen, kontakta administratören.";
$text["password_forgotten_send_hash"] = "En beskrivning av vad du måste göra nu har skickats till din e-postadress.";
$text["password_forgotten_text"] = "Fyll i formuläret nedan och följ instruktionerna som skickas till din e-postadress.";
$text["password_forgotten_title"] = "Lösenord har skickats";
$text["personal_default_keywords"] = "Personlig nyckelordslista";
$text["previous_versions"] = "Föregående versioner";
$text["refresh"] = "Uppdatera";
$text["rejected"] = "Avvisat";
$text["released"] = "Klart för användning";
$text["removed_approver"] = "har tagits bort från listan med personer som ska godkänna dokumentet.";
$text["removed_file_email"] = "Borttagen bilaga";
$text["removed_reviewer"] = "har tagits bort från listan med personer som ska granska dokumentet.";
$text["repairing_objects"] = "Förbereder dokument och kataloger.";
$text["results_page"] = "Resultatsida";
$text["review_deletion_email"] = "Förfrågan om granskning borttagen";
$text["reviewer_already_assigned"] = "ska redan granska dokumentet";
$text["reviewer_already_removed"] = "har redan tagits bort från granskningen eller har redan skickat en granskning";
$text["reviewers"] = "Personer som granskar";
$text["review_group"] = "Grupp som granskar";
$text["review_request_email"] = "Förfrågan om granskning";
$text["review_status"] = "Status för granskningen";
$text["review_submit_email"] = "Skickat granskning";
$text["review_summary"] = "Sammanfattning av granskningen";
$text["review_update_failed"] = "Fel vid uppdatering av granskningsstatus. Kunde inte uppdatera.";
$text["rm_default_keyword_category"] = "Ta bort kategori";
$text["rm_document"] = "Ta bort dokumentet";
$text["rm_document_category"] = "Ta bort kategori";
$text["rm_file"] = "Ta bort fil";
$text["rm_folder"] = "Ta bort katalog";
$text["rm_group"] = "Ta bort denna grupp";
$text["rm_user"] = "Ta bort denna användare";
$text["rm_version"] = "Ta bort version";
$text["role_admin"] = "Administratör";
$text["role_guest"] = "Gäst";
$text["role_user"] = "Användare";
$text["role"] = "Roll";
$text["saturday"] = "lördag";
$text["save"] = "Spara";
$text["search_fulltext"] = "Fulltext-sökning";
$text["search_in"] = "Sök i";
$text["search_mode_and"] = "alla ord";
$text["search_mode_or"] = "minst ett ord";
$text["search_no_results"] = "Det finns inga dokument som matchar din sökning";
$text["search_query"] = "Sök efter";
$text["search_report"] = "Hittat [doccount] dokument och [foldercount] kataloger";
$text["search_report_fulltext"] = "Hittat [doccount] dokument";
$text["search_results_access_filtered"] = "Sökresultatet kan innehålla innehåll som du inte har behörighet att öppna.";
$text["search_results"] = "Sökresultat";
$text["search"] = "Sök";
$text["search_time"] = "Förfluten tid: [time] sek";
$text["selection"] = "Urval";
$text["select_one"] = "Välj";
$text["september"] = "september";
$text["seq_after"] = "efter \"[prevname]\"";
$text["seq_end"] = "på slutet";
$text["seq_keep"] = "behåll positionen";
$text["seq_start"] = "första positionen";
$text["sequence"] = "Position";
$text["set_expiry"] = "Sätt utgångstid";
$text["set_owner_error"] = "Fel vid val av ägare";
$text["set_owner"] = "Ange dokumentägare";
$text["settings_install_welcome_title"] = "Välkommen till installationen av letoDMS";
$text["settings_install_welcome_text"] = "Innan du börjar installationen av letoDMS, se till att du har skapat en fil med namnet 'ENABLE_INSTALL_TOOL' i konfigurationsmappen, annars kommer installationen inte att fungera. På Unix-System kan detta göras med 'touch conf/ENABLE_INSTALL_TOOL'. När du har avslutat installationen måste filen tas bort.
letoDMS har bara minimala krav. Du behöver en mysql-databas och php måste finnas på din webbserver. För lucene fulltext-sökning måste du lägga Zend framework på servern, så att det kan hittas av php. Från och med version 3.2.0 av letoDMS, är ADOdb inte längre del av distributionen. En kopia kan laddas ner från http://adodb.sourceforge.net. Installera detta. Sökvägen kan sättas senare i samband med installationsprocessen.
Om du vill skapa en databas innan du börjar installationen, kan den skapas manuellt med ett valfritt verktyg. Alternativt, skapa en databas med en användare som har tillgång till databasen och importera en av databasdumparna som ligger i konfigurationsmappen. Installationsskriptet kan göra detta automatiskt, men den behöver tillgång till databasen och tillräckliga rättigheter för att skapa databasen.
";
$text["settings_start_install"] = "Börja installationen";
$text["settings_activate_module"] = "Aktivera module";
$text["settings_activate_php_extension"] = "Aktivera PHP-extension";
$text["settings_adminIP"] = "Admin-IP";
$text["settings_adminIP_desc"] = "Om den har satts, kan administratorn bara logga in från den angivna IP-adressen. Lämna denna uppgift tom för att undvika begränsningar. OBS: fungerar bara med lokal autentisering (ingen LDAP)";
$text["settings_ADOdbPath"] = "ADOdb Sökväg";
$text["settings_ADOdbPath_desc"] = "Sökväg till adodb. Detta är mappen som innehåller adodb-mappen";
$text["settings_Advanced"] = "Avancerat";
$text["settings_apache_mod_rewrite"] = "Apache - Module Rewrite";
$text["settings_Authentication"] = "Autentiseringsinställningar";
$text["settings_Calendar"] = "Kalenderinställningar";
$text["settings_calendarDefaultView"] = "Standardvy kalender";
$text["settings_calendarDefaultView_desc"] = "Standardvy kalender";
$text["settings_contentDir"] = "Mapp för innehållet";
$text["settings_contentDir_desc"] = "Mappen där alla uppladdade filer kommer att sparas (Det bästa är att välja en mapp som inte är tillgänglig via webb-servrar)";
$text["settings_contentOffsetDir"] = "Innehåll offset-mapp";
$text["settings_contentOffsetDir_desc"] = "För att undvika begränsningar i det underliggande filsystemet har en ny mappstruktur skapats inom innehållsmappen (Content Directory). Detta behöver en bas-mapp att utgå ifrån. Vanligtvis är default-inställningen, 1048576, men det kan vara vilket nummer eller sträng som helst som inte redan finns i mappen (Content Directory)";
$text["settings_coreDir"] = "LetoDMS_Core mapp";
$text["settings_coreDir_desc"] = "Sökväg till LetoDMS_Core (valfritt)";
$text["settings_luceneClassDir"] = "Lucene LetoDMS-mapp";
$text["settings_luceneClassDir_desc"] = "Sökväg till LetoDMS_Lucene (valfritt)";
$text["settings_luceneDir"] = "Lucene index-mapp";
$text["settings_luceneDir_desc"] = "Sökväg till Lucene-index";
$text["settings_cannot_disable"] = "Filen ENABLE_INSTALL_TOOL kunde inte tas bort";
$text["settings_install_disabled"] = "Filen ENABLE_INSTALL_TOOL har tagits bort. Du kan nu logga in till LetoDMS och göra ytterligare inställningar.";
$text["settings_createdatabase"] = "Skapa databastabeller";
$text["settings_createdirectory"] = "Skapa katalog";
$text["settings_currentvalue"] = "Aktuellt värde";
$text["settings_Database"] = "Databasinställningar";
$text["settings_dbDatabase"] = "Databas";
$text["settings_dbDatabase_desc"] = "Namnet på din databas som angavs under installationsprocessen. Ändra inte om det inte är nödvändigt, t.ex. om databasen har flyttats.";
$text["settings_dbDriver"] = "Databastyp";
$text["settings_dbDriver_desc"] = "Typ av databas som används. Har angetts under installationsprocessen. Ändra inte om det inte är nödvändigt. Typ av DB-drivrutin som används av adodb (se adodb-readme)";
$text["settings_dbHostname_desc"] = "Host-namnet för databasen som angavs under installationsprocessen. Ändra inte om det inte är nödvändigt.";
$text["settings_dbHostname"] = "Servernamn";
$text["settings_dbPass_desc"] = "Lösenordet för tillgång till databasen. Lösenordet angavs in under installationsprocessen.";
$text["settings_dbPass"] = "Lösenord";
$text["settings_dbUser_desc"] = "Användarnamnet för tillgång till databasen. Användarnamnet angavs under installationsprocessen.";
$text["settings_dbUser"] = "Användarnamn";
$text["settings_dbVersion"] = "Databasschemat för gammalt";
$text["settings_delete_install_folder"] = "För att kunna använda LetoDMS måste du ta bort filen ENABLE_INSTALL_TOOL som finns i konfigurationsmappen";
$text["settings_disable_install"] = "Ta bort filen ENABLE_INSTALL_TOOL, om det är möjligt";
$text["settings_disableSelfEdit_desc"] = "Om utvald, kan användare inte ändra sin egen profil";
$text["settings_disableSelfEdit"] = "Inaktivera av själveditering";
$text["settings_Display"] = "Display-inställningar";
$text["settings_Edition"] = "Edition-inställningar";
$text["settings_enableAdminRevApp_desc"] = "Ta bort utval, så att administratorn inte visas som person som granskar/godkänner";
$text["settings_enableAdminRevApp"] = "Visa Admin i granskning/godkänn";
$text["settings_enableCalendar_desc"] = "Aktivera/Inaktivera kalendar";
$text["settings_enableCalendar"] = "Aktivera kalendern";
$text["settings_enableConverting_desc"] = "Aktivera/Inaktivera konvertering av filer";
$text["settings_enableConverting"] = "Aktivera filkonvertering";
$text["settings_enableEmail_desc"] = "Aktivera/Inaktivera automatiska e-postmeddelanden";
$text["settings_enableEmail"] = "Använd e-postmeddelanden";
$text["settings_enableFolderTree_desc"] = "Av för att inte visa katalogernas trädstruktur";
$text["settings_enableFolderTree"] = "Visa katalogers trädstruktur";
$text["settings_enableFullSearch"] = "Aktivera fulltext-sökning";
$text["settings_enableFullSearch_desc"] = "Sätt på fulltext-sökning";
$text["settings_enableGuestLogin_desc"] = "Om du vill att alla ska kunna logga in som gäst, aktivera denna option. OBS: Gästinloggning bör endast användas i en säker omgivning";
$text["settings_enableGuestLogin"] = "Aktivera gästinloggning";
$text["settings_enableLargeFileUpload_desc"] = "Om aktiverad, kan filer laddas upp via javaapplet med namnet jumploader, utan begränsningar i filstorlek. Flera filer kan även laddas upp samtidigt i ett steg.";
$text["settings_enableLargeFileUpload"] = "Aktivera uppladdning av stora filer";
$text["settings_enablePasswordForgotten_desc"] = "Om du vill tillåta att användare kan få nytt lösenord genom att skicka e-post, aktivera denna option.";
$text["settings_enablePasswordForgotten"] = "Aktivera glömt lösenord";
$text["settings_enableUserImage_desc"] = "Aktivera användarbilder";
$text["settings_enableUserImage"] = "Aktivera användarbilder";
$text["settings_enableUsersView_desc"] = "Aktivera/Inaktivera visning av grupp och användare för alla användare";
$text["settings_enableUsersView"] = "Aktivera visning av användare";
$text["settings_error"] = "Fel";
$text["settings_expandFolderTree_desc"] = "Expandera katalogträd";
$text["settings_expandFolderTree"] = "Expandera katalogträd";
$text["settings_expandFolderTree_val0"] = "Börja med dolt träd";
$text["settings_expandFolderTree_val1"] = "Börja med att visa trädet och första nivån";
$text["settings_expandFolderTree_val2"] = "Börja med att visa hela trädet";
$text["settings_firstDayOfWeek_desc"] = "Första dagen i veckan";
$text["settings_firstDayOfWeek"] = "Första dagen i veckan";
$text["settings_footNote_desc"] = "Meddelande som visas på slutet av varje sida";
$text["settings_footNote"] = "Fotnot";
$text["settings_guestID_desc"] = "ID som används för inloggad gästanvändare (behöver oftast inte ändras)";
$text["settings_guestID"] = "Gäst-ID";
$text["settings_httpRoot_desc"] = "Den relativa sökvägen i URL, efter domänen. Ta inte med http:// eller web host-namnet. t.ex. om hela URLen är http://www.example.com/letodms/, sätt '/letodms/'. Om URLen är http://www.example.com/, sätt '/'";
$text["settings_httpRoot"] = "Http-Root";
$text["settings_installADOdb"] = "Installera ADOdb";
$text["settings_install_success"] = "Installationen har avslutats utan problem.";
$text["settings_install_pear_package_log"] = "Installera Pear-paketet 'Log'";
$text["settings_install_pear_package_webdav"] = "Installera Pear-paketet 'HTTP_WebDAV_Server', om du tänker använda webdav-gränssnittet";
$text["settings_install_zendframework"] = "Installera Zend Framework, om du tänker använda fulltext-sökningen";
$text["settings_language"] = "Standardspråk";
$text["settings_language_desc"] = "Standardspråk (namn på sub-mappen i mappen \"languages\")";
$text["settings_logFileEnable_desc"] = "Aktivera/Inaktivera loggfil";
$text["settings_logFileEnable"] = "Aktivera loggfil";
$text["settings_logFileRotation_desc"] = "Loggfils-rotation";
$text["settings_logFileRotation"] = "Loggfils-rotation";
$text["settings_luceneDir"] = "Mapp för fulltext-index";
$text["settings_maxDirID_desc"] = "Högsta antal under-mappar per överliggande mapp. Standard: 32700.";
$text["settings_maxDirID"] = "Max. mapp-ID";
$text["settings_maxExecutionTime_desc"] = "Detta sätter hösta tillåtna tiden i sekunder som ett skript får på sig att utföras innan det avslutas";
$text["settings_maxExecutionTime"] = "Max. exekveringstid (s)";
$text["settings_more_settings"] = "Konfigurera flera inställningar. Standard-inloggning: admin/admin";
$text["settings_no_content_dir"] = "Mapp för innehåll";
$text["settings_notfound"] = "Hittades inte";
$text["settings_notwritable"] = "Konfigurationen kunde inte sparas, eftersom konfigurationsfilen är inte skrivbar.";
$text["settings_partitionSize"] = "Uppdelad filstorlek";
$text["settings_partitionSize_desc"] = "Storlek hos uppdelade filer i bytes som laddades upp med jumploader. Sätt inte ett värde som är större än den högsta tillåtna storleken på servern.";
$text["settings_perms"] = "Behörigheter";
$text["settings_pear_log"] = "Pear-paketet : Logg";
$text["settings_pear_webdav"] = "Pear-paketet : HTTP_WebDAV_Server";
$text["settings_php_dbDriver"] = "PHP-extension : php_'see current value'";
$text["settings_php_gd2"] = "PHP-extension : php_gd2";
$text["settings_php_mbstring"] = "PHP-extension : php_mbstring";
$text["settings_printDisclaimer_desc"] = "Om denna inställning sätts till ja, används meddelande som finns i lang.inc-filen och skrivs ut på slutet av sidan";
$text["settings_printDisclaimer"] = "Visa disclaimer-meddelande";
$text["settings_restricted_desc"] = "Tillåt användare att logga in bara om det finns en inloggning för användaren i den lokala databasen (irrespective of successful authentication with LDAP)";
$text["settings_restricted"] = "Begränsad behörighet";
$text["settings_rootDir_desc"] = "Sökväk där letoDMS befinner sig";
$text["settings_rootDir"] = "Root-mapp";
$text["settings_rootFolderID_desc"] = "ID för root-mappen (oftast behövs ingen ändring här)";
$text["settings_rootFolderID"] = "ID för root-mappen";
$text["settings_SaveError"] = "Fel när konfigurationsfilen sparades";
$text["settings_Server"] = "Server-inställningar";
$text["settings"] = "Inställningar";
$text["settings_siteDefaultPage_desc"] = "Standardsida efter inloggning. Om fältet är tomt, används standard-out/out.ViewFolder.php";
$text["settings_siteDefaultPage"] = "Standardsida";
$text["settings_siteName_desc"] = "Sidans namn som visas i sid-huvud. Standard: letoDMS";
$text["settings_siteName"] = "Sidans namn";
$text["settings_Site"] = "Sida";
$text["settings_smtpPort_desc"] = "SMTP server-port, default 25";
$text["settings_smtpPort"] = "SMTP server-port";
$text["settings_smtpSendFrom_desc"] = "Skickat från";
$text["settings_smtpSendFrom"] = "Skickat från";
$text["settings_smtpServer_desc"] = "SMTP server-hostname";
$text["settings_smtpServer"] = "SMTP server-hostname";
$text["settings_SMTP"] = "SMTP server-inställningar";
$text["settings_stagingDir"] = "Mapp för i delar uppladdade filer";
$text["settings_strictFormCheck_desc"] = "Noggrang format-kontroll. Om ja, kontrolleras alla fält i ett formulär på att de innehåller ett värde. Om nej, blir de flesta kommentar- och nyckelordsfält frivilliga. Kommentarer måste alltid anges när en granskning skickas eller när dokumentstatus skrivs över";
$text["settings_strictFormCheck"] = "Noggrang format-kontroll";
$text["settings_suggestionvalue"] = "Föreslå ett värde";
$text["settings_System"] = "System";
$text["settings_theme"] = "Standardtema";
$text["settings_theme_desc"] = "Standardtema (namn på under-mappar i mappen \"styles\")";
$text["settings_titleDisplayHack_desc"] = "Speciallösning för sidor med titlar som går över två rader.";
$text["settings_titleDisplayHack"] = "Titelvisningshack";
$text["settings_updateDatabase"] = "Kör schemauppdateringsskript på databasen";
$text["settings_updateNotifyTime_desc"] = "Användare meddelas om att ändringar i dokumentet har genomförts inom de senaste 'Uppdateringsmeddelandetid' sekunder";
$text["settings_updateNotifyTime"] = "Uppdateringsmeddelandetid";
$text["settings_versioningFileName_desc"] = "Namnet på versionsinfo-fil som skapas med backup-verktyget";
$text["settings_versioningFileName"] = "Versionsinfo-filnamn";
$text["settings_viewOnlineFileTypes_desc"] = "Filer av en av de följande filtyperna kan visas online (ANVÄND BARA SMÅ BOKSTÄVER)";
$text["settings_viewOnlineFileTypes"] = "Visa online-filtyper";
$text["settings_zendframework"] = "Zend Framework";
$text["signed_in_as"] = "Inloggad som";
$text["sign_in"] = "logga in";
$text["sign_out"] = "logga ut";
$text["space_used_on_data_folder"] = "Plats använd i datamappen";
$text["status_approval_rejected"] = "Utkast avvisat";
$text["status_approved"] = "Godkänt";
$text["status_approver_removed"] = "Person som godkänner har tagits bort från processen";
$text["status_not_approved"] = "Ej godkänt";
$text["status_not_reviewed"] = "Ej granskat";
$text["status_reviewed"] = "Granskat";
$text["status_reviewer_rejected"] = "Utkast avvisat";
$text["status_reviewer_removed"] = "Person som granskar har tagits bort från processen";
$text["status"] = "Status";
$text["status_unknown"] = "Okänd";
$text["storage_size"] = "Platsstorlek";
$text["submit_approval"] = "Skicka godkännande";
$text["submit_login"] = "Logga in";
$text["submit_password"] = "Sätt nytt lösenord";
$text["submit_password_forgotten"] = "Starta process";
$text["submit_review"] = "Skicka granskning";
$text["sunday"] = "söndag";
$text["theme"] = "Visningstema";
$text["thursday"] = "torsdag";
$text["toggle_manager"] = "Byt manager";
$text["to"] = "till";
$text["tuesday"] = "tisdag";
$text["under_folder"] = "I katalogen";
$text["unknown_command"] = "Okänt kommando.";
$text["unknown_document_category"] = "Okänd kategori";
$text["unknown_group"] = "Okänt grupp-ID";
$text["unknown_id"] = "okänt ID";
$text["unknown_keyword_category"] = "Okänd kategori";
$text["unknown_owner"] = "Okänt ägar-ID";
$text["unknown_user"] = "Okänt användar-ID";
$text["unlock_cause_access_mode_all"] = "Du kan fortfarande uppdatera, eftersom du har behörighetnivå \"all\". Låsningen kommer automatiskt att tas bort.";
$text["unlock_cause_locking_user"] = "Du kan fortfarande uppdatera, eftersom du är samma person som låste dokumentet. Låsningen kommer automatiskt att tas bort.";
$text["unlock_document"] = "Lås upp";
$text["update_approvers"] = "Uppdatera lista med personer som godkänner";
$text["update_document"] = "Uppdatera dokument";
$text["update_fulltext_index"] = "Uppdatera fulltext-index";
$text["update_info"] = "Uppdatera information";
$text["update_locked_msg"] = "Dokumentet är låst.";
$text["update_reviewers"] = "Uppdatera listan med personer som granskar";
$text["update"] = "Uppdatera";
$text["uploaded_by"] = "Uppladdat av";
$text["uploading_failed"] = "Fel vid uppladdningen. Kontakta administratorn.";
$text["use_default_categories"] = "Använd fördefinerade kategorier";
$text["use_default_keywords"] = "Använd fördefinerade nyckelord";
$text["user_exists"] = "Användaren finns redan.";
$text["user_image"] = "Bild";
$text["user_info"] = "Användarinformation";
$text["user_list"] = "Lista med användare";
$text["user_login"] = "Användarnamn";
$text["user_management"] = "Användar-management";
$text["user_name"] = "Fullt namn";
$text["users"] = "Användare";
$text["user"] = "Användare";
$text["version_deleted_email"] = "Version borttagen";
$text["version_info"] = "Versionsinformation";
$text["versioning_file_creation"] = "Skapa versionsfil";
$text["versioning_file_creation_warning"] = "Med denna funktion kan du skapa en fil som innehåller versionsinformationen för hela DMS-mappen. Efter skapandet kommer alla filer att sparas inom dokumentets mapp.";
$text["versioning_info"] = "Versionsinformation";
$text["version"] = "Version";
$text["view_online"] = "Visa online";
$text["warning"] = "Varning";
$text["wednesday"] = "onsdag";
$text["week_view"] = "veckovy";
$text["year_view"] = "årsvy";
$text["yes"] = "Ja";
?>
letodms-3.3.11+dfsg.1/languages/Swedish/help.htm 0000644 0001750 0001750 00000015311 12040235120 022030 0 ustar francisco francisco Allmän information
Ett DMS (Document Management System - Dokumenthanteringssystem) är utformat för att göra det möjligt
att dela dokument i ett kontrollerat arbetsflöde, med tillgångsrättigheter och på ett organiserat sätt.
Vid användning av första nivåns meny har användaren möjlighet att få tillgång till information som lagras i systemet:
- Innehåll: dokument kan sökas igenom som i en Utforskare.
- Mina dokument: har ett flertal valmöjligheter för att få tillgång till dokument som är intressanta för dig:
- Dokument i bearbetning: lista med dokument som väntar på att bli granskade och godkända av användaren,
dokument som användaren har skapats och som väntar på att bli godkända eller granskade, dokument som har låsts av användaren.
- Alla dokument: lista med alla dokument som har skapats av avändaren.
- Sammanfattning granskningar: lista med alla dokument som har granskats eller väntar på att bli granskade av användaren.
- Sammanfattning godkännande: lista med alla dokument som har godkänts eller som väntar på att bli godkända.
Detta DMS tillhandahåller en kalender, som fungerar som en virtuell anslagstavla för att dela meddelanden,
möten, deadlines och åtaganden.
Rättigheter
Auktoriserade användare kan ställa in om och hur andra användare har tillgång till olika mappar och dokument.
Rättighetsnivåer
Möjliga rättighetsnivåer är:
- Fulla rättigheter: användaren kan utföra alla funktioner.
- Läs och skriv-rättigheter: användaren kan uppdatera dokument och lägga till nya dokument till mapparna.
- Läsrättighet: användaren kan se innehållet i mapparna och ladda ner dokument.
- Ingen tillgång: användaren kan inte se innehållet i mappar eller enskilda dokument.
Som standard, har administratörer fulla rättigheter till alla dokument och mappar
i systemet. På samma sätt har skaparen av ett dokument fulla rättigheter till sitt eget dokument.
Bara administratörer kan ändra ägaren (personen som skapade dokumentet) till ett dokument.
Inställning av rättigheter
För alla mappar och dokument ställs rättigheter in genom två olika inställningar
- Standardrättigheterna används om inga specifika rättigheter har angetts
- I listan med rättigheter kan undantag till standardrättigheterna anges
Ärva rättigheter
Rättigheterna till mappar och dokument kan anges som ett arv.
Om man gör detta, så ärver filer och mappar rättigheterna hos den mapp där de befinner sig.
Arbetsflöde med dokument
Systemet hanterar automatiskt arbetsflödet för varje dokument och sparar ändringar, versionsnummer, kommentarer osv.
Valideringscykel
När man laddar upp ett nytt dokument eller en ny verision, kräver det normala arbetsflödet att några
användare eller grupper av användare väljs ut för att granska och/eller godkänna dokumentet.
Användare, som ska granska och godkänna andra användares dokument, måste förklara varför ett dokument har godkänts.
När denna operation är avslutad och alla listade användare
har gjort sin granskning eller godkänt dokumentet, ändras
statusen på dokumentet till 'klart för användning'.
Personen som granskar/godkänner kan vägra att godkänna dokumentet.
Då blir dokumentets status satt till 'avvisat'.
För dokument, där inga personer har angetts för granskning eller godkännande, får dokumentet direkt statusen 'klart för användning'.
För att granska/godkänna dokument, kan antingen specifika användare eller grupper
av användare väljas. Väljer man en grupp av personer, måste varje person genomföra
granskningen och sedan godkänna dokumentet.
Dokumentägaren (personen som skapade dokumentet) har alltid möjlighet att ändra listan av personer som ska granska.
Dokumentstatus
Följande status för dokument är möjliga:
- Utkast som väntar på godkännande: en eller flera personer som ska godkänna dokumentet har inte gjort det ännu.
- Utkast som väntar på granskning: en eller flera personer som ska granska dokumentet har inte gjort det ännu.
- Klart för användning: granskningen av dokumentet har genomförts och den har godkänts av alla inblandade personer.
- Avvisat: dokumentet har inte godkänts.
- Har gått ut: deadline för att få klart granskning/godkännande har överskridits.
- Föråldrat: statusen hos ett dokument som har fått status klart för användning kan ändras till föråldrat. Detta är ett alternativ till att avbryta hanteringen av ett dokument. Statusen föråldrat kan ändras till annan status.
Har gått ut
För varje dokument som befinner sig i produktion kan det sättas ett datum för när det ska vara avslutat.
Överskrids denna tidpunkt, sätts dokumentet till status "har gått ut" och dokumentet
kan inte längre granskas eller godkännas.
Deadline används bara för den senaste versionen av ett dokument och det kan bara användas när dokument bearbetas.
Andra funktioner
Låsfunktion
Låsfunktionen har skapats för att visa andra användare att ett visst dokument
håller på att bearbetas. Användare som har fulla rättigheter till dokumentet kan dock ta bort låsningen och fortsätta att göra ändringar på dokumentet.
Meddelanden
Varje användare kan begära att få meddelanden angående dokument och mappar.
Lägger man till en fil eller mapp i sin egen lista över meddelanden, skickas en rapport som innehåller information om ändringar via e-post.
Bara administratören i en grupp har möjlighet att begära att gruppen ska få meddelanden vid ändring av dokument eller mappar. När det har angetts att gruppen ska få
meddelanden, skickas ett meddelande till alla medlemmar i gruppen.
Nyckelord och sök
För varje dokument kan en beskrivning och en samling av nyckelord anges.
Denna information används för sök-funktionen.
I den personliga menyn, kan varje användare lägga till och spara nyckelord som kan grupperas enligt kategorier,
för att det ska gå snabbare att fylla i information när dokument laddas upp.
När man trycker på sök-knappen kommer man automatiskt till sidan för avancerad sökning.
Kalender
Det finns tre olika visningsmöjligheter för kalendern: per vecka, månad, år. Händelser visas i den ordningen
som de har lagts till i kalendern.
Alla inlägg är offentliga och synliga för alla användare. Bara administratören och personen som har lagt upp händelsen kan ändra den.