eol-style = LF

git-svn-id: https://webim.svn.sourceforge.net/svnroot/webim/trunk@795 c66351dc-e62f-0410-b875-e3a5c0b9693f
This commit is contained in:
Evgeny Gryaznov 2010-05-01 22:58:53 +00:00
parent 8ff4c21993
commit 4087a5f9bc
6 changed files with 460 additions and 460 deletions

View File

@ -8,193 +8,193 @@ table { border-collapse:collapse;border-spacing:0; }
ol, ul {list-style-image:none;list-style-position:outside;list-style-type:none;}
q:before, q:after, blockquote:before, blockquote:after { content:""; }
body {
background: #FFFFFF url(images/img01.gif) repeat-x;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 0.8em;
color: #333333;
body {
background: #FFFFFF url(images/img01.gif) repeat-x;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 0.8em;
color: #333333;
}
html, body {
padding: 0;
margin:0;
border:0 none;
height:100%;
}
h1, h2, h3 {
margin: 0;
text-transform: lowercase;
font-weight: normal;
color: #3E3E3E;
}
h1 {
font-size: 32px;
}
h2 {
font-size: 23px;
}
p, ul, ol {
margin: 0 0 2em 0;
text-align: left;
line-height: 180%;
font-size: 1em;
}
a:link {
color: #7BAA0F;
}
a:hover, a:active {
text-decoration: none;
color: #003448;
}
a:visited {
color: #5B9A0F;
}
h1, h2, h3 {
margin: 0;
text-transform: lowercase;
font-weight: normal;
color: #3E3E3E;
}
h1 {
font-size: 32px;
}
h2 {
font-size: 23px;
}
p, ul, ol {
margin: 0 0 2em 0;
text-align: left;
line-height: 180%;
font-size: 1em;
}
a:link {
color: #7BAA0F;
}
a:hover, a:active {
text-decoration: none;
color: #003448;
}
a:visited {
color: #5B9A0F;
}
a.inactive {
color: #333333;
text-decoration: none;
}
img {
border: none;
}
img.left {
float: left;
margin-right: 15px;
}
img.right {
float: right;
margin-left: 15px;
}
/* Form */
form {
margin: 0;
padding: 0;
}
fieldset {
margin: 0;
padding: 0;
border: none;
}
legend {
display: none;
}
input, textarea, select {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 13px;
color: #333333;
}
/* Header */
#header {
width: 850px;
height: 107px;
}
img {
border: none;
}
img.left {
float: left;
margin-right: 15px;
}
img.right {
float: right;
margin-left: 15px;
}
/* Form */
form {
margin: 0;
padding: 0;
}
fieldset {
margin: 0;
padding: 0;
border: none;
}
legend {
display: none;
}
input, textarea, select {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 13px;
color: #333333;
}
/* Header */
#header {
width: 850px;
height: 107px;
margin: 0px auto 10px auto;
padding-top: 25px;
background: url(images/img03.gif) repeat-x left bottom;
}
#logo {
float: left;
}
#logo h1 {
font-size: 40px;
color: #494949;
}
#logo h1 sup {
vertical-align: text-top;
font-size: 24px;
}
#logo h1 a {
color: #494949;
}
#logo h2 {
padding-top: 25px;
background: url(images/img03.gif) repeat-x left bottom;
}
#logo {
float: left;
}
#logo h1 {
font-size: 40px;
color: #494949;
}
#logo h1 sup {
vertical-align: text-top;
font-size: 24px;
}
#logo h1 a {
color: #494949;
}
#logo h2 {
margin-top: -4px;
margin-left: 2.4em;
font-size: 13px;
color: #A0A0A0;
}
#logo a {
text-decoration: none;
}
/* Menu */
#menu {
float: right;
margin: 15px 0 0 0;
}
#clocale {
float: right;
margin: -17px 0 20px 0;
background-color: #eee;
padding-right: 7px;
padding-left: 7px;
margin-left: 2.4em;
font-size: 13px;
color: #A0A0A0;
}
#logo a {
text-decoration: none;
}
/* Menu */
#menu {
float: right;
margin: 15px 0 0 0;
}
#clocale {
float: right;
margin: -17px 0 20px 0;
background-color: #eee;
padding-right: 7px;
padding-left: 7px;
height: 22px;
color: #888;
color: #888;
}
#clocale span {
vertical-align: middle;
}
}
#clocale a {
text-decoration: none;
color: #889;
}
#clocale a:hover {
color: #111;
text-decoration: none;
color: #889;
}
#clocale a:hover {
color: #111;
text-decoration: underline;
}
#menu ul {
margin: 0;
padding: 0;
list-style: none;
}
#menu li {
display: inline;
}
#menu a {
display: block;
float: left;
margin-left: 30px;
padding: 7px;
text-decoration: none;
font-size: 1em;
color: #000;
}
#menu a:hover {
text-decoration: underline;
}
#menu .active a {
background: url(images/img02.gif) repeat-x left bottom;
}
#menu ul {
margin: 0;
padding: 0;
list-style: none;
}
#menu li {
display: inline;
}
#menu a {
display: block;
float: left;
margin-left: 30px;
padding: 7px;
text-decoration: none;
font-size: 1em;
color: #000;
}
#menu a:hover {
text-decoration: underline;
}
#menu .active a {
background: url(images/img02.gif) repeat-x left bottom;
}
#submenu a {
padding-left: 15px;
@ -210,11 +210,11 @@ input, textarea, select {
#submenu a:hover {
text-decoration: underline;
}
/* Page */
#page {
width: 850px;
/* Page */
#page {
width: 850px;
}
.wrap {
@ -225,28 +225,28 @@ input, textarea, select {
height:auto !important;
height:100%;
min-height:100%;
}
}
/* Content */
#content {
float: left;
width: 575px;
}
/* Post */
.post {
}
.post .title {
margin-bottom: 20px;
padding-bottom: 5px;
background: url(images/img03.gif) repeat-x left bottom;
}
.post .entry {
}
/* Content */
#content {
float: left;
width: 575px;
}
/* Post */
.post {
}
.post .title {
margin-bottom: 20px;
padding-bottom: 5px;
background: url(images/img03.gif) repeat-x left bottom;
}
.post .entry {
}
.post .entry ul {
margin-top: -15px;
@ -269,65 +269,65 @@ input, textarea, select {
.post .nometa {
padding: 0px 0 20px 0;
}
.post .meta {
padding: 15px 0 60px 0;
background: url(images/img03.gif) repeat-x;
}
.post .meta p {
margin: 0;
line-height: normal;
color: #999999;
font-size: 11px;
.post .meta {
padding: 15px 0 60px 0;
background: url(images/img03.gif) repeat-x;
}
.post .meta p {
margin: 0;
line-height: normal;
color: #999999;
font-size: 11px;
}
.post .meta .byline {
float: left;
}
.post .meta .links {
float: right;
}
.post .meta .more {
padding: 0 20px 0 18px;
background: url(images/img06.gif) no-repeat left center;
}
.post .meta b {
display: none;
}
/* Sidebar */
#sidebar {
float: right;
width: 195px;
}
#sidebar ul {
margin: 0;
padding: 0;
list-style: none;
}
#sidebar li {
margin-bottom: 20px;
}
#sidebar li ul {
}
#sidebar li li {
margin: 0;
}
#sidebar h2 {
margin-bottom: 10px;
background: url(images/img03.gif) repeat-x left bottom;
font-size: 1.3em;
}
.post .meta .byline {
float: left;
}
.post .meta .links {
float: right;
}
.post .meta .more {
padding: 0 20px 0 18px;
background: url(images/img06.gif) no-repeat left center;
}
.post .meta b {
display: none;
}
/* Sidebar */
#sidebar {
float: right;
width: 195px;
}
#sidebar ul {
margin: 0;
padding: 0;
list-style: none;
}
#sidebar li {
margin-bottom: 20px;
}
#sidebar li ul {
}
#sidebar li li {
margin: 0;
}
#sidebar h2 {
margin-bottom: 10px;
background: url(images/img03.gif) repeat-x left bottom;
font-size: 1.3em;
}
.post .entry li {
padding-left: 22px;
@ -341,36 +341,36 @@ input, textarea, select {
/* Locales */
#locales a { margin-right:20px; }
/* Footer */
/* Footer */
.empty_inner {
height:50px;
}
#footer {
height: 50px;
min-height: 50px;
#footer {
height: 50px;
min-height: 50px;
background: white url(images/img01_v.gif) repeat-x;
font-size: 11px;
font-size: 11px;
position:relative;
margin-top:-51px;
width:100%;
}
}
#legal {
clear: both;
line-height: 50px;
text-align: center;
color: #375C69;
margin-bottom: 0px;
}
#legal a {
}
#legal a {
color: #476B77;
text-decoration: none;
}
}
#legal a:hover {
text-decoration: underline;

