fixes to Russian translation (recommit corrected UTF-8 file)

This commit is contained in:
pjmattal 2006-08-01 13:14:04 +00:00
parent ce505210fa
commit f00984a887
15 changed files with 229 additions and 229 deletions

View file

@ -1,16 +1,16 @@
<?
# Russian (РуÑ<EFBFBD>ÑÂ<EFBFBD>кий) translation
# Russian (Русский) translation
# Translator: Sergej Pupykin <ps@lx-ltd.ru>
include_once("translator.inc");
global $_t;
$_t["ru"]["Select your language here: %h%s%h, %h%s%h, %h%s%h, %h%s%h."] = "Ð’Ñ‹бериÑ‚е ваш Ñ<>зÑк здеÑ<C2B5>ÑÂŒ: %h%s%h, %h%s%h, %h%s%h, %h%s%h.";
$_t["ru"]["Select your language here: %h%s%h, %h%s%h, %h%s%h, %h%s%h."] = "Выберите ваш язык здесь: %h%s%h, %h%s%h, %h%s%h, %h%s%h.";
$_t["ru"]["Hello, world!"] = "ÐÑÂ<EFBFBD>ем пÑ€ивеÑ‚!";
$_t["ru"]["Hello, world!"] = "Всем привет!";
$_t["ru"]["Hello, again!"] = "ПÑ€ивеÑ‚ еще раз!";
$_t["ru"]["Hello, again!"] = "Привет еще раз!";
$_t["ru"]["My current language tag is: '%s'."] = "Мой текущий Ñ<>зÑк: '%s'.";
$_t["ru"]["My current language tag is: '%s'."] = "Мой текущий язык: '%s'.";
?>