reactos/base/applications/fontview/lang/ru-RU.rc
Amine Khaldi 9fa710c813 * Sync with recent trunk (r52637).
svn path=/branches/GSoC_2011/ThemesSupport/; revision=52643
2011-07-11 19:40:43 +00:00

16 lines
762 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

// Russian language resource file (Dmitry Chapyshev, 2007-06-21)
LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT
STRINGTABLE DISCARDABLE
BEGIN
IDS_QUIT, "Выход"
IDS_PRINT, "Печать"
IDS_STRING, "В чащах юга жил бы цитрус? Да, но фальшивый экземпляр! 1234567890"
IDS_ERROR, "Ошибка"
IDS_ERROR_NOMEM, "Недостаточно памяти, чтобы завершить операцию."
IDS_ERROR_NOFONT, "%1 не является корректным файлом шрифта."
IDS_ERROR_NOCLASS, "Невозможно инициализировать класс окна."
IDS_ERROR_BADCMD, "Не указан файл шрифта.\nСинтаксис:\n fontview.exe <файл_шрифта>"
END