From 67809dc9d953147d57cf109391e3d06bac054265 Mon Sep 17 00:00:00 2001 From: Evgeny Gryaznov Date: Sun, 20 Dec 2009 00:53:34 +0000 Subject: [PATCH] localize dates on downloads page, fix site name in sp locale git-svn-id: https://webim.svn.sourceforge.net/svnroot/webim/trunk@708 c66351dc-e62f-0410-b875-e3a5c0b9693f --- site/download.php | 30 +++++++++++++++--------------- site/index.php | 2 +- site/libs/common.php | 4 ++++ site/locales/sp/properties | 6 +++--- 4 files changed, 23 insertions(+), 19 deletions(-) diff --git a/site/download.php b/site/download.php index dcbc2cc5..53bfdf42 100644 --- a/site/download.php +++ b/site/download.php @@ -19,7 +19,7 @@ require_once('inc/menu.i');


- Mibew Messenger 1.6.3, October 14, 2009 + Mibew Messenger 1.6.3, (requires PHP and MySQL)

@@ -30,68 +30,68 @@ require_once('inc/menu.i'); Arabic 1.6.3 - October 14, 2009 + Deutsch 1.6.3 - October 14, 2009 + French 1.6.3 - October 14, 2009 + Hebrew 1.6.3 - October 14, 2009 + Hrvatski 1.6.3 - October 14, 2009 + Italiano 1.6.3 - October 14, 2009 + Polski 1.6.3 - October 14, 2009 + Português Brasil 1.6.3 - October 14, 2009 + Russian 1.6.3 - October 14, 2009 + Spanish 1.6.3 - October 14, 2009 + Simplified Chinese 1.6.3 - October 14, 2009 + Traditional Chinese 1.6.3 - October 14, 2009 + Ukrainian 1.6.3 - October 14, 2009 + @@ -102,7 +102,7 @@ require_once('inc/menu.i');


- Mibew Tray 1.1.0 beta, May 28, 2009 + Mibew Tray 1.1.0 beta, (requires .NET Framework 3.5 and Windows Installer 3.1)

diff --git a/site/index.php b/site/index.php index 8f45994b..ddb8f898 100644 --- a/site/index.php +++ b/site/index.php @@ -91,7 +91,7 @@ require_once('inc/menu.i');

- +
diff --git a/site/libs/common.php b/site/libs/common.php index cd268837..be6a91d5 100644 --- a/site/libs/common.php +++ b/site/libs/common.php @@ -175,5 +175,9 @@ function div($a,$b) { function date_to_text($unixtime) { return strftime(getlocal("time.dateformat"), $unixtime); } + +function ccdate($day,$month,$year) { + return date_to_text(mktime(0,0,0,$month,$day,$year)); +} ?> diff --git a/site/locales/sp/properties b/site/locales/sp/properties index 6b15e04b..00101a2e 100644 --- a/site/locales/sp/properties +++ b/site/locales/sp/properties @@ -2,8 +2,8 @@ encoding=utf-8 output_charset=utf-8 output_encoding=utf-8 -title=Open Web Messenger -head.name=Open Web Messenger +title=Mibew Messenger +head.name=Mibew Messenger head.descr=Software de Código Abierto para Soporte en Línea menu.home=Inicio @@ -51,7 +51,7 @@ downl.release=Estable: tag.pagination.info=Página {0} de {1}, {2}-{3} hasta {4} index.how.text=Debes colocar el botón de Web Messenger en tu sitio web, para que tus visitantes hagan clic en el botón y entonces puedan comunicarse con tus operadores quienes lesproporcionaran la correspondiente ayuda en línea. features.title=Características -head.intro="Web Messenger Permite una fácil comunicación con clientes potenciales. Lo que significa que incrementarás las ventas de tu sitio web. +head.intro="Web Messenger Permite una fácil comunicación con clientes potenciales. Lo que significa que incrementarás las ventas de tu sitio web.

menu.news=Noticias menu.contacts=Contáctenos menu.credits=Créditos