Russian translation.

--HG--
branch : feature
This commit is contained in:
dismine 2014-05-26 11:41:18 +03:00
parent cfe682bb96
commit 6170aea8b6
13 changed files with 3985 additions and 4141 deletions

View File

@ -162,7 +162,7 @@
<cursorShape>PointingHandCursor</cursorShape> <cursorShape>PointingHandCursor</cursorShape>
</property> </property>
<property name="text"> <property name="text">
<string>pushButton_Web_Site</string> <string notr="true">pushButton_Web_Site</string>
</property> </property>
<property name="autoDefault"> <property name="autoDefault">
<bool>false</bool> <bool>false</bool>
@ -246,7 +246,7 @@ p, li { white-space: pre-wrap; }
</sizepolicy> </sizepolicy>
</property> </property>
<property name="text"> <property name="text">
<string>label_QT_Version</string> <string notr="true">label_QT_Version</string>
</property> </property>
</widget> </widget>
</item> </item>

View File

@ -39,7 +39,7 @@
<enum>QTabWidget::North</enum> <enum>QTabWidget::North</enum>
</property> </property>
<property name="currentIndex"> <property name="currentIndex">
<number>1</number> <number>0</number>
</property> </property>
<widget class="QWidget" name="tabStandard"> <widget class="QWidget" name="tabStandard">
<property name="sizePolicy"> <property name="sizePolicy">
@ -105,7 +105,7 @@
</size> </size>
</property> </property>
<property name="currentIndex"> <property name="currentIndex">
<number>1</number> <number>0</number>
</property> </property>
<widget class="QWidget" name="pagePersonalInformation"> <widget class="QWidget" name="pagePersonalInformation">
<property name="enabled"> <property name="enabled">
@ -115,8 +115,8 @@
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>559</width> <width>939</width>
<height>82</height> <height>411</height>
</rect> </rect>
</property> </property>
<attribute name="label"> <attribute name="label">
@ -199,7 +199,7 @@
<item> <item>
<widget class="QDateEdit" name="dateEditBirthDate"> <widget class="QDateEdit" name="dateEditBirthDate">
<property name="displayFormat"> <property name="displayFormat">
<string>yyyy-MM-dd</string> <string notr="true">yyyy-MM-dd</string>
</property> </property>
</widget> </widget>
</item> </item>
@ -255,7 +255,7 @@
</size> </size>
</property> </property>
<property name="text"> <property name="text">
<string>Mail</string> <string>Email</string>
</property> </property>
</widget> </widget>
</item> </item>

View File

@ -11,7 +11,7 @@
</rect> </rect>
</property> </property>
<property name="windowTitle"> <property name="windowTitle">
<string>Dialog</string> <string>Individual measurements</string>
</property> </property>
<layout class="QVBoxLayout" name="verticalLayout_3"> <layout class="QVBoxLayout" name="verticalLayout_3">
<item> <item>

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -420,16 +420,6 @@ void VApplication::InitMeasurements()
d = VTranslation::translate("Measurements", "From ShoulderTip to ShoulderTip, across Back", d = VTranslation::translate("Measurements", "From ShoulderTip to ShoulderTip, across Back",
"Full measurement description"); "Full measurement description");
measurements.insert(acrossBackShoulderWidth_M, m);
guiTexts.insert(acrossBackShoulderWidth_M,g );
descriptions.insert(acrossBackShoulderWidth_M, d);
//=================================================================================================================
m = VTranslation::translate("Measurements", "across_back_shoulder_width",
"Short measurement name. Don't use math symbols in name!!!!");
g = VTranslation::translate("Measurements", "Back Upper Chest width", "Full measurement name");
d = VTranslation::translate("Measurements", "Across Back UpperChest, smallest width from armscye to armscye",
"Full measurement description");
measurements.insert(acrossBackShoulderWidth_M, m); measurements.insert(acrossBackShoulderWidth_M, m);
guiTexts.insert(acrossBackShoulderWidth_M,g ); guiTexts.insert(acrossBackShoulderWidth_M,g );
descriptions.insert(acrossBackShoulderWidth_M, d); descriptions.insert(acrossBackShoulderWidth_M, d);