diff options
Diffstat (limited to 'kbabel/commonui/projectwizardwidget2.ui')
-rw-r--r-- | kbabel/commonui/projectwizardwidget2.ui | 157 |
1 files changed, 157 insertions, 0 deletions
diff --git a/kbabel/commonui/projectwizardwidget2.ui b/kbabel/commonui/projectwizardwidget2.ui new file mode 100644 index 00000000..05d21a20 --- /dev/null +++ b/kbabel/commonui/projectwizardwidget2.ui @@ -0,0 +1,157 @@ +<!DOCTYPE UI><UI version="3.3" stdsetdef="1"> +<class>ProjectStep2</class> +<widget class="QWidget"> + <property name="name"> + <cstring>ProjectStep2</cstring> + </property> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>529</width> + <height>365</height> + </rect> + </property> + <property name="whatsThis" stdset="0"> + <string><qt><p><b>Translation Files</b></p> +<p>Type in the folders which contain all your PO and POT files. +The files and the folders in these folders will then be merged into one tree.</p></qt></string> + </property> + <vbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QLabel"> + <property name="name"> + <cstring>textLabel2</cstring> + </property> + <property name="text"> + <string><font size="+1">The Translation Files</font> +<br/><br/> +If the project contains more than one file to translate, it +better to organize the files. + +KBabel distinguishes two kind of the translation files: + +<ul> +<li><b>Templates</b>: the files to be translated</li> +<li><b>Translated files</b>: the files already translated (at least +partially)</li> +</ul> + +Choose the folders to store the files. If you +leave the entries empty, the Catalog Manager +will not work.</string> + </property> + </widget> + <widget class="QLayoutWidget"> + <property name="name"> + <cstring>layout5</cstring> + </property> + <vbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QLabel"> + <property name="name"> + <cstring>textLabel4</cstring> + </property> + <property name="sizePolicy"> + <sizepolicy> + <hsizetype>5</hsizetype> + <vsizetype>0</vsizetype> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="text"> + <string>&Base folder of PO files:</string> + </property> + <property name="buddy" stdset="0"> + <cstring>_poDirEdit</cstring> + </property> + </widget> + <widget class="KURLRequester"> + <property name="name"> + <cstring>_poDirEdit</cstring> + </property> + <property name="sizePolicy"> + <sizepolicy> + <hsizetype>5</hsizetype> + <vsizetype>0</vsizetype> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + </widget> + </vbox> + </widget> + <widget class="QLayoutWidget"> + <property name="name"> + <cstring>layout6</cstring> + </property> + <vbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QLabel"> + <property name="name"> + <cstring>textLabel3</cstring> + </property> + <property name="sizePolicy"> + <sizepolicy> + <hsizetype>5</hsizetype> + <vsizetype>0</vsizetype> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="text"> + <string>Ba&se folder of POT files:</string> + </property> + <property name="buddy" stdset="0"> + <cstring>_potDirEdit</cstring> + </property> + </widget> + <widget class="KURLRequester"> + <property name="name"> + <cstring>_potDirEdit</cstring> + </property> + <property name="sizePolicy"> + <sizepolicy> + <hsizetype>5</hsizetype> + <vsizetype>0</vsizetype> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + </widget> + </vbox> + </widget> + <spacer> + <property name="name"> + <cstring>spacer1</cstring> + </property> + <property name="orientation"> + <enum>Vertical</enum> + </property> + <property name="sizeType"> + <enum>Expanding</enum> + </property> + <property name="sizeHint"> + <size> + <width>31</width> + <height>100</height> + </size> + </property> + </spacer> + </vbox> +</widget> +<customwidgets> +</customwidgets> +<layoutdefaults spacing="6" margin="11"/> +<includehints> + <includehint>kpushbutton.h</includehint> + <includehint>kpushbutton.h</includehint> +</includehints> +</UI> |