/******************************************************************************
 *
 *                   INDIGEN SOLUTIONS CODE PROPERTY
 *       The present javascript code is property of Indigen Solutions. This 
 *     code can only be used inside Internet/Intranet web sites located on 
 *  *web servers*, as the outcome of a licensed Indigen Solutions application 
 *  only. Any unauthorized use, reverse-engineering, alteration, transmission, 
 * transformation, facsimile, or copying of any means (electronic or not) is 
 *     strictly prohibited and will be prosecuted. Removal of the present 
 *              copyright notice is strictly prohibited
 *         Copyright (c) 2004 Indigen Solutions. All Rights Reserved.
 *
 * RCS Id                       $Id: locale_en.js,v 1.26 2006/04/06 10:11:26 indigen Exp $
 * RCS Revision                 $Revision: 1.26 $
 * RCS Check in date            $Date: 2006/04/06 10:11:26 $
 * 
 ******************************************************************************/

try {
    MY_DICO==null;
} catch(e) {
    MY_DICO=[];
}

// Sitemap editor
MY_DICO["se_level"] = "Level %s";
MY_DICO["se_cut"] = "Move";
MY_DICO["se_copy"] = "Copy";
MY_DICO["se_paste"] = "Into";
MY_DICO["se_add"] = "Add a page";
MY_DICO["se_del_page"] = "Delete the page";
MY_DICO["se_up"] = "Up";
MY_DICO["se_down"] = "Down";
MY_DICO["se_edit_content"] = "Modify the page...";
MY_DICO["se_edit_properties"] = "Edit the properties...";
MY_DICO["se_security"] = "Permissions...";
MY_DICO["se_control"] = "Control permissions...";
MY_DICO["se_workflow"] = "Edit the workflow...";
MY_DICO["se_level"] = "Level";
MY_DICO["se_page_title"] = "Title of the page : ";
MY_DICO["se_new_page"] = "New page";
MY_DICO["se_del"] = "Delete the current page ?";
MY_DICO["se_title"] = "Edit site structure (Right click on item)";

// Document editor
MY_DICO["documentEditor_show_file"] = "Download";
MY_DICO["documentEditor_del_file"] = "Delete";
MY_DICO["documentEditor_modify_file"] = "Modify";
MY_DICO["documentEditor_add_folder"] = "Add a directory";
MY_DICO["documentEditor_add_file"] = "Add a file";
MY_DICO["documentEditor_del_folder"] = "Delete";
MY_DICO["documentEditor_modify_folder"] = "Modify";
MY_DICO["documentEditor_perm_file"] = "Permissions";

// HTML Editor
MY_DICO["he_choose_place"] = "Click inside content";


// Links
MY_DICO["lhe_target"] = "Target";
MY_DICO["lhe_current"] = "Open in current window";
MY_DICO["lhe_newpage"] = "Open in new window";
MY_DICO["lhe_insert"] = "Validate";
MY_DICO["lhe_remove"] = "Delte";
MY_DICO["lhe_cancel"] = "Cancel";
MY_DICO["lhe_select_text_image"] = "You must select a text or image first";
MY_DICO["lhe_choose_anchor"] = "You must choose an anchor point first";

MY_DICO["ulhe_title"] = "External link";
MY_DICO["ulhe_tooltip"] = "Insert an external link";
MY_DICO["ulhe_url"] = "URL";

MY_DICO["mlhe_tooltip"] = "Link to an email";
MY_DICO["mlhe_mail"] = "Mail";
MY_DICO["mlhe_title"] = "Insert an email address";

MY_DICO["ilhe_title"] = "Insert an internal link";
MY_DICO["ilhe_tooltip"] = "Insert an internal link";
MY_DICO["ilhe_choose_page"] = "You must choose a page";
MY_DICO["ilhe_insert_link"] = "Insert an internal link";
MY_DICO["ilhe_remove_button"] = "Erase";
MY_DICO["ilhe_insert_button"] = "Insert";
MY_DICO["ilhe_cancel_button"] = "Cancel";


MY_DICO["nlhe_tooltip"] = "Insert a link to a sub-site";
MY_DICO["nlhe_title"] = "Insert a link to a sub-site";
MY_DICO["nlhe_nav"] = "Site";

