[Uludag-commits] r24433 - in trunk/yali4: po yali4/gui/Ui
uludag-commits at pardus.org.tr
uludag-commits at pardus.org.tr
4 Tem 2009 Cmt 19:38:58 EEST
Author: gokmen.goksel
Date: Sat Jul 4 19:38:58 2009
New Revision: 24433
Modified:
trunk/yali4/po/ca.po
trunk/yali4/po/de.po
trunk/yali4/po/es.po
trunk/yali4/po/fr.po
trunk/yali4/po/it.po
trunk/yali4/po/nl.po
trunk/yali4/po/pl.po
trunk/yali4/po/pt_BR.po
trunk/yali4/po/sv.po
trunk/yali4/po/tr.po
trunk/yali4/po/yali4.pot
trunk/yali4/yali4/gui/Ui/datetimewidget.ui
trunk/yali4/yali4/gui/Ui/dialog.ui
Log:
* Fix for wrong translations ..
Modified: trunk/yali4/po/ca.po
=================================================================
Suppressed!
Too long (more than 250 lines) diff output suppressed...
Modified: trunk/yali4/po/de.po
=================================================================
Suppressed!
Too long (more than 250 lines) diff output suppressed...
Modified: trunk/yali4/po/es.po
=================================================================
Suppressed!
Too long (more than 250 lines) diff output suppressed...
Modified: trunk/yali4/po/fr.po
=================================================================
Suppressed!
Too long (more than 250 lines) diff output suppressed...
Modified: trunk/yali4/po/it.po
=================================================================
Suppressed!
Too long (more than 250 lines) diff output suppressed...
Modified: trunk/yali4/po/nl.po
=================================================================
Suppressed!
Too long (more than 250 lines) diff output suppressed...
Modified: trunk/yali4/po/pl.po
=================================================================
Suppressed!
Too long (more than 250 lines) diff output suppressed...
Modified: trunk/yali4/po/pt_BR.po
=================================================================
Suppressed!
Too long (more than 250 lines) diff output suppressed...
Modified: trunk/yali4/po/sv.po
=================================================================
Suppressed!
Too long (more than 250 lines) diff output suppressed...
Modified: trunk/yali4/po/tr.po
=================================================================
Suppressed!
Too long (more than 250 lines) diff output suppressed...
Modified: trunk/yali4/po/yali4.pot
=================================================================
Suppressed!
Too long (more than 250 lines) diff output suppressed...
Modified: trunk/yali4/yali4/gui/Ui/datetimewidget.ui
=================================================================
--- trunk/yali4/yali4/gui/Ui/datetimewidget.ui (original)
+++ trunk/yali4/yali4/gui/Ui/datetimewidget.ui Sat Jul 4 19:38:58 2009
@@ -97,9 +97,6 @@
<property name="toolTip">
<string>The current time</string>
</property>
- <property name="whatsThis">
- <string>The analog clock widget displays the current time.</string>
- </property>
</widget>
</item>
<item row="1" column="4" rowspan="3">
@@ -120,7 +117,7 @@
<item>
<widget class="QTimeEdit" name="timeHours">
<property name="displayFormat">
- <string>HH</string>
+ <string notr="true">HH</string>
</property>
</widget>
</item>
@@ -134,7 +131,7 @@
<item>
<widget class="QTimeEdit" name="timeMinutes">
<property name="displayFormat">
- <string>mm</string>
+ <string notr="true">mm</string>
</property>
</widget>
</item>
@@ -148,7 +145,7 @@
<item>
<widget class="QTimeEdit" name="timeSeconds">
<property name="displayFormat">
- <string>ss</string>
+ <string notr="true">ss</string>
</property>
</widget>
</item>
Modified: trunk/yali4/yali4/gui/Ui/dialog.ui
=================================================================
--- trunk/yali4/yali4/gui/Ui/dialog.ui (original)
+++ trunk/yali4/yali4/gui/Ui/dialog.ui Sat Jul 4 19:38:58 2009
@@ -1,7 +1,8 @@
-<ui version="4.0" >
+<?xml version="1.0" encoding="UTF-8"?>
+<ui version="4.0">
<class>Form</class>
- <widget class="QWidget" name="Form" >
- <property name="geometry" >
+ <widget class="QWidget" name="Form">
+ <property name="geometry">
<rect>
<x>0</x>
<y>0</y>
@@ -9,59 +10,59 @@
<height>572</height>
</rect>
</property>
- <property name="windowTitle" >
+ <property name="windowTitle">
<string/>
</property>
- <property name="styleSheet" >
- <string notr="true" >QFrame#windowTitle {background-color:white;border:1px solid #CCC;border-radius:4px;}</string>
+ <property name="styleSheet">
+ <string notr="true">QFrame#windowTitle {background-color:white;border:1px solid #CCC;border-radius:4px;}</string>
</property>
- <layout class="QGridLayout" >
- <property name="margin" >
+ <layout class="QGridLayout">
+ <property name="margin">
<number>0</number>
</property>
- <property name="spacing" >
+ <property name="spacing">
<number>0</number>
</property>
- <item row="0" column="0" >
- <widget class="QFrame" name="windowTitle" >
- <property name="maximumSize" >
+ <item row="0" column="0">
+ <widget class="QFrame" name="windowTitle">
+ <property name="maximumSize">
<size>
<width>9999999</width>
<height>26</height>
</size>
</property>
- <layout class="QHBoxLayout" >
- <property name="spacing" >
+ <layout class="QHBoxLayout">
+ <property name="spacing">
<number>0</number>
</property>
- <property name="leftMargin" >
+ <property name="leftMargin">
<number>0</number>
</property>
- <property name="topMargin" >
+ <property name="topMargin">
<number>0</number>
</property>
- <property name="rightMargin" >
+ <property name="rightMargin">
<number>4</number>
</property>
- <property name="bottomMargin" >
+ <property name="bottomMargin">
<number>0</number>
</property>
<item>
- <widget class="QLabel" name="label" >
- <property name="styleSheet" >
- <string notr="true" >padding-left:4px; font:bold 11px</string>
+ <widget class="QLabel" name="label">
+ <property name="styleSheet">
+ <string notr="true">padding-left:4px; font:bold 11px</string>
</property>
- <property name="text" >
- <string>TextLabel</string>
+ <property name="text">
+ <string/>
</property>
</widget>
</item>
<item>
<spacer>
- <property name="orientation" >
+ <property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
- <property name="sizeHint" stdset="0" >
+ <property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
@@ -70,26 +71,26 @@
</spacer>
</item>
<item>
- <widget class="QPushButton" name="pushButton" >
- <property name="sizePolicy" >
- <sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
+ <widget class="QPushButton" name="pushButton">
+ <property name="sizePolicy">
+ <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
- <property name="maximumSize" >
+ <property name="maximumSize">
<size>
<width>20</width>
<height>20</height>
</size>
</property>
- <property name="focusPolicy" >
+ <property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
- <property name="styleSheet" >
- <string notr="true" >font:bold;</string>
+ <property name="styleSheet">
+ <string notr="true">font:bold;</string>
</property>
- <property name="text" >
+ <property name="text">
<string>X</string>
</property>
</widget>
@@ -97,8 +98,8 @@
</layout>
</widget>
</item>
- <item row="1" column="0" >
- <widget class="QWidget" native="1" name="content" />
+ <item row="1" column="0">
+ <widget class="QWidget" name="content" native="true"/>
</item>
</layout>
</widget>
@@ -110,11 +111,11 @@
<receiver>Form</receiver>
<slot>close()</slot>
<hints>
- <hint type="sourcelabel" >
+ <hint type="sourcelabel">
<x>733</x>
<y>13</y>
</hint>
- <hint type="destinationlabel" >
+ <hint type="destinationlabel">
<x>773</x>
<y>54</y>
</hint>
Uludag-commits mesaj listesiyle ilgili
daha fazla bilgi