Updated Russian translations provided by Alexander Barkoff. release_2.2.2

Sat, 09 Jul 2016 12:36:05 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sat, 09 Jul 2016 12:36:05 +0200
changeset 32
3895a4fd3a6a
parent 31
1c3f0fe5f59b
child 33
38c9defdb00e

Updated Russian translations provided by Alexander Barkoff.

ChangeLog file | annotate | diff | comparison | revisions
ColorString/i18n/colorstring_ru.qm file | annotate | diff | comparison | revisions
ColorString/i18n/colorstring_ru.ts file | annotate | diff | comparison | revisions
PluginColorString.py file | annotate | diff | comparison | revisions
PluginColorString.zip file | annotate | diff | comparison | revisions
--- 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
 
Binary file ColorString/i18n/colorstring_ru.qm has changed
--- 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>&lt;p&gt;The selected string &lt;b&gt;{0}&lt;/b&gt; is not a valid color string. Aborting!&lt;/p&gt;</source>
         <translation>&lt;p&gt;Выбранная строка &lt;b&gt;{0}&lt;/b&gt; неприменима для определения цвета. Отмена!&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../../PluginColorString.py" line="291"/>
+        <location filename="../../PluginColorString.py" line="312"/>
         <source>&lt;p&gt;The selected string &lt;b&gt;{0}&lt;/b&gt; is not a valid color name. Aborting!&lt;/p&gt;</source>
         <translation>&lt;p&gt;Выбранная строка &lt;b&gt;{0}&lt;/b&gt; не действительна для названия цвета. Отмена!&lt;/p&gt;</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"
Binary file PluginColorString.zip has changed

eric ide

mercurial