Less fragile layouts for PrintView and PropertiesView (#15)
Be more resilient to the size of labels changing when applying translations. Also probably more resilient to changes due to themes.
This commit is contained in:
+270
-225
@@ -6,8 +6,8 @@
|
|||||||
<rect>
|
<rect>
|
||||||
<x>0</x>
|
<x>0</x>
|
||||||
<y>0</y>
|
<y>0</y>
|
||||||
<width>839</width>
|
<width>759</width>
|
||||||
<height>769</height>
|
<height>792</height>
|
||||||
</rect>
|
</rect>
|
||||||
</property>
|
</property>
|
||||||
<property name="sizePolicy">
|
<property name="sizePolicy">
|
||||||
@@ -19,8 +19,274 @@
|
|||||||
<property name="windowTitle">
|
<property name="windowTitle">
|
||||||
<string>Form</string>
|
<string>Form</string>
|
||||||
</property>
|
</property>
|
||||||
<layout class="QGridLayout" name="gridLayout">
|
<layout class="QHBoxLayout" name="horizontalLayout" stretch="0,0,1">
|
||||||
<item row="0" column="2">
|
<item>
|
||||||
|
<layout class="QVBoxLayout" name="verticalLayout_2">
|
||||||
|
<property name="sizeConstraint">
|
||||||
|
<enum>QLayout::SetDefaultConstraint</enum>
|
||||||
|
</property>
|
||||||
|
<property name="leftMargin">
|
||||||
|
<number>12</number>
|
||||||
|
</property>
|
||||||
|
<property name="topMargin">
|
||||||
|
<number>12</number>
|
||||||
|
</property>
|
||||||
|
<property name="rightMargin">
|
||||||
|
<number>12</number>
|
||||||
|
</property>
|
||||||
|
<property name="bottomMargin">
|
||||||
|
<number>12</number>
|
||||||
|
</property>
|
||||||
|
<item>
|
||||||
|
<widget class="QLabel" name="titleLabel">
|
||||||
|
<property name="sizePolicy">
|
||||||
|
<sizepolicy hsizetype="Minimum" vsizetype="Preferred">
|
||||||
|
<horstretch>0</horstretch>
|
||||||
|
<verstretch>0</verstretch>
|
||||||
|
</sizepolicy>
|
||||||
|
</property>
|
||||||
|
<property name="text">
|
||||||
|
<string notr="true"><span style=" font-size:18pt;">Print</span></string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<widget class="QGroupBox" name="copiesBox">
|
||||||
|
<property name="sizePolicy">
|
||||||
|
<sizepolicy hsizetype="Minimum" vsizetype="Preferred">
|
||||||
|
<horstretch>0</horstretch>
|
||||||
|
<verstretch>0</verstretch>
|
||||||
|
</sizepolicy>
|
||||||
|
</property>
|
||||||
|
<property name="minimumSize">
|
||||||
|
<size>
|
||||||
|
<width>300</width>
|
||||||
|
<height>0</height>
|
||||||
|
</size>
|
||||||
|
</property>
|
||||||
|
<property name="maximumSize">
|
||||||
|
<size>
|
||||||
|
<width>16777215</width>
|
||||||
|
<height>16777215</height>
|
||||||
|
</size>
|
||||||
|
</property>
|
||||||
|
<property name="title">
|
||||||
|
<string>Copies</string>
|
||||||
|
</property>
|
||||||
|
<layout class="QGridLayout" name="gridLayout_3">
|
||||||
|
<item row="5" column="0">
|
||||||
|
<widget class="QLabel" name="copiesDescriptionLabel">
|
||||||
|
<property name="sizePolicy">
|
||||||
|
<sizepolicy hsizetype="Minimum" vsizetype="Preferred">
|
||||||
|
<horstretch>0</horstretch>
|
||||||
|
<verstretch>0</verstretch>
|
||||||
|
</sizepolicy>
|
||||||
|
</property>
|
||||||
|
<property name="text">
|
||||||
|
<string notr="true">(Will print a total of xx items on nn pages.)</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
<item row="1" column="0">
|
||||||
|
<layout class="QHBoxLayout" name="horizontalLayout_5">
|
||||||
|
<item>
|
||||||
|
<widget class="QLabel" name="label_4">
|
||||||
|
<property name="sizePolicy">
|
||||||
|
<sizepolicy hsizetype="Minimum" vsizetype="Preferred">
|
||||||
|
<horstretch>0</horstretch>
|
||||||
|
<verstretch>0</verstretch>
|
||||||
|
</sizepolicy>
|
||||||
|
</property>
|
||||||
|
<property name="text">
|
||||||
|
<string>Copies:</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<widget class="QSpinBox" name="copiesSpin">
|
||||||
|
<property name="minimum">
|
||||||
|
<number>1</number>
|
||||||
|
</property>
|
||||||
|
<property name="maximum">
|
||||||
|
<number>96</number>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<spacer name="horizontalSpacer">
|
||||||
|
<property name="orientation">
|
||||||
|
<enum>Qt::Horizontal</enum>
|
||||||
|
</property>
|
||||||
|
<property name="sizeHint" stdset="0">
|
||||||
|
<size>
|
||||||
|
<width>40</width>
|
||||||
|
<height>20</height>
|
||||||
|
</size>
|
||||||
|
</property>
|
||||||
|
</spacer>
|
||||||
|
</item>
|
||||||
|
</layout>
|
||||||
|
</item>
|
||||||
|
<item row="2" column="0">
|
||||||
|
<layout class="QHBoxLayout" name="horizontalLayout_4">
|
||||||
|
<item>
|
||||||
|
<widget class="QLabel" name="label_2">
|
||||||
|
<property name="sizePolicy">
|
||||||
|
<sizepolicy hsizetype="Minimum" vsizetype="Preferred">
|
||||||
|
<horstretch>0</horstretch>
|
||||||
|
<verstretch>0</verstretch>
|
||||||
|
</sizepolicy>
|
||||||
|
</property>
|
||||||
|
<property name="text">
|
||||||
|
<string>Start on position:</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<widget class="QSpinBox" name="copiesStartSpin">
|
||||||
|
<property name="sizePolicy">
|
||||||
|
<sizepolicy hsizetype="Minimum" vsizetype="Fixed">
|
||||||
|
<horstretch>0</horstretch>
|
||||||
|
<verstretch>0</verstretch>
|
||||||
|
</sizepolicy>
|
||||||
|
</property>
|
||||||
|
<property name="minimum">
|
||||||
|
<number>1</number>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<widget class="QLabel" name="label_3">
|
||||||
|
<property name="sizePolicy">
|
||||||
|
<sizepolicy hsizetype="Minimum" vsizetype="Preferred">
|
||||||
|
<horstretch>0</horstretch>
|
||||||
|
<verstretch>0</verstretch>
|
||||||
|
</sizepolicy>
|
||||||
|
</property>
|
||||||
|
<property name="text">
|
||||||
|
<string>on 1st page</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<spacer name="horizontalSpacer_2">
|
||||||
|
<property name="orientation">
|
||||||
|
<enum>Qt::Horizontal</enum>
|
||||||
|
</property>
|
||||||
|
<property name="sizeHint" stdset="0">
|
||||||
|
<size>
|
||||||
|
<width>40</width>
|
||||||
|
<height>20</height>
|
||||||
|
</size>
|
||||||
|
</property>
|
||||||
|
</spacer>
|
||||||
|
</item>
|
||||||
|
</layout>
|
||||||
|
</item>
|
||||||
|
</layout>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<widget class="QGroupBox" name="groupBox_4">
|
||||||
|
<property name="sizePolicy">
|
||||||
|
<sizepolicy hsizetype="Minimum" vsizetype="Preferred">
|
||||||
|
<horstretch>0</horstretch>
|
||||||
|
<verstretch>0</verstretch>
|
||||||
|
</sizepolicy>
|
||||||
|
</property>
|
||||||
|
<property name="minimumSize">
|
||||||
|
<size>
|
||||||
|
<width>300</width>
|
||||||
|
<height>0</height>
|
||||||
|
</size>
|
||||||
|
</property>
|
||||||
|
<property name="maximumSize">
|
||||||
|
<size>
|
||||||
|
<width>16777215</width>
|
||||||
|
<height>16777215</height>
|
||||||
|
</size>
|
||||||
|
</property>
|
||||||
|
<property name="title">
|
||||||
|
<string>Print options</string>
|
||||||
|
</property>
|
||||||
|
<layout class="QGridLayout" name="gridLayout_4">
|
||||||
|
<item row="0" column="0">
|
||||||
|
<layout class="QVBoxLayout" name="verticalLayout">
|
||||||
|
<item>
|
||||||
|
<widget class="QCheckBox" name="printOutlinesCheck">
|
||||||
|
<property name="text">
|
||||||
|
<string>print outlines</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<widget class="QCheckBox" name="printCropMarksCheck">
|
||||||
|
<property name="text">
|
||||||
|
<string>print crop marks</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<widget class="QCheckBox" name="printReverseCheck">
|
||||||
|
<property name="text">
|
||||||
|
<string>print in reverse (i.e. a mirror image)</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
</layout>
|
||||||
|
</item>
|
||||||
|
</layout>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<widget class="QPushButton" name="printButton">
|
||||||
|
<property name="sizePolicy">
|
||||||
|
<sizepolicy hsizetype="Minimum" vsizetype="Fixed">
|
||||||
|
<horstretch>0</horstretch>
|
||||||
|
<verstretch>0</verstretch>
|
||||||
|
</sizepolicy>
|
||||||
|
</property>
|
||||||
|
<property name="styleSheet">
|
||||||
|
<string notr="true">text-align:left; padding:3px;</string>
|
||||||
|
</property>
|
||||||
|
<property name="text">
|
||||||
|
<string>Print</string>
|
||||||
|
</property>
|
||||||
|
<property name="icon">
|
||||||
|
<iconset resource="../icons.qrc">
|
||||||
|
<normaloff>:/icons/32x32/actions/print.svg</normaloff>:/icons/32x32/actions/print.svg</iconset>
|
||||||
|
</property>
|
||||||
|
<property name="iconSize">
|
||||||
|
<size>
|
||||||
|
<width>32</width>
|
||||||
|
<height>32</height>
|
||||||
|
</size>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<spacer name="verticalSpacer">
|
||||||
|
<property name="orientation">
|
||||||
|
<enum>Qt::Vertical</enum>
|
||||||
|
</property>
|
||||||
|
<property name="sizeHint" stdset="0">
|
||||||
|
<size>
|
||||||
|
<width>20</width>
|
||||||
|
<height>40</height>
|
||||||
|
</size>
|
||||||
|
</property>
|
||||||
|
</spacer>
|
||||||
|
</item>
|
||||||
|
</layout>
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<widget class="Line" name="line">
|
||||||
|
<property name="orientation">
|
||||||
|
<enum>Qt::Vertical</enum>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
<layout class="QVBoxLayout" name="verticalLayout_3">
|
<layout class="QVBoxLayout" name="verticalLayout_3">
|
||||||
<property name="sizeConstraint">
|
<property name="sizeConstraint">
|
||||||
<enum>QLayout::SetDefaultConstraint</enum>
|
<enum>QLayout::SetDefaultConstraint</enum>
|
||||||
@@ -104,227 +370,6 @@
|
|||||||
</item>
|
</item>
|
||||||
</layout>
|
</layout>
|
||||||
</item>
|
</item>
|
||||||
<item row="0" column="0">
|
|
||||||
<layout class="QVBoxLayout" name="verticalLayout_2">
|
|
||||||
<property name="sizeConstraint">
|
|
||||||
<enum>QLayout::SetDefaultConstraint</enum>
|
|
||||||
</property>
|
|
||||||
<property name="margin">
|
|
||||||
<number>12</number>
|
|
||||||
</property>
|
|
||||||
<item>
|
|
||||||
<widget class="QLabel" name="titleLabel">
|
|
||||||
<property name="text">
|
|
||||||
<string notr="true"><span style=" font-size:18pt;">Print</span></string>
|
|
||||||
</property>
|
|
||||||
</widget>
|
|
||||||
</item>
|
|
||||||
<item>
|
|
||||||
<widget class="QGroupBox" name="copiesBox">
|
|
||||||
<property name="sizePolicy">
|
|
||||||
<sizepolicy hsizetype="Fixed" vsizetype="Preferred">
|
|
||||||
<horstretch>0</horstretch>
|
|
||||||
<verstretch>0</verstretch>
|
|
||||||
</sizepolicy>
|
|
||||||
</property>
|
|
||||||
<property name="minimumSize">
|
|
||||||
<size>
|
|
||||||
<width>300</width>
|
|
||||||
<height>0</height>
|
|
||||||
</size>
|
|
||||||
</property>
|
|
||||||
<property name="maximumSize">
|
|
||||||
<size>
|
|
||||||
<width>350</width>
|
|
||||||
<height>16777215</height>
|
|
||||||
</size>
|
|
||||||
</property>
|
|
||||||
<property name="title">
|
|
||||||
<string>Copies</string>
|
|
||||||
</property>
|
|
||||||
<layout class="QGridLayout" name="gridLayout_3">
|
|
||||||
<item row="1" column="0">
|
|
||||||
<layout class="QHBoxLayout" name="horizontalLayout_5">
|
|
||||||
<item>
|
|
||||||
<widget class="QLabel" name="label_4">
|
|
||||||
<property name="text">
|
|
||||||
<string>Copies:</string>
|
|
||||||
</property>
|
|
||||||
</widget>
|
|
||||||
</item>
|
|
||||||
<item>
|
|
||||||
<widget class="QSpinBox" name="copiesSpin">
|
|
||||||
<property name="minimum">
|
|
||||||
<number>1</number>
|
|
||||||
</property>
|
|
||||||
<property name="maximum">
|
|
||||||
<number>96</number>
|
|
||||||
</property>
|
|
||||||
</widget>
|
|
||||||
</item>
|
|
||||||
<item>
|
|
||||||
<spacer name="horizontalSpacer_5">
|
|
||||||
<property name="orientation">
|
|
||||||
<enum>Qt::Horizontal</enum>
|
|
||||||
</property>
|
|
||||||
<property name="sizeType">
|
|
||||||
<enum>QSizePolicy::MinimumExpanding</enum>
|
|
||||||
</property>
|
|
||||||
<property name="sizeHint" stdset="0">
|
|
||||||
<size>
|
|
||||||
<width>40</width>
|
|
||||||
<height>20</height>
|
|
||||||
</size>
|
|
||||||
</property>
|
|
||||||
</spacer>
|
|
||||||
</item>
|
|
||||||
</layout>
|
|
||||||
</item>
|
|
||||||
<item row="3" column="0">
|
|
||||||
<widget class="QLabel" name="copiesDescriptionLabel">
|
|
||||||
<property name="text">
|
|
||||||
<string notr="true">(Will print a total of xx items on nn pages.)</string>
|
|
||||||
</property>
|
|
||||||
</widget>
|
|
||||||
</item>
|
|
||||||
<item row="2" column="0">
|
|
||||||
<layout class="QHBoxLayout" name="horizontalLayout_4">
|
|
||||||
<item>
|
|
||||||
<widget class="QLabel" name="label_2">
|
|
||||||
<property name="text">
|
|
||||||
<string>Start on position:</string>
|
|
||||||
</property>
|
|
||||||
</widget>
|
|
||||||
</item>
|
|
||||||
<item>
|
|
||||||
<widget class="QSpinBox" name="copiesStartSpin">
|
|
||||||
<property name="minimum">
|
|
||||||
<number>1</number>
|
|
||||||
</property>
|
|
||||||
</widget>
|
|
||||||
</item>
|
|
||||||
<item>
|
|
||||||
<widget class="QLabel" name="label_3">
|
|
||||||
<property name="text">
|
|
||||||
<string>on 1st page</string>
|
|
||||||
</property>
|
|
||||||
</widget>
|
|
||||||
</item>
|
|
||||||
<item>
|
|
||||||
<spacer name="horizontalSpacer_4">
|
|
||||||
<property name="orientation">
|
|
||||||
<enum>Qt::Horizontal</enum>
|
|
||||||
</property>
|
|
||||||
<property name="sizeType">
|
|
||||||
<enum>QSizePolicy::MinimumExpanding</enum>
|
|
||||||
</property>
|
|
||||||
<property name="sizeHint" stdset="0">
|
|
||||||
<size>
|
|
||||||
<width>40</width>
|
|
||||||
<height>20</height>
|
|
||||||
</size>
|
|
||||||
</property>
|
|
||||||
</spacer>
|
|
||||||
</item>
|
|
||||||
</layout>
|
|
||||||
</item>
|
|
||||||
</layout>
|
|
||||||
</widget>
|
|
||||||
</item>
|
|
||||||
<item>
|
|
||||||
<widget class="QGroupBox" name="groupBox_4">
|
|
||||||
<property name="sizePolicy">
|
|
||||||
<sizepolicy hsizetype="Fixed" vsizetype="Preferred">
|
|
||||||
<horstretch>0</horstretch>
|
|
||||||
<verstretch>0</verstretch>
|
|
||||||
</sizepolicy>
|
|
||||||
</property>
|
|
||||||
<property name="minimumSize">
|
|
||||||
<size>
|
|
||||||
<width>300</width>
|
|
||||||
<height>0</height>
|
|
||||||
</size>
|
|
||||||
</property>
|
|
||||||
<property name="maximumSize">
|
|
||||||
<size>
|
|
||||||
<width>350</width>
|
|
||||||
<height>16777215</height>
|
|
||||||
</size>
|
|
||||||
</property>
|
|
||||||
<property name="title">
|
|
||||||
<string>Print options</string>
|
|
||||||
</property>
|
|
||||||
<layout class="QGridLayout" name="gridLayout_4">
|
|
||||||
<item row="0" column="0">
|
|
||||||
<layout class="QVBoxLayout" name="verticalLayout">
|
|
||||||
<item>
|
|
||||||
<widget class="QCheckBox" name="printOutlinesCheck">
|
|
||||||
<property name="text">
|
|
||||||
<string>print outlines</string>
|
|
||||||
</property>
|
|
||||||
</widget>
|
|
||||||
</item>
|
|
||||||
<item>
|
|
||||||
<widget class="QCheckBox" name="printCropMarksCheck">
|
|
||||||
<property name="text">
|
|
||||||
<string>print crop marks</string>
|
|
||||||
</property>
|
|
||||||
</widget>
|
|
||||||
</item>
|
|
||||||
<item>
|
|
||||||
<widget class="QCheckBox" name="printReverseCheck">
|
|
||||||
<property name="text">
|
|
||||||
<string>print in reverse (i.e. a mirror image)</string>
|
|
||||||
</property>
|
|
||||||
</widget>
|
|
||||||
</item>
|
|
||||||
</layout>
|
|
||||||
</item>
|
|
||||||
</layout>
|
|
||||||
</widget>
|
|
||||||
</item>
|
|
||||||
<item>
|
|
||||||
<widget class="QPushButton" name="printButton">
|
|
||||||
<property name="styleSheet">
|
|
||||||
<string notr="true">text-align:left; padding:3px;</string>
|
|
||||||
</property>
|
|
||||||
<property name="text">
|
|
||||||
<string>Print</string>
|
|
||||||
</property>
|
|
||||||
<property name="icon">
|
|
||||||
<iconset resource="../icons.qrc">
|
|
||||||
<normaloff>:/icons/32x32/actions/print.svg</normaloff>:/icons/32x32/actions/print.svg</iconset>
|
|
||||||
</property>
|
|
||||||
<property name="iconSize">
|
|
||||||
<size>
|
|
||||||
<width>32</width>
|
|
||||||
<height>32</height>
|
|
||||||
</size>
|
|
||||||
</property>
|
|
||||||
</widget>
|
|
||||||
</item>
|
|
||||||
<item>
|
|
||||||
<spacer name="verticalSpacer">
|
|
||||||
<property name="orientation">
|
|
||||||
<enum>Qt::Vertical</enum>
|
|
||||||
</property>
|
|
||||||
<property name="sizeHint" stdset="0">
|
|
||||||
<size>
|
|
||||||
<width>20</width>
|
|
||||||
<height>40</height>
|
|
||||||
</size>
|
|
||||||
</property>
|
|
||||||
</spacer>
|
|
||||||
</item>
|
|
||||||
</layout>
|
|
||||||
</item>
|
|
||||||
<item row="0" column="1">
|
|
||||||
<widget class="Line" name="line">
|
|
||||||
<property name="orientation">
|
|
||||||
<enum>Qt::Vertical</enum>
|
|
||||||
</property>
|
|
||||||
</widget>
|
|
||||||
</item>
|
|
||||||
</layout>
|
</layout>
|
||||||
</widget>
|
</widget>
|
||||||
<customwidgets>
|
<customwidgets>
|
||||||
|
|||||||
@@ -25,28 +25,29 @@
|
|||||||
<property name="windowTitle">
|
<property name="windowTitle">
|
||||||
<string>Form</string>
|
<string>Form</string>
|
||||||
</property>
|
</property>
|
||||||
<layout class="QGridLayout" name="gridLayout_5">
|
<layout class="QHBoxLayout" name="horizontalLayout_2" stretch="0,0,1">
|
||||||
<item row="0" column="4">
|
<item>
|
||||||
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
||||||
<item>
|
|
||||||
<widget class="glabels::SimplePreview" name="preview">
|
|
||||||
<property name="sizePolicy">
|
|
||||||
<sizepolicy hsizetype="Expanding" vsizetype="Preferred">
|
|
||||||
<horstretch>0</horstretch>
|
|
||||||
<verstretch>0</verstretch>
|
|
||||||
</sizepolicy>
|
|
||||||
</property>
|
|
||||||
</widget>
|
|
||||||
</item>
|
|
||||||
</layout>
|
|
||||||
</item>
|
|
||||||
<item row="0" column="0">
|
|
||||||
<layout class="QVBoxLayout" name="verticalLayout">
|
<layout class="QVBoxLayout" name="verticalLayout">
|
||||||
<property name="margin">
|
<property name="leftMargin">
|
||||||
|
<number>12</number>
|
||||||
|
</property>
|
||||||
|
<property name="topMargin">
|
||||||
|
<number>12</number>
|
||||||
|
</property>
|
||||||
|
<property name="rightMargin">
|
||||||
|
<number>12</number>
|
||||||
|
</property>
|
||||||
|
<property name="bottomMargin">
|
||||||
<number>12</number>
|
<number>12</number>
|
||||||
</property>
|
</property>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QLabel" name="titleLabel">
|
<widget class="QLabel" name="titleLabel">
|
||||||
|
<property name="sizePolicy">
|
||||||
|
<sizepolicy hsizetype="Minimum" vsizetype="Preferred">
|
||||||
|
<horstretch>0</horstretch>
|
||||||
|
<verstretch>0</verstretch>
|
||||||
|
</sizepolicy>
|
||||||
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string notr="true"><span style=" font-size:18pt;">Properties</span></string>
|
<string notr="true"><span style=" font-size:18pt;">Properties</span></string>
|
||||||
</property>
|
</property>
|
||||||
@@ -358,13 +359,27 @@
|
|||||||
</item>
|
</item>
|
||||||
</layout>
|
</layout>
|
||||||
</item>
|
</item>
|
||||||
<item row="0" column="1">
|
<item>
|
||||||
<widget class="Line" name="line">
|
<widget class="Line" name="line">
|
||||||
<property name="orientation">
|
<property name="orientation">
|
||||||
<enum>Qt::Vertical</enum>
|
<enum>Qt::Vertical</enum>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
<item>
|
||||||
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
||||||
|
<item>
|
||||||
|
<widget class="glabels::SimplePreview" name="preview">
|
||||||
|
<property name="sizePolicy">
|
||||||
|
<sizepolicy hsizetype="Expanding" vsizetype="Preferred">
|
||||||
|
<horstretch>0</horstretch>
|
||||||
|
<verstretch>0</verstretch>
|
||||||
|
</sizepolicy>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
</layout>
|
||||||
|
</item>
|
||||||
</layout>
|
</layout>
|
||||||
</widget>
|
</widget>
|
||||||
<customwidgets>
|
<customwidgets>
|
||||||
|
|||||||
+14
-14
@@ -640,62 +640,62 @@
|
|||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../glabels/ui/PrintView.ui" line="65"/>
|
<location filename="../glabels/ui/PrintView.ui" line="331"/>
|
||||||
<source>Page</source>
|
<source>Page</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../glabels/ui/PrintView.ui" line="79"/>
|
<location filename="../glabels/ui/PrintView.ui" line="345"/>
|
||||||
<source>of</source>
|
<source>of</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../glabels/ui/PrintView.ui" line="86"/>
|
<location filename="../glabels/ui/PrintView.ui" line="352"/>
|
||||||
<source>nn</source>
|
<source>nn</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../glabels/ui/PrintView.ui" line="143"/>
|
<location filename="../glabels/ui/PrintView.ui" line="74"/>
|
||||||
<source>Copies</source>
|
<source>Copies</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../glabels/ui/PrintView.ui" line="151"/>
|
<location filename="../glabels/ui/PrintView.ui" line="101"/>
|
||||||
<source>Copies:</source>
|
<source>Copies:</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../glabels/ui/PrintView.ui" line="195"/>
|
<location filename="../glabels/ui/PrintView.ui" line="141"/>
|
||||||
<source>Start on position:</source>
|
<source>Start on position:</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../glabels/ui/PrintView.ui" line="209"/>
|
<location filename="../glabels/ui/PrintView.ui" line="167"/>
|
||||||
<source>on 1st page</source>
|
<source>on 1st page</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../glabels/ui/PrintView.ui" line="255"/>
|
<location filename="../glabels/ui/PrintView.ui" line="210"/>
|
||||||
<source>Print options</source>
|
<source>Print options</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../glabels/ui/PrintView.ui" line="263"/>
|
<location filename="../glabels/ui/PrintView.ui" line="218"/>
|
||||||
<source>print outlines</source>
|
<source>print outlines</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../glabels/ui/PrintView.ui" line="270"/>
|
<location filename="../glabels/ui/PrintView.ui" line="225"/>
|
||||||
<source>print crop marks</source>
|
<source>print crop marks</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../glabels/ui/PrintView.ui" line="277"/>
|
<location filename="../glabels/ui/PrintView.ui" line="232"/>
|
||||||
<source>print in reverse (i.e. a mirror image)</source>
|
<source>print in reverse (i.e. a mirror image)</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../glabels/ui/PrintView.ui" line="292"/>
|
<location filename="../glabels/ui/PrintView.ui" line="253"/>
|
||||||
<source>Print</source>
|
<source>Print</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
@@ -1111,7 +1111,7 @@
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../glabels/ui/TemplateDesignerOneLayoutPage.ui" line="82"/>
|
<location filename="../glabels/ui/TemplateDesignerOneLayoutPage.ui" line="82"/>
|
||||||
<source>Distance from top edge (y0);</source>
|
<source>Distance from top edge (y0):</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
@@ -1261,7 +1261,7 @@
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../glabels/ui/TemplateDesignerTwoLayoutPage.ui" line="74"/>
|
<location filename="../glabels/ui/TemplateDesignerTwoLayoutPage.ui" line="74"/>
|
||||||
<source>Distance from top edge (y0);</source>
|
<source>Distance from top edge (y0):</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
|
|||||||
@@ -909,10 +909,6 @@
|
|||||||
<source>Distance from left edge (x0):</source>
|
<source>Distance from left edge (x0):</source>
|
||||||
<translation type="unfinished">هامش الورقة الأيسر:</translation>
|
<translation type="unfinished">هامش الورقة الأيسر:</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
|
||||||
<source>Distance from top edge (y0);</source>
|
|
||||||
<translation type="unfinished"></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
<message>
|
||||||
<source>Horizontal pitch (dx):</source>
|
<source>Horizontal pitch (dx):</source>
|
||||||
<translation type="unfinished">المسافة بين الأعمدة:</translation>
|
<translation type="unfinished">المسافة بين الأعمدة:</translation>
|
||||||
@@ -925,6 +921,10 @@
|
|||||||
<source>Print test sheet</source>
|
<source>Print test sheet</source>
|
||||||
<translation type="unfinished">طباعة ورقة اختبار</translation>
|
<translation type="unfinished">طباعة ورقة اختبار</translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>Distance from top edge (y0):</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>TemplateDesignerPageSizePage</name>
|
<name>TemplateDesignerPageSizePage</name>
|
||||||
@@ -1035,10 +1035,6 @@
|
|||||||
<source>Number down (ny):</source>
|
<source>Number down (ny):</source>
|
||||||
<translation type="unfinished">عدد الملصقات في العمود:</translation>
|
<translation type="unfinished">عدد الملصقات في العمود:</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
|
||||||
<source>Distance from top edge (y0);</source>
|
|
||||||
<translation type="unfinished"></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
<message>
|
||||||
<source>Number across (nx):</source>
|
<source>Number across (nx):</source>
|
||||||
<translation type="unfinished">عدد الملصقات في الصف:</translation>
|
<translation type="unfinished">عدد الملصقات في الصف:</translation>
|
||||||
@@ -1055,6 +1051,10 @@
|
|||||||
<source>Print test sheet</source>
|
<source>Print test sheet</source>
|
||||||
<translation type="unfinished">طباعة ورقة اختبار</translation>
|
<translation type="unfinished">طباعة ورقة اختبار</translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>Distance from top edge (y0):</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>Units</name>
|
<name>Units</name>
|
||||||
|
|||||||
@@ -887,10 +887,6 @@
|
|||||||
<source>Distance from left edge (x0):</source>
|
<source>Distance from left edge (x0):</source>
|
||||||
<translation type="unfinished">Udaljenost od lijeve ivice (x0):</translation>
|
<translation type="unfinished">Udaljenost od lijeve ivice (x0):</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
|
||||||
<source>Distance from top edge (y0);</source>
|
|
||||||
<translation type="unfinished"></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
<message>
|
||||||
<source>Horizontal pitch (dx):</source>
|
<source>Horizontal pitch (dx):</source>
|
||||||
<translation type="unfinished">Horizontalni nagib (dx):</translation>
|
<translation type="unfinished">Horizontalni nagib (dx):</translation>
|
||||||
@@ -903,6 +899,10 @@
|
|||||||
<source>Print test sheet</source>
|
<source>Print test sheet</source>
|
||||||
<translation type="unfinished">Štampaj probni list</translation>
|
<translation type="unfinished">Štampaj probni list</translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>Distance from top edge (y0):</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>TemplateDesignerPageSizePage</name>
|
<name>TemplateDesignerPageSizePage</name>
|
||||||
@@ -1010,10 +1010,6 @@
|
|||||||
<source>Number down (ny):</source>
|
<source>Number down (ny):</source>
|
||||||
<translation type="unfinished">Broj dole (ny):</translation>
|
<translation type="unfinished">Broj dole (ny):</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
|
||||||
<source>Distance from top edge (y0);</source>
|
|
||||||
<translation type="unfinished"></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
<message>
|
||||||
<source>Number across (nx):</source>
|
<source>Number across (nx):</source>
|
||||||
<translation type="unfinished">Broj preko (nx):</translation>
|
<translation type="unfinished">Broj preko (nx):</translation>
|
||||||
@@ -1030,6 +1026,10 @@
|
|||||||
<source>Print test sheet</source>
|
<source>Print test sheet</source>
|
||||||
<translation type="unfinished">Štampaj probni list</translation>
|
<translation type="unfinished">Štampaj probni list</translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>Distance from top edge (y0):</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>Units</name>
|
<name>Units</name>
|
||||||
|
|||||||
@@ -887,10 +887,6 @@
|
|||||||
<source>Distance from left edge (x0):</source>
|
<source>Distance from left edge (x0):</source>
|
||||||
<translation type="unfinished">Distància des de la vora esquerra (x0):</translation>
|
<translation type="unfinished">Distància des de la vora esquerra (x0):</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
|
||||||
<source>Distance from top edge (y0);</source>
|
|
||||||
<translation type="unfinished"></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
<message>
|
||||||
<source>Horizontal pitch (dx):</source>
|
<source>Horizontal pitch (dx):</source>
|
||||||
<translation type="unfinished">Separació horitzontal (dx):</translation>
|
<translation type="unfinished">Separació horitzontal (dx):</translation>
|
||||||
@@ -903,6 +899,10 @@
|
|||||||
<source>Print test sheet</source>
|
<source>Print test sheet</source>
|
||||||
<translation type="unfinished">Imprimeix un full de mostra</translation>
|
<translation type="unfinished">Imprimeix un full de mostra</translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>Distance from top edge (y0):</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>TemplateDesignerPageSizePage</name>
|
<name>TemplateDesignerPageSizePage</name>
|
||||||
@@ -1010,10 +1010,6 @@
|
|||||||
<source>Number down (ny):</source>
|
<source>Number down (ny):</source>
|
||||||
<translation type="unfinished">Nombre per alçada (ny):</translation>
|
<translation type="unfinished">Nombre per alçada (ny):</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
|
||||||
<source>Distance from top edge (y0);</source>
|
|
||||||
<translation type="unfinished"></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
<message>
|
||||||
<source>Number across (nx):</source>
|
<source>Number across (nx):</source>
|
||||||
<translation type="unfinished">Nombre per amplada (nx):</translation>
|
<translation type="unfinished">Nombre per amplada (nx):</translation>
|
||||||
@@ -1030,6 +1026,10 @@
|
|||||||
<source>Print test sheet</source>
|
<source>Print test sheet</source>
|
||||||
<translation type="unfinished">Imprimeix un full de mostra</translation>
|
<translation type="unfinished">Imprimeix un full de mostra</translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>Distance from top edge (y0):</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>Units</name>
|
<name>Units</name>
|
||||||
|
|||||||
@@ -887,10 +887,6 @@
|
|||||||
<source>Distance from left edge (x0):</source>
|
<source>Distance from left edge (x0):</source>
|
||||||
<translation type="unfinished">Distància des de la vora esquerra (x0):</translation>
|
<translation type="unfinished">Distància des de la vora esquerra (x0):</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
|
||||||
<source>Distance from top edge (y0);</source>
|
|
||||||
<translation type="unfinished"></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
<message>
|
||||||
<source>Horizontal pitch (dx):</source>
|
<source>Horizontal pitch (dx):</source>
|
||||||
<translation type="unfinished">Separació horitzontal (dx):</translation>
|
<translation type="unfinished">Separació horitzontal (dx):</translation>
|
||||||
@@ -903,6 +899,10 @@
|
|||||||
<source>Print test sheet</source>
|
<source>Print test sheet</source>
|
||||||
<translation type="unfinished">Imprimeix un full de mostra</translation>
|
<translation type="unfinished">Imprimeix un full de mostra</translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>Distance from top edge (y0):</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>TemplateDesignerPageSizePage</name>
|
<name>TemplateDesignerPageSizePage</name>
|
||||||
@@ -1010,10 +1010,6 @@
|
|||||||
<source>Number down (ny):</source>
|
<source>Number down (ny):</source>
|
||||||
<translation type="unfinished">Nombre per alçada (ny):</translation>
|
<translation type="unfinished">Nombre per alçada (ny):</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
|
||||||
<source>Distance from top edge (y0);</source>
|
|
||||||
<translation type="unfinished"></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
<message>
|
||||||
<source>Number across (nx):</source>
|
<source>Number across (nx):</source>
|
||||||
<translation type="unfinished">Nombre per amplada (nx):</translation>
|
<translation type="unfinished">Nombre per amplada (nx):</translation>
|
||||||
@@ -1030,6 +1026,10 @@
|
|||||||
<source>Print test sheet</source>
|
<source>Print test sheet</source>
|
||||||
<translation type="unfinished">Imprimeix un full de mostra</translation>
|
<translation type="unfinished">Imprimeix un full de mostra</translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>Distance from top edge (y0):</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>Units</name>
|
<name>Units</name>
|
||||||
|
|||||||
@@ -887,10 +887,6 @@
|
|||||||
<source>Distance from left edge (x0):</source>
|
<source>Distance from left edge (x0):</source>
|
||||||
<translation type="unfinished">Vzdálenost od levého okraje (x0):</translation>
|
<translation type="unfinished">Vzdálenost od levého okraje (x0):</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
|
||||||
<source>Distance from top edge (y0);</source>
|
|
||||||
<translation type="unfinished"></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
<message>
|
||||||
<source>Horizontal pitch (dx):</source>
|
<source>Horizontal pitch (dx):</source>
|
||||||
<translation type="unfinished">Vodorovná rozteč (dx):</translation>
|
<translation type="unfinished">Vodorovná rozteč (dx):</translation>
|
||||||
@@ -903,6 +899,10 @@
|
|||||||
<source>Print test sheet</source>
|
<source>Print test sheet</source>
|
||||||
<translation type="unfinished">Vytisknout testovací stránku</translation>
|
<translation type="unfinished">Vytisknout testovací stránku</translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>Distance from top edge (y0):</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>TemplateDesignerPageSizePage</name>
|
<name>TemplateDesignerPageSizePage</name>
|
||||||
@@ -1010,10 +1010,6 @@
|
|||||||
<source>Number down (ny):</source>
|
<source>Number down (ny):</source>
|
||||||
<translation type="unfinished">Počet svisle (ny):</translation>
|
<translation type="unfinished">Počet svisle (ny):</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
|
||||||
<source>Distance from top edge (y0);</source>
|
|
||||||
<translation type="unfinished"></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
<message>
|
||||||
<source>Number across (nx):</source>
|
<source>Number across (nx):</source>
|
||||||
<translation type="unfinished">Počet napříč (nx):</translation>
|
<translation type="unfinished">Počet napříč (nx):</translation>
|
||||||
@@ -1030,6 +1026,10 @@
|
|||||||
<source>Print test sheet</source>
|
<source>Print test sheet</source>
|
||||||
<translation type="unfinished">Vytisknout testovací stránku</translation>
|
<translation type="unfinished">Vytisknout testovací stránku</translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>Distance from top edge (y0):</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>Units</name>
|
<name>Units</name>
|
||||||
|
|||||||
@@ -887,10 +887,6 @@
|
|||||||
<source>Distance from left edge (x0):</source>
|
<source>Distance from left edge (x0):</source>
|
||||||
<translation type="unfinished">Afstand fra venstre hjørne (x0):</translation>
|
<translation type="unfinished">Afstand fra venstre hjørne (x0):</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
|
||||||
<source>Distance from top edge (y0);</source>
|
|
||||||
<translation type="unfinished"></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
<message>
|
||||||
<source>Horizontal pitch (dx):</source>
|
<source>Horizontal pitch (dx):</source>
|
||||||
<translation type="unfinished">Vandret afstand (dx):</translation>
|
<translation type="unfinished">Vandret afstand (dx):</translation>
|
||||||
@@ -903,6 +899,10 @@
|
|||||||
<source>Print test sheet</source>
|
<source>Print test sheet</source>
|
||||||
<translation type="unfinished">Udskriv testark</translation>
|
<translation type="unfinished">Udskriv testark</translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>Distance from top edge (y0):</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>TemplateDesignerPageSizePage</name>
|
<name>TemplateDesignerPageSizePage</name>
|
||||||
@@ -1010,10 +1010,6 @@
|
|||||||
<source>Number down (ny):</source>
|
<source>Number down (ny):</source>
|
||||||
<translation type="unfinished">Antal ned (ny):</translation>
|
<translation type="unfinished">Antal ned (ny):</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
|
||||||
<source>Distance from top edge (y0);</source>
|
|
||||||
<translation type="unfinished"></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
<message>
|
||||||
<source>Number across (nx):</source>
|
<source>Number across (nx):</source>
|
||||||
<translation type="unfinished">Antal på tværs (nx):</translation>
|
<translation type="unfinished">Antal på tværs (nx):</translation>
|
||||||
@@ -1030,6 +1026,10 @@
|
|||||||
<source>Print test sheet</source>
|
<source>Print test sheet</source>
|
||||||
<translation type="unfinished">Udskriv testark</translation>
|
<translation type="unfinished">Udskriv testark</translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>Distance from top edge (y0):</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>Units</name>
|
<name>Units</name>
|
||||||
|
|||||||
@@ -640,62 +640,62 @@
|
|||||||
<translation>Form</translation>
|
<translation>Form</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../glabels/ui/PrintView.ui" line="65"/>
|
<location filename="../glabels/ui/PrintView.ui" line="331"/>
|
||||||
<source>Page</source>
|
<source>Page</source>
|
||||||
<translation>Seite</translation>
|
<translation>Seite</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../glabels/ui/PrintView.ui" line="79"/>
|
<location filename="../glabels/ui/PrintView.ui" line="345"/>
|
||||||
<source>of</source>
|
<source>of</source>
|
||||||
<translation>von</translation>
|
<translation>von</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../glabels/ui/PrintView.ui" line="86"/>
|
<location filename="../glabels/ui/PrintView.ui" line="352"/>
|
||||||
<source>nn</source>
|
<source>nn</source>
|
||||||
<translation>nn</translation>
|
<translation>nn</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../glabels/ui/PrintView.ui" line="143"/>
|
<location filename="../glabels/ui/PrintView.ui" line="74"/>
|
||||||
<source>Copies</source>
|
<source>Copies</source>
|
||||||
<translation>Kopien</translation>
|
<translation>Kopien</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../glabels/ui/PrintView.ui" line="151"/>
|
<location filename="../glabels/ui/PrintView.ui" line="101"/>
|
||||||
<source>Copies:</source>
|
<source>Copies:</source>
|
||||||
<translation>Kopien:</translation>
|
<translation>Kopien:</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../glabels/ui/PrintView.ui" line="195"/>
|
<location filename="../glabels/ui/PrintView.ui" line="141"/>
|
||||||
<source>Start on position:</source>
|
<source>Start on position:</source>
|
||||||
<translation>Beginnen bei Position:</translation>
|
<translation>Beginnen bei Position:</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../glabels/ui/PrintView.ui" line="209"/>
|
<location filename="../glabels/ui/PrintView.ui" line="167"/>
|
||||||
<source>on 1st page</source>
|
<source>on 1st page</source>
|
||||||
<translation>auf der ersten Seite</translation>
|
<translation>auf der ersten Seite</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../glabels/ui/PrintView.ui" line="255"/>
|
<location filename="../glabels/ui/PrintView.ui" line="210"/>
|
||||||
<source>Print options</source>
|
<source>Print options</source>
|
||||||
<translation>Druckoptionen</translation>
|
<translation>Druckoptionen</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../glabels/ui/PrintView.ui" line="263"/>
|
<location filename="../glabels/ui/PrintView.ui" line="218"/>
|
||||||
<source>print outlines</source>
|
<source>print outlines</source>
|
||||||
<translation>Begrenzungen drucken</translation>
|
<translation>Begrenzungen drucken</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../glabels/ui/PrintView.ui" line="270"/>
|
<location filename="../glabels/ui/PrintView.ui" line="225"/>
|
||||||
<source>print crop marks</source>
|
<source>print crop marks</source>
|
||||||
<translation>Schnittmarken drucken</translation>
|
<translation>Schnittmarken drucken</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../glabels/ui/PrintView.ui" line="277"/>
|
<location filename="../glabels/ui/PrintView.ui" line="232"/>
|
||||||
<source>print in reverse (i.e. a mirror image)</source>
|
<source>print in reverse (i.e. a mirror image)</source>
|
||||||
<translation>Spiegelbildlich drucken</translation>
|
<translation>Spiegelbildlich drucken</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../glabels/ui/PrintView.ui" line="292"/>
|
<location filename="../glabels/ui/PrintView.ui" line="253"/>
|
||||||
<source>Print</source>
|
<source>Print</source>
|
||||||
<translation>Drucken</translation>
|
<translation>Drucken</translation>
|
||||||
</message>
|
</message>
|
||||||
@@ -1111,8 +1111,8 @@
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../glabels/ui/TemplateDesignerOneLayoutPage.ui" line="82"/>
|
<location filename="../glabels/ui/TemplateDesignerOneLayoutPage.ui" line="82"/>
|
||||||
<source>Distance from top edge (y0);</source>
|
<source>Distance from top edge (y0):</source>
|
||||||
<translation>Abstand vom oberen Rand (y0):</translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../glabels/ui/TemplateDesignerOneLayoutPage.ui" line="99"/>
|
<location filename="../glabels/ui/TemplateDesignerOneLayoutPage.ui" line="99"/>
|
||||||
@@ -1261,8 +1261,8 @@
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../glabels/ui/TemplateDesignerTwoLayoutPage.ui" line="74"/>
|
<location filename="../glabels/ui/TemplateDesignerTwoLayoutPage.ui" line="74"/>
|
||||||
<source>Distance from top edge (y0);</source>
|
<source>Distance from top edge (y0):</source>
|
||||||
<translation>Abstand vom oberen Rand (y0):</translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../glabels/ui/TemplateDesignerTwoLayoutPage.ui" line="94"/>
|
<location filename="../glabels/ui/TemplateDesignerTwoLayoutPage.ui" line="94"/>
|
||||||
|
|||||||
@@ -887,10 +887,6 @@
|
|||||||
<source>Distance from left edge (x0):</source>
|
<source>Distance from left edge (x0):</source>
|
||||||
<translation type="unfinished">Απόσταση από την αριστερή άκρη (x0):</translation>
|
<translation type="unfinished">Απόσταση από την αριστερή άκρη (x0):</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
|
||||||
<source>Distance from top edge (y0);</source>
|
|
||||||
<translation type="unfinished"></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
<message>
|
||||||
<source>Horizontal pitch (dx):</source>
|
<source>Horizontal pitch (dx):</source>
|
||||||
<translation type="unfinished">Οριζόντιο βήμα (dx):</translation>
|
<translation type="unfinished">Οριζόντιο βήμα (dx):</translation>
|
||||||
@@ -903,6 +899,10 @@
|
|||||||
<source>Print test sheet</source>
|
<source>Print test sheet</source>
|
||||||
<translation type="unfinished">Εκτύπωση δοκιμαστικού φύλλου</translation>
|
<translation type="unfinished">Εκτύπωση δοκιμαστικού φύλλου</translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>Distance from top edge (y0):</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>TemplateDesignerPageSizePage</name>
|
<name>TemplateDesignerPageSizePage</name>
|
||||||
@@ -1010,10 +1010,6 @@
|
|||||||
<source>Number down (ny):</source>
|
<source>Number down (ny):</source>
|
||||||
<translation type="unfinished">Αριθμός κάθετων κομματιών (ny):</translation>
|
<translation type="unfinished">Αριθμός κάθετων κομματιών (ny):</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
|
||||||
<source>Distance from top edge (y0);</source>
|
|
||||||
<translation type="unfinished"></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
<message>
|
||||||
<source>Number across (nx):</source>
|
<source>Number across (nx):</source>
|
||||||
<translation type="unfinished">Αριθμός οριζόντιων κομματιών (nx):</translation>
|
<translation type="unfinished">Αριθμός οριζόντιων κομματιών (nx):</translation>
|
||||||
@@ -1030,6 +1026,10 @@
|
|||||||
<source>Print test sheet</source>
|
<source>Print test sheet</source>
|
||||||
<translation type="unfinished">Εκτύπωση δοκιμαστικού φύλλου</translation>
|
<translation type="unfinished">Εκτύπωση δοκιμαστικού φύλλου</translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>Distance from top edge (y0):</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>Units</name>
|
<name>Units</name>
|
||||||
|
|||||||
@@ -887,10 +887,6 @@
|
|||||||
<source>Distance from left edge (x0):</source>
|
<source>Distance from left edge (x0):</source>
|
||||||
<translation type="unfinished">Distance from left edge (x0):</translation>
|
<translation type="unfinished">Distance from left edge (x0):</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
|
||||||
<source>Distance from top edge (y0);</source>
|
|
||||||
<translation type="unfinished"></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
<message>
|
||||||
<source>Horizontal pitch (dx):</source>
|
<source>Horizontal pitch (dx):</source>
|
||||||
<translation type="unfinished">Horizontal pitch (dx):</translation>
|
<translation type="unfinished">Horizontal pitch (dx):</translation>
|
||||||
@@ -903,6 +899,10 @@
|
|||||||
<source>Print test sheet</source>
|
<source>Print test sheet</source>
|
||||||
<translation type="unfinished">Print test sheet</translation>
|
<translation type="unfinished">Print test sheet</translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>Distance from top edge (y0):</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>TemplateDesignerPageSizePage</name>
|
<name>TemplateDesignerPageSizePage</name>
|
||||||
@@ -1010,10 +1010,6 @@
|
|||||||
<source>Number down (ny):</source>
|
<source>Number down (ny):</source>
|
||||||
<translation type="unfinished">Number down (ny):</translation>
|
<translation type="unfinished">Number down (ny):</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
|
||||||
<source>Distance from top edge (y0);</source>
|
|
||||||
<translation type="unfinished"></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
<message>
|
||||||
<source>Number across (nx):</source>
|
<source>Number across (nx):</source>
|
||||||
<translation type="unfinished">Number across (nx):</translation>
|
<translation type="unfinished">Number across (nx):</translation>
|
||||||
@@ -1030,6 +1026,10 @@
|
|||||||
<source>Print test sheet</source>
|
<source>Print test sheet</source>
|
||||||
<translation type="unfinished">Print test sheet</translation>
|
<translation type="unfinished">Print test sheet</translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>Distance from top edge (y0):</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>Units</name>
|
<name>Units</name>
|
||||||
|
|||||||
@@ -893,10 +893,6 @@
|
|||||||
<source>Distance from left edge (x0):</source>
|
<source>Distance from left edge (x0):</source>
|
||||||
<translation type="unfinished">Distanco el maldekstra rando (x0):</translation>
|
<translation type="unfinished">Distanco el maldekstra rando (x0):</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
|
||||||
<source>Distance from top edge (y0);</source>
|
|
||||||
<translation type="unfinished"></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
<message>
|
||||||
<source>Horizontal pitch (dx):</source>
|
<source>Horizontal pitch (dx):</source>
|
||||||
<translation type="unfinished">Horizontala kvanto (dx):</translation>
|
<translation type="unfinished">Horizontala kvanto (dx):</translation>
|
||||||
@@ -909,6 +905,10 @@
|
|||||||
<source>Print test sheet</source>
|
<source>Print test sheet</source>
|
||||||
<translation type="unfinished">Presi paĝon de elprovo</translation>
|
<translation type="unfinished">Presi paĝon de elprovo</translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>Distance from top edge (y0):</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>TemplateDesignerPageSizePage</name>
|
<name>TemplateDesignerPageSizePage</name>
|
||||||
@@ -1017,10 +1017,6 @@
|
|||||||
<source>Number down (ny):</source>
|
<source>Number down (ny):</source>
|
||||||
<translation type="unfinished">Numero sube (ny):</translation>
|
<translation type="unfinished">Numero sube (ny):</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
|
||||||
<source>Distance from top edge (y0);</source>
|
|
||||||
<translation type="unfinished"></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
<message>
|
||||||
<source>Number across (nx):</source>
|
<source>Number across (nx):</source>
|
||||||
<translation type="unfinished">Numero transverse (nx):</translation>
|
<translation type="unfinished">Numero transverse (nx):</translation>
|
||||||
@@ -1037,6 +1033,10 @@
|
|||||||
<source>Print test sheet</source>
|
<source>Print test sheet</source>
|
||||||
<translation type="unfinished">Presi paĝon de elprovo</translation>
|
<translation type="unfinished">Presi paĝon de elprovo</translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>Distance from top edge (y0):</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>Units</name>
|
<name>Units</name>
|
||||||
|
|||||||
@@ -887,10 +887,6 @@
|
|||||||
<source>Distance from left edge (x0):</source>
|
<source>Distance from left edge (x0):</source>
|
||||||
<translation type="unfinished">Distancia desde el borde izquierdo (x0):</translation>
|
<translation type="unfinished">Distancia desde el borde izquierdo (x0):</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
|
||||||
<source>Distance from top edge (y0);</source>
|
|
||||||
<translation type="unfinished"></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
<message>
|
||||||
<source>Horizontal pitch (dx):</source>
|
<source>Horizontal pitch (dx):</source>
|
||||||
<translation type="unfinished">Desplazamiento horizontal (dx):</translation>
|
<translation type="unfinished">Desplazamiento horizontal (dx):</translation>
|
||||||
@@ -903,6 +899,10 @@
|
|||||||
<source>Print test sheet</source>
|
<source>Print test sheet</source>
|
||||||
<translation type="unfinished">Imprimir página de prueba</translation>
|
<translation type="unfinished">Imprimir página de prueba</translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>Distance from top edge (y0):</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>TemplateDesignerPageSizePage</name>
|
<name>TemplateDesignerPageSizePage</name>
|
||||||
@@ -1010,10 +1010,6 @@
|
|||||||
<source>Number down (ny):</source>
|
<source>Number down (ny):</source>
|
||||||
<translation type="unfinished">Cantidad vertical (ny):</translation>
|
<translation type="unfinished">Cantidad vertical (ny):</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
|
||||||
<source>Distance from top edge (y0);</source>
|
|
||||||
<translation type="unfinished"></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
<message>
|
||||||
<source>Number across (nx):</source>
|
<source>Number across (nx):</source>
|
||||||
<translation type="unfinished">Cantidad horizontal (nx):</translation>
|
<translation type="unfinished">Cantidad horizontal (nx):</translation>
|
||||||
@@ -1030,6 +1026,10 @@
|
|||||||
<source>Print test sheet</source>
|
<source>Print test sheet</source>
|
||||||
<translation type="unfinished">Imprimir página de prueba</translation>
|
<translation type="unfinished">Imprimir página de prueba</translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>Distance from top edge (y0):</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>Units</name>
|
<name>Units</name>
|
||||||
|
|||||||
@@ -896,10 +896,6 @@
|
|||||||
<source>Distance from left edge (x0):</source>
|
<source>Distance from left edge (x0):</source>
|
||||||
<translation type="unfinished">Etäisyys vasemmasta reunasta (x0):</translation>
|
<translation type="unfinished">Etäisyys vasemmasta reunasta (x0):</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
|
||||||
<source>Distance from top edge (y0);</source>
|
|
||||||
<translation type="unfinished"></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
<message>
|
||||||
<source>Horizontal pitch (dx):</source>
|
<source>Horizontal pitch (dx):</source>
|
||||||
<translation type="unfinished">Vaakajako (dx):</translation>
|
<translation type="unfinished">Vaakajako (dx):</translation>
|
||||||
@@ -912,6 +908,10 @@
|
|||||||
<source>Print test sheet</source>
|
<source>Print test sheet</source>
|
||||||
<translation type="unfinished">Tulosta testisivu</translation>
|
<translation type="unfinished">Tulosta testisivu</translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>Distance from top edge (y0):</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>TemplateDesignerPageSizePage</name>
|
<name>TemplateDesignerPageSizePage</name>
|
||||||
@@ -1020,10 +1020,6 @@
|
|||||||
<source>Number down (ny):</source>
|
<source>Number down (ny):</source>
|
||||||
<translation type="unfinished">Lukumäärä alleikkain (ny):</translation>
|
<translation type="unfinished">Lukumäärä alleikkain (ny):</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
|
||||||
<source>Distance from top edge (y0);</source>
|
|
||||||
<translation type="unfinished"></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
<message>
|
||||||
<source>Number across (nx):</source>
|
<source>Number across (nx):</source>
|
||||||
<translation type="unfinished">Lukumäärä poikittain (nx):</translation>
|
<translation type="unfinished">Lukumäärä poikittain (nx):</translation>
|
||||||
@@ -1040,6 +1036,10 @@
|
|||||||
<source>Print test sheet</source>
|
<source>Print test sheet</source>
|
||||||
<translation type="unfinished">Tulosta testisivu</translation>
|
<translation type="unfinished">Tulosta testisivu</translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>Distance from top edge (y0):</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>Units</name>
|
<name>Units</name>
|
||||||
|
|||||||
@@ -887,10 +887,6 @@
|
|||||||
<source>Distance from left edge (x0):</source>
|
<source>Distance from left edge (x0):</source>
|
||||||
<translation type="unfinished">Distance par rapport au bord gauche (x0) :</translation>
|
<translation type="unfinished">Distance par rapport au bord gauche (x0) :</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
|
||||||
<source>Distance from top edge (y0);</source>
|
|
||||||
<translation type="unfinished"></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
<message>
|
||||||
<source>Horizontal pitch (dx):</source>
|
<source>Horizontal pitch (dx):</source>
|
||||||
<translation type="unfinished">Espacement horizontal (dx) :</translation>
|
<translation type="unfinished">Espacement horizontal (dx) :</translation>
|
||||||
@@ -903,6 +899,10 @@
|
|||||||
<source>Print test sheet</source>
|
<source>Print test sheet</source>
|
||||||
<translation type="unfinished">Imprimer une page test</translation>
|
<translation type="unfinished">Imprimer une page test</translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>Distance from top edge (y0):</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>TemplateDesignerPageSizePage</name>
|
<name>TemplateDesignerPageSizePage</name>
|
||||||
@@ -1010,10 +1010,6 @@
|
|||||||
<source>Number down (ny):</source>
|
<source>Number down (ny):</source>
|
||||||
<translation type="unfinished">Nombre sur la hauteur (ny) :</translation>
|
<translation type="unfinished">Nombre sur la hauteur (ny) :</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
|
||||||
<source>Distance from top edge (y0);</source>
|
|
||||||
<translation type="unfinished"></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
<message>
|
||||||
<source>Number across (nx):</source>
|
<source>Number across (nx):</source>
|
||||||
<translation type="unfinished">Nombre sur la largeur (nx) :</translation>
|
<translation type="unfinished">Nombre sur la largeur (nx) :</translation>
|
||||||
@@ -1030,6 +1026,10 @@
|
|||||||
<source>Print test sheet</source>
|
<source>Print test sheet</source>
|
||||||
<translation type="unfinished">Imprimer une page test</translation>
|
<translation type="unfinished">Imprimer une page test</translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>Distance from top edge (y0):</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>Units</name>
|
<name>Units</name>
|
||||||
|
|||||||
@@ -897,10 +897,6 @@
|
|||||||
<translation type="unfinished">
|
<translation type="unfinished">
|
||||||
</translation>
|
</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
|
||||||
<source>Distance from top edge (y0);</source>
|
|
||||||
<translation type="unfinished"></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
<message>
|
||||||
<source>Horizontal pitch (dx):</source>
|
<source>Horizontal pitch (dx):</source>
|
||||||
<translation type="unfinished">Diminúe o ton da voz.</translation>
|
<translation type="unfinished">Diminúe o ton da voz.</translation>
|
||||||
@@ -913,6 +909,10 @@
|
|||||||
<source>Print test sheet</source>
|
<source>Print test sheet</source>
|
||||||
<translation type="unfinished">I_mprimir páxina de proba</translation>
|
<translation type="unfinished">I_mprimir páxina de proba</translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>Distance from top edge (y0):</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>TemplateDesignerPageSizePage</name>
|
<name>TemplateDesignerPageSizePage</name>
|
||||||
@@ -1025,10 +1025,6 @@
|
|||||||
<source>Number down (ny):</source>
|
<source>Number down (ny):</source>
|
||||||
<translation type="unfinished">carta cara abaixo</translation>
|
<translation type="unfinished">carta cara abaixo</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
|
||||||
<source>Distance from top edge (y0);</source>
|
|
||||||
<translation type="unfinished"></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
<message>
|
||||||
<source>Number across (nx):</source>
|
<source>Number across (nx):</source>
|
||||||
<translation type="unfinished">Atopouse o número do punto de interrupción %s
|
<translation type="unfinished">Atopouse o número do punto de interrupción %s
|
||||||
@@ -1046,6 +1042,10 @@
|
|||||||
<source>Print test sheet</source>
|
<source>Print test sheet</source>
|
||||||
<translation type="unfinished">I_mprimir páxina de proba</translation>
|
<translation type="unfinished">I_mprimir páxina de proba</translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>Distance from top edge (y0):</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>Units</name>
|
<name>Units</name>
|
||||||
|
|||||||
@@ -887,10 +887,6 @@
|
|||||||
<source>Distance from left edge (x0):</source>
|
<source>Distance from left edge (x0):</source>
|
||||||
<translation type="unfinished">Távolság a bal széltől (x0):</translation>
|
<translation type="unfinished">Távolság a bal széltől (x0):</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
|
||||||
<source>Distance from top edge (y0);</source>
|
|
||||||
<translation type="unfinished"></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
<message>
|
||||||
<source>Horizontal pitch (dx):</source>
|
<source>Horizontal pitch (dx):</source>
|
||||||
<translation type="unfinished">Vízszintes osztóköz (dx):</translation>
|
<translation type="unfinished">Vízszintes osztóköz (dx):</translation>
|
||||||
@@ -903,6 +899,10 @@
|
|||||||
<source>Print test sheet</source>
|
<source>Print test sheet</source>
|
||||||
<translation type="unfinished">Tesztlap nyomtatása</translation>
|
<translation type="unfinished">Tesztlap nyomtatása</translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>Distance from top edge (y0):</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>TemplateDesignerPageSizePage</name>
|
<name>TemplateDesignerPageSizePage</name>
|
||||||
@@ -1010,10 +1010,6 @@
|
|||||||
<source>Number down (ny):</source>
|
<source>Number down (ny):</source>
|
||||||
<translation type="unfinished">Szám lefelé (ny):</translation>
|
<translation type="unfinished">Szám lefelé (ny):</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
|
||||||
<source>Distance from top edge (y0);</source>
|
|
||||||
<translation type="unfinished"></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
<message>
|
||||||
<source>Number across (nx):</source>
|
<source>Number across (nx):</source>
|
||||||
<translation type="unfinished">Szám keresztbe (nx):</translation>
|
<translation type="unfinished">Szám keresztbe (nx):</translation>
|
||||||
@@ -1030,6 +1026,10 @@
|
|||||||
<source>Print test sheet</source>
|
<source>Print test sheet</source>
|
||||||
<translation type="unfinished">Tesztlap nyomtatása</translation>
|
<translation type="unfinished">Tesztlap nyomtatása</translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>Distance from top edge (y0):</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>Units</name>
|
<name>Units</name>
|
||||||
|
|||||||
@@ -894,10 +894,6 @@
|
|||||||
<source>Distance from left edge (x0):</source>
|
<source>Distance from left edge (x0):</source>
|
||||||
<translation type="unfinished">Jarak dari tepi kiri (x0):</translation>
|
<translation type="unfinished">Jarak dari tepi kiri (x0):</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
|
||||||
<source>Distance from top edge (y0);</source>
|
|
||||||
<translation type="unfinished"></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
<message>
|
||||||
<source>Horizontal pitch (dx):</source>
|
<source>Horizontal pitch (dx):</source>
|
||||||
<translation type="unfinished">
|
<translation type="unfinished">
|
||||||
@@ -913,6 +909,10 @@
|
|||||||
<translation type="unfinished">
|
<translation type="unfinished">
|
||||||
</translation>
|
</translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>Distance from top edge (y0):</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>TemplateDesignerPageSizePage</name>
|
<name>TemplateDesignerPageSizePage</name>
|
||||||
@@ -1023,10 +1023,6 @@
|
|||||||
<translation type="unfinished">
|
<translation type="unfinished">
|
||||||
</translation>
|
</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
|
||||||
<source>Distance from top edge (y0);</source>
|
|
||||||
<translation type="unfinished"></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
<message>
|
||||||
<source>Number across (nx):</source>
|
<source>Number across (nx):</source>
|
||||||
<translation type="unfinished">
|
<translation type="unfinished">
|
||||||
@@ -1047,6 +1043,10 @@
|
|||||||
<translation type="unfinished">
|
<translation type="unfinished">
|
||||||
</translation>
|
</translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>Distance from top edge (y0):</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>Units</name>
|
<name>Units</name>
|
||||||
|
|||||||
@@ -898,10 +898,6 @@
|
|||||||
<source>Distance from left edge (x0):</source>
|
<source>Distance from left edge (x0):</source>
|
||||||
<translation type="unfinished">Distanza dal bordo sinistro (x0):</translation>
|
<translation type="unfinished">Distanza dal bordo sinistro (x0):</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
|
||||||
<source>Distance from top edge (y0);</source>
|
|
||||||
<translation type="unfinished"></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
<message>
|
||||||
<source>Horizontal pitch (dx):</source>
|
<source>Horizontal pitch (dx):</source>
|
||||||
<translation type="unfinished">
|
<translation type="unfinished">
|
||||||
@@ -916,6 +912,10 @@
|
|||||||
<source>Print test sheet</source>
|
<source>Print test sheet</source>
|
||||||
<translation type="unfinished">Stampa foglio di prova</translation>
|
<translation type="unfinished">Stampa foglio di prova</translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>Distance from top edge (y0):</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>TemplateDesignerPageSizePage</name>
|
<name>TemplateDesignerPageSizePage</name>
|
||||||
@@ -1025,10 +1025,6 @@
|
|||||||
<translation type="unfinished">
|
<translation type="unfinished">
|
||||||
</translation>
|
</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
|
||||||
<source>Distance from top edge (y0);</source>
|
|
||||||
<translation type="unfinished"></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
<message>
|
||||||
<source>Number across (nx):</source>
|
<source>Number across (nx):</source>
|
||||||
<translation type="unfinished">
|
<translation type="unfinished">
|
||||||
@@ -1048,6 +1044,10 @@
|
|||||||
<source>Print test sheet</source>
|
<source>Print test sheet</source>
|
||||||
<translation type="unfinished">Stampa foglio di prova</translation>
|
<translation type="unfinished">Stampa foglio di prova</translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>Distance from top edge (y0):</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>Units</name>
|
<name>Units</name>
|
||||||
|
|||||||
@@ -887,10 +887,6 @@
|
|||||||
<source>Distance from left edge (x0):</source>
|
<source>Distance from left edge (x0):</source>
|
||||||
<translation type="unfinished">左上隅からの距離 (x0):</translation>
|
<translation type="unfinished">左上隅からの距離 (x0):</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
|
||||||
<source>Distance from top edge (y0);</source>
|
|
||||||
<translation type="unfinished"></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
<message>
|
||||||
<source>Horizontal pitch (dx):</source>
|
<source>Horizontal pitch (dx):</source>
|
||||||
<translation type="unfinished">水平方向のピッチ (dx):</translation>
|
<translation type="unfinished">水平方向のピッチ (dx):</translation>
|
||||||
@@ -903,6 +899,10 @@
|
|||||||
<source>Print test sheet</source>
|
<source>Print test sheet</source>
|
||||||
<translation type="unfinished">用紙のテスト印刷</translation>
|
<translation type="unfinished">用紙のテスト印刷</translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>Distance from top edge (y0):</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>TemplateDesignerPageSizePage</name>
|
<name>TemplateDesignerPageSizePage</name>
|
||||||
@@ -1010,10 +1010,6 @@
|
|||||||
<source>Number down (ny):</source>
|
<source>Number down (ny):</source>
|
||||||
<translation type="unfinished">縦方向の数 (ny):</translation>
|
<translation type="unfinished">縦方向の数 (ny):</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
|
||||||
<source>Distance from top edge (y0);</source>
|
|
||||||
<translation type="unfinished"></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
<message>
|
||||||
<source>Number across (nx):</source>
|
<source>Number across (nx):</source>
|
||||||
<translation type="unfinished">横方向の数 (nx):</translation>
|
<translation type="unfinished">横方向の数 (nx):</translation>
|
||||||
@@ -1030,6 +1026,10 @@
|
|||||||
<source>Print test sheet</source>
|
<source>Print test sheet</source>
|
||||||
<translation type="unfinished">用紙のテスト印刷</translation>
|
<translation type="unfinished">用紙のテスト印刷</translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>Distance from top edge (y0):</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>Units</name>
|
<name>Units</name>
|
||||||
|
|||||||
@@ -893,10 +893,6 @@
|
|||||||
<source>Distance from left edge (x0):</source>
|
<source>Distance from left edge (x0):</source>
|
||||||
<translation type="unfinished">왼쪽 가장자리 부터 (x0):</translation>
|
<translation type="unfinished">왼쪽 가장자리 부터 (x0):</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
|
||||||
<source>Distance from top edge (y0);</source>
|
|
||||||
<translation type="unfinished"></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
<message>
|
||||||
<source>Horizontal pitch (dx):</source>
|
<source>Horizontal pitch (dx):</source>
|
||||||
<translation type="unfinished">수평 pitch (dx):</translation>
|
<translation type="unfinished">수평 pitch (dx):</translation>
|
||||||
@@ -909,6 +905,10 @@
|
|||||||
<source>Print test sheet</source>
|
<source>Print test sheet</source>
|
||||||
<translation type="unfinished">용지 테스트 인쇄</translation>
|
<translation type="unfinished">용지 테스트 인쇄</translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>Distance from top edge (y0):</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>TemplateDesignerPageSizePage</name>
|
<name>TemplateDesignerPageSizePage</name>
|
||||||
@@ -1016,10 +1016,6 @@
|
|||||||
<source>Number down (ny):</source>
|
<source>Number down (ny):</source>
|
||||||
<translation type="unfinished">세로 개수 (ny):</translation>
|
<translation type="unfinished">세로 개수 (ny):</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
|
||||||
<source>Distance from top edge (y0);</source>
|
|
||||||
<translation type="unfinished"></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
<message>
|
||||||
<source>Number across (nx):</source>
|
<source>Number across (nx):</source>
|
||||||
<translation type="unfinished">가로 개수 (nx):</translation>
|
<translation type="unfinished">가로 개수 (nx):</translation>
|
||||||
@@ -1036,6 +1032,10 @@
|
|||||||
<source>Print test sheet</source>
|
<source>Print test sheet</source>
|
||||||
<translation type="unfinished">용지 테스트 인쇄</translation>
|
<translation type="unfinished">용지 테스트 인쇄</translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>Distance from top edge (y0):</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>Units</name>
|
<name>Units</name>
|
||||||
|
|||||||
@@ -887,10 +887,6 @@
|
|||||||
<source>Distance from left edge (x0):</source>
|
<source>Distance from left edge (x0):</source>
|
||||||
<translation type="unfinished">Attālums no kreisās malas (x0):</translation>
|
<translation type="unfinished">Attālums no kreisās malas (x0):</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
|
||||||
<source>Distance from top edge (y0);</source>
|
|
||||||
<translation type="unfinished"></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
<message>
|
||||||
<source>Horizontal pitch (dx):</source>
|
<source>Horizontal pitch (dx):</source>
|
||||||
<translation type="unfinished">Horizontālā novietne (dx):</translation>
|
<translation type="unfinished">Horizontālā novietne (dx):</translation>
|
||||||
@@ -903,6 +899,10 @@
|
|||||||
<source>Print test sheet</source>
|
<source>Print test sheet</source>
|
||||||
<translation type="unfinished">Drukāt testa loksli</translation>
|
<translation type="unfinished">Drukāt testa loksli</translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>Distance from top edge (y0):</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>TemplateDesignerPageSizePage</name>
|
<name>TemplateDesignerPageSizePage</name>
|
||||||
@@ -1010,10 +1010,6 @@
|
|||||||
<source>Number down (ny):</source>
|
<source>Number down (ny):</source>
|
||||||
<translation type="unfinished">Skaits kolonnā (ny):</translation>
|
<translation type="unfinished">Skaits kolonnā (ny):</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
|
||||||
<source>Distance from top edge (y0);</source>
|
|
||||||
<translation type="unfinished"></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
<message>
|
||||||
<source>Number across (nx):</source>
|
<source>Number across (nx):</source>
|
||||||
<translation type="unfinished">Skaits rindā (nx):</translation>
|
<translation type="unfinished">Skaits rindā (nx):</translation>
|
||||||
@@ -1030,6 +1026,10 @@
|
|||||||
<source>Print test sheet</source>
|
<source>Print test sheet</source>
|
||||||
<translation type="unfinished">Drukāt testa loksli</translation>
|
<translation type="unfinished">Drukāt testa loksli</translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>Distance from top edge (y0):</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>Units</name>
|
<name>Units</name>
|
||||||
|
|||||||
@@ -902,10 +902,6 @@
|
|||||||
<translation type="unfinished">
|
<translation type="unfinished">
|
||||||
</translation>
|
</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
|
||||||
<source>Distance from top edge (y0);</source>
|
|
||||||
<translation type="unfinished"></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
<message>
|
||||||
<source>Horizontal pitch (dx):</source>
|
<source>Horizontal pitch (dx):</source>
|
||||||
<translation type="unfinished">
|
<translation type="unfinished">
|
||||||
@@ -920,6 +916,10 @@
|
|||||||
<source>Print test sheet</source>
|
<source>Print test sheet</source>
|
||||||
<translation type="unfinished">Skriv ut testark</translation>
|
<translation type="unfinished">Skriv ut testark</translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>Distance from top edge (y0):</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>TemplateDesignerPageSizePage</name>
|
<name>TemplateDesignerPageSizePage</name>
|
||||||
@@ -1035,10 +1035,6 @@
|
|||||||
<translation type="unfinished">
|
<translation type="unfinished">
|
||||||
</translation>
|
</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
|
||||||
<source>Distance from top edge (y0);</source>
|
|
||||||
<translation type="unfinished"></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
<message>
|
||||||
<source>Number across (nx):</source>
|
<source>Number across (nx):</source>
|
||||||
<translation type="unfinished">
|
<translation type="unfinished">
|
||||||
@@ -1058,6 +1054,10 @@
|
|||||||
<source>Print test sheet</source>
|
<source>Print test sheet</source>
|
||||||
<translation type="unfinished">Skriv ut testark</translation>
|
<translation type="unfinished">Skriv ut testark</translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>Distance from top edge (y0):</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>Units</name>
|
<name>Units</name>
|
||||||
|
|||||||
@@ -887,10 +887,6 @@
|
|||||||
<source>Distance from left edge (x0):</source>
|
<source>Distance from left edge (x0):</source>
|
||||||
<translation type="unfinished">Afstand van het linkerrand (x0):</translation>
|
<translation type="unfinished">Afstand van het linkerrand (x0):</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
|
||||||
<source>Distance from top edge (y0);</source>
|
|
||||||
<translation type="unfinished"></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
<message>
|
||||||
<source>Horizontal pitch (dx):</source>
|
<source>Horizontal pitch (dx):</source>
|
||||||
<translation type="unfinished">Horizontale afstand (dx):</translation>
|
<translation type="unfinished">Horizontale afstand (dx):</translation>
|
||||||
@@ -903,6 +899,10 @@
|
|||||||
<source>Print test sheet</source>
|
<source>Print test sheet</source>
|
||||||
<translation type="unfinished">Testpagina afdrukken</translation>
|
<translation type="unfinished">Testpagina afdrukken</translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>Distance from top edge (y0):</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>TemplateDesignerPageSizePage</name>
|
<name>TemplateDesignerPageSizePage</name>
|
||||||
@@ -1010,10 +1010,6 @@
|
|||||||
<source>Number down (ny):</source>
|
<source>Number down (ny):</source>
|
||||||
<translation type="unfinished">Aantal verticaal</translation>
|
<translation type="unfinished">Aantal verticaal</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
|
||||||
<source>Distance from top edge (y0);</source>
|
|
||||||
<translation type="unfinished"></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
<message>
|
||||||
<source>Number across (nx):</source>
|
<source>Number across (nx):</source>
|
||||||
<translation type="unfinished">Aantal horizontaal</translation>
|
<translation type="unfinished">Aantal horizontaal</translation>
|
||||||
@@ -1030,6 +1026,10 @@
|
|||||||
<source>Print test sheet</source>
|
<source>Print test sheet</source>
|
||||||
<translation type="unfinished">Testpagina afdrukken</translation>
|
<translation type="unfinished">Testpagina afdrukken</translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>Distance from top edge (y0):</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>Units</name>
|
<name>Units</name>
|
||||||
|
|||||||
@@ -887,10 +887,6 @@
|
|||||||
<source>Distance from left edge (x0):</source>
|
<source>Distance from left edge (x0):</source>
|
||||||
<translation type="unfinished">Distància per rapòrt al bòrd esquèrra (x0) :</translation>
|
<translation type="unfinished">Distància per rapòrt al bòrd esquèrra (x0) :</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
|
||||||
<source>Distance from top edge (y0);</source>
|
|
||||||
<translation type="unfinished"></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
<message>
|
||||||
<source>Horizontal pitch (dx):</source>
|
<source>Horizontal pitch (dx):</source>
|
||||||
<translation type="unfinished">Espaçament orizontal (dx) :</translation>
|
<translation type="unfinished">Espaçament orizontal (dx) :</translation>
|
||||||
@@ -903,6 +899,10 @@
|
|||||||
<source>Print test sheet</source>
|
<source>Print test sheet</source>
|
||||||
<translation type="unfinished">Imprimir una pagina tèst</translation>
|
<translation type="unfinished">Imprimir una pagina tèst</translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>Distance from top edge (y0):</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>TemplateDesignerPageSizePage</name>
|
<name>TemplateDesignerPageSizePage</name>
|
||||||
@@ -1010,10 +1010,6 @@
|
|||||||
<source>Number down (ny):</source>
|
<source>Number down (ny):</source>
|
||||||
<translation type="unfinished">Nombre sus la nautor (ny) :</translation>
|
<translation type="unfinished">Nombre sus la nautor (ny) :</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
|
||||||
<source>Distance from top edge (y0);</source>
|
|
||||||
<translation type="unfinished"></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
<message>
|
||||||
<source>Number across (nx):</source>
|
<source>Number across (nx):</source>
|
||||||
<translation type="unfinished">Nombre sus la largor (nx) :</translation>
|
<translation type="unfinished">Nombre sus la largor (nx) :</translation>
|
||||||
@@ -1030,6 +1026,10 @@
|
|||||||
<source>Print test sheet</source>
|
<source>Print test sheet</source>
|
||||||
<translation type="unfinished">Imprimir una pagina tèst</translation>
|
<translation type="unfinished">Imprimir una pagina tèst</translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>Distance from top edge (y0):</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>Units</name>
|
<name>Units</name>
|
||||||
|
|||||||
@@ -887,10 +887,6 @@
|
|||||||
<source>Distance from left edge (x0):</source>
|
<source>Distance from left edge (x0):</source>
|
||||||
<translation type="unfinished">Distância da margem esquerda (x0):</translation>
|
<translation type="unfinished">Distância da margem esquerda (x0):</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
|
||||||
<source>Distance from top edge (y0);</source>
|
|
||||||
<translation type="unfinished"></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
<message>
|
||||||
<source>Horizontal pitch (dx):</source>
|
<source>Horizontal pitch (dx):</source>
|
||||||
<translation type="unfinished">Espaçamento horizontal (dx):</translation>
|
<translation type="unfinished">Espaçamento horizontal (dx):</translation>
|
||||||
@@ -903,6 +899,10 @@
|
|||||||
<source>Print test sheet</source>
|
<source>Print test sheet</source>
|
||||||
<translation type="unfinished">Imprimir folha de teste</translation>
|
<translation type="unfinished">Imprimir folha de teste</translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>Distance from top edge (y0):</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>TemplateDesignerPageSizePage</name>
|
<name>TemplateDesignerPageSizePage</name>
|
||||||
@@ -1010,10 +1010,6 @@
|
|||||||
<source>Number down (ny):</source>
|
<source>Number down (ny):</source>
|
||||||
<translation type="unfinished">Número de linhas (ny):</translation>
|
<translation type="unfinished">Número de linhas (ny):</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
|
||||||
<source>Distance from top edge (y0);</source>
|
|
||||||
<translation type="unfinished"></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
<message>
|
||||||
<source>Number across (nx):</source>
|
<source>Number across (nx):</source>
|
||||||
<translation type="unfinished">Número de colunas (nx):</translation>
|
<translation type="unfinished">Número de colunas (nx):</translation>
|
||||||
@@ -1030,6 +1026,10 @@
|
|||||||
<source>Print test sheet</source>
|
<source>Print test sheet</source>
|
||||||
<translation type="unfinished">Imprimir folha de teste</translation>
|
<translation type="unfinished">Imprimir folha de teste</translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>Distance from top edge (y0):</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>Units</name>
|
<name>Units</name>
|
||||||
|
|||||||
@@ -887,10 +887,6 @@
|
|||||||
<source>Distance from left edge (x0):</source>
|
<source>Distance from left edge (x0):</source>
|
||||||
<translation type="unfinished">Distância da borda esquerda (x0):</translation>
|
<translation type="unfinished">Distância da borda esquerda (x0):</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
|
||||||
<source>Distance from top edge (y0);</source>
|
|
||||||
<translation type="unfinished"></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
<message>
|
||||||
<source>Horizontal pitch (dx):</source>
|
<source>Horizontal pitch (dx):</source>
|
||||||
<translation type="unfinished">Deslocamento horizontal (dx):</translation>
|
<translation type="unfinished">Deslocamento horizontal (dx):</translation>
|
||||||
@@ -903,6 +899,10 @@
|
|||||||
<source>Print test sheet</source>
|
<source>Print test sheet</source>
|
||||||
<translation type="unfinished">Imprime folha de teste</translation>
|
<translation type="unfinished">Imprime folha de teste</translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>Distance from top edge (y0):</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>TemplateDesignerPageSizePage</name>
|
<name>TemplateDesignerPageSizePage</name>
|
||||||
@@ -1010,10 +1010,6 @@
|
|||||||
<source>Number down (ny):</source>
|
<source>Number down (ny):</source>
|
||||||
<translation type="unfinished">Número de linhas (ny):</translation>
|
<translation type="unfinished">Número de linhas (ny):</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
|
||||||
<source>Distance from top edge (y0);</source>
|
|
||||||
<translation type="unfinished"></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
<message>
|
||||||
<source>Number across (nx):</source>
|
<source>Number across (nx):</source>
|
||||||
<translation type="unfinished">Número de colunas (nx):</translation>
|
<translation type="unfinished">Número de colunas (nx):</translation>
|
||||||
@@ -1030,6 +1026,10 @@
|
|||||||
<source>Print test sheet</source>
|
<source>Print test sheet</source>
|
||||||
<translation type="unfinished">Imprime folha de teste</translation>
|
<translation type="unfinished">Imprime folha de teste</translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>Distance from top edge (y0):</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>Units</name>
|
<name>Units</name>
|
||||||
|
|||||||
@@ -889,10 +889,6 @@
|
|||||||
<source>Distance from left edge (x0):</source>
|
<source>Distance from left edge (x0):</source>
|
||||||
<translation type="unfinished">Distanța de la marginea stângă (x0):</translation>
|
<translation type="unfinished">Distanța de la marginea stângă (x0):</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
|
||||||
<source>Distance from top edge (y0);</source>
|
|
||||||
<translation type="unfinished"></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
<message>
|
||||||
<source>Horizontal pitch (dx):</source>
|
<source>Horizontal pitch (dx):</source>
|
||||||
<translation type="unfinished">Înălțimea orizontală (dx):</translation>
|
<translation type="unfinished">Înălțimea orizontală (dx):</translation>
|
||||||
@@ -905,6 +901,10 @@
|
|||||||
<source>Print test sheet</source>
|
<source>Print test sheet</source>
|
||||||
<translation type="unfinished">Tipărește foaie de test</translation>
|
<translation type="unfinished">Tipărește foaie de test</translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>Distance from top edge (y0):</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>TemplateDesignerPageSizePage</name>
|
<name>TemplateDesignerPageSizePage</name>
|
||||||
@@ -1013,10 +1013,6 @@
|
|||||||
<translation type="unfinished">
|
<translation type="unfinished">
|
||||||
</translation>
|
</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
|
||||||
<source>Distance from top edge (y0);</source>
|
|
||||||
<translation type="unfinished"></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
<message>
|
||||||
<source>Number across (nx):</source>
|
<source>Number across (nx):</source>
|
||||||
<translation type="unfinished">
|
<translation type="unfinished">
|
||||||
@@ -1034,6 +1030,10 @@
|
|||||||
<source>Print test sheet</source>
|
<source>Print test sheet</source>
|
||||||
<translation type="unfinished">Tipărește foaie de test</translation>
|
<translation type="unfinished">Tipărește foaie de test</translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>Distance from top edge (y0):</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>Units</name>
|
<name>Units</name>
|
||||||
|
|||||||
@@ -887,10 +887,6 @@
|
|||||||
<source>Distance from left edge (x0):</source>
|
<source>Distance from left edge (x0):</source>
|
||||||
<translation type="unfinished">Расстояние от левого угла (x0):</translation>
|
<translation type="unfinished">Расстояние от левого угла (x0):</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
|
||||||
<source>Distance from top edge (y0);</source>
|
|
||||||
<translation type="unfinished"></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
<message>
|
||||||
<source>Horizontal pitch (dx):</source>
|
<source>Horizontal pitch (dx):</source>
|
||||||
<translation type="unfinished">Интервал по горизонтали (dx):</translation>
|
<translation type="unfinished">Интервал по горизонтали (dx):</translation>
|
||||||
@@ -903,6 +899,10 @@
|
|||||||
<source>Print test sheet</source>
|
<source>Print test sheet</source>
|
||||||
<translation type="unfinished">Напечатать тестовую страницу</translation>
|
<translation type="unfinished">Напечатать тестовую страницу</translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>Distance from top edge (y0):</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>TemplateDesignerPageSizePage</name>
|
<name>TemplateDesignerPageSizePage</name>
|
||||||
@@ -1010,10 +1010,6 @@
|
|||||||
<source>Number down (ny):</source>
|
<source>Number down (ny):</source>
|
||||||
<translation type="unfinished">По вертикали (ny):</translation>
|
<translation type="unfinished">По вертикали (ny):</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
|
||||||
<source>Distance from top edge (y0);</source>
|
|
||||||
<translation type="unfinished"></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
<message>
|
||||||
<source>Number across (nx):</source>
|
<source>Number across (nx):</source>
|
||||||
<translation type="unfinished">По горизонтали (nx):</translation>
|
<translation type="unfinished">По горизонтали (nx):</translation>
|
||||||
@@ -1030,6 +1026,10 @@
|
|||||||
<source>Print test sheet</source>
|
<source>Print test sheet</source>
|
||||||
<translation type="unfinished">Напечатать тестовую страницу</translation>
|
<translation type="unfinished">Напечатать тестовую страницу</translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>Distance from top edge (y0):</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>Units</name>
|
<name>Units</name>
|
||||||
|
|||||||
@@ -887,10 +887,6 @@
|
|||||||
<source>Distance from left edge (x0):</source>
|
<source>Distance from left edge (x0):</source>
|
||||||
<translation type="unfinished">Vzdialenosť od ľavej hrany (x0):</translation>
|
<translation type="unfinished">Vzdialenosť od ľavej hrany (x0):</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
|
||||||
<source>Distance from top edge (y0);</source>
|
|
||||||
<translation type="unfinished"></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
<message>
|
||||||
<source>Horizontal pitch (dx):</source>
|
<source>Horizontal pitch (dx):</source>
|
||||||
<translation type="unfinished">Vodorovný rozstup (dx):</translation>
|
<translation type="unfinished">Vodorovný rozstup (dx):</translation>
|
||||||
@@ -903,6 +899,10 @@
|
|||||||
<source>Print test sheet</source>
|
<source>Print test sheet</source>
|
||||||
<translation type="unfinished">Vytlačiť skúšobný list</translation>
|
<translation type="unfinished">Vytlačiť skúšobný list</translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>Distance from top edge (y0):</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>TemplateDesignerPageSizePage</name>
|
<name>TemplateDesignerPageSizePage</name>
|
||||||
@@ -1010,10 +1010,6 @@
|
|||||||
<source>Number down (ny):</source>
|
<source>Number down (ny):</source>
|
||||||
<translation type="unfinished">Počet zvislo (ny):</translation>
|
<translation type="unfinished">Počet zvislo (ny):</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
|
||||||
<source>Distance from top edge (y0);</source>
|
|
||||||
<translation type="unfinished"></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
<message>
|
||||||
<source>Number across (nx):</source>
|
<source>Number across (nx):</source>
|
||||||
<translation type="unfinished">Počet vodorovne (nx):</translation>
|
<translation type="unfinished">Počet vodorovne (nx):</translation>
|
||||||
@@ -1030,6 +1026,10 @@
|
|||||||
<source>Print test sheet</source>
|
<source>Print test sheet</source>
|
||||||
<translation type="unfinished">Vytlačiť skúšobný list</translation>
|
<translation type="unfinished">Vytlačiť skúšobný list</translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>Distance from top edge (y0):</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>Units</name>
|
<name>Units</name>
|
||||||
|
|||||||
@@ -887,10 +887,6 @@
|
|||||||
<source>Distance from left edge (x0):</source>
|
<source>Distance from left edge (x0):</source>
|
||||||
<translation type="unfinished">Razdalja od levega roba (x0):</translation>
|
<translation type="unfinished">Razdalja od levega roba (x0):</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
|
||||||
<source>Distance from top edge (y0);</source>
|
|
||||||
<translation type="unfinished"></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
<message>
|
||||||
<source>Horizontal pitch (dx):</source>
|
<source>Horizontal pitch (dx):</source>
|
||||||
<translation type="unfinished">Vodoravna razdalja (dx):</translation>
|
<translation type="unfinished">Vodoravna razdalja (dx):</translation>
|
||||||
@@ -903,6 +899,10 @@
|
|||||||
<source>Print test sheet</source>
|
<source>Print test sheet</source>
|
||||||
<translation type="unfinished">Natisni preizkusni list</translation>
|
<translation type="unfinished">Natisni preizkusni list</translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>Distance from top edge (y0):</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>TemplateDesignerPageSizePage</name>
|
<name>TemplateDesignerPageSizePage</name>
|
||||||
@@ -1010,10 +1010,6 @@
|
|||||||
<source>Number down (ny):</source>
|
<source>Number down (ny):</source>
|
||||||
<translation type="unfinished">Navpično število (ny):</translation>
|
<translation type="unfinished">Navpično število (ny):</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
|
||||||
<source>Distance from top edge (y0);</source>
|
|
||||||
<translation type="unfinished"></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
<message>
|
||||||
<source>Number across (nx):</source>
|
<source>Number across (nx):</source>
|
||||||
<translation type="unfinished">Vodoravno število (nx):</translation>
|
<translation type="unfinished">Vodoravno število (nx):</translation>
|
||||||
@@ -1030,6 +1026,10 @@
|
|||||||
<source>Print test sheet</source>
|
<source>Print test sheet</source>
|
||||||
<translation type="unfinished">Natisni preizkusni list</translation>
|
<translation type="unfinished">Natisni preizkusni list</translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>Distance from top edge (y0):</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>Units</name>
|
<name>Units</name>
|
||||||
|
|||||||
@@ -887,10 +887,6 @@
|
|||||||
<source>Distance from left edge (x0):</source>
|
<source>Distance from left edge (x0):</source>
|
||||||
<translation type="unfinished">Одстојање од леве ивице (x0):</translation>
|
<translation type="unfinished">Одстојање од леве ивице (x0):</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
|
||||||
<source>Distance from top edge (y0);</source>
|
|
||||||
<translation type="unfinished"></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
<message>
|
||||||
<source>Horizontal pitch (dx):</source>
|
<source>Horizontal pitch (dx):</source>
|
||||||
<translation type="unfinished">Водоравни међуразмак (dx):</translation>
|
<translation type="unfinished">Водоравни међуразмак (dx):</translation>
|
||||||
@@ -903,6 +899,10 @@
|
|||||||
<source>Print test sheet</source>
|
<source>Print test sheet</source>
|
||||||
<translation type="unfinished">Штампај пробни лист</translation>
|
<translation type="unfinished">Штампај пробни лист</translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>Distance from top edge (y0):</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>TemplateDesignerPageSizePage</name>
|
<name>TemplateDesignerPageSizePage</name>
|
||||||
@@ -1010,10 +1010,6 @@
|
|||||||
<source>Number down (ny):</source>
|
<source>Number down (ny):</source>
|
||||||
<translation type="unfinished">Број по висини (ny):</translation>
|
<translation type="unfinished">Број по висини (ny):</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
|
||||||
<source>Distance from top edge (y0);</source>
|
|
||||||
<translation type="unfinished"></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
<message>
|
||||||
<source>Number across (nx):</source>
|
<source>Number across (nx):</source>
|
||||||
<translation type="unfinished">Број по ширини (nx):</translation>
|
<translation type="unfinished">Број по ширини (nx):</translation>
|
||||||
@@ -1030,6 +1026,10 @@
|
|||||||
<source>Print test sheet</source>
|
<source>Print test sheet</source>
|
||||||
<translation type="unfinished">Штампај пробни лист</translation>
|
<translation type="unfinished">Штампај пробни лист</translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>Distance from top edge (y0):</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>Units</name>
|
<name>Units</name>
|
||||||
|
|||||||
@@ -887,10 +887,6 @@
|
|||||||
<source>Distance from left edge (x0):</source>
|
<source>Distance from left edge (x0):</source>
|
||||||
<translation type="unfinished">Odstojanje od leve ivice (x0):</translation>
|
<translation type="unfinished">Odstojanje od leve ivice (x0):</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
|
||||||
<source>Distance from top edge (y0);</source>
|
|
||||||
<translation type="unfinished"></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
<message>
|
||||||
<source>Horizontal pitch (dx):</source>
|
<source>Horizontal pitch (dx):</source>
|
||||||
<translation type="unfinished">Vodoravni međurazmak (dx):</translation>
|
<translation type="unfinished">Vodoravni međurazmak (dx):</translation>
|
||||||
@@ -903,6 +899,10 @@
|
|||||||
<source>Print test sheet</source>
|
<source>Print test sheet</source>
|
||||||
<translation type="unfinished">Štampaj probni list</translation>
|
<translation type="unfinished">Štampaj probni list</translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>Distance from top edge (y0):</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>TemplateDesignerPageSizePage</name>
|
<name>TemplateDesignerPageSizePage</name>
|
||||||
@@ -1010,10 +1010,6 @@
|
|||||||
<source>Number down (ny):</source>
|
<source>Number down (ny):</source>
|
||||||
<translation type="unfinished">Broj po visini (ny):</translation>
|
<translation type="unfinished">Broj po visini (ny):</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
|
||||||
<source>Distance from top edge (y0);</source>
|
|
||||||
<translation type="unfinished"></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
<message>
|
||||||
<source>Number across (nx):</source>
|
<source>Number across (nx):</source>
|
||||||
<translation type="unfinished">Broj po širini (nx):</translation>
|
<translation type="unfinished">Broj po širini (nx):</translation>
|
||||||
@@ -1030,6 +1026,10 @@
|
|||||||
<source>Print test sheet</source>
|
<source>Print test sheet</source>
|
||||||
<translation type="unfinished">Štampaj probni list</translation>
|
<translation type="unfinished">Štampaj probni list</translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>Distance from top edge (y0):</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>Units</name>
|
<name>Units</name>
|
||||||
|
|||||||
@@ -887,10 +887,6 @@
|
|||||||
<source>Distance from left edge (x0):</source>
|
<source>Distance from left edge (x0):</source>
|
||||||
<translation type="unfinished">Avstånd från vänsterkant (x0):</translation>
|
<translation type="unfinished">Avstånd från vänsterkant (x0):</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
|
||||||
<source>Distance from top edge (y0);</source>
|
|
||||||
<translation type="unfinished"></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
<message>
|
||||||
<source>Horizontal pitch (dx):</source>
|
<source>Horizontal pitch (dx):</source>
|
||||||
<translation type="unfinished">Horis. delningsmått (dx):</translation>
|
<translation type="unfinished">Horis. delningsmått (dx):</translation>
|
||||||
@@ -903,6 +899,10 @@
|
|||||||
<source>Print test sheet</source>
|
<source>Print test sheet</source>
|
||||||
<translation type="unfinished">Skriv ut testblad</translation>
|
<translation type="unfinished">Skriv ut testblad</translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>Distance from top edge (y0):</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>TemplateDesignerPageSizePage</name>
|
<name>TemplateDesignerPageSizePage</name>
|
||||||
@@ -1010,10 +1010,6 @@
|
|||||||
<source>Number down (ny):</source>
|
<source>Number down (ny):</source>
|
||||||
<translation type="unfinished">Antal vertikalt (ny):</translation>
|
<translation type="unfinished">Antal vertikalt (ny):</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
|
||||||
<source>Distance from top edge (y0);</source>
|
|
||||||
<translation type="unfinished"></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
<message>
|
||||||
<source>Number across (nx):</source>
|
<source>Number across (nx):</source>
|
||||||
<translation type="unfinished">Antal horisontellt (nx):</translation>
|
<translation type="unfinished">Antal horisontellt (nx):</translation>
|
||||||
@@ -1030,6 +1026,10 @@
|
|||||||
<source>Print test sheet</source>
|
<source>Print test sheet</source>
|
||||||
<translation type="unfinished">Skriv ut testblad</translation>
|
<translation type="unfinished">Skriv ut testblad</translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>Distance from top edge (y0):</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>Units</name>
|
<name>Units</name>
|
||||||
|
|||||||
@@ -887,10 +887,6 @@
|
|||||||
<source>Distance from left edge (x0):</source>
|
<source>Distance from left edge (x0):</source>
|
||||||
<translation type="unfinished">Sol kenardan uzaklık (x0):</translation>
|
<translation type="unfinished">Sol kenardan uzaklık (x0):</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
|
||||||
<source>Distance from top edge (y0);</source>
|
|
||||||
<translation type="unfinished"></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
<message>
|
||||||
<source>Horizontal pitch (dx):</source>
|
<source>Horizontal pitch (dx):</source>
|
||||||
<translation type="unfinished">Yatayda aşağı yukarı hareket (dx):</translation>
|
<translation type="unfinished">Yatayda aşağı yukarı hareket (dx):</translation>
|
||||||
@@ -903,6 +899,10 @@
|
|||||||
<source>Print test sheet</source>
|
<source>Print test sheet</source>
|
||||||
<translation type="unfinished">Deneme çıktısı al</translation>
|
<translation type="unfinished">Deneme çıktısı al</translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>Distance from top edge (y0):</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>TemplateDesignerPageSizePage</name>
|
<name>TemplateDesignerPageSizePage</name>
|
||||||
@@ -1010,10 +1010,6 @@
|
|||||||
<source>Number down (ny):</source>
|
<source>Number down (ny):</source>
|
||||||
<translation type="unfinished">Aşağı numarası (ny):</translation>
|
<translation type="unfinished">Aşağı numarası (ny):</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
|
||||||
<source>Distance from top edge (y0);</source>
|
|
||||||
<translation type="unfinished"></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
<message>
|
||||||
<source>Number across (nx):</source>
|
<source>Number across (nx):</source>
|
||||||
<translation type="unfinished">Genişlik numarası (nx):</translation>
|
<translation type="unfinished">Genişlik numarası (nx):</translation>
|
||||||
@@ -1030,6 +1026,10 @@
|
|||||||
<source>Print test sheet</source>
|
<source>Print test sheet</source>
|
||||||
<translation type="unfinished">Deneme çıktısı al</translation>
|
<translation type="unfinished">Deneme çıktısı al</translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>Distance from top edge (y0):</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>Units</name>
|
<name>Units</name>
|
||||||
|
|||||||
+14
-14
@@ -640,62 +640,62 @@
|
|||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../glabels/ui/PrintView.ui" line="65"/>
|
<location filename="../glabels/ui/PrintView.ui" line="331"/>
|
||||||
<source>Page</source>
|
<source>Page</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../glabels/ui/PrintView.ui" line="79"/>
|
<location filename="../glabels/ui/PrintView.ui" line="345"/>
|
||||||
<source>of</source>
|
<source>of</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../glabels/ui/PrintView.ui" line="86"/>
|
<location filename="../glabels/ui/PrintView.ui" line="352"/>
|
||||||
<source>nn</source>
|
<source>nn</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../glabels/ui/PrintView.ui" line="143"/>
|
<location filename="../glabels/ui/PrintView.ui" line="74"/>
|
||||||
<source>Copies</source>
|
<source>Copies</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../glabels/ui/PrintView.ui" line="151"/>
|
<location filename="../glabels/ui/PrintView.ui" line="101"/>
|
||||||
<source>Copies:</source>
|
<source>Copies:</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../glabels/ui/PrintView.ui" line="195"/>
|
<location filename="../glabels/ui/PrintView.ui" line="141"/>
|
||||||
<source>Start on position:</source>
|
<source>Start on position:</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../glabels/ui/PrintView.ui" line="209"/>
|
<location filename="../glabels/ui/PrintView.ui" line="167"/>
|
||||||
<source>on 1st page</source>
|
<source>on 1st page</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../glabels/ui/PrintView.ui" line="255"/>
|
<location filename="../glabels/ui/PrintView.ui" line="210"/>
|
||||||
<source>Print options</source>
|
<source>Print options</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../glabels/ui/PrintView.ui" line="263"/>
|
<location filename="../glabels/ui/PrintView.ui" line="218"/>
|
||||||
<source>print outlines</source>
|
<source>print outlines</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../glabels/ui/PrintView.ui" line="270"/>
|
<location filename="../glabels/ui/PrintView.ui" line="225"/>
|
||||||
<source>print crop marks</source>
|
<source>print crop marks</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../glabels/ui/PrintView.ui" line="277"/>
|
<location filename="../glabels/ui/PrintView.ui" line="232"/>
|
||||||
<source>print in reverse (i.e. a mirror image)</source>
|
<source>print in reverse (i.e. a mirror image)</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../glabels/ui/PrintView.ui" line="292"/>
|
<location filename="../glabels/ui/PrintView.ui" line="253"/>
|
||||||
<source>Print</source>
|
<source>Print</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
@@ -1111,7 +1111,7 @@
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../glabels/ui/TemplateDesignerOneLayoutPage.ui" line="82"/>
|
<location filename="../glabels/ui/TemplateDesignerOneLayoutPage.ui" line="82"/>
|
||||||
<source>Distance from top edge (y0);</source>
|
<source>Distance from top edge (y0):</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
@@ -1261,7 +1261,7 @@
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../glabels/ui/TemplateDesignerTwoLayoutPage.ui" line="74"/>
|
<location filename="../glabels/ui/TemplateDesignerTwoLayoutPage.ui" line="74"/>
|
||||||
<source>Distance from top edge (y0);</source>
|
<source>Distance from top edge (y0):</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
|
|||||||
@@ -888,10 +888,6 @@
|
|||||||
<source>Distance from left edge (x0):</source>
|
<source>Distance from left edge (x0):</source>
|
||||||
<translation type="unfinished">到左边界的距离 (x0):</translation>
|
<translation type="unfinished">到左边界的距离 (x0):</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
|
||||||
<source>Distance from top edge (y0);</source>
|
|
||||||
<translation type="unfinished"></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
<message>
|
||||||
<source>Horizontal pitch (dx):</source>
|
<source>Horizontal pitch (dx):</source>
|
||||||
<translation type="unfinished">水平栅距 (dx):</translation>
|
<translation type="unfinished">水平栅距 (dx):</translation>
|
||||||
@@ -904,6 +900,10 @@
|
|||||||
<source>Print test sheet</source>
|
<source>Print test sheet</source>
|
||||||
<translation type="unfinished">打印测试页</translation>
|
<translation type="unfinished">打印测试页</translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>Distance from top edge (y0):</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>TemplateDesignerPageSizePage</name>
|
<name>TemplateDesignerPageSizePage</name>
|
||||||
@@ -1011,10 +1011,6 @@
|
|||||||
<source>Number down (ny):</source>
|
<source>Number down (ny):</source>
|
||||||
<translation type="unfinished">数字向下 (ny):</translation>
|
<translation type="unfinished">数字向下 (ny):</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
|
||||||
<source>Distance from top edge (y0);</source>
|
|
||||||
<translation type="unfinished"></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
<message>
|
||||||
<source>Number across (nx):</source>
|
<source>Number across (nx):</source>
|
||||||
<translation type="unfinished">数字交叉 (nx):</translation>
|
<translation type="unfinished">数字交叉 (nx):</translation>
|
||||||
@@ -1031,6 +1027,10 @@
|
|||||||
<source>Print test sheet</source>
|
<source>Print test sheet</source>
|
||||||
<translation type="unfinished">打印测试页</translation>
|
<translation type="unfinished">打印测试页</translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>Distance from top edge (y0):</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>Units</name>
|
<name>Units</name>
|
||||||
|
|||||||
@@ -887,10 +887,6 @@
|
|||||||
<source>Distance from left edge (x0):</source>
|
<source>Distance from left edge (x0):</source>
|
||||||
<translation type="unfinished">與左方邊沿距離 (x0):</translation>
|
<translation type="unfinished">與左方邊沿距離 (x0):</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
|
||||||
<source>Distance from top edge (y0);</source>
|
|
||||||
<translation type="unfinished"></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
<message>
|
||||||
<source>Horizontal pitch (dx):</source>
|
<source>Horizontal pitch (dx):</source>
|
||||||
<translation type="unfinished">水平間距 (dx):</translation>
|
<translation type="unfinished">水平間距 (dx):</translation>
|
||||||
@@ -903,6 +899,10 @@
|
|||||||
<source>Print test sheet</source>
|
<source>Print test sheet</source>
|
||||||
<translation type="unfinished">打印測試頁</translation>
|
<translation type="unfinished">打印測試頁</translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>Distance from top edge (y0):</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>TemplateDesignerPageSizePage</name>
|
<name>TemplateDesignerPageSizePage</name>
|
||||||
@@ -1010,10 +1010,6 @@
|
|||||||
<source>Number down (ny):</source>
|
<source>Number down (ny):</source>
|
||||||
<translation type="unfinished">直向標籤數 (ny):</translation>
|
<translation type="unfinished">直向標籤數 (ny):</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
|
||||||
<source>Distance from top edge (y0);</source>
|
|
||||||
<translation type="unfinished"></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
<message>
|
||||||
<source>Number across (nx):</source>
|
<source>Number across (nx):</source>
|
||||||
<translation type="unfinished">橫向標籤數 (nx):</translation>
|
<translation type="unfinished">橫向標籤數 (nx):</translation>
|
||||||
@@ -1030,6 +1026,10 @@
|
|||||||
<source>Print test sheet</source>
|
<source>Print test sheet</source>
|
||||||
<translation type="unfinished">打印測試頁</translation>
|
<translation type="unfinished">打印測試頁</translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>Distance from top edge (y0):</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>Units</name>
|
<name>Units</name>
|
||||||
|
|||||||
@@ -887,10 +887,6 @@
|
|||||||
<source>Distance from left edge (x0):</source>
|
<source>Distance from left edge (x0):</source>
|
||||||
<translation type="unfinished">與左方邊沿距離 (x0):</translation>
|
<translation type="unfinished">與左方邊沿距離 (x0):</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
|
||||||
<source>Distance from top edge (y0);</source>
|
|
||||||
<translation type="unfinished"></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
<message>
|
||||||
<source>Horizontal pitch (dx):</source>
|
<source>Horizontal pitch (dx):</source>
|
||||||
<translation type="unfinished">水平間距 (dx):</translation>
|
<translation type="unfinished">水平間距 (dx):</translation>
|
||||||
@@ -903,6 +899,10 @@
|
|||||||
<source>Print test sheet</source>
|
<source>Print test sheet</source>
|
||||||
<translation type="unfinished">列印測試頁</translation>
|
<translation type="unfinished">列印測試頁</translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>Distance from top edge (y0):</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>TemplateDesignerPageSizePage</name>
|
<name>TemplateDesignerPageSizePage</name>
|
||||||
@@ -1010,10 +1010,6 @@
|
|||||||
<source>Number down (ny):</source>
|
<source>Number down (ny):</source>
|
||||||
<translation type="unfinished">縱向標籤數 (ny):</translation>
|
<translation type="unfinished">縱向標籤數 (ny):</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
|
||||||
<source>Distance from top edge (y0);</source>
|
|
||||||
<translation type="unfinished"></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
<message>
|
||||||
<source>Number across (nx):</source>
|
<source>Number across (nx):</source>
|
||||||
<translation type="unfinished">橫向標籤數 (nx):</translation>
|
<translation type="unfinished">橫向標籤數 (nx):</translation>
|
||||||
@@ -1030,6 +1026,10 @@
|
|||||||
<source>Print test sheet</source>
|
<source>Print test sheet</source>
|
||||||
<translation type="unfinished">列印測試頁</translation>
|
<translation type="unfinished">列印測試頁</translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>Distance from top edge (y0):</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>Units</name>
|
<name>Units</name>
|
||||||
|
|||||||
Reference in New Issue
Block a user