View File

@ -1,8 +1,8 @@
<div class="empty_inner" style="">&#160;</div>
</div>
<div id="footer">
<p id="legal"><a href="<?php echo $siteroot ?>/contact.php" class="flink">Contact Us</a> | (c) 2009 mibew.org. <a href="http://www.trilexnet.com/labs">A Trilex Labs Group</a>. Design by <a href="http://www.nodethirtythree.com/">NodeThirtyThree</a></p>
</div>
<div class="empty_inner" style="">&#160;</div>
</div>
<div id="footer">
<p id="legal"><a href="<?php echo $siteroot ?>/contact.php" class="flink">Contact Us</a> | (c) 2009 mibew.org. <a href="http://www.trilexnet.com/labs">A Trilex Labs Group</a>. Design by <a href="http://www.nodethirtythree.com/">NodeThirtyThree</a></p>
</div>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");

View File

@ -1,123 +1,123 @@
encoding=utf-8
output_charset=utf-8
output_encoding=utf-8
encoding=utf-8
output_charset=utf-8
output_encoding=utf-8
title=Mibew Web Messenger
head.name=Mibew Messenger
head.descr=open-source live support software
menu.home=Home
menu.news=News
menu.contacts=Contact Us
menu.terms=Terms Of Use
menu.credits=Credits
menu.demo=Demo
menu.features=Features
menu.download=Download
menu.support=Forums
menu.ticket=Support
menu.copyright=Remove Copyright
copyright.text=<b>Mibew Messenger Community</b> is a non-profit organization that relies on contributions from volunteers to develop, support, and promote its products. There are several ways to become a member and remove copyright links in your instance of Mibew Messenger.
copyright.item1=<b>Translate</b> Mibew Messenger to your language
copyright.item2=Design a <b>new theme</b> for Chat window
copyright.item3=Contribute to <b>the code</b>
copyright.item4=<b>Donate</b> $45 or more
copyright.contributors=<i>Contributors:</i> If your name is listed on credits page, just <a href="http://mibew.org/contact.php">inform us</a> about domain name(s) where you use Messenger with removed copyrights.
copyright.others=<i>Others:</i> Donation of $45 allows you to use Messenger without copyright links on one domain. Please, include your domain name(s) into donation comment. You can <a href="http://mibew.org/contact.php">contact us</a> later in case of domain name change.
home.title=Home
submenu.title=<b>More</b>
partners.title=<b>partners</b>
languages.title=<b>languages</b>
sidebar.quicknav=Quick <b>Navigation</b>
copyright.title=Removing Copyright
head.intro=<strong>Mibew Messenger</strong> (also known as <b>Open Web Messenger</b>) is an open-source live support application written in PHP and MySQL. It enables one-on-one chat assistance in real-time directly from your website.
contacts.title=Contact us
contacts.person=Contact person:
contacts.email=E&nbsp;mail:
credits.title=Credits
credits.translators=Translators:
credits.content=This is a list of people that have contributed to the Open Web Messenger project.
license.title=Terms of use
index.how.title=How it works?
index.how.text=You should place the button of Web Messenger at your site. Your visitors click the button and chat with your operators who help them.
index.post.title=Version {0} Released
index.post.minor.release=We are pleased to announce the immediate availability of {0}. This is a minor release with several fixes and improvements.
head.descr=open-source live support software
menu.home=Home
menu.news=News
menu.contacts=Contact Us
menu.terms=Terms Of Use
menu.credits=Credits
menu.demo=Demo
menu.features=Features
menu.download=Download
menu.support=Forums
menu.ticket=Support
menu.copyright=Remove Copyright
copyright.text=<b>Mibew Messenger Community</b> is a non-profit organization that relies on contributions from volunteers to develop, support, and promote its products. There are several ways to become a member and remove copyright links in your instance of Mibew Messenger.
copyright.item1=<b>Translate</b> Mibew Messenger to your language
copyright.item2=Design a <b>new theme</b> for Chat window
copyright.item3=Contribute to <b>the code</b>
copyright.item4=<b>Donate</b> $45 or more
copyright.contributors=<i>Contributors:</i> If your name is listed on credits page, just <a href="http://mibew.org/contact.php">inform us</a> about domain name(s) where you use Messenger with removed copyrights.
copyright.others=<i>Others:</i> Donation of $45 allows you to use Messenger without copyright links on one domain. Please, include your domain name(s) into donation comment. You can <a href="http://mibew.org/contact.php">contact us</a> later in case of domain name change.
home.title=Home
submenu.title=<b>More</b>
partners.title=<b>partners</b>
languages.title=<b>languages</b>
sidebar.quicknav=Quick <b>Navigation</b>
copyright.title=Removing Copyright
head.intro=<strong>Mibew Messenger</strong> (also known as <b>Open Web Messenger</b>) is an open-source live support application written in PHP and MySQL. It enables one-on-one chat assistance in real-time directly from your website.
contacts.title=Contact us
contacts.person=Contact person:
contacts.email=E&nbsp;mail:
credits.title=Credits
credits.translators=Translators:
credits.content=This is a list of people that have contributed to the Open Web Messenger project.
license.title=Terms of use
index.how.title=How it works?
index.how.text=You should place the button of Web Messenger at your site. Your visitors click the button and chat with your operators who help them.
index.post.title=Version {0} Released
index.post.minor.release=We are pleased to announce the immediate availability of {0}. This is a minor release with several fixes and improvements.
index.post.download=Download {0}
index.post.when=Posted on {0} by {1}
index.post.readfull=Read full article
index.nextpost.title=Comming in Version {0}
index.nextpost.text=We are pleased to announce our next version will be {0}. This release will contain the following:
index.whatis.title=What is Web Messenger?
index.whatis="Web Messenger" - is unique software allowing visitors of your site to chat with your operators.
index.why.title=Why should I use Web Messenger?
index.why="Web Messenger" makes it easier to communicate with existing and potential clients. It will significantly increase conversion rates and online sales of your web site.
index.how=You should place the button of Web Messenger at your site. Your visitors click the button and chat with your operators who help them.
index.license.title=License
index.hosted=Copyright (c) 2005-09 Mibew Community, Powered By Trilex Labs
features.title=Features
features.price.title=Pricing
index.nextpost.title=Comming in Version {0}
index.nextpost.text=We are pleased to announce our next version will be {0}. This release will contain the following:
index.whatis.title=What is Web Messenger?
index.whatis="Web Messenger" - is unique software allowing visitors of your site to chat with your operators.
index.why.title=Why should I use Web Messenger?
index.why="Web Messenger" makes it easier to communicate with existing and potential clients. It will significantly increase conversion rates and online sales of your web site.
index.how=You should place the button of Web Messenger at your site. Your visitors click the button and chat with your operators who help them.
index.license.title=License
index.hosted=Copyright (c) 2005-09 Mibew Community, Powered By Trilex Labs
features.title=Features
features.price.title=Pricing
features.price=Open-source code, free of charge\nEclipse Public License (EPL) or General Public License (GPL)
features.main.title=Main features
features.main=Real-time chat (without page refresh)\nUnlimited operators, chats, and users\nUnlimited departments (groups of operators)\nPriority queue of visitors\nLocalized to 10+ languages, unicode support\nRuns on your server and domain\nEasy-to-modify source code
features.button.title=Chat button
features.button=Shows online/offline status\nReady for email signatures\nUsing different buttons on the same domain\n"Leave a message" when you are away\nDepartment buttons
features.chat.title=Chat window
features.chat=Optional pre-chat survey\nChat window themes (three themes are included)\nOperator and visitor "Typing Indicator"\nOperator's photo in visitors chat\nChat transcript emails\nSound and visual alerts on new message\nEnable/disable notification sound\nCustomize chat with your Logo, Name etc.\nQuickly convert text to hyperlinks in chat\nNot blocked by pop-up blockers\nCompatible with mod_security\nProtection against automated spam (captcha)\nAuto-reconnect if the internet connection went down
features.operator.title=Operator abilites
features.operator=Web-based Operator Console\nOperator is away mode\nCanned messages for speed and consistency\nTrack where your visitors clicked from to get to your website (refer URL)\nChat conversation history with search\nLinking to previous visits, instant access to previous chats\nInformation about visitor: first message, address, browser, geo-location\nNotification messages when visitors changes page\nReassign/Transfer chat ownership\nMark/Highlight nuisance visitors\nAdministrator can view active chats\nAdministrator can take over the chat\nDaily statistical reports\nOperator password retrieval
features.groups.title=Groups of operators (Departments)
features.groups=Assign operator to multiple groups\nGroup canned messages\nAbility to select group in pre-chat survey\nGroup button with online/offline status
features.admin.title=Administration
features.admin=Adding and managing canned responses\nPerformance options to control server load\nThemes preview mode for easy interface customization\nEnable/disable features like Groups, Malicious Visitors, Survey etc.\nUpdates page with the latest messenger news\nLocalization wizard
features.requirements.title=Server requirements
features.requirements=A webserver or web hosting account running on any major Operating System\nPHP (5.x and above) with MySQL support\nMySQL 5.0 and above
features.browsers.title=Supported browsers
features.browsers=Microsoft Internet Explorer 5.0+\nMozilla Firefox 1.0+\nMozilla 1.4, 1.7\nOpera 7.0+\nSafari 1.2.5+\nNetscape 6.0+\nGoogle Chrome 0.2.149.29+\niPhone 1.1.4+
features.content.head=Content:
demo.title=Demo
demo.login=1. Log into operator panel and navigate to "Awaiting visitors" page.
demo.click=2. Start a chat
demo.tryalpha=3. (optional) Try out a new alpha (next version is coming soon)
demo.tryrc=3. (optional) Try out our Release candidate
demo.application=Mibew Messenger Application
demo.styles=Click the following images to view different look and feels of the chat:
downl.title=Download
downl.release=Stable:
downl.unstable=Alpha:
downl.unstable.2=Release candidate:
downl.nightly=Nightly:
downl.prev=Previous release:
downl.local=Localization packages:
downl.tray=Desktop tray application for Windows:
support.title=Support
support.tutorials=How to Install
support.FAQ=FAQ
support.ScreenShots=Screenshots
tag.pagination.info=Page {0} of {1}, {2}-{3} from {4}
lang.missing=Your language is missing?
lang.link=Try here
time.timeformat=%I:%M %p
time.dateformat=%B %d, %Y
time.locale=en_US
features.main=Real-time chat (without page refresh)\nUnlimited operators, chats, and users\nUnlimited departments (groups of operators)\nPriority queue of visitors\nLocalized to 10+ languages, unicode support\nRuns on your server and domain\nEasy-to-modify source code
features.button.title=Chat button
features.button=Shows online/offline status\nReady for email signatures\nUsing different buttons on the same domain\n"Leave a message" when you are away\nDepartment buttons
features.chat.title=Chat window
features.chat=Optional pre-chat survey\nChat window themes (three themes are included)\nOperator and visitor "Typing Indicator"\nOperator's photo in visitors chat\nChat transcript emails\nSound and visual alerts on new message\nEnable/disable notification sound\nCustomize chat with your Logo, Name etc.\nQuickly convert text to hyperlinks in chat\nNot blocked by pop-up blockers\nCompatible with mod_security\nProtection against automated spam (captcha)\nAuto-reconnect if the internet connection went down
features.operator.title=Operator abilites
features.operator=Web-based Operator Console\nOperator is away mode\nCanned messages for speed and consistency\nTrack where your visitors clicked from to get to your website (refer URL)\nChat conversation history with search\nLinking to previous visits, instant access to previous chats\nInformation about visitor: first message, address, browser, geo-location\nNotification messages when visitors changes page\nReassign/Transfer chat ownership\nMark/Highlight nuisance visitors\nAdministrator can view active chats\nAdministrator can take over the chat\nDaily statistical reports\nOperator password retrieval
features.groups.title=Groups of operators (Departments)
features.groups=Assign operator to multiple groups\nGroup canned messages\nAbility to select group in pre-chat survey\nGroup button with online/offline status
features.admin.title=Administration
features.admin=Adding and managing canned responses\nPerformance options to control server load\nThemes preview mode for easy interface customization\nEnable/disable features like Groups, Malicious Visitors, Survey etc.\nUpdates page with the latest messenger news\nLocalization wizard
features.requirements.title=Server requirements
features.requirements=A webserver or web hosting account running on any major Operating System\nPHP (5.x and above) with MySQL support\nMySQL 5.0 and above
features.browsers.title=Supported browsers
features.browsers=Microsoft Internet Explorer 5.0+\nMozilla Firefox 1.0+\nMozilla 1.4, 1.7\nOpera 7.0+\nSafari 1.2.5+\nNetscape 6.0+\nGoogle Chrome 0.2.149.29+\niPhone 1.1.4+
features.content.head=Content:
demo.title=Demo
demo.login=1. Log into operator panel and navigate to "Awaiting visitors" page.
demo.click=2. Start a chat
demo.tryalpha=3. (optional) Try out a new alpha (next version is coming soon)
demo.tryrc=3. (optional) Try out our Release candidate
demo.application=Mibew Messenger Application
demo.styles=Click the following images to view different look and feels of the chat:
downl.title=Download
downl.release=Stable:
downl.unstable=Alpha:
downl.unstable.2=Release candidate:
downl.nightly=Nightly:
downl.prev=Previous release:
downl.local=Localization packages:
downl.tray=Desktop tray application for Windows:
support.title=Support
support.tutorials=How to Install
support.FAQ=FAQ
support.ScreenShots=Screenshots
tag.pagination.info=Page {0} of {1}, {2}-{3} from {4}
lang.missing=Your language is missing?
lang.link=Try here
time.timeformat=%I:%M %p
time.dateformat=%B %d, %Y
time.locale=en_US

