mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-31 22:17:33 +00:00
- lots of new phrases from new configuration tool
This commit is contained in:
parent
1bb837cc46
commit
1a9e46397f
|
@ -48,6 +48,7 @@ $text["all_pages"] = "All";
|
|||
$text["all_users"] = "All users";
|
||||
$text["already_subscribed"] = "Already subscribed";
|
||||
$text["and"] = "and";
|
||||
$text["apply"] = "Apply";
|
||||
$text["approval_deletion_email"] = "Approval request deleted";
|
||||
$text["approval_group"] = "Approval Group";
|
||||
$text["approval_request_email"] = "Approval request";
|
||||
|
@ -113,6 +114,7 @@ $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_version"] = "Current version";
|
||||
$text["daily"] = "Daily";
|
||||
$text["databasesearch"] = "Database search";
|
||||
$text["december"] = "December";
|
||||
$text["default_access"] = "Default Access Mode";
|
||||
|
@ -207,6 +209,7 @@ $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";
|
||||
|
@ -274,6 +277,7 @@ $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";
|
||||
|
@ -299,8 +303,8 @@ $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_linked_files"] = "No linked files";
|
||||
$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";
|
||||
|
@ -317,6 +321,7 @@ $text["ownership_changed_email"] = "Owner changed";
|
|||
$text["password"] = "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.";
|
||||
|
@ -368,6 +373,129 @@ $text["sequence"] = "Sequence";
|
|||
$text["set_expiry"] = "Set Expiry";
|
||||
$text["set_owner_error"] = "Error setting owner";
|
||||
$text["set_owner"] = "Set Owner";
|
||||
$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_luceneDir"] = "Lucene letoDMS directory";
|
||||
$text["settings_luceneDir_desc"] = "Path to LetoDMS_Lucene (optional)";
|
||||
$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_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_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_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_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_out"] = "sign out";
|
||||
$text["space_used_on_data_folder"] = "Space used on data folder";
|
||||
|
|
|
@ -36,6 +36,7 @@ $text["add_document_link"] = "Ajouter un lien";
|
|||
$text["add_event"] = "Add event";
|
||||
$text["add_group"] = "Ajouter un nouveau groupe";
|
||||
$text["add_member"] = "Ajouter un membre";
|
||||
$text["add_multiple_documents"] = "Add multiple documents";
|
||||
$text["add_multiple_files"] = "Add multiple files (will use filename as document name)";
|
||||
$text["add_subfolder"] = "Ajout de sous-dossier";
|
||||
$text["add_user"] = "Ajouter nouvel utilisateur";
|
||||
|
@ -77,16 +78,22 @@ $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]\"?<br>Be careful: This action cannot be undone.";
|
||||
$text["confirm_rm_document"] = "Voulez-vous réellemen effacer le document \"[documentname]\"?<br>Attention : cette action ne peut être annulée.";
|
||||
|
@ -101,8 +108,12 @@ $text["confirm_rm_user"] = "Do you really want to remove the user \"[username]\"
|
|||
$text["confirm_rm_version"] = "Voulez-vous réellement effacer la [version] du document \"[documentname]\"?<br>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";
|
||||
|
@ -157,6 +168,8 @@ $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é";
|
||||
|
@ -171,15 +184,19 @@ $text["file_size"] = "Taille";
|
|||
$text["folder_contents"] = "Dossiers";
|
||||
$text["folder_deleted_email"] = "Folder deleted";
|
||||
$text["folder"] = "Folder";
|
||||
$text["folder"] = "Folder";
|
||||
$text["folder_infos"] = "Information du dossier";
|
||||
$text["folder_notify_again"] = "Éditer la liste de notification à nouveau";
|
||||
$text["folder_overview"] = "Aperçu de 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";
|
||||
|
@ -190,6 +207,7 @@ $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";
|
||||
|
@ -238,6 +256,7 @@ $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 <a href=\"%s\">upload page</a>.";
|
||||
$text["linked_documents"] = "Documents liés";
|
||||
$text["linked_files"] = "Attachments";
|
||||
$text["local_file"] = "Fichier local";
|
||||
|
@ -256,6 +275,7 @@ $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";
|
||||
|
@ -264,6 +284,7 @@ $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";
|
||||
|
@ -280,8 +301,8 @@ $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_linked_files"] = "No linked files";
|
||||
$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";
|
||||
|
@ -298,6 +319,7 @@ $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.";
|
||||
|
@ -316,6 +338,7 @@ $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";
|
||||
|
@ -326,7 +349,8 @@ $text["role_guest"] = "Guest";
|
|||
$text["role"] = "Role";
|
||||
$text["saturday"] = "Saturday";
|
||||
$text["save"] = "Enregistrer";
|
||||
$text["search_in_all"] = "Tous les dossiers";
|
||||
$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";
|
||||
|
@ -347,6 +371,127 @@ $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_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_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_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_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_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_out"] = "sign out";
|
||||
$text["space_used_on_data_folder"] = "Space used on data folder";
|
||||
|
@ -372,6 +517,7 @@ $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";
|
||||
|
@ -382,12 +528,14 @@ $text["unlock_cause_locking_user"] = "Vous pouvez encore le déverrouiller, car
|
|||
$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";
|
||||
|
|
|
@ -48,6 +48,7 @@ $text["all_pages"] = "Alle";
|
|||
$text["all_users"] = "Alle Benutzer";
|
||||
$text["already_subscribed"] = "Bereits aboniert";
|
||||
$text["and"] = "und";
|
||||
$text["apply"] = "Anwenden";
|
||||
$text["approval_deletion_email"] = "Genehmigungsaufforderung gelöscht";
|
||||
$text["approval_group"] = "Berechtigungsgruppe";
|
||||
$text["approval_request_email"] = "Aufforderung zur Genehmigung";
|
||||
|
@ -74,7 +75,7 @@ $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_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";
|
||||
|
@ -113,6 +114,7 @@ $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_version"] = "Aktuelle Version";
|
||||
$text["daily"] = "täglich";
|
||||
$text["databasesearch"] = "Datenbanksuche";
|
||||
$text["december"] = "Dezember";
|
||||
$text["default_access"] = "Standardberechtigung";
|
||||
|
@ -168,6 +170,8 @@ $text["email"] = "Email";
|
|||
$text["email_footer"] = "You can always change your e-mail settings using 'My Account' functions";
|
||||
$text["email_header"] = "Dies ist eine automatische Nachricht des DMS-Servers.";
|
||||
$text["empty_notify_list"] = "Keine Benachrichtigungen";
|
||||
$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.<br />Bitte Administrator benachrichtigen.<p>";
|
||||
$text["event_details"] = "Ereignisdetails";
|
||||
$text["expired"] = "abgelaufen";
|
||||
|
@ -205,6 +209,7 @@ $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";
|
||||
|
@ -272,6 +277,7 @@ $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";
|
||||
|
@ -315,6 +321,7 @@ $text["ownership_changed_email"] = "Besitzer geändert";
|
|||
$text["password"] = "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.";
|
||||
|
@ -333,6 +340,7 @@ $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";
|
||||
|
@ -367,6 +375,127 @@ $text["set_owner"] = "Besitzer festlegen";
|
|||
$text["set_owner_error"] = "Fehler beim Setzen des Besitzers";
|
||||
$text["signed_in_as"] = "Angemeldet als";
|
||||
$text["sign_out"] = "Abmelden";
|
||||
$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_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_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_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_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_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_out"] = "sign out";
|
||||
$text["space_used_on_data_folder"] = "Space used on data folder";
|
||||
$text["status_approval_rejected"] = "Entwurf abgelehnt";
|
||||
$text["status_approved"] = "freigegeben";
|
||||
|
@ -390,6 +519,7 @@ $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";
|
||||
|
|
|
@ -36,16 +36,19 @@ $text["add_document_link"] = "Aggiungi collegamento";
|
|||
$text["add_event"] = "Aggiungi evento";
|
||||
$text["add_group"] = "Aggiungi nuovo gruppo";
|
||||
$text["add_member"] = "Aggiungi un membro";
|
||||
$text["add_multiple_documents"] = "Add multiple documents";
|
||||
$text["add_multiple_files"] = "Aggiungi documenti multipli (il nome del file verrà usato come nome del documento)";
|
||||
$text["add_subfolder"] = "Aggiungi sottocartella";
|
||||
$text["add_user"] = "Aggiungi nuovo utente";
|
||||
$text["admin"] = "Amministratore";
|
||||
$text["admin_tools"] = "Amministrazione";
|
||||
$text["all_categories"] = "All categories";
|
||||
$text["all_documents"] = "Tutti i documenti";
|
||||
$text["all_pages"] = "Tutte";
|
||||
$text["all_users"] = "Tutti gli utenti";
|
||||
$text["already_subscribed"] = "L'oggetto è già stato sottoscritto";
|
||||
$text["and"] = "e";
|
||||
$text["apply"] = "Apply";
|
||||
$text["approval_deletion_email"] = "Cancellata la richiesta di approvazione";
|
||||
$text["approval_group"] = "Gruppo approvazione";
|
||||
$text["approval_request_email"] = "Richiesta di approvazione";
|
||||
|
@ -77,16 +80,22 @@ $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]\"?<br>Attenzione: Questa operazione non può essere annullata.";
|
||||
$text["confirm_rm_document"] = "Vuoi veramente eliminare il documento \"[documentname]\"?<br>Attenzione: L'operazione è irreversibile";
|
||||
|
@ -101,8 +110,12 @@ $text["confirm_rm_user"] = "Vuoi davvero rimuovere l'utente \"[username]\"?<br>A
|
|||
$text["confirm_rm_version"] = "Vuoi veramente eliminare la versione [version] del documento \"[documentname]\"?<br>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";
|
||||
|
@ -157,6 +170,8 @@ $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";
|
||||
|
@ -179,7 +194,11 @@ $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";
|
||||
|
@ -190,6 +209,7 @@ $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";
|
||||
|
@ -238,6 +258,7 @@ $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 <a href=\"%s\">upload page</a>.";
|
||||
$text["linked_documents"] = "Documenti collegati";
|
||||
$text["linked_files"] = "File allegati";
|
||||
$text["local_file"] = "File locale";
|
||||
|
@ -256,6 +277,7 @@ $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";
|
||||
|
@ -264,6 +286,7 @@ $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";
|
||||
|
@ -280,8 +303,8 @@ $text["no_default_keywords"] = "Nessuna parola chiave disponibile";
|
|||
//$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_linked_files"] = "No linked files";
|
||||
$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";
|
||||
|
@ -298,6 +321,7 @@ $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.";
|
||||
|
@ -316,6 +340,7 @@ $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";
|
||||
|
@ -326,6 +351,7 @@ $text["rm_version"] = "Rimuovi versione";
|
|||
//$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";
|
||||
|
@ -347,6 +373,127 @@ $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_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_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_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_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_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_out"] = "Esci";
|
||||
$text["space_used_on_data_folder"] = "Spazio utilizzato dai dati";
|
||||
|
@ -372,6 +519,7 @@ $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";
|
||||
|
@ -382,12 +530,14 @@ $text["unlock_cause_locking_user"] = "Puoi ancora aggiornarlo, perchè sei
|
|||
$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";
|
||||
|
|
Loading…
Reference in New Issue
Block a user