<?php
//editor
$L['welcome'] = 'Welcome to &#8220;webXell editor&#8221;';
$L['intro'] = "WebXell is a web-based spreadsheet-like application allows you to edit tables and save data as XML. Also is possible to assign XSL stylesheets for XML documents.<br /><br />For more information visit <a href=\"http://sourceforge.net/projects/webxelleditor\">project's homepage</a> or <a href=\"http://dmitri.visol.ee\"> author's page</a>.";
$L['close'] = 'Close';
$L['upload'] = 'Upload';
$L['download'] = 'Download';
$L['delete_image'] = 'Delete image';
$L['upload_image'] = 'Upload image';
$L['cannot_upload'] = 'Cannot upload image';

//files
$L['save'] = 'Save'; 
$L['not_saved'] = 'Your document is not saved.\n Do you want to proceed without saving?';
$L['files'] = 'Files';
$L['new_file'] = 'New file';
$L['new_file_name'] = 'New file name';
$L['wrong_file_name'] = 'Incorrect file name!';
$L['delete_file'] = 'Do you really want to delete this file?';

//XSL
$L['apply_xsl'] = 'Apply XSL';
$L['xsl_path'] = 'XSL file path';
$L['xsl_empty'] = 'If you don\'t know what is this, leave this field <a href="#" id="clearXSLfield">empty</a>!';
$L['xsl_incorrect'] = 'XSL filename consists of forbidden characters!';

//records
$L['add_records'] = 'Add record';
$L['delete_record'] = 'Do you really want to delete this record?';

//fields
$L['new_fields'] = 'Add field';
$L['new_field_name'] = 'New field name';
$L['field_empy'] = 'The value cannot be empty!';
$L['field_incorrect'] = 'Incorrect field name!';
$L['field_exists'] = 'There is already field with similar name!';
$L['field_reserved'] = 'This nams is reserved, you cannot use that for column name!';
$L['delete_field'] = 'Do you really want to delete this column?';

//sorting
$L['sort'] = 'Sort';
$L['order_by'] = 'Order by';
$L['asc'] = 'ASC';
$L['desc'] = 'DESC';

//preferences
$L['prefs'] = 'Preferences';
$L['icons_labels'] = 'Show icons labels';
$L['save_empty'] = 'Save empty records';
$L['create_new_files'] = 'Create new files';
$L['enable_xsl'] = 'Enable XSL asscoiation';
$L['add_new_records'] = 'Add new records';
$L['add_new_fields'] = 'Add new fields';
$L['enable_sort'] = 'Enable sorting';
$L['options_enable'] = 'Enable options (this)';
$L['file_dir'] = 'Data directory';
$L['img_dir'] = 'Image directory';
$L['allow_img'] = 'Allow bind images';
$L['apply'] = 'Apply';
$L['bind_image'] = 'Bind image to this record';
$L['generate_thumb'] = 'Generate thumbnails';
$L['resize_thumb'] = 'Resize thumbnails';
$L['thumb_size'] = "Thumbnail's size";
$L['img_size'] = "Image's size";

//help
$L['help'] = 'Help';
?>