Sat, 08 Jun 2013 17:51:48 +0200
Made some text in the add project dialog a bit clearer.
MultiProject/AddProjectDialog.py | file | annotate | diff | comparison | revisions | |
MultiProject/AddProjectDialog.ui | 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/MultiProject/AddProjectDialog.py Sat Jun 08 17:24:54 2013 +0200 +++ b/MultiProject/AddProjectDialog.py Sat Jun 08 17:51:48 2013 +0200 @@ -74,7 +74,7 @@ @return tuple of four values (string, string, boolean, string) giving the project name, the name of the project file, a flag telling, whether - the project shall be the master project and a short description + the project shall be the main project and a short description for the project """ return (self.nameEdit.text(), self.filenameEdit.text(),
--- a/MultiProject/AddProjectDialog.ui Sat Jun 08 17:24:54 2013 +0200 +++ b/MultiProject/AddProjectDialog.ui Sat Jun 08 17:51:48 2013 +0200 @@ -1,7 +1,8 @@ -<ui version="4.0" > +<?xml version="1.0" encoding="UTF-8"?> +<ui version="4.0"> <class>AddProjectDialog</class> - <widget class="QDialog" name="AddProjectDialog" > - <property name="geometry" > + <widget class="QDialog" name="AddProjectDialog"> + <property name="geometry"> <rect> <x>0</x> <y>0</y> @@ -9,103 +10,103 @@ <height>378</height> </rect> </property> - <property name="windowTitle" > + <property name="windowTitle"> <string>Add Project</string> </property> - <property name="sizeGripEnabled" > + <property name="sizeGripEnabled"> <bool>true</bool> </property> - <layout class="QVBoxLayout" > + <layout class="QVBoxLayout"> <item> - <layout class="QGridLayout" > - <item row="0" column="0" > - <widget class="QLabel" name="label" > - <property name="text" > + <layout class="QGridLayout"> + <item row="0" column="0"> + <widget class="QLabel" name="label"> + <property name="text"> <string>&Name:</string> </property> - <property name="buddy" > + <property name="buddy"> <cstring>nameEdit</cstring> </property> </widget> </item> - <item row="0" column="1" colspan="2" > - <widget class="QLineEdit" name="nameEdit" > - <property name="toolTip" > + <item row="0" column="1" colspan="2"> + <widget class="QLineEdit" name="nameEdit"> + <property name="toolTip"> <string>Enter the name of the project</string> </property> </widget> </item> - <item row="1" column="0" > - <widget class="QLabel" name="label_2" > - <property name="text" > + <item row="1" column="0"> + <widget class="QLabel" name="label_2"> + <property name="text"> <string>Project&file:</string> </property> - <property name="buddy" > + <property name="buddy"> <cstring>filenameEdit</cstring> </property> </widget> </item> - <item row="1" column="1" > - <widget class="QLineEdit" name="filenameEdit" > - <property name="toolTip" > + <item row="1" column="1"> + <widget class="QLineEdit" name="filenameEdit"> + <property name="toolTip"> <string>Enter the name of the project file</string> </property> </widget> </item> - <item row="1" column="2" > - <widget class="QPushButton" name="fileButton" > - <property name="toolTip" > + <item row="1" column="2"> + <widget class="QPushButton" name="fileButton"> + <property name="toolTip"> <string>Select the project file via a file selection dialog</string> </property> - <property name="text" > + <property name="text"> <string>...</string> </property> </widget> </item> - <item row="2" column="0" > - <widget class="QLabel" name="label_3" > - <property name="text" > + <item row="2" column="0"> + <widget class="QLabel" name="label_3"> + <property name="text"> <string>&Description:</string> </property> - <property name="alignment" > + <property name="alignment"> <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set> </property> - <property name="buddy" > + <property name="buddy"> <cstring>descriptionEdit</cstring> </property> </widget> </item> - <item row="2" column="1" colspan="2" > - <widget class="QTextEdit" name="descriptionEdit" > - <property name="toolTip" > + <item row="2" column="1" colspan="2"> + <widget class="QTextEdit" name="descriptionEdit"> + <property name="toolTip"> <string>Enter a short description for the project</string> </property> - <property name="tabChangesFocus" > + <property name="tabChangesFocus"> <bool>true</bool> </property> - <property name="acceptRichText" > + <property name="acceptRichText"> <bool>false</bool> </property> </widget> </item> - <item row="3" column="0" colspan="3" > - <widget class="QCheckBox" name="masterCheckBox" > - <property name="toolTip" > - <string>Select to make this project the master project</string> + <item row="3" column="0" colspan="3"> + <widget class="QCheckBox" name="masterCheckBox"> + <property name="toolTip"> + <string>Select to make this project the main project</string> </property> - <property name="text" > - <string>Is &master project</string> + <property name="text"> + <string>Is &main project</string> </property> </widget> </item> </layout> </item> <item> - <widget class="QDialogButtonBox" name="buttonBox" > - <property name="orientation" > + <widget class="QDialogButtonBox" name="buttonBox"> + <property name="orientation"> <enum>Qt::Horizontal</enum> </property> - <property name="standardButtons" > + <property name="standardButtons"> <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> </property> </widget> @@ -128,11 +129,11 @@ <receiver>AddProjectDialog</receiver> <slot>accept()</slot> <hints> - <hint type="sourcelabel" > + <hint type="sourcelabel"> <x>248</x> <y>254</y> </hint> - <hint type="destinationlabel" > + <hint type="destinationlabel"> <x>157</x> <y>274</y> </hint> @@ -144,11 +145,11 @@ <receiver>AddProjectDialog</receiver> <slot>reject()</slot> <hints> - <hint type="sourcelabel" > + <hint type="sourcelabel"> <x>316</x> <y>260</y> </hint> - <hint type="destinationlabel" > + <hint type="destinationlabel"> <x>286</x> <y>274</y> </hint>
--- a/i18n/eric5_cs.ts Sat Jun 08 17:24:54 2013 +0200 +++ b/i18n/eric5_cs.ts Sat Jun 08 17:51:48 2013 +0200 @@ -1122,49 +1122,49 @@ <translation>Nový projekt</translation> </message> <message> - <location filename="MultiProject/AddProjectDialog.ui" line="24"/> + <location filename="MultiProject/AddProjectDialog.ui" line="25"/> <source>&Name:</source> <translation>Jmé&no:</translation> </message> <message> - <location filename="MultiProject/AddProjectDialog.ui" line="34"/> + <location filename="MultiProject/AddProjectDialog.ui" line="35"/> <source>Enter the name of the project</source> <translation>Zadejte jméno projektu</translation> </message> <message> - <location filename="MultiProject/AddProjectDialog.ui" line="41"/> + <location filename="MultiProject/AddProjectDialog.ui" line="42"/> <source>Project&file:</source> <translation>Sou&bor projektu:</translation> </message> <message> - <location filename="MultiProject/AddProjectDialog.ui" line="51"/> + <location filename="MultiProject/AddProjectDialog.ui" line="52"/> <source>Enter the name of the project file</source> <translation>Zadejte název souboru projektu</translation> </message> <message> - <location filename="MultiProject/AddProjectDialog.ui" line="58"/> + <location filename="MultiProject/AddProjectDialog.ui" line="59"/> <source>Select the project file via a file selection dialog</source> <translation>Výběr projektu přes dialogové okno výběru souboru</translation> </message> <message> - <location filename="MultiProject/AddProjectDialog.ui" line="61"/> + <location filename="MultiProject/AddProjectDialog.ui" line="62"/> <source>...</source> <translation>...</translation> </message> <message> - <location filename="MultiProject/AddProjectDialog.ui" line="81"/> + <location filename="MultiProject/AddProjectDialog.ui" line="82"/> <source>Enter a short description for the project</source> <translation>Zadejte krátký popis projektu</translation> </message> <message> <location filename="MultiProject/AddProjectDialog.ui" line="94"/> <source>Select to make this project the master project</source> - <translation>Vybrat pro nastavení projektu jako hlavní projekt</translation> + <translation type="obsolete">Vybrat pro nastavení projektu jako hlavní projekt</translation> </message> <message> <location filename="MultiProject/AddProjectDialog.ui" line="97"/> <source>Is &master project</source> - <translation>Je &hlavní projekt</translation> + <translation type="obsolete">Je &hlavní projekt</translation> </message> <message> <location filename="MultiProject/AddProjectDialog.py" line="60"/> @@ -1172,7 +1172,7 @@ <translation type="obsolete">Soubory projektu (*.e4p *.e4pz)</translation> </message> <message> - <location filename="MultiProject/AddProjectDialog.ui" line="68"/> + <location filename="MultiProject/AddProjectDialog.ui" line="69"/> <source>&Description:</source> <translation>&Popis:</translation> </message> @@ -1186,6 +1186,16 @@ <source>Project Files (*.e4p)</source> <translation>Soubory projektu (*.e4p)</translation> </message> + <message> + <location filename="MultiProject/AddProjectDialog.ui" line="95"/> + <source>Select to make this project the main project</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="MultiProject/AddProjectDialog.ui" line="98"/> + <source>Is &main project</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>ApplicationDiagram</name>
--- a/i18n/eric5_de.ts Sat Jun 08 17:24:54 2013 +0200 +++ b/i18n/eric5_de.ts Sat Jun 08 17:51:48 2013 +0200 @@ -1088,52 +1088,42 @@ <translation>Projekt hinzufügen</translation> </message> <message> - <location filename="MultiProject/AddProjectDialog.ui" line="24"/> + <location filename="MultiProject/AddProjectDialog.ui" line="25"/> <source>&Name:</source> <translation>&Name:</translation> </message> <message> - <location filename="MultiProject/AddProjectDialog.ui" line="34"/> + <location filename="MultiProject/AddProjectDialog.ui" line="35"/> <source>Enter the name of the project</source> <translation>Gib den Namen des Projektes ein</translation> </message> <message> - <location filename="MultiProject/AddProjectDialog.ui" line="41"/> + <location filename="MultiProject/AddProjectDialog.ui" line="42"/> <source>Project&file:</source> <translation>Projekt&datei:</translation> </message> <message> - <location filename="MultiProject/AddProjectDialog.ui" line="51"/> + <location filename="MultiProject/AddProjectDialog.ui" line="52"/> <source>Enter the name of the project file</source> <translation>Gib den Namen der Projektdatei ein</translation> </message> <message> - <location filename="MultiProject/AddProjectDialog.ui" line="58"/> + <location filename="MultiProject/AddProjectDialog.ui" line="59"/> <source>Select the project file via a file selection dialog</source> <translation>Wähle die Projektdatei mittels eines Dateiauswahldialoges</translation> </message> <message> - <location filename="MultiProject/AddProjectDialog.ui" line="61"/> + <location filename="MultiProject/AddProjectDialog.ui" line="62"/> <source>...</source> <translation>...</translation> </message> <message> - <location filename="MultiProject/AddProjectDialog.ui" line="81"/> + <location filename="MultiProject/AddProjectDialog.ui" line="82"/> <source>Enter a short description for the project</source> <translation>Gib eine Kurzbeschreibung des Projektes ein</translation> </message> <message> - <location filename="MultiProject/AddProjectDialog.ui" line="94"/> - <source>Select to make this project the master project</source> - <translation>Auswählen, um dieses Projekt zum Hauptprojekt zu erklären</translation> - </message> - <message> - <location filename="MultiProject/AddProjectDialog.ui" line="97"/> - <source>Is &master project</source> - <translation>Ist &Hauptprojekt</translation> - </message> - <message> - <location filename="MultiProject/AddProjectDialog.ui" line="68"/> + <location filename="MultiProject/AddProjectDialog.ui" line="69"/> <source>&Description:</source> <translation>&Beschreibung:</translation> </message> @@ -1147,6 +1137,16 @@ <source>Project Files (*.e4p)</source> <translation>Projektdateien (*.e4p)</translation> </message> + <message> + <location filename="MultiProject/AddProjectDialog.ui" line="95"/> + <source>Select to make this project the main project</source> + <translation>Auswählen, um dieses Projekt zum Hauptprojekt zu erklären</translation> + </message> + <message> + <location filename="MultiProject/AddProjectDialog.ui" line="98"/> + <source>Is &main project</source> + <translation>Ist &Hauptprojekt</translation> + </message> </context> <context> <name>ApplicationDiagramBuilder</name>
--- a/i18n/eric5_en.ts Sat Jun 08 17:24:54 2013 +0200 +++ b/i18n/eric5_en.ts Sat Jun 08 17:51:48 2013 +0200 @@ -1068,56 +1068,46 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="MultiProject/AddProjectDialog.ui" line="24"/> + <location filename="MultiProject/AddProjectDialog.ui" line="25"/> <source>&Name:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="MultiProject/AddProjectDialog.ui" line="34"/> + <location filename="MultiProject/AddProjectDialog.ui" line="35"/> <source>Enter the name of the project</source> <translation type="unfinished"></translation> </message> <message> - <location filename="MultiProject/AddProjectDialog.ui" line="41"/> + <location filename="MultiProject/AddProjectDialog.ui" line="42"/> <source>Project&file:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="MultiProject/AddProjectDialog.ui" line="51"/> + <location filename="MultiProject/AddProjectDialog.ui" line="52"/> <source>Enter the name of the project file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="MultiProject/AddProjectDialog.ui" line="58"/> + <location filename="MultiProject/AddProjectDialog.ui" line="59"/> <source>Select the project file via a file selection dialog</source> <translation type="unfinished"></translation> </message> <message> - <location filename="MultiProject/AddProjectDialog.ui" line="61"/> + <location filename="MultiProject/AddProjectDialog.ui" line="62"/> <source>...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="MultiProject/AddProjectDialog.ui" line="68"/> + <location filename="MultiProject/AddProjectDialog.ui" line="69"/> <source>&Description:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="MultiProject/AddProjectDialog.ui" line="81"/> + <location filename="MultiProject/AddProjectDialog.ui" line="82"/> <source>Enter a short description for the project</source> <translation type="unfinished"></translation> </message> <message> - <location filename="MultiProject/AddProjectDialog.ui" line="94"/> - <source>Select to make this project the master project</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="MultiProject/AddProjectDialog.ui" line="97"/> - <source>Is &master project</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="MultiProject/AddProjectDialog.py" line="44"/> <source>Project Properties</source> <translation type="unfinished"></translation> @@ -1127,6 +1117,16 @@ <source>Project Files (*.e4p)</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="MultiProject/AddProjectDialog.ui" line="95"/> + <source>Select to make this project the main project</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="MultiProject/AddProjectDialog.ui" line="98"/> + <source>Is &main project</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>ApplicationDiagramBuilder</name>
--- a/i18n/eric5_es.ts Sat Jun 08 17:24:54 2013 +0200 +++ b/i18n/eric5_es.ts Sat Jun 08 17:51:48 2013 +0200 @@ -1085,52 +1085,52 @@ <translation>Añadir Proyecto</translation> </message> <message> - <location filename="MultiProject/AddProjectDialog.ui" line="24"/> + <location filename="MultiProject/AddProjectDialog.ui" line="25"/> <source>&Name:</source> <translation>&Nombre:</translation> </message> <message> - <location filename="MultiProject/AddProjectDialog.ui" line="34"/> + <location filename="MultiProject/AddProjectDialog.ui" line="35"/> <source>Enter the name of the project</source> <translation>Introduzca el nombre del proyecto</translation> </message> <message> - <location filename="MultiProject/AddProjectDialog.ui" line="41"/> + <location filename="MultiProject/AddProjectDialog.ui" line="42"/> <source>Project&file:</source> <translation>&Archivo de proyecto:</translation> </message> <message> - <location filename="MultiProject/AddProjectDialog.ui" line="51"/> + <location filename="MultiProject/AddProjectDialog.ui" line="52"/> <source>Enter the name of the project file</source> <translation>Introduzca el nombre del archivo de proyecto</translation> </message> <message> - <location filename="MultiProject/AddProjectDialog.ui" line="58"/> + <location filename="MultiProject/AddProjectDialog.ui" line="59"/> <source>Select the project file via a file selection dialog</source> <translation>Seleccione el archivo de proyecto utilizando un diálogo de selección de archivos</translation> </message> <message> - <location filename="MultiProject/AddProjectDialog.ui" line="61"/> + <location filename="MultiProject/AddProjectDialog.ui" line="62"/> <source>...</source> <translation>...</translation> </message> <message> - <location filename="MultiProject/AddProjectDialog.ui" line="81"/> + <location filename="MultiProject/AddProjectDialog.ui" line="82"/> <source>Enter a short description for the project</source> <translation>Introduzca una descripción corta para el proyecto</translation> </message> <message> <location filename="MultiProject/AddProjectDialog.ui" line="94"/> <source>Select to make this project the master project</source> - <translation>Seleccione para hacer que este sea el proyecto maestro</translation> + <translation type="obsolete">Seleccione para hacer que este sea el proyecto maestro</translation> </message> <message> <location filename="MultiProject/AddProjectDialog.ui" line="97"/> <source>Is &master project</source> - <translation>Es el proyecto &maestro</translation> - </message> - <message> - <location filename="MultiProject/AddProjectDialog.ui" line="68"/> + <translation type="obsolete">Es el proyecto &maestro</translation> + </message> + <message> + <location filename="MultiProject/AddProjectDialog.ui" line="69"/> <source>&Description:</source> <translation>&Descripción:</translation> </message> @@ -1144,6 +1144,16 @@ <source>Project Files (*.e4p)</source> <translation>Archivos de proyecto (*.e4p)</translation> </message> + <message> + <location filename="MultiProject/AddProjectDialog.ui" line="95"/> + <source>Select to make this project the main project</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="MultiProject/AddProjectDialog.ui" line="98"/> + <source>Is &main project</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>ApplicationDiagramBuilder</name>
--- a/i18n/eric5_fr.ts Sat Jun 08 17:24:54 2013 +0200 +++ b/i18n/eric5_fr.ts Sat Jun 08 17:51:48 2013 +0200 @@ -1171,54 +1171,54 @@ <translation>Ajouter un projet</translation> </message> <message> - <location filename="MultiProject/AddProjectDialog.ui" line="24"/> + <location filename="MultiProject/AddProjectDialog.ui" line="25"/> <source>&Name:</source> <translation>&Nom:</translation> </message> <message> - <location filename="MultiProject/AddProjectDialog.ui" line="34"/> + <location filename="MultiProject/AddProjectDialog.ui" line="35"/> <source>Enter the name of the project</source> <translation>Entrer le nom du projet</translation> </message> <message> - <location filename="MultiProject/AddProjectDialog.ui" line="41"/> + <location filename="MultiProject/AddProjectDialog.ui" line="42"/> <source>Project&file:</source> <translation>&Fichier projet:</translation> </message> <message> - <location filename="MultiProject/AddProjectDialog.ui" line="51"/> + <location filename="MultiProject/AddProjectDialog.ui" line="52"/> <source>Enter the name of the project file</source> <translation>Entrer le nom du fichier projet</translation> </message> <message> - <location filename="MultiProject/AddProjectDialog.ui" line="58"/> + <location filename="MultiProject/AddProjectDialog.ui" line="59"/> <source>Select the project file via a file selection dialog</source> <translation>Sélection du fichier projet via une boite de sélection</translation> </message> <message> - <location filename="MultiProject/AddProjectDialog.ui" line="61"/> + <location filename="MultiProject/AddProjectDialog.ui" line="62"/> <source>...</source> <translation>...</translation> </message> <message> - <location filename="MultiProject/AddProjectDialog.ui" line="68"/> + <location filename="MultiProject/AddProjectDialog.ui" line="69"/> <source>&Description:</source> <translation>&Description:</translation> </message> <message> - <location filename="MultiProject/AddProjectDialog.ui" line="81"/> + <location filename="MultiProject/AddProjectDialog.ui" line="82"/> <source>Enter a short description for the project</source> <translation>Entrer une courte description du projet</translation> </message> <message> <location filename="MultiProject/AddProjectDialog.ui" line="94"/> <source>Select to make this project the master project</source> - <translation>Cocher pour que ce projet soit le projet principal</translation> + <translation type="obsolete">Cocher pour que ce projet soit le projet principal</translation> </message> <message> <location filename="MultiProject/AddProjectDialog.ui" line="97"/> <source>Is &master project</source> - <translation>Est le projet &principal</translation> + <translation type="obsolete">Est le projet &principal</translation> </message> <message> <location filename="MultiProject/AddProjectDialog.py" line="44"/> @@ -1235,6 +1235,16 @@ <source>Project Files (*.e4p)</source> <translation>Fichiers projets (*.e4p)</translation> </message> + <message> + <location filename="MultiProject/AddProjectDialog.ui" line="95"/> + <source>Select to make this project the main project</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="MultiProject/AddProjectDialog.ui" line="98"/> + <source>Is &main project</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>ApplicationDiagram</name>
--- a/i18n/eric5_it.ts Sat Jun 08 17:24:54 2013 +0200 +++ b/i18n/eric5_it.ts Sat Jun 08 17:51:48 2013 +0200 @@ -1127,54 +1127,54 @@ <translation>Aggiungi progetto</translation> </message> <message> - <location filename="MultiProject/AddProjectDialog.ui" line="24"/> + <location filename="MultiProject/AddProjectDialog.ui" line="25"/> <source>&Name:</source> <translation>&Nome:</translation> </message> <message> - <location filename="MultiProject/AddProjectDialog.ui" line="34"/> + <location filename="MultiProject/AddProjectDialog.ui" line="35"/> <source>Enter the name of the project</source> <translation>Inserisci il nome del progetto</translation> </message> <message> - <location filename="MultiProject/AddProjectDialog.ui" line="41"/> + <location filename="MultiProject/AddProjectDialog.ui" line="42"/> <source>Project&file:</source> <translation>&File Progetto:</translation> </message> <message> - <location filename="MultiProject/AddProjectDialog.ui" line="51"/> + <location filename="MultiProject/AddProjectDialog.ui" line="52"/> <source>Enter the name of the project file</source> <translation>Inserisci il nome del file progetto</translation> </message> <message> - <location filename="MultiProject/AddProjectDialog.ui" line="58"/> + <location filename="MultiProject/AddProjectDialog.ui" line="59"/> <source>Select the project file via a file selection dialog</source> <translation>Seleziona il file progetto con il dialogo</translation> </message> <message> - <location filename="MultiProject/AddProjectDialog.ui" line="61"/> + <location filename="MultiProject/AddProjectDialog.ui" line="62"/> <source>...</source> <translation>...</translation> </message> <message> - <location filename="MultiProject/AddProjectDialog.ui" line="68"/> + <location filename="MultiProject/AddProjectDialog.ui" line="69"/> <source>&Description:</source> <translation>&Descrizione:</translation> </message> <message> - <location filename="MultiProject/AddProjectDialog.ui" line="81"/> + <location filename="MultiProject/AddProjectDialog.ui" line="82"/> <source>Enter a short description for the project</source> <translation>Inserisci una breve descrizione per il progetto</translation> </message> <message> <location filename="MultiProject/AddProjectDialog.ui" line="94"/> <source>Select to make this project the master project</source> - <translation>Seleziona per rendere questo il progetto principale</translation> + <translation type="obsolete">Seleziona per rendere questo il progetto principale</translation> </message> <message> <location filename="MultiProject/AddProjectDialog.ui" line="97"/> <source>Is &master project</source> - <translation>E' il progetto &master</translation> + <translation type="obsolete">E' il progetto &master</translation> </message> <message> <location filename="MultiProject/AddProjectDialog.py" line="44"/> @@ -1186,6 +1186,16 @@ <source>Project Files (*.e4p)</source> <translation>File progetto (*.e4p)</translation> </message> + <message> + <location filename="MultiProject/AddProjectDialog.ui" line="95"/> + <source>Select to make this project the main project</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="MultiProject/AddProjectDialog.ui" line="98"/> + <source>Is &main project</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>ApplicationDiagram</name>
--- a/i18n/eric5_ru.ts Sat Jun 08 17:24:54 2013 +0200 +++ b/i18n/eric5_ru.ts Sat Jun 08 17:51:48 2013 +0200 @@ -1126,52 +1126,52 @@ <translation>Добавить проект</translation> </message> <message> - <location filename="MultiProject/AddProjectDialog.ui" line="24"/> + <location filename="MultiProject/AddProjectDialog.ui" line="25"/> <source>&Name:</source> <translation>&Имя:</translation> </message> <message> - <location filename="MultiProject/AddProjectDialog.ui" line="34"/> + <location filename="MultiProject/AddProjectDialog.ui" line="35"/> <source>Enter the name of the project</source> <translation>Введите название проекта</translation> </message> <message> - <location filename="MultiProject/AddProjectDialog.ui" line="41"/> + <location filename="MultiProject/AddProjectDialog.ui" line="42"/> <source>Project&file:</source> <translation>&Файл проекта:</translation> </message> <message> - <location filename="MultiProject/AddProjectDialog.ui" line="51"/> + <location filename="MultiProject/AddProjectDialog.ui" line="52"/> <source>Enter the name of the project file</source> <translation>Введите название проекта</translation> </message> <message> - <location filename="MultiProject/AddProjectDialog.ui" line="58"/> + <location filename="MultiProject/AddProjectDialog.ui" line="59"/> <source>Select the project file via a file selection dialog</source> <translation>Выберите файл проекта с помощью файлового диалога</translation> </message> <message> - <location filename="MultiProject/AddProjectDialog.ui" line="61"/> + <location filename="MultiProject/AddProjectDialog.ui" line="62"/> <source>...</source> <translation>...</translation> </message> <message> - <location filename="MultiProject/AddProjectDialog.ui" line="81"/> + <location filename="MultiProject/AddProjectDialog.ui" line="82"/> <source>Enter a short description for the project</source> <translation>Введите краткое описание проекта</translation> </message> <message> <location filename="MultiProject/AddProjectDialog.ui" line="94"/> <source>Select to make this project the master project</source> - <translation>Сделать этот проект главным</translation> + <translation type="obsolete">Сделать этот проект главным</translation> </message> <message> <location filename="MultiProject/AddProjectDialog.ui" line="97"/> <source>Is &master project</source> - <translation>Это &главный проект</translation> - </message> - <message> - <location filename="MultiProject/AddProjectDialog.ui" line="68"/> + <translation type="obsolete">Это &главный проект</translation> + </message> + <message> + <location filename="MultiProject/AddProjectDialog.ui" line="69"/> <source>&Description:</source> <translation>&Описание:</translation> </message> @@ -1185,6 +1185,16 @@ <source>Project Files (*.e4p)</source> <translation>Файлы проектов (*.e4p)</translation> </message> + <message> + <location filename="MultiProject/AddProjectDialog.ui" line="95"/> + <source>Select to make this project the main project</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="MultiProject/AddProjectDialog.ui" line="98"/> + <source>Is &main project</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>ApplicationDiagram</name>
--- a/i18n/eric5_tr.ts Sat Jun 08 17:24:54 2013 +0200 +++ b/i18n/eric5_tr.ts Sat Jun 08 17:51:48 2013 +0200 @@ -1123,54 +1123,54 @@ <translation>Proje Ekle</translation> </message> <message> - <location filename="MultiProject/AddProjectDialog.ui" line="24"/> + <location filename="MultiProject/AddProjectDialog.ui" line="25"/> <source>&Name:</source> <translation>A&dı:</translation> </message> <message> - <location filename="MultiProject/AddProjectDialog.ui" line="34"/> + <location filename="MultiProject/AddProjectDialog.ui" line="35"/> <source>Enter the name of the project</source> <translation>Projenin adını giriniz</translation> </message> <message> - <location filename="MultiProject/AddProjectDialog.ui" line="41"/> + <location filename="MultiProject/AddProjectDialog.ui" line="42"/> <source>Project&file:</source> <translation>Proje &Dosyası:</translation> </message> <message> - <location filename="MultiProject/AddProjectDialog.ui" line="51"/> + <location filename="MultiProject/AddProjectDialog.ui" line="52"/> <source>Enter the name of the project file</source> <translation>Proje dosyasının adını giriniz</translation> </message> <message> - <location filename="MultiProject/AddProjectDialog.ui" line="58"/> + <location filename="MultiProject/AddProjectDialog.ui" line="59"/> <source>Select the project file via a file selection dialog</source> <translation>Dosya seçme diyaloğu ile bir proje dosyası seç</translation> </message> <message> - <location filename="MultiProject/AddProjectDialog.ui" line="61"/> + <location filename="MultiProject/AddProjectDialog.ui" line="62"/> <source>...</source> <translation>...</translation> </message> <message> - <location filename="MultiProject/AddProjectDialog.ui" line="68"/> + <location filename="MultiProject/AddProjectDialog.ui" line="69"/> <source>&Description:</source> <translation>A&çıklama:</translation> </message> <message> - <location filename="MultiProject/AddProjectDialog.ui" line="81"/> + <location filename="MultiProject/AddProjectDialog.ui" line="82"/> <source>Enter a short description for the project</source> <translation>Proje için kısa bir açıklama giriniz</translation> </message> <message> <location filename="MultiProject/AddProjectDialog.ui" line="94"/> <source>Select to make this project the master project</source> - <translation>Bu projeyi ana proje yapmak için seçiniz</translation> + <translation type="obsolete">Bu projeyi ana proje yapmak için seçiniz</translation> </message> <message> <location filename="MultiProject/AddProjectDialog.ui" line="97"/> <source>Is &master project</source> - <translation>Ana proje &mi</translation> + <translation type="obsolete">Ana proje &mi</translation> </message> <message> <location filename="MultiProject/AddProjectDialog.py" line="44"/> @@ -1187,6 +1187,16 @@ <source>Project Files (*.e4p)</source> <translation>Proje Dosyaları (*.e4p)</translation> </message> + <message> + <location filename="MultiProject/AddProjectDialog.ui" line="95"/> + <source>Select to make this project the main project</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="MultiProject/AddProjectDialog.ui" line="98"/> + <source>Is &main project</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>ApplicationDiagram</name>
--- a/i18n/eric5_zh_CN.GB2312.ts Sat Jun 08 17:24:54 2013 +0200 +++ b/i18n/eric5_zh_CN.GB2312.ts Sat Jun 08 17:51:48 2013 +0200 @@ -1166,54 +1166,54 @@ <translation>添加项目</translation> </message> <message> - <location filename="MultiProject/AddProjectDialog.ui" line="24"/> + <location filename="MultiProject/AddProjectDialog.ui" line="25"/> <source>&Name:</source> <translation>名称(&N):</translation> </message> <message> - <location filename="MultiProject/AddProjectDialog.ui" line="34"/> + <location filename="MultiProject/AddProjectDialog.ui" line="35"/> <source>Enter the name of the project</source> <translation>输入项目名称</translation> </message> <message> - <location filename="MultiProject/AddProjectDialog.ui" line="41"/> + <location filename="MultiProject/AddProjectDialog.ui" line="42"/> <source>Project&file:</source> <translation>项目文件(&f):</translation> </message> <message> - <location filename="MultiProject/AddProjectDialog.ui" line="51"/> + <location filename="MultiProject/AddProjectDialog.ui" line="52"/> <source>Enter the name of the project file</source> <translation>输入项目文件名称</translation> </message> <message> - <location filename="MultiProject/AddProjectDialog.ui" line="58"/> + <location filename="MultiProject/AddProjectDialog.ui" line="59"/> <source>Select the project file via a file selection dialog</source> <translation>通过文件选择对话框选择项目文件</translation> </message> <message> - <location filename="MultiProject/AddProjectDialog.ui" line="61"/> + <location filename="MultiProject/AddProjectDialog.ui" line="62"/> <source>...</source> <translation>……</translation> </message> <message> - <location filename="MultiProject/AddProjectDialog.ui" line="68"/> + <location filename="MultiProject/AddProjectDialog.ui" line="69"/> <source>&Description:</source> <translation>描述(&D):</translation> </message> <message> - <location filename="MultiProject/AddProjectDialog.ui" line="81"/> + <location filename="MultiProject/AddProjectDialog.ui" line="82"/> <source>Enter a short description for the project</source> <translation>为项目输入简短描述</translation> </message> <message> <location filename="MultiProject/AddProjectDialog.ui" line="94"/> <source>Select to make this project the master project</source> - <translation>选择该项目作为主项目</translation> + <translation type="obsolete">选择该项目作为主项目</translation> </message> <message> <location filename="MultiProject/AddProjectDialog.ui" line="97"/> <source>Is &master project</source> - <translation>是主项目</translation> + <translation type="obsolete">是主项目</translation> </message> <message> <location filename="MultiProject/AddProjectDialog.py" line="44"/> @@ -1230,6 +1230,16 @@ <source>Project Files (*.e4p)</source> <translation type="unfinished">项目文件 (*.e4p)</translation> </message> + <message> + <location filename="MultiProject/AddProjectDialog.ui" line="95"/> + <source>Select to make this project the main project</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="MultiProject/AddProjectDialog.ui" line="98"/> + <source>Is &main project</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>ApplicationDiagram</name>