MY_DICO["alhe_tooltip"] = "Insert an anchor";
MY_DICO["alhe_title"] = "Insert an anchor";
MY_DICO["alhe_anchor"] = "Name of the anchor";

// Table
MY_DICO["the_title"] = "Insert a table";
MY_DICO["the_nbline"] = "Number of lines : ";
MY_DICO["the_nbcolumn"] = "Number of columns : ";
MY_DICO["the_width"] = "Width : ";
MY_DICO["the_height"] = "Height : ";
MY_DICO["the_padding"] = "Cell margins : ";
MY_DICO["the_spacing"] = "Cell spacing : ";
MY_DICO["the_border"] = "Border : ";
MY_DICO["the_back_color"] = "Background color : ";
MY_DICO["the_border_color"] = "Border color : ";
MY_DICO["the_insert"] = "Insert the table";
MY_DICO["the_cancel"] = "Cancel";
MY_DICO["the_mod_title"] = "Modify the table";
MY_DICO["the_modify"] = "Modify";
MY_DICO["the_cell_title"] = "Modify the cell";
MY_DICO["the_left"] = "left";
MY_DICO["the_center"] = "center";
MY_DICO["the_right"] = "right";
MY_DICO["the_top"] = "top";
MY_DICO["the_middel"] = "middle";
MY_DICO["the_bottom"] = "bottom";
MY_DICO["the_halign"] = "Horizontal alignement : ";
MY_DICO["the_valign"] = "Vertical alignement : ";
MY_DICO["the_m_insert"] = "Insert a table...";
MY_DICO["the_m_mod"] = "Modify the table...";
MY_DICO["the_m_mod_cell"] = "Modify the cells...";
MY_DICO["the_m_insert_line_right"] = "Insert a column on the right";
MY_DICO["the_m_insert_line_left"] = "Insert a column on the left";
MY_DICO["the_m_insert_col_top"] = "Insert a line above";
MY_DICO["the_m_insert_col_bottom"] = "Insert a line below";
MY_DICO["the_m_del_line"] = "Delete a line";
MY_DICO["the_m_del_col"] = "Delete a column";
MY_DICO["the_m_merge_col"] = "Merge the columns";
MY_DICO["the_m_split_col"] = "Split the columns";
MY_DICO["the_m_merge_line"] = "Merge the lines";
MY_DICO["the_m_split_line"] = "Split the lines";
MY_DICO["the_m_add"] = "Add";
MY_DICO["the_m_delete"] = "Delete";
MY_DICO["the_m_collapse"] = "Collapse";
MY_DICO["the_m_del"] = "Delete table";
MY_DICO["the_m_delconfirm"] = "Are you sure ?";

// Copy To Translate
MY_DICO["the_tooltip"] = "Copy for translation";
MY_DICO["the_description"] = "Allow sending the whole content to the chosen language. Be aware that this operation will replace the content of the page in the chosen language.";
MY_DICO["the_confirm"] = "Notification: the current content will replace the content of the page in the chosen language. Do you want to continue ?";
MY_DICO["the_canceled"] = "The operation of language copy has been cancelled";

MY_DICO["ao_save_before_leaving"] = "Do you want to save before leaving ?";
MY_DICO["ao_save"] = "Saving";
MY_DICO["ap_save_before_leaving"] = "The page has been modified\n\nDo you want to save before leaving ?\n\n";
MY_DICO["ap_save"] = "Page saving";
MY_DICO["atq_save_before_leaving"] = "The modifications of the site structure will be lost if you don\'t save.\n\nSave before leaving ?\n\n";
MY_DICO["ats_save_before_leaving"] = "The sitemap has been modified.\n\nIt will be saved before continuing.\n\n";
MY_DICO["at_save"] = "Sitemap saving";
MY_DICO["aa_save_before_leaving"] = "The attribute list has been modified.\n\nIt will be saved before continuing.";
MY_DICO["aa_save"] = "Attributes saving";
MY_DICO["aa_password_identical"] = "The passwords must be identical";
MY_DICO["aa_list"] = "List";
MY_DICO["aa_attlist"] = "Attributes list";
MY_DICO["aup_save_before_leaving"] = "The list of population has been modified.\n\nIt will be saved before continuing.";
MY_DICO["aup_save"] = "Populations saving";
MY_DICO["auu_save_before_leaving"] = "The list of users has been modified.\n\nIt will be saved before continuing.";
MY_DICO["auu_save"] = "Users saving";
MY_DICO["au_poplist"] = "Population list";
MY_DICO["au_list"] = "List";
MY_DICO["au_usmgt"] = "User management";
MY_DICO["au_adding"] = "Adding";
MY_DICO["che_copy_text_only"] = "Copy text only ?";
MY_DICO["os_emptylist"] = "Empty list";

