Sat, 09 Jul 2016 12:36:05 +0200
Updated Russian translations provided by Alexander Barkoff.
--- a/ChangeLog Fri Jan 01 12:19:04 2016 +0100 +++ b/ChangeLog Sat Jul 09 12:36:05 2016 +0200 @@ -1,5 +1,8 @@ ChangeLog --------- +Version 2.2.2: +- updated Russian translations + Version 2.2.1: - updated Russian translations
--- a/ColorString/i18n/colorstring_ru.ts Fri Jan 01 12:19:04 2016 +0100 +++ b/ColorString/i18n/colorstring_ru.ts Sat Jul 09 12:36:05 2016 +0200 @@ -5,48 +5,48 @@ <message> <location filename="../ColorSelectionDialog.ui" line="14"/> <source>Color String</source> - <translation>Цвет</translation> + <translation>Строка определения цвета</translation> </message> <message> <location filename="../ColorSelectionDialog.ui" line="23"/> <source>Select Color Name:</source> - <translation>Имя цвета:</translation> + <translation>Выберите имя цвета:</translation> </message> <message> <location filename="../ColorSelectionDialog.ui" line="30"/> <source>Select a color by name</source> - <translation>Выберите цвет по имени</translation> + <translation>Выберите цвет по его названию</translation> </message> </context> <context> <name>ColorStringPlugin</name> <message> - <location filename="../../PluginColorString.py" line="340"/> + <location filename="../../PluginColorString.py" line="361"/> <source>Color String</source> - <translation>Цвет</translation> + <translation>Строка определения цвета</translation> </message> <message> - <location filename="../../PluginColorString.py" line="328"/> + <location filename="../../PluginColorString.py" line="349"/> <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="291"/> + <location filename="../../PluginColorString.py" line="312"/> <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> <message> - <location filename="../../PluginColorString.py" line="129"/> + <location filename="../../PluginColorString.py" line="144"/> <source>Hex Color</source> <translation>Hex Color</translation> </message> <message> - <location filename="../../PluginColorString.py" line="130"/> + <location filename="../../PluginColorString.py" line="145"/> <source>Color Name</source> <translation>Color Name</translation> </message> <message> - <location filename="../../PluginColorString.py" line="131"/> + <location filename="../../PluginColorString.py" line="146"/> <source>RGBA Color</source> <translation>RGBA Color</translation> </message>
--- a/PluginColorString.py Fri Jan 01 12:19:04 2016 +0100 +++ b/PluginColorString.py Sat Jul 09 12:36:05 2016 +0200 @@ -23,7 +23,7 @@ author = "Detlev Offenbach <detlev@die-offenbachs.de>" autoactivate = True deactivateable = True -version = "2.2.1" +version = "2.2.2" className = "ColorStringPlugin" packageName = "ColorString" shortDescription = "Insert color as string"