You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

482 lines
27 KiB

<?php
$lang['lang'] = 'en';
$lang['charset'] = 'utf-8';
$lang['locale'] = array('en_US.utf8','en','eng');
$lang['time_format'] = '%Y-%m-%d, %H:%M';
$lang['time_format_full'] = '%A, %B %d, %Y, %H:%M';
$lang['dir'] = 'ltr';
# admin menu
$lang['admin_menu_home'] = 'Home';
$lang['admin_menu_admin'] = 'Administration';
$lang['admin_menu_page_overview'] = 'Page overview';
$lang['admin_menu_new_page'] = 'Create new page';
$lang['admin_menu_logout'] = 'Log out';
$lang['admin_menu_edit_page'] = 'Edit';
$lang['admin_menu_delete_page'] = 'Delete';
$lang['cancel'] = 'Cancel';
$lang['admin_menu_delete_page_conf'] = 'Delete this page?';
$lang['administration'] = 'Administration';
$lang['submit_button_ok'] = '&nbsp;OK&nbsp;';
$lang['submit_button_delete'] = 'Delete!';
$lang['edit'] = 'edit';
$lang['delete'] = 'delete';
$lang['drag_and_drop'] = 'drag and drop';
$lang['move_up'] = 'move up';
$lang['move_down'] = 'move down';
$lang['database_error'] = 'No connection to the database - please try again later!';
$lang['error_headline'] = 'Error!';
$lang['caution'] = 'Caution!';
$lang['invalid_request'] = 'Invalid request!';
$lang['cache_cleared'] = 'cache cleared';
# main
$lang['admin_menu_page_overview'] = 'Page overview';
$lang['admin_menu_create_page'] = 'Create new page';
$lang['admin_menu_edit_menus'] = 'Menus';
$lang['admin_menu_edit_galleries'] = 'Photo galleries';
$lang['admin_menu_edit_notes'] = 'Notes';
$lang['admin_menu_edit_gcb'] = 'Global content blocks';
$lang['admin_menu_edit_comments'] = 'Comments';
$lang['admin_menu_filemanager'] = 'Filemanager';
$lang['admin_menu_spam_protection'] = 'Spam protection';
$lang['admin_menu_user_administr'] = 'User administration';
$lang['admin_menu_clear_cache'] = 'clear cache';
$lang['admin_menu_edit_userdata'] = 'Edit user data';
$lang['admin_menu_settings'] = 'Settings';
# login
$lang['login'] = 'Log in';
$lang['login_failed'] = 'User unknown or password wrong';
$lang['login_username'] = 'Name:';
$lang['login_password'] = 'Password:';
$lang['login_submit'] = 'log in';
# content
$lang['edit_wysiwyg_mode'] = 'WYSIWYG mode';
$lang['edit_non_wysiwyg_mode'] = 'Text mode';
$lang['change_edit_mode_notice'] = 'Caution! Current changes will not be saved when switching edit mode!';
$lang['values_comma_separated'] = 'several values separated by comma';
$lang['page_overview'] = 'Page overview';
$lang['create_new_page'] = 'Create new page';
$lang['create_new_page_headline'] = 'Create new page';
$lang['edit_page_headline'] = 'Edit page: [page]';
$lang['invalid_page_type'] = 'Invalid page type';
$lang['time_invalid'] = 'Invalid created time';
$lang['last_modified_invalid'] = 'Invalid last modified time';
$lang['error_page_name_empty'] = 'No address specified';
$lang['error_page_name_spec_chars'] = 'Page name contains special characters';
$lang['error_page_name_alr_exists'] = 'Page name already exists';
$lang['error_no_title'] = 'No title specified';
$lang['page_name_marking'] = 'Page name';
$lang['title_marking'] = 'Title';
$lang['no_pages'] = 'No pages available.';
$lang['content_marking'] = 'Content';
$lang['sidebars_marking'] = 'Sidebars';
$lang['properties_marking'] = 'Properties';
$lang['include_marking'] = 'Include';
$lang['page_notes_marking'] = 'Notes';
$lang['help_marking'] = 'Help';
$lang['edit_page_name_marking'] = 'Address:';
$lang['edit_page_title_marking'] = 'Page&nbsp;title:';
$lang['edit_title_marking'] = 'Title:';
$lang['edit_headline_marking'] = 'Headline:';
$lang['edit_content_marking'] = 'Content:';
$lang['edit_formatting'] = 'auto formatting';
$lang['edit_sidebar_1_marking'] = 'Sidebar 1:';
$lang['edit_sidebar_2_marking'] = 'Sidebar 2:';
$lang['edit_sidebar_3_marking'] = 'Sidebar 3:';
$lang['breadcrumbs'] = 'Breadcrumbs:';
$lang['edit_time_marking'] = 'Created:';
$lang['edit_last_modified_marking'] = 'Last modified:';
$lang['edit_time_format'] = 'YYYY-MM-DD HH:MM:SS';
$lang['edit_display_time'] = 'Display time:';
$lang['edit_display_time_label'] = 'display time on page';
$lang['edit_description_marking'] = 'Description:';
$lang['edit_keywords_marking'] = 'Keywords:';
$lang['edit_sections_marking'] = 'Sections:';
$lang['edit_category_marking'] = 'Category:';
$lang['edit_page_info_marking'] = 'Page info:';
$lang['edit_type_marking'] = 'Type:';
$lang['edit_type_addition_marking'] = 'type parameter';
$lang['edit_menus_marking'] = 'Menus:';
$lang['edit_gcb_marking'] = 'Global content blocks:';
$lang['edit_include_news'] = 'Include news:';
$lang['edit_template_marking'] = 'Template:';
$lang['page_type_default'] = 'Normal page';
$lang['page_type_commentable'] = 'Commentable page';
$lang['page_type_overview'] = 'Overview page';
$lang['page_type_news'] = 'News page';
$lang['page_type_simple_news'] = 'Simple news page';
$lang['page_type_gallery'] = 'Photo gallery:';
$lang['page_type_formmailer'] = 'Formmailer:';
$lang['page_type_redirect'] = 'Redirect:';
$lang['page_type_language_redirect'] = 'Language redirect:';
$lang['page_type_notes'] = 'Notes page:';
$lang['page_type_newsletter'] = 'Newsletter subscription';
$lang['page_type_search'] = 'Search';
$lang['page_type_rss_feed'] = 'RSS Feed';
$lang['page_type_notes_rss_feed'] = 'Notes RSS Feed:';
$lang['page_type_sitemap'] = 'XML Sitemap';
$lang['edit_include_in_marking'] = 'Include in:';
$lang['edit_include_page_marking'] = 'Page:';
$lang['edit_include_rss_marking'] = 'RSS Feed:';
$lang['edit_include_sitemap_marking'] = 'XML Sitemap:';
$lang['edit_order_number_marking'] = 'Order nr.:';
$lang['edit_teaser_headline_marking'] = 'Teaser Headline:';
$lang['edit_teaser_marking'] = 'Teaser:';
$lang['edit_include_link'] = 'Linkname:';
$lang['edit_teaser_img_marking'] = 'Teaser Image:';
$lang['edit_page_notes_marking'] = 'Notes:';
$lang['edit_page_mode_edit'] = 'edit page';
$lang['edit_page_mode_save_as_new'] = 'save as new page';
$lang['edit_page_send_pingbacks'] = 'Send pingbacks';
$lang['edit_page_submit'] = 'Save';
$lang['delete_page_headline'] = 'Delete page';
$lang['delete_page_confirm'] = 'Do you really want to delete the page [page]?';
$lang['delete_page_submit'] = 'OK - Delete';
$lang['comments'] = 'Edit Comments';
$lang['page_doesnt_exist'] = 'Page doesn\'t exist!';
$lang['no_authorization_edit'] = 'You are not authorized to edit or delete this page!';
$lang['err_teaser_img_doesnt_exist'] = 'Teaser Image doesn\'t exist';
$lang['thumbnail_button'] = 'Thumb.';
$lang['thumbnail_title'] = 'Insert thumbnail';
$lang['image_button'] = 'Image';
$lang['image_title'] = 'Insert image';
$lang['insert_html'] = 'Insert HTML';
$lang['bold_button'] = 'bold';
$lang['bold_button_title'] = 'Format bold';
$lang['italic_button'] = 'italic';
$lang['italic_button_title'] = 'Format italic';
$lang['link_button'] = 'Link';
$lang['link_button_title'] = 'Insert link';
$lang['link_target_m'] = 'Link target (page or URL):';
$lang['link_text_m'] = 'Link text (optional):';
$lang['teaser_default_linkname'] = 'more...';
$lang['created_marking'] = 'Created';
$lang['last_modified_marking'] = 'Last modified';
$lang['views_marking'] = 'Views';
$lang['total_views'] = 'Total views since [time]:';
$lang['reset_views'] = 'reset';
$lang['page_type_req_param'] = 'Page type requires parameter';
$lang['page_language'] = 'Language:';
$lang['page_language_default'] = 'default';
$lang['page_content_type'] = 'Content-Type:';
$lang['page_content_type_exp'] = 'empty = text/html';
$lang['page_charset'] = 'Charset:';
$lang['page_charset_exp'] = 'empty = [default_charset]';
$lang['template_variables'] = 'Template variables (TV):';
$lang['edit_permission'] = 'Authorized editors:';
$lang['edit_permission_general'] = 'all editors are authorized to edit this page';
$lang['invalid_edit_auth_list'] = 'please check the edit authorization list - it had to be cleared due to inexistent users';
$lang['status'] = 'Status:';
$lang['status_published_searchable'] = 'published and searchable';
$lang['status_published'] = 'published';
$lang['status_draft'] = 'draft';
$lang['optional'] = '(optional)';
# menus
$lang['menus'] = 'Menus';
$lang['default_menu'] = 'default menu';
$lang['set_default_menu'] = 'set as default menu';
$lang['menu_already_exists'] = 'Menu name already exists';
$lang['error_menu_spec_chars'] = 'Menu name contains special characters';
$lang['menu'] = 'Menu';
$lang['no_menu'] = 'There\'s no no menu.';
$lang['create_menu'] = 'Create menu';
$lang['menu_overview'] = 'Menu overview';
$lang['new_menu_hl'] = 'New menu';
$lang['new_menu_name'] = 'New Menu:';
$lang['edit_menu_hl'] = '[menu]';
$lang['menu_item_name'] = 'Name';
$lang['menu_item_title'] = 'Title';
$lang['menu_item_link'] = 'Link';
$lang['menu_item_section'] = 'Section';
$lang['menu_item_accesskey'] = 'Accesskey';
$lang['add_menu_item_submit'] = 'Add item';
$lang['no_menu_item'] = 'There\'s no menu item.';
$lang['insert_menu_item'] = 'Add menu item:';
$lang['menu_item_doesnt_exist'] = 'Menu item doesn\'t exist';
$lang['edit_menu_item'] = 'Edit item';
$lang['delete_menu_headline'] = 'Delete menu';
$lang['delete_menu_confirm'] = 'Delete this menu?';
$lang['delete_menu_name'] = 'Menu:';
$lang['delete_menu_submit'] = 'OK - Delete';
# gcb
$lang['gcb'] = 'Global content blocks';
$lang['gcb_identifier'] = 'Identifier';
$lang['gcb_content'] = 'Content';
$lang['add_gcb'] = 'Add global content block';
$lang['no_gcb'] = 'No global content block available.';
$lang['add_gcb'] = 'Add global content block';
$lang['edit_gcb'] = 'Edit global content block';
$lang['edit_gcb_identifier'] = 'Identifier:';
$lang['edit_gcb_content'] = 'Content:';
$lang['edit_gcb_formatting'] = 'auto formatting';
$lang['gcb_error_no_identifier'] = 'No identifier specified';
$lang['gcb_error_invalid_identifier'] = 'Identifier invalid';
$lang['gcb_identifier_exists_error'] = 'Global content block identifier already exists';
$lang['delete_gcb'] = 'Delete global content block';
$lang['delete_gcb_confirm'] = 'Delete this global content block?';
# notes
$lang['notes'] = 'Notes';
$lang['note_section'] = 'Note section';
$lang['create_note_section'] = 'Create note section';
$lang['no_note_sections'] = 'There are no note sections.';
$lang['note_section_name_m'] = 'Note section name:';
$lang['add_note'] = 'Add note';
$lang['no_notes'] = 'No notes in this section yet.';
$lang['edit_note'] = 'Edit note';
$lang['edit_note_title'] = 'Title:';
$lang['edit_note_text'] = 'Text:';
$lang['edit_note_link'] = 'Link:';
$lang['edit_note_linkname'] = 'Linkname:';
$lang['edit_note_image'] = 'Image:';
$lang['delete_note_confirm'] = 'Delete this note?';
$lang['notes_title_hl'] = 'Title';
$lang['notes_text_hl'] = 'Text';
$lang['notes_link_hl'] = 'Link';
$lang['notes_overview'] = 'Notes overview';
$lang['delete_note_section'] = 'Delete note section';
$lang['delete_note_section_confirm'] = 'Do you really want to delete the note section "[note_section]"?';
$lang['delete_note_section_submit'] = 'OK - Delete';
$lang['error_note_sect_name_invalid'] = 'Note section name invalid (e.g. contains spaces or special characters)';
$lang['note_section_already_ex'] = 'Note section name already exists';
$lang['notes_img_doesnt_exist'] = 'The image doesn\'t exist';
$lang['edit_note_date_marking'] = 'Date/Time:';
$lang['error_notes_no_title'] = 'No title entered';
$lang['error_notes_no_text'] = 'No text entered';
$lang['error_notes_time_invalid'] = 'Time invalid';
# comments
$lang['comments'] = 'Comments';
$lang['photo_comments_enabled'] = 'Photo comments are enabled ([[disable]]).';
$lang['photo_comments_disabled'] = 'Photo comments are disabled ([[enable]]).';
$lang['edit_comment'] = 'Edit comment';
$lang['delete_comments'] = 'Delete comments';
$lang['comments_all_pages'] = 'All pages';
$lang['comments_all_photos'] = 'All photos';
$lang['comments_page_c'] = 'Page comments';
$lang['comments_photo_c'] = 'Photo comments';
$lang['comments_count'] = '[comments_total] comments';
$lang['comments_previous_page'] = 'Previous page';
$lang['comments_next_page'] = 'Next page';
$lang['no_comments'] = 'No comments.';
$lang['comments_page'] = 'Page';
$lang['comments_photo'] = 'Photo';
$lang['comments_comment'] = 'Comment';
$lang['comments_ip'] = 'IP';
$lang['comments_name'] = 'Name';
$lang['comments_time'] = 'Date';
$lang['toggle_selection'] = 'Auswahl umkehren';
$lang['comments_del_checked'] = 'delete checked comments';
$lang['comments_delete_all'] = 'delete all comments';
$lang['delete_this_comment_confirm'] = 'Delete this comment?';
$lang['delete_all_comments_page'] = 'delete all comments on [page]';
$lang['delete_all_comments_photo'] = 'delete all comments on [photo]';
$lang['delete_checked_confirm'] = 'Do you really want to delete the following comments?';
$lang['delete_checked_confirm_subm'] = 'OK - Delete';
$lang['delete_all_page_comments'] = 'Do you really want to delete <b>all</b> comments on <b>all</b> pages?';
$lang['delete_all_photo_comments'] = 'Do you really want to delete <b>all</b> comments on <b>all</b> photos?';
$lang['delete_all_comm_page_conf'] = 'Do you really want to delete <b>all</b> comments on <b>[page]</b>?';
$lang['delete_all_comments_subm'] = 'OK - Delete';
$lang['comments_name_m'] = 'Name:';
$lang['comments_email_hp_m'] = 'E-mail or hompage:';
$lang['report_spam'] = 'Report spam';
$lang['report_as_spam'] = 'report as spam';
$lang['report_spam_confirm'] = 'Do you want to report this comment as spam to Akismet?';
$lang['report_as_spam_submit'] = 'Report as spam';
$lang['report_as_spam_delete_submit'] = 'Report as spam and delete';
$lang['pingback'] = 'Pingback';
# photos
$lang['photo_galleries'] = 'Photo galleries';
$lang['new_gallery'] = 'New gallery';
$lang['edit_gallery'] = '[gallery]';
$lang['edit_photo'] = 'Edit photo';
$lang['new_photo'] = 'New Photo';
$lang['gallery_properties_hl'] = 'Properties';
$lang['gallery_name_alr_exists'] = 'Gallery name already exists';
$lang['error_gallery_spec_chars'] = 'Gallery name contains special characters';
$lang['gallery'] = 'Gallery';
$lang['no_gallery'] = 'No gallery yet.';
$lang['create_new_gallery'] = 'Create gallery';
$lang['photo_overview'] = 'Photo overview';
$lang['add_photo'] = 'Add photo';
$lang['photo'] = 'Photo';
$lang['photo_nr'] = 'Nr.';
$lang['photo_title'] = 'Title';
$lang['photo_subtitle'] = 'Subtitle';
$lang['photo_description'] = 'Description';
$lang['no_photo'] = 'No photo yet.';
$lang['delete_gallery'] = 'Delete gallery';
$lang['delete_gallery_confirm'] = 'Delete this gallery?';
$lang['delete_gallery_submit'] = 'OK - Delete';
$lang['new_gallery_name'] = 'Gallery name:';
$lang['edit_photo_thumbnail'] = 'Thumbnail:';
$lang['edit_photo_normal'] = 'Photo:';
$lang['edit_photo_large'] = 'Large photo:';
$lang['edit_photo_size_flash'] = '(only for *.swf/*.flv files)';
$lang['edit_photo_xlarge'] = 'XLarge Photo:';
$lang['edit_photo_title'] = 'Title:';
$lang['edit_photo_subtitle'] = 'Subtitle:';
$lang['edit_photo_description'] = 'Description:';
$lang['invalid_photo'] = 'Photo not avilable!';
$lang['error_no_gallery'] = 'No gallery specified';
$lang['error_no_thumbnail'] = 'No thumbnail specified';
$lang['error_no_photo'] = 'No photo specified';
$lang['error_no_photo_title'] = 'No title specified';
$lang['select_image'] = 'select image';
$lang['err_photo_t_doesnt_exist'] = 'Thumbnail doesn\'t exist';
$lang['err_image_type'] = 'Thumbnail must be an image (JPG/PNG/GIF)';
$lang['err_photo_n_doesnt_exist'] = 'Photo doesn\'t exist';
$lang['err_photo_l_doesnt_exist'] = 'Large photo doesn\'t exist';
$lang['gallery_properties'] = 'Gallery properties';
$lang['specify_photo_tpl_m'] = 'Photo template';
$lang['photos_per_row'] = 'Photos per row';
$lang['delete_photo_confirm'] = 'Delete this photo?';
# user
$lang['users'] = 'Users';
$lang['user_name'] = 'Name';
$lang['user_type'] = 'Type';
$lang['type_0'] = 'editor';
$lang['type_1'] = 'admin';
$lang['last_login'] = 'Last login';
$lang['no_users'] = 'There are no users.';
$lang['create_user_account'] = 'Create user account';
$lang['user_name_m'] = 'Username:';
$lang['pw_m'] = 'Password:';
$lang['pw_conf_m'] = 'Repeat password:';
$lang['delete_user'] = 'Delete user account';
$lang['delete_user_confirm'] = 'Delete this user?';
$lang['delete_user_submit'] = 'OK - Delete user';
$lang['edit_userdata'] = 'Edit user data';
$lang['edit_userdata_name'] = 'Name:';
$lang['edit_userdata_type'] = 'Type:';
$lang['change_pw_old'] = 'Old password:';
$lang['change_pw_new'] = 'New password:';
$lang['change_pw_new_conf'] = 'Repeat new password:';
$lang['change_pw_note'] = '(only if you want to change it)';
$lang['error_username_special_chars'] = 'Username contains invalid characters';
$lang['error_username_alr_exists'] = 'Username already exists';
$lang['error_pw_doesnt_comply'] = 'Password doesn\'t match with the repeated one';
$lang['error_form_uncomplete'] = 'You didn\'t fill out all form fields';
$lang['error_pw_wrong'] = 'Password wrong!';
$lang['invalid_user_type'] = 'Invalid user type';
$lang['rights_limitation_imposs'] = 'Limitation of your own user rights is not possible';
$lang['del_yourself_imposs'] = 'You can\'t delete yourself.';
$lang['userdata_saved_message'] = 'Userdata saved';
#filemanager
$lang['filemanager'] = 'Filemanager';
$lang['upload_file'] = 'Upload file';
$lang['directory'] = 'Directory:';
$lang['no_files'] = 'No files.';
$lang['file'] = 'File';
$lang['file_type'] = 'Type';
$lang['file_size'] = 'Size (KB)';
$lang['file_date'] = 'Date';
$lang['delete_file'] = 'Delete file';
$lang['delete_file_confirm'] = 'Delete this file?';
$lang['delete_file_submit'] = 'OK - Delete file';
$lang['delete_file_error'] = 'Unable to delete the file';
$lang['file_legend'] = 'File';
$lang['upload_file_link'] = 'Upload file';
$lang['upload_file_label'] = 'File:';
$lang['upload_directory_label'] = 'Upload to:';
$lang['overwrite_file'] = 'overwrite file with same name';
$lang['image_options'] = 'Images options';
$lang['upload_file_submit'] = 'Upload file';
$lang['filename_on_server'] = 'Filename on server:';
$lang['filename_server_same'] = 'leave blank if unchanged';
$lang['upload_file_exists'] = 'There\'s already a file with this name';
$lang['error_no_file'] = 'No file to upload specified';
$lang['upload_ok'] = 'File successfully uploaded';
$lang['delete_image_confirm'] = 'Are you sure you want to delete this image?';
$lang['delete_image_submit'] = 'OK - Delete';
$lang['delete_image_cancel'] = 'Cancel';
$lang['upload_image_exists'] = 'There\'s already an image with this name';
$lang['upload_overwrite_image'] = 'overwrite image with same name';
$lang['dont_manipulate_image'] = 'Leave image as it is';
$lang['manipulate_image'] = 'Modify image:';
$lang['resize'] = 'Resize:';
$lang['resize_width'] = 'width';
$lang['resize_height'] = 'height';
$lang['compression'] = 'compression';
$lang['compression_jpg_only'] = '(only for JPG images)';
$lang['image_name_on_server'] = 'Image name on server:';
$lang['image_name_server_same'] = '(blank if unchanged)';
$lang['error_no_image'] = 'No image to upload specified';
$lang['invalid_image_format'] = 'Invalid image format ([format])';
$lang['invalid_image_name'] = 'Invalid image name';
$lang['invalid_compression_value'] = 'The value for the compression has to be between 1 and 100';
$lang['create_thumbnail'] = 'Create thumbnail:';
# settings
$lang['settings'] = 'Settings';
$lang['advanced_settings'] = 'Advanced settings';
$lang['settings_website_title'] = 'Website title';
$lang['settings_website_subtitle'] = 'Subtitle';
$lang['settings_author'] = 'Author';
$lang['settings_website_address'] = 'URL';
$lang['settings_email'] = 'E-mail';
$lang['settings_index_page'] = 'Main page';
$lang['settings_error_page'] = 'Error page';
$lang['default_page_language'] = 'Default page language';
$lang['admin_language'] = 'Administration language';
$lang['wysiwyg_editor'] = 'WYSIWYG editor';
$lang['wysiwyg_editor_enabled'] = 'WYSIWYG editor enabled';
$lang['settings_caching'] = 'Caching';
$lang['settings_caching_enabled'] = 'caching enabled';
$lang['settings_name'] = 'Name';
$lang['settings_value'] = 'Value';
$lang['add_new_setting_var'] = 'Add new settings variable';
$lang['error_settings_spec_chars'] = 'Variable contains special characters';
$lang['delete_setting_confirm'] = 'Delete this setting variable?';
$lang['settings_saved'] = 'Settings saved';
# spam protection
$lang['spam_protection'] = 'Spam protection';
$lang['akismet'] = 'Akismet';
$lang['akismet_desc'] = 'Akismet spam protection';
$lang['akismet_key'] = 'Wordpress API Key:';
$lang['akismet_entry_check'] = 'check comments';
$lang['akismet_mail_check'] = 'check contact forms';
$lang['banned_ips'] = 'Banned IPs';
$lang['banned_ips_desc'] = 'IP adresses which should not have access. IP ranges (e.g. 10.10.1.*) and CIDR notation (e.g. 10.10.1.32/27) possible. One IP per line.';
$lang['banned_user_agents'] = 'Banned user agents';
$lang['banned_user_agents_desc'] = 'Strings in user agents, which should not have access. One string per line.';
$lang['not_accepted_words'] = 'Not accepted words';
$lang['not_accepted_words_desc'] = 'Words or domains that should not be accepted in entries and e-mails. One word per line.';
$lang['spam_protection_submit'] = 'OK - Save';
$lang['spam_protection_saved'] = 'Saved';
$lang['error_own_ip_banned'] = 'You banned your own IP!';
$lang['error_own_user_agent_banned'] = 'You banned your own User Agent!';
# insert_image
$lang['insert_image'] = 'Insert image';
$lang['select_image_title'] = 'Insert image';
$lang['insert_image_button'] = 'Insert image';
$lang['insert_thumbnail_button'] = 'Insert thumbnail';
$lang['default_image_alt'] = 'Image';
$lang['upload_submit'] = 'OK - Upload image';
$lang['upload_image'] = 'Upload image';
$lang['upload_image_marking'] = 'Choose image:';
$lang['available_images'] = 'Available images';
$lang['no_images'] = 'No images available';
$lang['insert_thumbnail'] = 'Insert thumbnail';
$lang['thumbnail_select_gallery'] = 'Select gallery:';
$lang['insert_image_label'] = 'Insert image';
$lang['insert_thumbnail_label'] = 'Insert thumbnail';
$lang['insert_gallery_label'] = 'Insert gallery';
$lang['insert_image_class'] = 'CSS class:';
$lang['insert_image_alt'] = 'ALT text:';
$lang['insert_image_width_height'] = 'Width/Height:';
$lang['delete_error'] = 'Delete error';
$lang['upload_error'] = 'Upload error - check writing permission of img folder!';
?>