View File

@ -1,4 +1,4 @@
encoding=utf-8
output_charset=utf-8
output_encoding=utf-8
encoding=utf-8
output_charset=utf-8
output_encoding=utf-8
title=Mibew Web Messenger

View File

@ -1,4 +1,4 @@
encoding=utf-8
output_charset=utf-8
output_encoding=utf-8
title=Mibew Web Messenger
encoding=utf-8
output_charset=utf-8
output_encoding=utf-8
title=Mibew Web Messenger

View File

@ -1,11 +1,11 @@
encoding=cp1251
output_charset=utf-8
output_encoding=utf-8
article.attention=Внимание
article.about=Статья о mibew.org и webim.ru
contacts.email=E&nbsp;mail:
contacts.person=Контактное лицо:
contacts.title=Свяжитесь с нами
encoding=cp1251
output_charset=utf-8
output_encoding=utf-8
article.attention=Внимание
article.about=Статья о mibew.org и webim.ru
contacts.email=E&nbsp;mail:
contacts.person=Контактное лицо:
contacts.title=Свяжитесь с нами
copyright.item1=<b>Переведите</b> Мибью Мессенджер на Ваш язык
copyright.item2=Разработайте <b>новую тему</b> для чат окна
copyright.item3=Пришлите нам <b>патч</b> с кодом полезной функциональности
@ -13,83 +13,83 @@ copyright.item4=<b>
copyright.text=<b>Mibew Messenger Community</b> - некоммерческая организация, основанная на принципах разработки и продвижения свободного программного обеспечения. Все ее продукты разработаны волонтерами на добровольных началах. Вы можете присоединиться к нам и получить право спрятать ссылки на оригинальный сайт в вашей копии Мибью Мессенджера.
copyright.title=Возможность удалить ссылки
credits.content=Список людей, которые помогли проекту Mibew Messenger.
credits.title=Благодарности
credits.translators=Переводчики:
credits.title=Благодарности
credits.translators=Переводчики:
demo.application=Приложение Мибью Мессенджер
demo.click=2. Начните чат
demo.login=1. Войдите как оператор и откройте страницу с ожидающими посетителями.
demo.styles=Нажмите на эти картинки, чтобы увидеть возможный вид окна диалога:
demo.title=Демонстрация работы
downl.local=Дополнительные языки:
downl.nightly=Промежуточная:
downl.prev=Предыдущая:
downl.release=Стабильная:
downl.title=Последние версии
demo.click=2. Начните чат
demo.login=1. Войдите как оператор и откройте страницу с ожидающими посетителями.
demo.styles=Нажмите на эти картинки, чтобы увидеть возможный вид окна диалога:
demo.title=Демонстрация работы
downl.local=Дополнительные языки:
downl.nightly=Промежуточная:
downl.prev=Предыдущая:
downl.release=Стабильная:
downl.title=Последние версии
downl.tray=Приложение для системного трея под Windows:
downl.unstable=Альфа:
features.admin.title=Управление
features.admin=Создание и управление шаблонами для быстрого ответа\nОпции для контроля нагрузки на сервер\nРежим предпросмотра стилей, для удобной кастомизации интерфейса\nВключение/выключение функций, таких как Группы, Нежелательные посетители, Опрос перед чатом и т.д.\nСтраница обновления мессенджера\nМастер локализации
features.browsers.title=Поддерживаемые браузеры
features.browsers.title=Поддерживаемые браузеры
features.button.title=Кнопка открытия диалога
features.button=Отображение кнопки в зависимости от присутствия операторов\nВозможность включить код кнопки в email рассылку\nГенерация разных кнопок для использования на одном сайте\nВозможность оставить сообщение при отсутствии операторов в онлайне\nОтдельная кнопка для группы операторов
features.chat.title=Окно диалога
features.chat.title=Окно диалога
features.chat=Возможность запросить дополнительную информацию перед началом чата\nРазличные стили окна с диалогом (3 стиля включены в дистрибутив)\nУведомление о наборе текста собеседником\nФотография оператора в окне диалога\nВозможность отправки истории диалога себе на email\nЗвуковые и визуальные оповещения о приходе нового сообщения\nУправление звуковым оповещением в чате\nКастомизация вашего логотипа и названия компании\nВыделение ссылок в окне диалога с возможностью перехода\nВсплывающее окно не блокируется большинством браузеров \nСовместимость с mod_security\nЗащита от автоматизированного спама (капча)\nАвтоматическое восстановление соединения с сервером
features.content.head=Содержание:
features.content.head=Содержание:
features.groups.title=Группы операторов (Отделы)
features.groups=Добавление оператора в несколько групп (отделов)\nПредопределенные ответы для группы\nВыбор группы (отдела) перед началом чата, если необходимо\nКнопка группы отражает наличие операторов группы в онлайне
features.main.title=Основные возможности
features.main.title=Основные возможности
features.main=Реал-тайм чат (без перезагрузки страниц)\nНеограниченное количество операторов, чатов и пользователей\nНеограниченное количество групп операторов (отделов)\nПриоритетная очередь посетителей, ожидающих ответа\nЛокализация на 10+ языков, включая русский и украинский. Поддержка unicode.\nВыполняется на вашем сервере и домене\nПростой и понятный код, легко адаптируемый под ваши нужды
features.next.title=Новое в версии 1.5
features.next=<ul>\n<li>Стили оформления чат окна, выбор стиля в системе по-умолчанию\n<li>Генерация кнопки с учетом выбора стиля\n<li>2 стиля по умолчанию включены в систему\n<li>Интерфейс для удобной разработки новых стилей\n<li>Интерфейс для перевода системы на другие языки\n<li>Ссылка на геоинформацию для каждого IP\n<li>Система прав доступа для агентов\n</ul>
features.operator.title=Возможности операторов
features.next.title=Новое в версии 1.5
features.next=<ul>\n<li>Стили оформления чат окна, выбор стиля в системе по-умолчанию\n<li>Генерация кнопки с учетом выбора стиля\n<li>2 стиля по умолчанию включены в систему\n<li>Интерфейс для удобной разработки новых стилей\n<li>Интерфейс для перевода системы на другие языки\n<li>Ссылка на геоинформацию для каждого IP\n<li>Система прав доступа для агентов\n</ul>
features.operator.title=Возможности операторов
features.operator=Веб-интерфейс для обслуживания посетителей\nРежим "Отошел от компьютера" для оператора\nШаблоны сообщений для быстрого ответа\nОтображение с какой страницы пришел посетитель\nИстория сообщений и поиск по ней\nДоступ к предыдущим диалогам с текущим посетителем из чата\nИнформация о посетителе в очереди: первое сообщение, адрес, браузер, geo-location\nУведомление о смене посетителем страницы на вашем сайте\nПеренаправление посетителя другому оператору\nВыделение нежелательных посетителей в списке\nПросмотр текущих диалогов администратором системы\nПерехват диалогов администратором системы (после подтверждения)\nЕжедневные статистические отчеты\nВосстановление пароля
features.price.title=Стоимость
features.price.title=Стоимость
features.price=Открытый исходный код, свободное распространение\nEclipse Public License (EPL) или General Public License (GPL), по выбору
features.requirements.title=Технические требования к серверу
features.requirements.title=Технические требования к серверу
features.requirements=Веб-сервер или веб-хостинг, работающий на одной из современных операционных систем\nPHP версии 5.x или выше с поддержкой MySQL\nMySQL версии 5.0 или выше
features.title=Возможности
head.descr=поддержка посетителей вашего сайта
features.title=Возможности
head.descr=поддержка посетителей вашего сайта
head.intro=<strong>Мибью Веб Мессенджер</strong> (ранее Open Веб Мессенджер) это бесплатное open-source приложение для онлайн-консультирования. Оно позволяет добавить на сайт кнопку прямой связи с вашими операторами, при этом все общение происходит прямо в браузере.
head.name=Мибью Мессенджер
home.title=Главная
index.hosted=Copyright (c) 2005-09 Mibew Community, Powered By Trilex Labs
index.how.text=Вы размещаете предоставленную кнопку связи с оператором на вашем сайте. Ваши посетители получают возможность пообщаться с вашими операторами не устанавливая дополнительного ПО.
index.how.title=Как это работает?
index.how=Вы размещаете предоставленную кнопку связи с оператором на вашем сайте. Ваши посетители получают возможность пообщаться с вашими операторами не устанавливая дополнительного ПО.
home.title=Главная
index.hosted=Copyright (c) 2005-09 Mibew Community, Powered By Trilex Labs
index.how.text=Вы размещаете предоставленную кнопку связи с оператором на вашем сайте. Ваши посетители получают возможность пообщаться с вашими операторами не устанавливая дополнительного ПО.
index.how.title=Как это работает?
index.how=Вы размещаете предоставленную кнопку связи с оператором на вашем сайте. Ваши посетители получают возможность пообщаться с вашими операторами не устанавливая дополнительного ПО.
index.license.title=Лицензия
index.post.download=Скачать {0}
index.post.minor.release=Мы рады сообщить об обновлении Веб Мессенджера до версии {0}. Это минорный релиз, содержащий исправления найденных ошибок и небольшие улучшения.
index.post.readfull=Прочитать всю статью
index.post.title=обновление до версии {0}
index.post.when=Размещено {0}, автор {1}
index.whatis.title=Что такое Open Мессенджер?
index.whatis="Open Мессенджер" - уникальное програмное обеспечение, позволяющее вашим посетителям общаться с операторами в режиме реального времени.
index.why.title=Почему нужно использовать Open Мессенджер?
index.why=Open Мессенджер упрощает взаимодействие с существующими и потенциальными клиентами. Он позволяет серьезно повысить онлайн продажи и улучшить отношение к вам ваших клиентов.
lang.link=Попробуйте здесь
lang.missing=Вашего языка нет в списке?
languages.title=<b>языки</b>
license.title=Условия использования
menu.contacts=Свяжитесь с нами
index.post.download=Скачать {0}
index.post.minor.release=Мы рады сообщить об обновлении Веб Мессенджера до версии {0}. Это минорный релиз, содержащий исправления найденных ошибок и небольшие улучшения.
index.post.readfull=Прочитать всю статью
index.post.title=обновление до версии {0}
index.post.when=Размещено {0}, автор {1}
index.whatis.title=Что такое Open Мессенджер?
index.whatis="Open Мессенджер" - уникальное програмное обеспечение, позволяющее вашим посетителям общаться с операторами в режиме реального времени.
index.why.title=Почему нужно использовать Open Мессенджер?
index.why=Open Мессенджер упрощает взаимодействие с существующими и потенциальными клиентами. Он позволяет серьезно повысить онлайн продажи и улучшить отношение к вам ваших клиентов.
lang.link=Попробуйте здесь
lang.missing=Вашего языка нет в списке?
languages.title=<b>языки</b>
license.title=Условия использования
menu.contacts=Свяжитесь с нами
menu.copyright=Удаление ссылок
menu.credits=Благодарности
menu.demo=Демо
menu.download=Скачать
menu.features=Возможности
menu.home=Главная
menu.news=Новости
menu.support=Форум
menu.terms=Условия использования
menu.ticket=Поддержка
partners.title=<b>партнеры</b>
sidebar.quicknav=а <b>также...</b>
submenu.title=<b>еще</b>
support.FAQ=Часто задаваемые вопросы
support.ScreenShots=Скриншоты
support.title=Поддержка
support.tutorials=Как инсталировать
tag.pagination.info=Страница {0} из {1}, показаны {2}-{3} из {4}
time.dateformat=%d %B %Y
time.locale=ru_RU.UTF-8
time.timeformat=%H:%M
menu.credits=Благодарности
menu.demo=Демо
menu.download=Скачать
menu.features=Возможности
menu.home=Главная
menu.news=Новости
menu.support=Форум
menu.terms=Условия использования
menu.ticket=Поддержка
partners.title=<b>партнеры</b>
sidebar.quicknav=а <b>также...</b>
submenu.title=<b>еще</b>
support.FAQ=Часто задаваемые вопросы
support.ScreenShots=Скриншоты
support.title=Поддержка
support.tutorials=Как инсталировать
tag.pagination.info=Страница {0} из {1}, показаны {2}-{3} из {4}
time.dateformat=%d %B %Y
time.locale=ru_RU.UTF-8
time.timeformat=%H:%M
title=Мибью Веб Мессенджер