mirror of
				https://github.com/Mibew/mibew.git
				synced 2025-11-04 12:25:11 +03:00 
			
		
		
		
	localize home page
git-svn-id: https://webim.svn.sourceforge.net/svnroot/webim/trunk@707 c66351dc-e62f-0410-b875-e3a5c0b9693f
This commit is contained in:
		
							parent
							
								
									fa7330b365
								
							
						
					
					
						commit
						461f9ed8e2
					
				@ -1,6 +1,5 @@
 | 
			
		||||
RewriteEngine on
 | 
			
		||||
 | 
			
		||||
RewriteCond %{HTTP_HOST}   ^(www\.)?mibew\.org [NC]
 | 
			
		||||
RewriteBase /       
 | 
			
		||||
RewriteRule     ^(ru|en|sp)/(.*)        $2?intlocale=$1 [L]
 | 
			
		||||
RewriteRule     ^(ru|en|sp)$        	$1/ [R,L]
 | 
			
		||||
 | 
			
		||||
@ -78,13 +78,21 @@ require_once('inc/menu.i');
 | 
			
		||||
			</div>
 | 
			
		||||
		</div> */ ?>
 | 
			
		||||
		<div class="post">
 | 
			
		||||
			<h2 class="title"><?php echo getlocal("index.post.title") ?></h2>
 | 
			
		||||
			<h2 class="title"><?php echo getlocal2("index.post.title", array("1.6.3")) ?></h2>
 | 
			
		||||
			<div class="entry">
 | 
			
		||||
				<?php echo getlocal("index.post.text") ?>
 | 
			
		||||
				<p><?php echo getlocal2("index.post.minor.release", array("1.6.3")) ?></p>
 | 
			
		||||
				<ul>
 | 
			
		||||
				<li>password restore functionality for operator</li>
 | 
			
		||||
				<li>new Blue logo; new buttons: mgreen, mblue</li>
 | 
			
		||||
				<li>fixed: button code conflicts with spam filters and mod_security</li>
 | 
			
		||||
				<li>workarounds if some functions are disabled in php</li>
 | 
			
		||||
				<li>compatibility with PHP 5.3.0</li>
 | 
			
		||||
				</ul>
 | 
			
		||||
				<p><a href="download.php"><?php echo getlocal2("index.post.download", array("1.6.3")) ?></a></p>
 | 
			
		||||
			</div>
 | 
			
		||||
			<div class="meta">
 | 
			
		||||
				<p class="byline"><?php echo getlocal("index.post.when") ?></p>
 | 
			
		||||
				<p class="links"><?php echo getlocal("index.post.link") ?></p>
 | 
			
		||||
				<p class="byline"><?php echo getlocal2("index.post.when",array(date_to_text(mktime(0, 0, 0, 10, 14, 2009)),"inspirer")) ?></p>
 | 
			
		||||
				<p class="links"><a href="/forums/index.php?topic=25.0" class="more"><?php echo getlocal("index.post.readfull") ?></a></p>
 | 
			
		||||
			</div>
 | 
			
		||||
		</div>
 | 
			
		||||
	</div>
 | 
			
		||||
 | 
			
		||||
