From 91683c4de050ab1c6c7a52cd314042d639d204b5 Mon Sep 17 00:00:00 2001 From: Evgeny Gryaznov Date: Wed, 24 Feb 2010 00:08:20 +0000 Subject: [PATCH] add ua, update ru/en git-svn-id: https://webim.svn.sourceforge.net/svnroot/webim/trunk@745 c66351dc-e62f-0410-b875-e3a5c0b9693f --- site/.htaccess | 4 ++-- site/contact.php | 6 ++++-- site/default.css | 8 ++++++-- site/inc/header.i | 2 +- site/inc/menu.i | 2 +- site/libs/common.php | 2 +- site/locales/en/properties | 11 ++++------- site/locales/names/properties | 1 + site/locales/ru/properties | 12 +++++++++--- site/locales/sp/properties | 3 +-- site/locales/ua/properties | 7 +++++++ 11 files changed, 37 insertions(+), 21 deletions(-) create mode 100644 site/locales/ua/properties diff --git a/site/.htaccess b/site/.htaccess index 96a3e383..19783a81 100644 --- a/site/.htaccess +++ b/site/.htaccess @@ -1,5 +1,5 @@ RewriteEngine on RewriteBase / -RewriteRule ^(ru|en|sp)/(.*) $2?intlocale=$1 [L] -RewriteRule ^(ru|en|sp)$ $1/ [R,L] +RewriteRule ^(ru|en|sp|ua)/(.*) $2?intlocale=$1 [L] +RewriteRule ^(ru|en|sp|ua)$ $1/ [R,L] diff --git a/site/contact.php b/site/contact.php index a4924003..6512ba06 100644 --- a/site/contact.php +++ b/site/contact.php @@ -17,10 +17,12 @@ require_once('inc/menu.i');

-
+ Evgeny Gryaznov
+ evgeny [at] openwebim (dot) org

-
+ Ed Kraus
+ support [at] openwebim (dot) org

diff --git a/site/default.css b/site/default.css index 686f66d9..dd063a2a 100755 --- a/site/default.css +++ b/site/default.css @@ -150,11 +150,15 @@ input, textarea, select { background-color: #eee; padding-right: 7px; padding-left: 7px; - height: 22px; + height: 22px; color: #888; +} + +#clocale span { + vertical-align: middle; } -#clocale a { +#clocale a { text-decoration: none; color: #889; } diff --git a/site/inc/header.i b/site/inc/header.i index 67b1da0f..392a0dbe 100644 --- a/site/inc/header.i +++ b/site/inc/header.i @@ -3,7 +3,7 @@ <?php echo $title ?> - <?php echo getlocal("title") ?> - + diff --git a/site/inc/menu.i b/site/inc/menu.i index c2b9f302..fda8e1b7 100644 --- a/site/inc/menu.i +++ b/site/inc/menu.i @@ -1,7 +1,7 @@