// basic html elements

MY_DICO["bhe_bold"] = "Bold";
MY_DICO["bhe_italic"] = "Italic";
MY_DICO["bhe_rmformat"] = "Remove format";
MY_DICO["bhe_underline"] = "Underline";
MY_DICO["bhe_strikethrough"] = "Strikethrough";
MY_DICO["bhe_insertol"] = "Insert ordered list";
MY_DICO["bhe_insertuol"] = "Insert unordered list";
MY_DICO["bhe_outdent"] = "Outdent";
MY_DICO["bhe_indent"] = "Indent";
MY_DICO["bhe_justleft"] = "Justify left";
MY_DICO["bhe_justright"] = "Justify right";
MY_DICO["bhe_justfull"] = "Justify full";
MY_DICO["bhe_justcenter"] = "Justify center";
MY_DICO["bhe_supersc"] = "Superscript";
MY_DICO["bhe_subsc"] = "Subscript";
MY_DICO["bhe_undo"] = "Undo";
MY_DICO["bhe_redo"] = "Redo";

// misc html elements
MY_DICO["mhe_forecolor"] = "Foreground color";
MY_DICO["mhe_backcolor"] = "Background color";
MY_DICO["mhe_gallery"] = "Gallery";
MY_DICO["mhe_showextras"] = "Show extras";
MY_DICO["mhe_specchars"] = "Special characters";
MY_DICO["mhe_style"] = "Styles";
MY_DICO["mhe_table"] = "Table";
MY_DICO["mhe_translate"] = "Translate";
MY_DICO["mhec_copy"] = "Copy";
MY_DICO["mhec_cut"] = "Cut";
MY_DICO["mhec_paste"] = "Paste";
MY_DICO["mhe_template"] = "Templating";
MY_DICO["che_component"] = "Components";

// Population 
MY_DICO['pv_groups'] = 'All groups';
MY_DICO['pv_selgroups'] = 'Selected groups';

// FileBrowser
MY_DICO['fb_upload'] = 'Upload';
MY_DICO['fb_rename_file'] = 'Rename file';
MY_DICO['fb_rename_folder'] = 'Rename folder';
MY_DICO['fb_delete_file'] = 'Delete file';
MY_DICO['fb_delete_folder'] = 'Delete folder';
MY_DICO['fb_add_folder'] = 'Add folder';
MY_DICO['fb_add_folder_title'] = 'Folder title';
MY_DICO['fb_rename_folder_title'] = 'New folder title';
MY_DICO['fb_rename_file_title'] = 'New file title';
MY_DICO['fb_confirm_delete_folder'] = 'Are you sure to delete this folder and its content ?';
MY_DICO['fb_confirm_delete_file'] = 'Are you sure to delete the file ?';
MY_DICO['fb_invalid_root'] = 'You cannot delete or rename root';
MY_DICO['fb_file_number'] = 'File';
MY_DICO['fb_uploader_title'] = 'Add files';
MY_DICO['fb_uploader_description'] = 'Select files on your disk in order to upload them on the server.';
MY_DICO['fb_select'] = 'Choose';
MY_DICO['fb_cancel'] = 'Cancel';
MY_DICO['fb_insert'] = 'Insert';
MY_DICO['fb_insert_file'] = 'Please select your file';
MY_DICO['fb_lastmodif'] = 'Last modification';

// Gallery
MY_DICO['gallery_select_file'] = 'Choose a file';
MY_DICO['gallery_reset_file'] = 'Unselect file';
MY_DICO['gallery_confirm_reset'] = 'Are you sure ?';
MY_DICO['gallery_cancel_file'] = 'Cancel';
MY_DICO['gallery_choosed_file'] = 'Choosen file : ';

// ObjectEditor
MY_DICO['oe_newobject'] = 'New object';
MY_DICO['oe_by'] = 'by';

// Admin
MY_DICO['task_endexec'] = 'Task end executing';

