<?PHP

/* ====================
Seditio - Website engine
Copyright Neocrome & Seditio Team
http://www.neocrome.net
http://www.seditio.org
[BEGIN_SED]
File=plugins/textboxer2/inc/textboxer2.en.lang.php
Version=175
Updated=2012-oct-19
Type=Core
Author=Arkkimaagi
Description=Language file
[END_SED]
==================== */

if (!defined('SED_CODE')) { die('Wrong URL.'); }

$tbL['tb2_notInPreview'] = "Sorry, this feature not enabled in preview mode.";
$tbL['tb2_loadingPreview'] = "Loading preview..";
$tbL['tb2_loadingSmilies'] = "Loading smilies..";
$tbL['tb2_noBrowserSupport'] = "Sorry, your browser does not support this feature.";
$tbL['tb2_previewMode'] = "Preview mode";
$tbL['tb2_defaultExplain'] = "bbcode";

$tbL['tb2_quote'] = "Enter whom this quote is from (Optional)";
$tbL['tb2_code'] = "Enter the code description (Optional)";
$tbL['tb2_spoiler'] = "Enter the hidden text (Optional)";
$tbL['tb2_urlp'] = "Enter the text to be displayed for the link (Optional)";
$tbL['tb2_url'] = "Enter the URL of your link";
$tbL['tb2_emailp'] = "Enter the text to be displayed for the link (Optional)";
$tbL['tb2_email'] = "Enter the email address";
$tbL['tb2_pagep'] = "Enter the text to be displayed for the link (Optional)";
$tbL['tb2_page'] = "Enter the page ID number";
$tbL['tb2_linkp'] = "Enter the text to be displayed for the link (Optional)";
$tbL['tb2_link'] = "Enter the link ID number";
$tbL['tb2_imgp'] = "Enter image thumbnail URL (Optional)";
$tbL['tb2_img'] = "Enter the URL of your image";
$tbL['tb2_acp'] = "Enter the acronym";
$tbL['tb2_ac'] = "Enter the explanation for the acronym";
$tbL['tb2_userp'] = "Enter the text to be displayed for the link (like user name)";
$tbL['tb2_user'] = "Enter the user ID";

$tbL['tb2_preview404'] = "Preview encountered errors, text maybe too long? code:";
$tbL['tb2_previewError'] = "Preview encountered errors. Unknown error code:";

$tbL['tb2_vk'] = "Enter part *** URL http://vkontakte.ru/video_ext.php?oid=(***)";
$tbL['tb2_rutube'] = "Enter part *** URL http://video.rutube.ru/(***)";
$tbL['tb2_youtube'] = "Enter part *** URL http://www.youtube.com/v/(***)";
$tbL['tb2_metacafe'] = "Enter part *** URL http://www.metacafe.com/fplayer/(***)";
$tbL['tb2_dailymotion'] = "Enter part *** URL http://www.dailymotion.com/embed/video/(***)";
$tbL['tb2_vimeo'] = "Enter part *** URL http://player.vimeo.com/video/(***)";

?>