diff options
Diffstat (limited to 'po/ru.po')
-rw-r--r-- | po/ru.po | 333 |
1 files changed, 169 insertions, 164 deletions
@@ -18,11 +18,11 @@ msgid "" msgstr "" "Project-Id-Version: ManaPlus\n" "Report-Msgid-Bugs-To: akaras@inbox.ru\n" -"POT-Creation-Date: 2015-08-01 14:09+0300\n" -"PO-Revision-Date: 2015-07-31 10:20+0000\n" +"POT-Creation-Date: 2015-08-04 15:55+0300\n" +"PO-Revision-Date: 2015-08-04 13:13+0000\n" "Last-Translator: Andrei Karas <akaras@inbox.ru>\n" -"Language-Team: Russian (http://www.transifex.com/projects/p/manaplus/" -"language/ru/)\n" +"Language-Team: Russian (http://www.transifex.com/akaras/manaplus/language/" +"ru/)\n" "Language: ru\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -46,8 +46,8 @@ msgstr "Файл выгружен" #. TRANSLATORS: text dialog button #. TRANSLATORS: ok dialog button #: src/actions/actions.cpp:158 src/client.cpp:1453 src/client.cpp:1486 -#: src/gamemodifiers.cpp:451 src/gui/dialogsmanager.cpp:168 -#: src/gui/dialogsmanager.cpp:188 src/gui/widgets/tabs/setup_input.cpp:164 +#: src/gamemodifiers.cpp:451 src/gui/dialogsmanager.cpp:182 +#: src/gui/dialogsmanager.cpp:202 src/gui/widgets/tabs/setup_input.cpp:164 #: src/gui/widgets/tabs/setup_theme.cpp:313 #: src/gui/widgets/tabs/setup_theme.cpp:349 #: src/gui/widgets/tabs/setup_video.cpp:250 @@ -500,43 +500,48 @@ msgstr "Плавающий пузырек" #. TRANSLATORS: setup tab quick button #. TRANSLATORS: full button name #. TRANSLATORS: setup window name -#: src/client.cpp:805 src/gui/windowmenu.cpp:177 +#: src/client.cpp:805 src/dyetool/client.cpp:486 src/gui/windowmenu.cpp:177 #: src/gui/windows/setupwindow.cpp:64 msgid "Setup" msgstr "Настройка" #. TRANSLATORS: perfoamance tab quick button #. TRANSLATORS: settings tab name -#: src/client.cpp:808 src/gui/widgets/tabs/setup_perfomance.cpp:54 +#: src/client.cpp:808 src/dyetool/client.cpp:489 +#: src/gui/widgets/tabs/setup_perfomance.cpp:54 msgid "Performance" msgstr "Производительность" #. TRANSLATORS: video tab quick button #. TRANSLATORS: video settings tab name -#: src/client.cpp:811 src/gui/widgets/tabs/setup_video.cpp:106 +#: src/client.cpp:811 src/dyetool/client.cpp:492 +#: src/gui/widgets/tabs/setup_video.cpp:106 msgid "Video" msgstr "Видео" #. TRANSLATORS: theme tab quick button #. TRANSLATORS: theme settings tab name -#: src/client.cpp:814 src/gui/widgets/tabs/setup_theme.cpp:121 +#: src/client.cpp:814 src/dyetool/client.cpp:495 +#: src/gui/widgets/tabs/setup_theme.cpp:121 msgid "Theme" msgstr "Тема" #. TRANSLATORS: theme tab quick button -#: src/client.cpp:817 +#: src/client.cpp:817 src/dyetool/client.cpp:498 msgid "About" msgstr "О Программе" #. TRANSLATORS: theme tab quick button #. TRANSLATORS: help window name -#: src/client.cpp:820 src/gui/windowmenu.cpp:72 +#: src/client.cpp:820 src/dyetool/client.cpp:501 src/gui/windowmenu.cpp:72 #: src/gui/windows/helpwindow.cpp:53 msgid "Help" msgstr "Помощь" #. TRANSLATORS: close quick button #. TRANSLATORS: ok dialog button +#. TRANSLATORS: close quick button +#. TRANSLATORS: ok dialog button #. TRANSLATORS: popup menu item #. TRANSLATORS: close chat tab #. TRANSLATORS: popup menu item @@ -549,8 +554,9 @@ msgstr "Помощь" #. TRANSLATORS: quests window button #. TRANSLATORS: shop window button #: src/client.cpp:824 src/client.cpp:1371 src/client.cpp:1390 -#: src/gui/dialogsmanager.cpp:105 src/gui/popups/popupmenu.cpp:738 -#: src/gui/popups/popupmenu.cpp:979 src/gui/windows/didyouknowwindow.cpp:81 +#: src/dyetool/client.cpp:505 src/gui/dialogsmanager.cpp:116 +#: src/gui/popups/popupmenu.cpp:738 src/gui/popups/popupmenu.cpp:979 +#: src/gui/windows/didyouknowwindow.cpp:81 #: src/gui/windows/inventorywindow.cpp:265 #: src/gui/windows/inventorywindow.cpp:289 #: src/gui/windows/maileditwindow.cpp:52 src/gui/windows/mailviewwindow.cpp:59 @@ -650,6 +656,138 @@ msgstr "Регистрация удалена" msgid "Farewell, come back any time..." msgstr "Хорошо, возвращайтесь в любое время..." +#. TRANSLATORS: command line help +#: src/commandline.cpp:42 +msgid "manaplus [options] [manaplus-file]" +msgstr "manaplus [параметры] [файл-manaplus]" + +#. TRANSLATORS: command line help +#: src/commandline.cpp:44 +msgid "[manaplus-file] : The manaplus file is an XML file (.manaplus)" +msgstr "[файл-manaplus] : Файл manaplus это xml файл (.manaplus)" + +#. TRANSLATORS: command line help +#: src/commandline.cpp:47 +msgid " used to set custom parameters" +msgstr " используется для указания дополнительных параметров" + +#. TRANSLATORS: command line help +#: src/commandline.cpp:49 +msgid " to the manaplus client." +msgstr " в клиенте." + +#. TRANSLATORS: command line help +#: src/commandline.cpp:52 +msgid "Options:" +msgstr "Опции:" + +#. TRANSLATORS: command line help +#: src/commandline.cpp:54 +msgid " -l --log-file : Log file to use" +msgstr " -l --log-file : Использовать указанный файл как лог" + +#. TRANSLATORS: command line help +#: src/commandline.cpp:56 +msgid " -a --chat-log-dir : Chat log dir to use" +msgstr " -a --chat-log-dir : Использовать указанный каталог для лога" + +#. TRANSLATORS: command line help +#: src/commandline.cpp:58 +msgid " -v --version : Display the version" +msgstr " -v --version : Показать версию" + +#. TRANSLATORS: command line help +#: src/commandline.cpp:60 +msgid " -h --help : Display this help" +msgstr " -h --help : Показать эту справку" + +#. TRANSLATORS: command line help +#: src/commandline.cpp:62 +msgid " -C --config-dir : Configuration directory to use" +msgstr " -C --config-dir : Использовать указанный каталог конфигурации" + +#. TRANSLATORS: command line help +#: src/commandline.cpp:65 +msgid " -U --username : Login with this username" +msgstr " -U --username : Войти с указанным логином" + +#. TRANSLATORS: command line help +#: src/commandline.cpp:67 +msgid " -P --password : Login with this password" +msgstr " -P --password : Войти с указанным паролем" + +#. TRANSLATORS: command line help +#: src/commandline.cpp:69 +msgid " -c --character : Login with this character" +msgstr " -c --character : Использовать указанный персонаж" + +#. TRANSLATORS: command line help +#: src/commandline.cpp:71 +msgid " -s --server : Login server name or IP" +msgstr " -s --server : Имя или IP сервера авторизации" + +#. TRANSLATORS: command line help +#: src/commandline.cpp:73 +msgid " -y --server-type : Login server type" +msgstr " -y --server-type : Тип сервера" + +#. TRANSLATORS: command line help +#: src/commandline.cpp:75 +msgid " -p --port : Login server port" +msgstr " -p --port : Порт сервера авторизации" + +#. TRANSLATORS: command line help +#: src/commandline.cpp:77 +msgid " -H --update-host : Use this update host" +msgstr " -H --update-host : Использовать этот узел обновлений" + +#. TRANSLATORS: command line help +#: src/commandline.cpp:79 +msgid " -D --default : Choose default character server and character" +msgstr "" +" -D --default : Выбрать персонаж и сервер персонажей по умолчанию" + +#. TRANSLATORS: command line help +#: src/commandline.cpp:82 +msgid " -u --skip-update : Skip the update downloads" +msgstr " -u --skip-update : Пропустить обновление" + +#. TRANSLATORS: command line help +#: src/commandline.cpp:84 +msgid " -d --data : Directory to load game data from" +msgstr " -d --data : Загрузить игровые данные из этого каталога" + +#. TRANSLATORS: command line help +#: src/commandline.cpp:87 +msgid " -L --localdata-dir : Directory to use as local data directory" +msgstr " -L --localdata-dir : Каталог для локальных данных" + +#. TRANSLATORS: command line help +#: src/commandline.cpp:90 +msgid " --screenshot-dir : Directory to store screenshots" +msgstr " --screenshot-dir : Сохранять скриншоты в указанном каталоге" + +#. TRANSLATORS: command line help +#: src/commandline.cpp:93 +msgid " --safemode : Start game in safe mode" +msgstr " --safemode : Запуск игры в безопасном режиме" + +#. TRANSLATORS: command line help +#: src/commandline.cpp:95 +msgid " --renderer : Set renderer type" +msgstr " --renderer : Устанавливает тип рендера" + +#. TRANSLATORS: command line help +#: src/commandline.cpp:97 +msgid " -T --tests : Start testing drivers and auto configuring" +msgstr "" +" -T --tests : Запускает проверку драйверов и автоконфигурацию" + +#. TRANSLATORS: command line help +#: src/commandline.cpp:101 +msgid " -O --no-opengl : Disable OpenGL for this session" +msgstr " -O --no-opengl : Не использовать OpenGL для этой сессии" + #. TRANSLATORS: directory creation error #: src/configmanager.cpp:53 src/dirs.cpp:352 src/dirs.cpp:367 src/dirs.cpp:412 #: src/dirs.cpp:580 src/dirs.cpp:588 @@ -673,15 +811,15 @@ msgstr "Ошибка создания директории для обновле msgid "Error: %s doesn't exist and can't be created! Exiting." msgstr "Ошибка: %s не существует, и не может быть создан! Выход." -#: src/dyetool/dyemain.cpp:48 +#: src/dyetool/dyemain.cpp:47 msgid "dyecmd srcfile dyestring dstfile" msgstr "dyecmd исходный_файл строка_цвета файл_назначения" -#: src/dyetool/dyemain.cpp:49 +#: src/dyetool/dyemain.cpp:48 msgid "or" msgstr "или" -#: src/dyetool/dyemain.cpp:50 +#: src/dyetool/dyemain.cpp:49 msgid "dyecmd srcdyestring dstfile" msgstr "dyecmd файл_строка_цвета файл_назначения" @@ -1110,25 +1248,25 @@ msgid "(F) free camera mode" msgstr "(F) свободная камера" #. TRANSLATORS: error message question -#: src/gui/dialogsmanager.cpp:119 +#: src/gui/dialogsmanager.cpp:130 msgid "Do you want to open support page?" msgstr "Открыть страницу поддержки?" #. TRANSLATORS: message header -#: src/gui/dialogsmanager.cpp:133 src/gui/dialogsmanager.cpp:162 -#: src/gui/dialogsmanager.cpp:182 +#: src/gui/dialogsmanager.cpp:145 src/gui/dialogsmanager.cpp:176 +#: src/gui/dialogsmanager.cpp:196 msgid "Message" msgstr "Сообщение" #. TRANSLATORS: ok dialog button #. TRANSLATORS: popup menu item #. TRANSLATORS: revive player -#: src/gui/dialogsmanager.cpp:136 src/gui/popups/popupmenu.cpp:2636 +#: src/gui/dialogsmanager.cpp:148 src/gui/popups/popupmenu.cpp:2636 msgid "Revive" msgstr "Оживить" #. TRANSLATORS: weight message -#: src/gui/dialogsmanager.cpp:164 +#: src/gui/dialogsmanager.cpp:178 msgid "" "You are carrying more than half your weight. You are unable to regain health." msgstr "" @@ -1136,7 +1274,7 @@ msgstr "" "восстанавливаться не будет." #. TRANSLATORS: weight message -#: src/gui/dialogsmanager.cpp:184 +#: src/gui/dialogsmanager.cpp:198 msgid "You are carrying less than half your weight. You can regain health." msgstr "" "Вес предметов составляет менее половины допустимого. Теперь Вы можете " @@ -1651,7 +1789,7 @@ msgstr "Вес: %s" #. TRANSLATORS: popup label #: src/gui/popups/itempopup.cpp:285 msgid "Cards: " -msgstr "Карты:" +msgstr "Карты: " #. TRANSLATORS: popup menu item #. TRANSLATORS: trade with player @@ -5819,9 +5957,8 @@ msgstr "Вы прошептали %s: %s" #. TRANSLATORS: error message #: src/gui/windows/chatwindow.cpp:1565 -#, fuzzy msgid "Broken nick detected: " -msgstr "Обнаружен неправильный ник: %s" +msgstr "Обнаружен некорректный ник: " #. TRANSLATORS: owners pet name. For example: 4144's pet #: src/gui/windows/chatwindow.cpp:1750 src/net/eathena/pethandler.cpp:173 @@ -6962,25 +7099,25 @@ msgstr "Выберите сервер" #. TRANSLATORS: long key name. must be short. #. TRANSLATORS: short key name. must be very short. #. TRANSLATORS: long key name, should be short -#: src/input/inputmanager.cpp:376 src/input/inputmanager.cpp:420 +#: src/input/inputmanager.cpp:378 src/input/inputmanager.cpp:422 #: src/input/keyboardconfig.cpp:102 #, c-format msgid "key_%d" msgstr "кнопка_%d" #. TRANSLATORS: long joystick button name. must be short. -#: src/input/inputmanager.cpp:382 +#: src/input/inputmanager.cpp:384 #, c-format msgid "JButton%d" msgstr "КнопДж%d" #. TRANSLATORS: unknown long key type -#: src/input/inputmanager.cpp:396 +#: src/input/inputmanager.cpp:398 msgid "unknown key" msgstr "неизвестная кнопка" #. TRANSLATORS: short joystick button name. muse be very short -#: src/input/inputmanager.cpp:426 +#: src/input/inputmanager.cpp:428 #, c-format msgid "JB%d" msgstr "ДЖ%d" @@ -6988,7 +7125,7 @@ msgstr "ДЖ%d" #. TRANSLATORS: unknown short key type. must be short #. TRANSLATORS: Unknown key short string. #. TRANSLATORS: This string must be maximum 5 chars -#: src/input/inputmanager.cpp:440 src/input/keyboardconfig.cpp:146 +#: src/input/inputmanager.cpp:442 src/input/keyboardconfig.cpp:146 msgid "u key" msgstr "неиз." @@ -8123,138 +8260,6 @@ msgstr "Хранилище" msgid "Npc" msgstr "НИП" -#. TRANSLATORS: command line help -#: src/main.cpp:82 -msgid "manaplus [options] [manaplus-file]" -msgstr "manaplus [параметры] [файл-manaplus]" - -#. TRANSLATORS: command line help -#: src/main.cpp:84 -msgid "[manaplus-file] : The manaplus file is an XML file (.manaplus)" -msgstr "[файл-manaplus] : Файл manaplus это xml файл (.manaplus)" - -#. TRANSLATORS: command line help -#: src/main.cpp:87 -msgid " used to set custom parameters" -msgstr " используется для указания дополнительных параметров" - -#. TRANSLATORS: command line help -#: src/main.cpp:89 -msgid " to the manaplus client." -msgstr " в клиенте." - -#. TRANSLATORS: command line help -#: src/main.cpp:92 -msgid "Options:" -msgstr "Опции:" - -#. TRANSLATORS: command line help -#: src/main.cpp:94 -msgid " -l --log-file : Log file to use" -msgstr " -l --log-file : Использовать указанный файл как лог" - -#. TRANSLATORS: command line help -#: src/main.cpp:96 -msgid " -a --chat-log-dir : Chat log dir to use" -msgstr " -a --chat-log-dir : Использовать указанный каталог для лога" - -#. TRANSLATORS: command line help -#: src/main.cpp:98 -msgid " -v --version : Display the version" -msgstr " -v --version : Показать версию" - -#. TRANSLATORS: command line help -#: src/main.cpp:100 -msgid " -h --help : Display this help" -msgstr " -h --help : Показать эту справку" - -#. TRANSLATORS: command line help -#: src/main.cpp:102 -msgid " -C --config-dir : Configuration directory to use" -msgstr " -C --config-dir : Использовать указанный каталог конфигурации" - -#. TRANSLATORS: command line help -#: src/main.cpp:105 -msgid " -U --username : Login with this username" -msgstr " -U --username : Войти с указанным логином" - -#. TRANSLATORS: command line help -#: src/main.cpp:107 -msgid " -P --password : Login with this password" -msgstr " -P --password : Войти с указанным паролем" - -#. TRANSLATORS: command line help -#: src/main.cpp:109 -msgid " -c --character : Login with this character" -msgstr " -c --character : Использовать указанный персонаж" - -#. TRANSLATORS: command line help -#: src/main.cpp:111 -msgid " -s --server : Login server name or IP" -msgstr " -s --server : Имя или IP сервера авторизации" - -#. TRANSLATORS: command line help -#: src/main.cpp:113 -msgid " -y --server-type : Login server type" -msgstr " -y --server-type : Тип сервера" - -#. TRANSLATORS: command line help -#: src/main.cpp:115 -msgid " -p --port : Login server port" -msgstr " -p --port : Порт сервера авторизации" - -#. TRANSLATORS: command line help -#: src/main.cpp:117 -msgid " -H --update-host : Use this update host" -msgstr " -H --update-host : Использовать этот узел обновлений" - -#. TRANSLATORS: command line help -#: src/main.cpp:119 -msgid " -D --default : Choose default character server and character" -msgstr "" -" -D --default : Выбрать персонаж и сервер персонажей по умолчанию" - -#. TRANSLATORS: command line help -#: src/main.cpp:122 -msgid " -u --skip-update : Skip the update downloads" -msgstr " -u --skip-update : Пропустить обновление" - -#. TRANSLATORS: command line help -#: src/main.cpp:124 -msgid " -d --data : Directory to load game data from" -msgstr " -d --data : Загрузить игровые данные из этого каталога" - -#. TRANSLATORS: command line help -#: src/main.cpp:127 -msgid " -L --localdata-dir : Directory to use as local data directory" -msgstr " -L --localdata-dir : Каталог для локальных данных" - -#. TRANSLATORS: command line help -#: src/main.cpp:130 -msgid " --screenshot-dir : Directory to store screenshots" -msgstr " --screenshot-dir : Сохранять скриншоты в указанном каталоге" - -#. TRANSLATORS: command line help -#: src/main.cpp:133 -msgid " --safemode : Start game in safe mode" -msgstr " --safemode : Запуск игры в безопасном режиме" - -#. TRANSLATORS: command line help -#: src/main.cpp:135 -msgid " --renderer : Set renderer type" -msgstr " --renderer : Устанавливает тип рендера" - -#. TRANSLATORS: command line help -#: src/main.cpp:137 -msgid " -T --tests : Start testing drivers and auto configuring" -msgstr "" -" -T --tests : Запускает проверку драйверов и автоконфигурацию" - -#. TRANSLATORS: command line help -#: src/main.cpp:141 -msgid " -O --no-opengl : Disable OpenGL for this session" -msgstr " -O --no-opengl : Не использовать OpenGL для этой сессии" - #. TRANSLATORS: error message #: src/net/ea/charserverhandler.cpp:87 msgid "Access denied. Most likely, there are too many players on this server." @@ -9748,7 +9753,7 @@ msgstr "Ошибка входа в комнату. Неправильная ра #: src/resources/notifications.h:568 #, c-format msgid "Left %d seconds until you can use item." -msgstr "Осталось %d секунд, пока вы можете использовать предмет" +msgstr "Осталось %d секунд, пока вы можете использовать предмет." #. TRANSLATORS: notification message #: src/resources/notifications.h:572 |