Tue, 06 Nov 2012 18:10:28 +0100
Fixed an issue in the project manager unregistering a plug-in for a programming language and corrected a typo in a display string.
Project/Project.py | file | annotate | diff | comparison | revisions | |
i18n/eric5_cs.ts | file | annotate | diff | comparison | revisions | |
i18n/eric5_de.qm | file | annotate | diff | comparison | revisions | |
i18n/eric5_de.ts | file | annotate | diff | comparison | revisions | |
i18n/eric5_en.ts | file | annotate | diff | comparison | revisions | |
i18n/eric5_es.ts | file | annotate | diff | comparison | revisions | |
i18n/eric5_fr.ts | file | annotate | diff | comparison | revisions | |
i18n/eric5_it.ts | file | annotate | diff | comparison | revisions | |
i18n/eric5_ru.ts | file | annotate | diff | comparison | revisions | |
i18n/eric5_tr.ts | file | annotate | diff | comparison | revisions | |
i18n/eric5_zh_CN.GB2312.ts | file | annotate | diff | comparison | revisions |
--- a/Project/Project.py Mon Nov 05 16:55:16 2012 +0100 +++ b/Project/Project.py Tue Nov 06 18:10:28 2012 +0100 @@ -341,7 +341,7 @@ E5MessageBox.critical(self.ui, self.trUtf8("Registering Project Type"), self.trUtf8("""<p>The Project type <b>{0}</b> is already""" - """ registered with Programmin Language""" + """ registered with Programming Language""" """ <b>{1}</b>.</p>""")\ .format(type_, progLanguage) ) @@ -373,7 +373,7 @@ @param type_ internal type designator to be unregistered (string) """ for progLanguage in self.__projectProgLanguages: - if type in self.__projectProgLanguages[progLanguage]: + if type_ in self.__projectProgLanguages[progLanguage]: self.__projectProgLanguages[progLanguage].remove(type_) if type_ in self.__projectTypes: del self.__projectTypes[type_]
--- a/i18n/eric5_cs.ts Mon Nov 05 16:55:16 2012 +0100 +++ b/i18n/eric5_cs.ts Tue Nov 06 18:10:28 2012 +0100 @@ -32426,15 +32426,15 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="341"/> - <source><p>The Project type <b>{0}</b> is already registered with Programmin Language <b>{1}</b>.</p></source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Project/Project.py" line="351"/> <source><p>The Project type <b>{0}</b> is already registered.</p></source> <translation type="unfinished"></translation> </message> + <message> + <location filename="Project/Project.py" line="341"/> + <source><p>The Project type <b>{0}</b> is already registered with Programming Language <b>{1}</b>.</p></source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>ProjectBaseBrowser</name>
--- a/i18n/eric5_de.ts Mon Nov 05 16:55:16 2012 +0100 +++ b/i18n/eric5_de.ts Tue Nov 06 18:10:28 2012 +0100 @@ -31222,13 +31222,18 @@ <message> <location filename="Project/Project.py" line="341"/> <source><p>The Project type <b>{0}</b> is already registered with Programmin Language <b>{1}</b>.</p></source> - <translation><p>Der Projekttyp <b>{0}</b> ist bereits für die Programmiersprache <b>{1}</b> registriert.</p></translation> + <translation type="obsolete"><p>Der Projekttyp <b>{0}</b> ist bereits für die Programmiersprache <b>{1}</b> registriert.</p></translation> </message> <message> <location filename="Project/Project.py" line="351"/> <source><p>The Project type <b>{0}</b> is already registered.</p></source> <translation><p>Der Projekttyp <b>{0}</b> ist bereits registriert.</p></translation> </message> + <message> + <location filename="Project/Project.py" line="341"/> + <source><p>The Project type <b>{0}</b> is already registered with Programming Language <b>{1}</b>.</p></source> + <translation><p>Der Projekttyp <b>{0}</b> ist bereits für die Programmiersprache <b>{1}</b> registriert.</p></translation> + </message> </context> <context> <name>ProjectBaseBrowser</name>
--- a/i18n/eric5_en.ts Mon Nov 05 16:55:16 2012 +0100 +++ b/i18n/eric5_en.ts Tue Nov 06 18:10:28 2012 +0100 @@ -31056,15 +31056,15 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="341"/> - <source><p>The Project type <b>{0}</b> is already registered with Programmin Language <b>{1}</b>.</p></source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Project/Project.py" line="351"/> <source><p>The Project type <b>{0}</b> is already registered.</p></source> <translation type="unfinished"></translation> </message> + <message> + <location filename="Project/Project.py" line="341"/> + <source><p>The Project type <b>{0}</b> is already registered with Programming Language <b>{1}</b>.</p></source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>ProjectBaseBrowser</name>
--- a/i18n/eric5_es.ts Mon Nov 05 16:55:16 2012 +0100 +++ b/i18n/eric5_es.ts Tue Nov 06 18:10:28 2012 +0100 @@ -31500,13 +31500,18 @@ <message> <location filename="Project/Project.py" line="341"/> <source><p>The Project type <b>{0}</b> is already registered with Programmin Language <b>{1}</b>.</p></source> - <translation><p>El tipo de Proyecto <b>{0}</b> ya está registrado con el Lenguaje de Programación <b>{1}</b>.</p></translation> + <translation type="obsolete"><p>El tipo de Proyecto <b>{0}</b> ya está registrado con el Lenguaje de Programación <b>{1}</b>.</p></translation> </message> <message> <location filename="Project/Project.py" line="351"/> <source><p>The Project type <b>{0}</b> is already registered.</p></source> <translation><p>El Tipo de Proyecto <b>{0}</b> ya está registrado.</p></translation> </message> + <message> + <location filename="Project/Project.py" line="341"/> + <source><p>The Project type <b>{0}</b> is already registered with Programming Language <b>{1}</b>.</p></source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>ProjectBaseBrowser</name>
--- a/i18n/eric5_fr.ts Mon Nov 05 16:55:16 2012 +0100 +++ b/i18n/eric5_fr.ts Tue Nov 06 18:10:28 2012 +0100 @@ -34173,15 +34173,15 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="341"/> - <source><p>The Project type <b>{0}</b> is already registered with Programmin Language <b>{1}</b>.</p></source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Project/Project.py" line="351"/> <source><p>The Project type <b>{0}</b> is already registered.</p></source> <translation type="unfinished"></translation> </message> + <message> + <location filename="Project/Project.py" line="341"/> + <source><p>The Project type <b>{0}</b> is already registered with Programming Language <b>{1}</b>.</p></source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>ProjectBaseBrowser</name>
--- a/i18n/eric5_it.ts Mon Nov 05 16:55:16 2012 +0100 +++ b/i18n/eric5_it.ts Tue Nov 06 18:10:28 2012 +0100 @@ -31970,15 +31970,15 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="341"/> - <source><p>The Project type <b>{0}</b> is already registered with Programmin Language <b>{1}</b>.</p></source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Project/Project.py" line="351"/> <source><p>The Project type <b>{0}</b> is already registered.</p></source> <translation type="unfinished"></translation> </message> + <message> + <location filename="Project/Project.py" line="341"/> + <source><p>The Project type <b>{0}</b> is already registered with Programming Language <b>{1}</b>.</p></source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>ProjectBaseBrowser</name>
--- a/i18n/eric5_ru.ts Mon Nov 05 16:55:16 2012 +0100 +++ b/i18n/eric5_ru.ts Tue Nov 06 18:10:28 2012 +0100 @@ -32131,15 +32131,15 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="341"/> - <source><p>The Project type <b>{0}</b> is already registered with Programmin Language <b>{1}</b>.</p></source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Project/Project.py" line="351"/> <source><p>The Project type <b>{0}</b> is already registered.</p></source> <translation type="unfinished"></translation> </message> + <message> + <location filename="Project/Project.py" line="341"/> + <source><p>The Project type <b>{0}</b> is already registered with Programming Language <b>{1}</b>.</p></source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>ProjectBaseBrowser</name>
--- a/i18n/eric5_tr.ts Mon Nov 05 16:55:16 2012 +0100 +++ b/i18n/eric5_tr.ts Tue Nov 06 18:10:28 2012 +0100 @@ -32244,15 +32244,15 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="341"/> - <source><p>The Project type <b>{0}</b> is already registered with Programmin Language <b>{1}</b>.</p></source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Project/Project.py" line="351"/> <source><p>The Project type <b>{0}</b> is already registered.</p></source> <translation type="unfinished"></translation> </message> + <message> + <location filename="Project/Project.py" line="341"/> + <source><p>The Project type <b>{0}</b> is already registered with Programming Language <b>{1}</b>.</p></source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>ProjectBaseBrowser</name>
--- a/i18n/eric5_zh_CN.GB2312.ts Mon Nov 05 16:55:16 2012 +0100 +++ b/i18n/eric5_zh_CN.GB2312.ts Tue Nov 06 18:10:28 2012 +0100 @@ -34138,15 +34138,15 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Project/Project.py" line="341"/> - <source><p>The Project type <b>{0}</b> is already registered with Programmin Language <b>{1}</b>.</p></source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Project/Project.py" line="351"/> <source><p>The Project type <b>{0}</b> is already registered.</p></source> <translation type="unfinished"></translation> </message> + <message> + <location filename="Project/Project.py" line="341"/> + <source><p>The Project type <b>{0}</b> is already registered with Programming Language <b>{1}</b>.</p></source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>ProjectBaseBrowser</name>