mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-27 15:19:57 +09:00
Russian translation additions and corrections made by KHEGAI ELENA.
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7360 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
e8c4f52bed
commit
7c3ca81b50
36 changed files with 855 additions and 652 deletions
21
addons/captcha/lang/ru.lang.php
Normal file
21
addons/captcha/lang/ru.lang.php
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
<?php
|
||||
/**
|
||||
* @file ko.lang.php
|
||||
* @author zero (zero@nzeo.com)
|
||||
* @brief 한국어 언어팩
|
||||
**/
|
||||
|
||||
$lang->about_captcha = "Пожалуйста, выберите картинки, соответсвующие словам внизу";
|
||||
$lang->target_captcha = array(
|
||||
"airplane" => "самолет",
|
||||
"apple" => "яблоко",
|
||||
"book" => "книга",
|
||||
"camera" => "камера",
|
||||
"dog" => "собака",
|
||||
"earth" => "планета",
|
||||
"flag" => "флаг",
|
||||
"mobile" => "мобильный телефон",
|
||||
"note" => "нота",
|
||||
"skeleton" => "череп",
|
||||
);
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue