Updated translations. New language Spanish.

--HG--
branch : develop
This commit is contained in:
Roman Telezhynskyi 2015-02-26 16:10:01 +02:00
parent 326a790044
commit fbe84b74f4
17 changed files with 12757 additions and 4081 deletions

View File

@ -37,4 +37,5 @@ TRANSLATIONS += translations/valentina.ts \
translations/valentina_fr_FR.ts \
translations/valentina_it_IT.ts \
translations/valentina_nl_NL.ts \
translations/valentina_id_ID.ts
translations/valentina_id_ID.ts \
translations/valentina_es_ES.ts

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

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -181,7 +181,8 @@ INSTALL_TRANSLATIONS += \
$${TRANSLATIONS_PATH}/valentina_fr_FR.qm \
$${TRANSLATIONS_PATH}/valentina_it_IT.qm \
$${TRANSLATIONS_PATH}/valentina_nl_NL.qm \
$${TRANSLATIONS_PATH}/valentina_id_ID.qm
$${TRANSLATIONS_PATH}/valentina_id_ID.qm \
$${TRANSLATIONS_PATH}/valentina_es_ES.qm
# Set "make install" command for Unix-like systems.
unix{
@ -306,6 +307,14 @@ unix{
QMAKE_BUNDLE_DATA += TRANSLATION_id_ID
}
exists($${TRANSLATIONS_PATH}/valentina_es_ES.qm){
TRANSLATION_es_ES.files += \
$${TRANSLATIONS_PATH}/valentina_es_ES.qm \
$${TRANSLATIONS_PATH}/Localizable.strings
TRANSLATION_es_ES.path = "$$RESOURCES_DIR/translations/es_ES.lproj"
QMAKE_BUNDLE_DATA += TRANSLATION_es_ES
}
# Symlinks also good names for copying. Make will take origin file and copy them with using symlink name.
# For bundle this names more then enough. We don't need care much about libraries versions.
libraries.path = $$FRAMEWORKS_DIR

View File

@ -135,7 +135,7 @@
<item row="2" column="2">
<widget class="QLabel" name="labelSizeDescription">
<property name="text">
<string>TextLabel</string>
<string notr="true">TextLabel</string>
</property>
</widget>
</item>
@ -144,7 +144,7 @@
<item>
<widget class="QToolButton" name="toolButtonPortrate">
<property name="text">
<string>...</string>
<string notr="true">...</string>
</property>
<property name="icon">
<iconset resource="../../share/resources/icon.qrc">
@ -167,7 +167,7 @@
<item>
<widget class="QToolButton" name="toolButtonLandscape">
<property name="text">
<string>...</string>
<string notr="true">...</string>
</property>
<property name="icon">
<iconset resource="../../share/resources/icon.qrc">
@ -511,7 +511,7 @@
</connection>
</connections>
<buttongroups>
<buttongroup name="buttonGroupPrinciple"/>
<buttongroup name="buttonGroup"/>
<buttongroup name="buttonGroupPrinciple"/>
</buttongroups>
</ui>

View File

@ -48,7 +48,7 @@
<x>0</x>
<y>0</y>
<width>105</width>
<height>262</height>
<height>272</height>
</rect>
</property>
<property name="sizePolicy">
@ -335,7 +335,7 @@
<x>0</x>
<y>0</y>
<width>105</width>
<height>56</height>
<height>58</height>
</rect>
</property>
<property name="sizePolicy">
@ -411,7 +411,7 @@
<x>0</x>
<y>0</y>
<width>105</width>
<height>150</height>
<height>156</height>
</rect>
</property>
<property name="sizePolicy">
@ -565,7 +565,7 @@
<x>0</x>
<y>0</y>
<width>105</width>
<height>100</height>
<height>104</height>
</rect>
</property>
<property name="sizePolicy">
@ -667,7 +667,7 @@
<x>0</x>
<y>0</y>
<width>105</width>
<height>56</height>
<height>58</height>
</rect>
</property>
<property name="sizePolicy">
@ -763,7 +763,7 @@
<x>0</x>
<y>0</y>
<width>1100</width>
<height>21</height>
<height>25</height>
</rect>
</property>
<widget class="QMenu" name="menuFile">

View File

@ -10,5 +10,6 @@
<file>flags/Russia.png</file>
<file>flags/Ukraine.png</file>
<file>flags/UnitedStates.png</file>
<file>flags/Spain.png</file>
</qresource>
</RCC>

Binary file not shown.

After

Width:  |  Height:  |  Size: 312 B