﻿var a3lang_en = {

    // Browser header

    header: "STOR-M 3 Web",
    system_login: "login",

    // Login dialog

    login_title: "Archive System login",
    login_manual: "User's Guide",
    login_login: "Login:",
    login_login_tooltip: "Enter your login",
    login_password: "Password:",
    login_password_tooltip: "Enter your password",
    login_enter: "Enter",
    login_enter_tooltip: "Login under the existing user",
    login_register: "Register",
    login_register_tooltip: "Create a new user to work with Archive System",

    // Register dialog

    reg_title: "Registration",
    reg_fio: "Your full Name:",
    reg_fio_empty: "Enter Your full name...",
    reg_fio_tooltip: "Enter Your ful name. Filling in this field is required",
    reg_email: "E-mail:",
    reg_email_empty: "Enter your E-mail...",
    reg_email_tooltip: "Enter your E-mail. Filling in this field is required",
    reg_login: "Login:",
    reg_login_empty: "Enter the desired login...",
    reg_login_tooltip: "Enter your login. In the future it will be used by you to enter the system. Filling in this field is required",
    reg_password: "Password:",
    reg_password_tooltip: "Enter your password. It is prefered not to use simple combinations of letters / numbers like \"qwert\" or \"12345\". Filling in this field is required",
    reg_re_password: "Repeat Password:",
    reg_re_password_tooltip: "Please enter your password again. Filling in this field is required",
    reg_register: "Register",
    reg_register_tooltip: "Register new user",
    reg_cancel: "Cancel",
    reg_cancel_tooltip: "Cancel registration",
    reg_empty_name: "You did not enter full name",
    reg_empty_email: "You have not entered E-mail",
    reg_wrong_email: "You have entered an incorrect E-mail",
    reg_empty_login: "You did not enter the login",
    reg_empty_password: "You did not enter the password",
    reg_unmatched_passwords: "Typed passwords does not match",
    reg_success: "Registration successfully finished. Now you can enter Archive System",

    // Header panel

    user_string: "User name (login):",
    user_tooltip: "Information about the current user",
    subscription_string: "Subscription",
    subscription_tooltip: "Subscribe to receive notifications on changes/creation of objects in the Archive System",
    search_string: "Search",
    search_tooltip: "Search in the Archive System",
    settings_string: "Settings",
    settings_tooltip: "Local Web Client settings (requires your browser cache option switched on to work properly)",
    help_string: "Help",
    help_tooltip: "User's Guide",
    exit_string: "Exit",
    exit_tooltip: "Exit from the Web Client",

    // Content manager

    cm_title: "Selected objects preview",
    cm_link: "Link:",
    cm_no_right_to_view_file: "You have no rights to view files",
    cm_no_viewers_available: "No viewer available for this object",
    cm_load: "Loading",
    cm_load_tooltip: "Loading object from the server ...",

    // Viewers

    view_gallery_s_title: "Gallery objects preview",
    view_gallery_s_first: "First document",
    view_gallery_s_previous: "Previous document",
    view_gallery_s_next: "Next document",
    view_gallery_s_last: "Last document",
    view_gallery_s_shown: "Document shown:",
    view_gallery_s_of_total: "of",
    view_gallery_load_tip: "Gallery objects are loading ...",
    view_gallery_descr: "Description",
    view_gallery_descr_none: "There is no description for this card",
    view_gallery_files: "Card files",
    view_gallery_files_total: "Total:",
    view_gallery_files_none: "No attached documents to preview",
    view_gallery_files_load: "Loading ...",
    view_none_error: "Unable to open the card with specified viewer:",
    view_card_a_attr_value: "Attribute value",
    view_card_a_closes_in: "Window will close in:",
    view_card_a_seconds: "sec.",
    view_card_a_stop_timer: "Stop the close timer",
    view_card_attr_title: "Card attributes",
    view_card_files_title: "Card files",
    view_card_creation_date: "Created:",
    view_card_creator: "Creator:",
    view_card_modify_date: "Modification date:",
    view_card_modifier: "Modifier:",
    view_doc_no_file: "There are no files available to view for You",
    view_doc_no_rights: "You do not have rights to view objects",
    view_files_table_number: "№",
    view_files_table_name: "File name",
    view_files_table_version: "Version",
    view_files_table_descr: "Description",
    view_files_table_staff: "User",
    view_files_table_date: "Date",
    view_files_table_size: "Size",
    view_files_table_bytes: "B",
    view_files_table_kbytes: "KB",
    view_files_table_mbytes: "MB",
    view_files_table_gbytes: "GB",

    // Structures

    str_title: "Archive structures",
    str_reload_tooltip: "Reload structures",
    str_no_access_to_view: "You do not have rights to view structures",
    str_reload_childs: "Reload childs",
    str_open_object: "Open object",
    str_create_folder: "Create folder",
    str_create_folder_title: "Folder creation",
    str_create_folder_name: "Enter new folder name:",
    str_rename_object: "Rename",
    str_rename_object_title: "Object rename",
    str_rename_object_name: "Enter object new name:",
    str_print: "Documents print",
    str_print_choose_any: "Choose at least 1 correct document to print",
    str_load_original: "Download original",
    str_delete_object: "Delete",
    str_delete_no_rigths_str: "You do not have rights to remove structures",
    str_delete_no_rigths_obj: "You do not have rights to remove objects",
    str_delete_object_title: "Removing the element",
    str_delete_object_text: "Are you sure you want to remove that object",
    str_object_settings: "Properties",
    str_link_object: "Get object link",

    // Object properties

    obj_prop_title: "Object properties",
    obj_prop_common: "General info",
    obj_prop_search: "Search request",
    obj_prop_info: "Information",
    obj_prop_type: "Type:",
    obj_prop_type_tooltip: "Object type",
    obj_prop_path: "Object path:",
    obj_prop_path_tooltip: "Object path",
    obj_prop_cr_date: "Created:",
    obj_prop_cr_date_tooltip: "Object creation date",
    obj_prop_creator: "Creator:",
    obj_prop_creator_tooltip: "User who has created that object",
    obj_prop_access: "Access",
    obj_prop_share: "Share access",
    obj_prop_share_tooltip: "Share access to this object, that other users could see it",
    obj_prop_share_status: "Share access to this object",
    obj_prop_share_opened: "opened",
    obj_prop_share_closed: "closed",
    obj_prop_ok: "Ok",
    obj_prop_ok_tooltip: "Save changes and close the window",
    obj_prop_cancel: "Cancel",
    obj_prop_cancel_tooltip: "Close the window without saving your changes",
    obj_prop_load: "Loading...",
    obj_prop_load_failed: "Unable to load",

    // Object selector

    obj_sel_title: "Structure",
    obj_sel_ok: "Ok",
    obj_sel_cancel: "Cancel",
    obj_sel_reload_childs: "Reload object childs",

    // User / Role selector

    urs_users_tab: "Users",
    urs_roles_tab: "Roles",
    urs_refresh_tree: "Refresh",
    urs_refresh_list: "Refresh",
    urs_select: "Choose",
    urs_close: "Close",
    urs_list_select_users: "Users selection",

    // Search

    search_title: "Search",
    search_attr_tab: "Attributive",
    search_add_attr_tooltip: "Add attribute",
    search_del_attr_tooltip: "Remove all added attributes",
    search_new_search: "New Search",
    search_empty_queue: "Cannot perform search without conditions",
    search_fill_all_attrs: "Fill all necessary attribute values",
    search_full_tab: "Full",
    search_full_query: "Please enter a search query ...",
    search_full_help_1: "Typed into search words are connected by default with operator AND, for example: metal product - in the results list will be found all documents, which contains both words - metal and product.",
    search_full_help_2: "If You need to find all documents, which contains a part of word: metal*, the result can contain - metal, metallic, metals, etc. (* replaces one or more character in search word)",
    search_full_help_3: "If You need to find all documents, which contains a certain phrase: \"archive documents\" (take the phrase in quotation marks)",
    search_full_help_4: "If You need to find all documents, which contains one of search words or phrases: \"archive documents\" OR archive (all phrases must be concluded in quotation marks, and OR operator should be used between search words or phrases)",
    search_results_tab: "Search results",
    search_result_tab_name: "Search results",
    search_export_smart: "Smart Folder",
    search_smart_title: "Smart folder creation",
    search_smart_place: "Smart folder path choose",
    search_smart_err_1: "You can not create smart folder within another smart folder",
    search_smart_err_2: "You can not create smart folder inside links",
    search_smart_creation: "Smart folder creation",
    search_smart_name: "Enter the name of new smart folder:",
    search_smart_wait: "Wait until smart folder creation finished...",
    search_smart_created: "Smart Folder successfully created",
    search_export_links: "List of links",
    search_links_place: "Choose links folders path",
    search_links_err_1: "You can not place it inside smart folder",
    search_links_err_2: "You can not place it inside link",
    search_links_creation: "Creating a list of links",
    search_create_folder: "Create a new folder inside chosen to place links inside it?",
    search_new_folder_name: "Enter folder name:",
    search_only_selected: "Create links on selected objects only?",
    search_links_created: "Links list successfully created",
    search_export_tools: "Exports tools",
    search_ctrl_first_tip: "The first page",
    search_ctrl_prev_tip: "Previous page",
    search_ctrl_next_tip: "Next page",
    search_ctrl_last_tip: "The last page",
    search_ctrl_found: "Found:",
    search_ctrl_page: "Page",
    search_ctrl_of: "of",
    search_link_title: "Links list folder creation",
    search_link_wait: "Wait until links list creation finished...",
    search_link_created: "Created links:",
    search_link_of: "of",
    search_link_permissions: "Changing permissions for created folder...",
    search_tbl_number: "№",
    search_tbl_type: "Type",
    search_tbl_obj_name: "Object name",

    // Attributes table

    attr_table_row_count: "№",
    attr_table_attr_name: "Attribute name",
    attr_table_attr_value: "Attribute value",

    // Dictionary Record choosers

    wdrc_title: "Choose dictionary record",
    wdrc_dictionary: "Dictionary",
    wdrc_select: "Choose",
    wdrc_cancel: "Cancel",
    wdrc_unable_to_load_1: "Unable to load dictionary records",
    wdrc_unable_to_load_2: "Probably there is no specified dictionary in current attribute",
    wdtrc_title: "Choose dictionary record",
    wdtrc_dictionary: "Dictionary",
    wdtrc_select: "Choose",
    wdtrc_cancel: "Cancel",
    wdtrc_unable_to_load_1: "Unable to load dictionary records",
    wdtrc_unable_to_load_2: "Probably there is no specified dictionary in current attribute",
    wdtrc_reload_childs: "Reload element childs",
    wfdrc_title: "Choose dictionary record",
    wfdrc_enter_record_name: "Enter record name...",
    wfdrc_query_wait: "Waiting request ...",
    wfdrc_dictionary: "Dictionary",
    wfdrc_select: "Choose",
    wfdrc_cancel: "Cancel",
    wfdrc_empty_record_name: "Enter dictionary record name",
    wfdrc_records_load: "Loading dictionary records...",
    wfdrc_nothing_found: "No dictionary records found by these terms",
    wfdrc_records_loaded: "Dictionary records successfully loaded",
    wfdrc_total: "Total:",
    wfdrc_unable_to_load: "Unable to load dictionary records",
    wfdrc_unable_to_load_1: "Unable to load dictionary records",
    wfdrc_unable_to_load_2: "Probably it is not specified in current attribute",

    // Attribute editors

    attr_row_match_empty: "Condition...",
    attr_row_match_tooltip: "Type of match between given search terms and the data",
    attr_row_exact: "Exact",
    attr_row_contains: "Contains",
    attr_row_doesnotcontain: "Does not contain",
    attr_row_startswith: "Starts with",
    attr_row_endswith: "Ends with",
    attr_row_less: "Less",
    attr_row_lessequal: "Less or equals",
    attr_row_greater: "Greater",
    attr_row_greaterequal: "Greater or equals",
    attr_row_oper_tooltip: "Search operator (needed when using several search conditions)",
    attr_row_oper_and: "AND",
    attr_row_oper_or: "OR",
    attr_row_del_tooltip: "Remove attribute",
    attr_date_empty_text: "Date...",
    attr_hier_empty_text: "Record...",
    attr_link_empty_1_text: "Link type...",
    attr_link_type_object: "Archive object",
    attr_link_type_email: "E-mail",
    attr_link_type_http: "http://",
    attr_link_type_ftp: "ftp://",
    attr_link_type_smb: "smb://",
    attr_link_empty_2_text: "Name or address...",
    attr_link_choose_object: "Choose object",
    attr_list_empty_text: "Record...",
    attr_numeric_empty_text: "Number...",
    attr_type_empty_text: "Object type...",
    attr_pat_list_empty_text: "Value...",
    attr_pat_text_empty_text: "Value...",
    attr_staff_empty_text: "User...",
    attr_staff_user_select: "Choose user",
    attr_string_empty_text: "Text...",

    // Attributes selector

    attr_sel_title: "Choose attributes",
    attr_sel_system_attr: "System attributes",
    attr_sel_user_attr: "Custom Attributes",
    attr_sel_clear_selection: "Clear Selection",
    attr_sel_reload_childs: "Reload element childs",
    attr_sel_choose: "Choose",
    attr_sel_cancel: "Cancel",

    // System attributes

    user_attrs_title: "Attributes",
    sys_attrs_title: "System attributes",
    sys_attrs_owner_user: "Creator",
    sys_attrs_creation_date: "Creation date",
    sys_attrs_modifier: "Modifier",
    sys_attrs_mod_date: "Modification date",
    sys_attrs_name: "Name",
    sys_attrs_object_info: "Description",
    sys_attrs_version_number: "Version number",
    sys_attrs_object_type: "Object Type",

    // Settings

    settings_title: "Web client options",
    settings_style_tab: "Style",
    settings_theme: "Web client style:",
    settings_theme_tooltip: "Choose Web client design",
    settings_theme_default: "Light-blue decoration",
    settings_theme_gray: "Light-grey clearance",
    settings_theme_green: "Light-green decoration",
    settings_lang: "Language",
    settings_lang_tooltip: "Web client language",
    settings_lang_title: "Language change",
    settings_lang_reload: "New language will be activated only after reloading Web client.",
    settings_cards_tab: "Cards view",
    settings_doc_link: "Automatically show document link",
    settings_doc_link_tip: "Automatically load opened document link and show it inside special field",
    settings_info: "Show attributive hints",
    settings_info_tooltip: "Show attribute name and value in a separate popup window",
    settings_hide_info: "Do not autohide attribute hints",
    settings_time: "hints display time (sec):",
    settings_time_tooltip: "Display time of the popup window before it autohide (in seconds).",
    settings_search_tab: "Search",
    settings_results: "Searcg results per page:",
    settings_results_tooltip: "Number of search results displayed on each page by default",
    settings_show: "Show in the results:",
    settings_show_card: "Cards",
    settings_show_card_tip: "Show found cards",
    settings_show_folder: "Folders",
    settings_show_folder_tip: "Show found folders",
    settings_show_link: "Links",
    settings_show_link_tip: "Show found links",
    settings_show_file: "Files",
    settings_show_file_tip: "Show found files",
    settings_default: "Default",
    settings_default_tooltip: "Restore Default",
    settings_save: "Save",
    settings_save_tooltip: "Save changes",
    settings_cancel: "Cancel",
    settings_cancel_tooltip: "Undo all changes",
    settings_wrong_time: "Enter the correct attribute hint popup window display time",
    settings_wrong_results: "Enter the correct amount displayed per search results page",
    settings_doc: "Documents view",
    settings_doc_view: "Documents view mode:",
    settings_doc_server_view: "As defined by server",
    settings_doc_quick_view: "Use quick view",
    settings_doc_native_view: "Use available native application",

    // Subscription

    sub_title: "Subscription",
    sub_title_creation: "Subscription creation",
    sub_title_edit: "Subscription edit",
    sub_choose_paths: "Choose sections",
    sub_choose_paths_title: "Ssections selection",
    sub_choose_sub_tooltip: "Choose sections you want to subscribe",
    sub_choose_unsub_tooltip: "Choose sections you want to unsubscribe",
    sub_new_doc: "Inform about new documents in the system",
    sub_change_doc_1: "Inform about document status change, any changes or adding translation",
    sub_change_doc_2: "Inform about expiration or renewal of the document duration",
    sub_choose_some_to_sub: "Please select at least 1 section you want to subscribe",
    sub_choose_some_to_unsub: "Please select at least 1 section you want to unsubscribe",
    sub_subscribe: "Subscribe",
    sub_subscribe_tooltip: "Subscribe selected sections",
    sub_unsubscribe: "Unsubscribe",
    sub_unsubscribe_tooltip: "Unsubscribe selected sections",
    sub_results: "Subscription results",
    sub_results_close: "Close",

    // Considered copy print

    cc_print_title: "Printing accounted / unrecorded copies",
    cc_print_considered: "Print copies of recorded",
    cc_print_unconsidered: "Print copies of unrecorded",
    cc_print_ok: "Ok",
    cc_print_cancel: "Cancel",
    cc_print_print_process: "Printing...",
    cc_print_tooltip: "Print copies of records №",
    cc_result_title: "The results recorded print / unrecorded copies",

    // Object toolbar

    create_link_for: "Get a link to",
    link_creation: "Getting link",
    link_for: "Link to",
    for_card: "card",
    for_file: "file",
    for_object: "object",

    // Messages titles

    info_title: "Information",
    error_title: "Error",

    // Input dialog

    input_dialog_ok: "Ok",
    input_dialog_cancel: "Cancel",
    input_dialog_field_empty: "You did not fill the field",

    // Maximize button

    maximize_button_max: "Maximize window",
    maximize_button_min: "Restore window",

    // Object type names

    archive_document: "Archive document",
    attribute: "Attribute",
    attribute_value: "Attribute value",
    card: "Card",
    dictionary: "Dictionary",
    dictionary_record: "Dictionary record",
    folder: "Folder",
    object: "Object",
    smart_folder: "Smart Folder",
    unknown_object_type: "Unknown type",

    // Error messages

    session_expired: "Your session have expired, relogin the system",
    invalid_client_version_1: "This version of Web server does not support Archive server version.",
    invalid_client_version_2: "Archive server version:",
    invalid_client_version_3: "Web server version:",
    invalid_client_version_4: "Talk to your Administrator to correct Web server settings",
    share_acess_denied: "Only the object creator and system administrator can edit or set share access",
    no_rights: "You have no rights to continue this operation",
    duplicate_email_error   : "This email already in use",
    login_already_used: "Login you have entered is alrdeady busy, try using a different one",
    object_expired_1: "Object has expired.",
    object_expired_2: "Reload it, and you can continue performing operations with it",
    object_not_found: "The requested object was not found",
    unknown_ldap_error: "Unknown Ldap server error",
    ldap_server_unstable: "Ldap server is shut down or is in an unstable condition",
    ldap_object_not_found: "User/department has not been found",
    external_ldap_create_err: "Unable to create user or department while using external Ldap server",
    no_right_to_use_web: "You have no rights to work with Web client. Please contact your Administrator",
    wrong_login_or_password: "Invalid user name or password",
    account_blocked: "Account is blocked",
    user_limit_exceed: "Limit of users working with the Archive system is reached",
    server_fall_1: "An internal server error, because of which the server was broken.",
    connection_failed_1: "Unable to connect to Archive server.",
    connection_failed_2: "You should check the correctness of your Web server settings and Archive server status.",
    connection_failed_3: "By closing this window you will finish working with the Web client",
    no_service_1: "The server is temporarily unavailable because of one of next reasons:",
    no_service_2: "- Server has not started fully yet",
    no_service_3: "- The server is shutting down,",
    no_service_4: "- Server is just installed, but started unconfigured",
    only_admin_allowed: "At the moment only an administrator can access the server",
    authentification_error: "An unknown error when working with session",
    mailformed_url_error: "An error occurred while working with the URL",
    structure_error: "Archive structure error",
    system_error: "Archive system error",
    connection_error: "Error has been encountered while trying to connect"

};
