Added Russian translations provided by Alexander Barkoff. release-2.0.3

Fri, 27 Feb 2015 18:34:13 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Fri, 27 Feb 2015 18:34:13 +0100
changeset 36
922987883ac0
parent 35
b965f8cbb7fa
child 37
0c6357a73f49

Added Russian translations provided by Alexander Barkoff.

ChangeLog file | annotate | diff | comparison | revisions
PKGLIST file | annotate | diff | comparison | revisions
PluginPrintRemover.py file | annotate | diff | comparison | revisions
PluginPrintRemover.zip file | annotate | diff | comparison | revisions
PrintRemover.e4p file | annotate | diff | comparison | revisions
PrintRemover/i18n/printremover_ru.qm file | annotate | diff | comparison | revisions
PrintRemover/i18n/printremover_ru.ts file | annotate | diff | comparison | revisions
--- a/ChangeLog	Sun Feb 22 12:32:22 2015 +0100
+++ b/ChangeLog	Fri Feb 27 18:34:13 2015 +0100
@@ -1,5 +1,8 @@
 ChangeLog
 ---------
+Version 2.0.3:
+- added Russian translations provided by Alexander Barkoff
+
 Version 2.0.2:
 - added Portugese translations provided by Cândido Lopes Fontes
 
--- a/PKGLIST	Sun Feb 22 12:32:22 2015 +0100
+++ b/PKGLIST	Fri Feb 27 18:34:13 2015 +0100
@@ -8,6 +8,7 @@
 PrintRemover/i18n/printremover_en.qm
 PrintRemover/i18n/printremover_es.qm
 PrintRemover/i18n/printremover_pt.qm
+PrintRemover/i18n/printremover_ru.qm
 PrintRemover/icons/edit.png
 PrintRemover/icons/printRemover.png
 PrintRemover/icons/separatorAdd.png
--- a/PluginPrintRemover.py	Sun Feb 22 12:32:22 2015 +0100
+++ b/PluginPrintRemover.py	Fri Feb 27 18:34:13 2015 +0100
@@ -23,7 +23,7 @@
 author = "Detlev Offenbach <detlev@die-offenbachs.de>"
 autoactivate = True
 deactivateable = True
-version = "2.0.2"
+version = "2.0.3"
 className = "PrintRemoverPlugin"
 packageName = "PrintRemover"
 shortDescription = "Remove print() like debug statements."
Binary file PluginPrintRemover.zip has changed
--- a/PrintRemover.e4p	Sun Feb 22 12:32:22 2015 +0100
+++ b/PrintRemover.e4p	Fri Feb 27 18:34:13 2015 +0100
@@ -32,6 +32,8 @@
     <Translation>PrintRemover/i18n/printremover_es.qm</Translation>
     <Translation>PrintRemover/i18n/printremover_pt.ts</Translation>
     <Translation>PrintRemover/i18n/printremover_pt.qm</Translation>
+    <Translation>PrintRemover/i18n/printremover_ru.ts</Translation>
+    <Translation>PrintRemover/i18n/printremover_ru.qm</Translation>
   </Translations>
   <Resources/>
   <Interfaces/>
Binary file PrintRemover/i18n/printremover_ru.qm has changed
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/PrintRemover/i18n/printremover_ru.ts	Fri Feb 27 18:34:13 2015 +0100
@@ -0,0 +1,74 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE TS><TS version="2.0" language="ru_RU" sourcelanguage="">
+<context>
+    <name>PrintRemoverPage</name>
+    <message>
+        <location filename="../../PrintRemover/ConfigurationPage/PrintRemoverPage.ui" line="17"/>
+        <source>&lt;b&gt;Configure Print Remover&lt;/b&gt;</source>
+        <translation>&lt;b&gt;Настройка Print Remover&lt;/b&gt;</translation>
+    </message>
+    <message>
+        <location filename="../../PrintRemover/ConfigurationPage/PrintRemoverPage.ui" line="37"/>
+        <source>Line Start Patterns:</source>
+        <translation>Начала строк шаблонов:</translation>
+    </message>
+    <message>
+        <location filename="../../PrintRemover/ConfigurationPage/PrintRemoverPage.ui" line="53"/>
+        <source>Press to edit the selected entry</source>
+        <translation>Править выбранную запись</translation>
+    </message>
+    <message>
+        <location filename="../../PrintRemover/ConfigurationPage/PrintRemoverPage.ui" line="60"/>
+        <source>Press to add a new entry</source>
+        <translation>Добавить новую запись</translation>
+    </message>
+    <message>
+        <location filename="../../PrintRemover/ConfigurationPage/PrintRemoverPage.ui" line="67"/>
+        <source>Press to add a separator entry</source>
+        <translation>Добавить разделитель</translation>
+    </message>
+    <message>
+        <location filename="../../PrintRemover/ConfigurationPage/PrintRemoverPage.ui" line="74"/>
+        <source>Press to delete the selected entry</source>
+        <translation>Удалить выбранную запись</translation>
+    </message>
+    <message>
+        <location filename="../../PrintRemover/ConfigurationPage/PrintRemoverPage.ui" line="81"/>
+        <source>Press to move the selected entry up</source>
+        <translation>Переместить выбранную запись вверх</translation>
+    </message>
+    <message>
+        <location filename="../../PrintRemover/ConfigurationPage/PrintRemoverPage.ui" line="88"/>
+        <source>Press to move the selected entry down</source>
+        <translation>Переместить выбранную запись вниз</translation>
+    </message>
+    <message>
+        <location filename="../../PrintRemover/ConfigurationPage/PrintRemoverPage.py" line="133"/>
+        <source>--Separator--</source>
+        <translation>--Separator--</translation>
+    </message>
+    <message>
+        <location filename="../../PrintRemover/ConfigurationPage/PrintRemoverPage.py" line="111"/>
+        <source>Line Start Pattern</source>
+        <translation>Начало строки шаблона</translation>
+    </message>
+    <message>
+        <location filename="../../PrintRemover/ConfigurationPage/PrintRemoverPage.py" line="111"/>
+        <source>Enter a line start pattern:</source>
+        <translation>Введите начало строки шаблона:</translation>
+    </message>
+</context>
+<context>
+    <name>PrintRemoverPlugin</name>
+    <message>
+        <location filename="../../PluginPrintRemover.py" line="70"/>
+        <source>Print Remover</source>
+        <translation>Print Remover</translation>
+    </message>
+    <message>
+        <location filename="../../PluginPrintRemover.py" line="285"/>
+        <source>Remove &apos;{0}&apos;</source>
+        <translation>Удалить &apos;{0}&apos;</translation>
+    </message>
+</context>
+</TS>

eric ide

mercurial