@ -53,7 +53,7 @@ function get_locale() {
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
$current_locale = get_locale();
 | 
			
		||||
setlocale(LC_TIME, $current_locale);
 | 
			
		||||
setlocale(LC_TIME, getstring("time.locale"));
 | 
			
		||||
$messages = array();
 | 
			
		||||
$output_encoding = array();
 | 
			
		||||
 | 
			
		||||
@ -171,5 +171,9 @@ function start_html_output() {
 | 
			
		||||
function div($a,$b) {
 | 
			
		||||
    return ($a-($a % $b)) / $b;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
function date_to_text($unixtime) {
 | 
			
		||||
	return strftime(getlocal("time.dateformat"), $unixtime);
 | 
			
		||||
}
 | 
			
		||||
	
 | 
			
		||||
?>
 | 
			
		||||
 | 
			
		||||
@ -42,10 +42,11 @@ license.content=Open Web Messenger is distributed under the terms of the <a href
 | 
			
		||||
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 1.6.3 Released
 | 
			
		||||
index.post.text=<p>We are pleased to announce the immediate availability of 1.6.3. This is a minor release with several fixes and improvements.</p>\n<ul>\n<li>password restore functionality for operator</li>\n<li>new Blue logo; new buttons: mgreen, mblue</li>\n<li>fixed: button code conflicts with spam filters and mod_security</li>\n<li>workarounds if some functions are disabled in php</li>\n<li>compatibility with PHP 5.3.0</li>\n</ul>\n<p><a href="download.php">Download 1.6.3</a></p>
 | 
			
		||||
index.post.when=Posted on October 14th, 2009 by inspirer
 | 
			
		||||
index.post.link=<a href="/forums/index.php?topic=25.0" class="more">Read full article</a>
 | 
			
		||||
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 1.6.2
 | 
			
		||||
index.nextpost.text=<p>We are pleased to announce our next version will be 1.6.2. This release will contain the following:</p><ul><li>pre-chat survey: show group status in dropdown - online/offline</li><li>bi-licensed release: EPL / GPL</li><li>compatibility with the latest mod_security</li><li>timing options: update intervals, operator online time threshold</li><li>Support local time (when server is based in another time zone)</li><li>XHTML compliant chat window with new behavior</li><li>text link (eg "Chat now" if online, and "Leave a support ticket" if offline) instead of buttons</li><li>Left messages are stored in history</li></ul>
 | 
			
		||||
@ -107,3 +108,7 @@ 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
 | 
			
		||||
 | 
			
		||||
@ -40,6 +40,11 @@ index.hosted=Copyright (c) 2005-09 Mibew Community, Powered By Trilex Labs
 | 
			
		||||
index.how.text=Вы размещаете предоставленную кнопку связи с оператором на вашем сайте. Ваши посетители получают возможность пообщаться с вашими операторами не устанавливая дополнительного ПО.
 | 
			
		||||
index.how.title=Как это работает?
 | 
			
		||||
index.how=Вы размещаете предоставленную кнопку связи с оператором на вашем сайте. Ваши посетители получают возможность пообщаться с вашими операторами не устанавливая дополнительного ПО.
 | 
			
		||||
index.post.title=обновление до версии {0}
 | 
			
		||||
index.post.minor.release=Мы рады сообщить об обновлении Веб Мессенджера до версии {0}. Это минорный релиз, содержащий исправления найденных ошибок и небольшие улучшения.
 | 
			
		||||
index.post.download=Скачать {0}
 | 
			
		||||
index.post.when=Размещено {0}, автор {1}
 | 
			
		||||
index.post.readfull=Прочитать всю статью
 | 
			
		||||
index.whatis.title=Что такое Open Мессенджер?
 | 
			
		||||
index.whatis="Open Мессенджер" - уникальное програмное обеспечение, позволяющее вашим посетителям общаться с операторами в режиме реального времени.
 | 
			
		||||
index.why.title=Почему нужно использовать Open Мессенджер?
 | 
			
		||||
@ -71,3 +76,6 @@ downl.unstable=
 | 
			
		||||
downl.tray=Приложение для системного трея под Windows:
 | 
			
		||||
menu.copyright=Удаление ссылок
 | 
			
		||||
copyright.text=Если Вас интересует возможность убрать ссылку на сайт mibew.org или openwebim.org из вашего чат окна, <a href="http://mibew.org/contact.php">свяжитесь с нами</a>
 | 
			
		||||
time.dateformat=%d %B %Y
 | 
			
		||||
time.locale=ru_RU.UTF-8
 | 
			
		||||
time.timeformat=%H:%M
 | 
			
		||||
 | 
			
		||||
@ -65,14 +65,18 @@ credits.content=Esta es una lista de las personas que han contribuido al Proyect
 | 
			
		||||
license.title=Términos de uso
 | 
			
		||||
credits.translators=Traductores:
 | 
			
		||||
features.content.head=Contenido:
 | 
			
		||||
index.post.link=<a href="/forums/index.php?topic=205.msg589;boardseen#new" class="more">Leer artículo completo</a>
 | 
			
		||||
index.post.when=Publicado el 5 de Junio de 2009 por Lamies
 | 
			
		||||
index.post.title=Versión 1.6.1 Liberada
 | 
			
		||||
index.post.title=Versión {0} Liberada
 | 
			
		||||
index.post.minor.release=Nos complace en anunciar la nueva versión disponible {0}. Esta versión incluye correcciones y mejoras.
 | 
			
		||||
index.post.download=Descargar {0}
 | 
			
		||||
index.post.readfull=Leer artículo completo
 | 
			
		||||
index.post.when=Publicado el {0} por {1}
 | 
			
		||||
contacts.content=Persona de Contacto: Evgeny Gryaznov<br/>E mail: evgeny@openwebim.org
 | 
			
		||||
credits.title=Créditos
 | 
			
		||||
index.post.text=<p>Nos complace en anunciar la nueva version disponible 1.6.1. Esta versión incluye correcciones y mejoras.</p><ul><li>Correción Problema de Instalación 404</li><li>Opción para Modificar el Perfil</li><li>Nuevo Proyecto: Mibew Messenger</li><li>Imágenes Online/Offline Fijas</li><li>Localización de las fechas para todos los lenguajes, Buen Formato: Hoy/Ayer</li><li>abilidad para borrar operadores, Diálogo de Confirmación al borrar Departamentos/Operadores/bloquear Direcciones</li><li>Información acerca de la última actividad de los operadores: Online, Hoy a las 22, 01 Enero.., o Nunca</li><li>Nuevo Tema: simplicity (por Sheldmandu)</li></ul><p><a href="download.php">Descargar 1.6.1</a></p>
 | 
			
		||||
lang.link=Haz Clic Aquí
 | 
			
		||||
lang.missing=¿Tu idioma no está disponible?
 | 
			
		||||
downl.prev=Liberación previa:
 | 
			
		||||
downl.unstable=Alpha:
 | 
			
		||||
license.content=Open Web Messenger es distribuido bajo los términos de la <a href="http://www.eclipse.org/legal/epl-v10.html">Licencia Pública Eclipse v1.0</a>.<br/>\nLa EPL 1.0 no es compatible con la Licencia GPL. Por favor, <a href="http://en.wikipedia.org/wiki/Eclipse_Public_License">lea más acerca de la Licencia EPL 1.0</a>.
 | 
			
		||||
time.dateformat=%d %B %Y,
 | 
			
		||||
time.locale=es_ES.UTF-8
 | 
			
		||||
time.timeformat=%H:%M
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user