Sat, 29 Nov 2014 11:44:14 +0100
Added Russian translations provided by Mikhail Terekhov.
--- a/ColorString.e4p Fri Jul 11 19:49:18 2014 +0200 +++ b/ColorString.e4p Sat Nov 29 11:44:14 2014 +0100 @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE Project SYSTEM "Project-5.1.dtd"> -<!-- eric6 project file for project ColorString --> +<!-- eric project file for project ColorString --> <!-- Copyright (C) 2014 Detlev Offenbach, detlev@die-offenbachs.de --> <Project version="5.1"> <Language>en_US</Language> @@ -30,6 +30,8 @@ <Translation>ColorString/i18n/colorstring_de.qm</Translation> <Translation>ColorString/i18n/colorstring_en.qm</Translation> <Translation>ColorString/i18n/colorstring_es.qm</Translation> + <Translation>ColorString/i18n/colorstring_ru.ts</Translation> + <Translation>ColorString/i18n/colorstring_ru.qm</Translation> </Translations> <Resources/> <Interfaces/> @@ -40,6 +42,7 @@ <Other>ColorString/Documentation/source</Other> <Other>PKGLIST</Other> <Other>PluginColorString.zip</Other> + <Other>ColorString.e4p</Other> </Others> <MainScript>PluginColorString.py</MainScript> <Vcs>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/ColorString/i18n/colorstring_ru.ts Sat Nov 29 11:44:14 2014 +0100 @@ -0,0 +1,39 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS><TS version="2.0" language="ru" sourcelanguage="en"> +<context> + <name>ColorSelectionDialog</name> + <message> + <location filename="../../ColorString/ColorSelectionDialog.ui" line="14"/> + <source>Color String</source> + <translation>Цвет</translation> + </message> + <message> + <location filename="../../ColorString/ColorSelectionDialog.ui" line="23"/> + <source>Select Color Name:</source> + <translation>Название цвета:</translation> + </message> + <message> + <location filename="../../ColorString/ColorSelectionDialog.ui" line="30"/> + <source>Select a color by name</source> + <translation>Выберите цвет по названию</translation> + </message> +</context> +<context> + <name>ColorStringPlugin</name> + <message> + <location filename="../../PluginColorString.py" line="269"/> + <source>Color String</source> + <translation>Цвет</translation> + </message> + <message> + <location filename="../../PluginColorString.py" line="220"/> + <source><p>The selected string <b>{0}</b> is not a valid color string. Aborting!</p></source> + <translation><p>Выбранная строка <b>{0}</b> не является правильной для определения цвета. Авост!</p></translation> + </message> + <message> + <location filename="../../PluginColorString.py" line="269"/> + <source><p>The selected string <b>{0}</b> is not a valid color name. Aborting!</p></source> + <translation><p>Выбранная строка <b>{0}</b> не является правильным разванием цвета. Авост!</p></translation> + </message> +</context> +</TS>