Replace Qt with TQt

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/7/head
Michele Calgaro 7 months ago
parent f690d31475
commit 050c10cdbd
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -2008,8 +2008,7 @@ msgid "Emboss in All Directions"
msgstr "Щамповане във всички посоки" msgstr "Щамповане във всички посоки"
#: plugins/filters/convolutionfilters/convolutionfilters.cpp:124 #: plugins/filters/convolutionfilters/convolutionfilters.cpp:124
#, fuzzy msgid "Emboss Horizontal && Vertical"
msgid "Emboss Horizontal &&Qt::Vertical"
msgstr "Хоризонтално и вертикално щамповане" msgstr "Хоризонтално и вертикално щамповане"
#: plugins/filters/convolutionfilters/convolutionfilters.cpp:131 #: plugins/filters/convolutionfilters/convolutionfilters.cpp:131

@ -759,8 +759,7 @@ msgid "Align Left"
msgstr "Подравняване в ляво" msgstr "Подравняване в ляво"
#: karbon_view.cpp:1034 #: karbon_view.cpp:1034
#, fuzzy msgid "Align Center (Horizontal)"
msgid "Align Center Qt::Horizontal)"
msgstr "Подравняване в центъра (хоризонтално)" msgstr "Подравняване в центъра (хоризонтално)"
#: karbon_view.cpp:1038 #: karbon_view.cpp:1038
@ -772,8 +771,7 @@ msgid "Align Top"
msgstr "Подравняване в горния край" msgstr "Подравняване в горния край"
#: karbon_view.cpp:1046 #: karbon_view.cpp:1046
#, fuzzy msgid "Align Middle (Vertical)"
msgid "Align Middle Qt::Vertical)"
msgstr "Подравняване в средата (вертикално)" msgstr "Подравняване в средата (вертикално)"
#: karbon_view.cpp:1050 #: karbon_view.cpp:1050
@ -781,13 +779,11 @@ msgid "Align Bottom"
msgstr "Подравняване в долния край" msgstr "Подравняване в долния край"
#: karbon_view.cpp:1055 #: karbon_view.cpp:1055
#, fuzzy msgid "Distribute Center (Horizontal)"
msgid "Distribute Center Qt::Horizontal)"
msgstr "Разпределение центрирано (хоризонтално)" msgstr "Разпределение центрирано (хоризонтално)"
#: karbon_view.cpp:1059 #: karbon_view.cpp:1059
#, fuzzy msgid "Distribute Gaps (Horizontal)"
msgid "Distribute Gaps Qt::Horizontal)"
msgstr "Разпределяне на празнини (хоризонтално)" msgstr "Разпределяне на празнини (хоризонтално)"
#: karbon_view.cpp:1063 #: karbon_view.cpp:1063
@ -799,13 +795,11 @@ msgid "Distribute Right Borders"
msgstr "Разпределяне по десния кант" msgstr "Разпределяне по десния кант"
#: karbon_view.cpp:1071 #: karbon_view.cpp:1071
#, fuzzy msgid "Distribute Center (Vertical)"
msgid "Distribute Center Qt::Vertical)"
msgstr "Разпределяне централно (вертикално)" msgstr "Разпределяне централно (вертикално)"
#: karbon_view.cpp:1075 #: karbon_view.cpp:1075
#, fuzzy msgid "Distribute Gaps (Vertical)"
msgid "Distribute Gaps Qt::Vertical)"
msgstr "Разпределяне на празнини (вертикално)" msgstr "Разпределяне на празнини (вертикално)"
#: karbon_view.cpp:1079 #: karbon_view.cpp:1079
@ -1458,8 +1452,7 @@ msgid "Fade:"
msgstr "Избледняване:" msgstr "Избледняване:"
#: tools/vspiraltool.cpp:54 #: tools/vspiraltool.cpp:54
#, fuzzy msgid "Orientation:"
msgid "Qt::Orientation:"
msgstr "Ориентация:" msgstr "Ориентация:"
#: tools/vspiraltool.cpp:56 #: tools/vspiraltool.cpp:56

@ -981,7 +981,7 @@ void KisToolStar::move(KisMoveEvent *event)
// erase old lines on canvas // erase old lines on canvas
draw(m_dragStart, m_dragEnd); draw(m_dragStart, m_dragEnd);
// move (alt) or resize star // move (alt) or resize star
if (event->state() &amp; Qt::AltButton) { if (event->state() &amp; TQt::AltButton) {
KisPoint trans = event->pos() - m_dragEnd; KisPoint trans = event->pos() - m_dragEnd;
m_dragStart += trans; m_dragStart += trans;
m_dragEnd += trans; m_dragEnd += trans;
@ -1049,7 +1049,7 @@ void KisToolStar::buttonRelease(KisButtonReleaseEvent *event)
> i dibuixa la vora d'una estrella. Ho cridem amb el mètode <methodname > i dibuixa la vora d'una estrella. Ho cridem amb el mètode <methodname
>move()</methodname >move()</methodname
> per a donar retroalimentació a l'usuari de la mida i forma de la seva estrella. Noteu que usem l'operació <varname > per a donar retroalimentació a l'usuari de la mida i forma de la seva estrella. Noteu que usem l'operació <varname
>Qt::NotROP</varname >TQt::NotROP</varname
>, que vol dir que cridant <methodname >, que vol dir que cridant <methodname
>draw()</methodname >draw()</methodname
> per segon cop amb el mateix començament i el punt final, s'esborrarà l'estrella dibuixada prèviament. </para> > per segon cop amb el mateix començament i el punt final, s'esborrarà l'estrella dibuixada prèviament. </para>
@ -1063,14 +1063,14 @@ void KisToolStar::buttonRelease(KisButtonReleaseEvent *event)
KisCanvasController *controller = m_subject->canvasController(); KisCanvasController *controller = m_subject->canvasController();
KisCanvas *canvas = controller->kiscanvas(); KisCanvas *canvas = controller->kiscanvas();
KisCanvasPainter p (canvas); KisCanvasPainter p (canvas);
QPen pen(Qt::SolidLine); QPen pen(TQt::SolidLine);
KisPoint startPos; KisPoint startPos;
KisPoint endPos; KisPoint endPos;
startPos = controller->windowToView(start); startPos = controller->windowToView(start);
endPos = controller->windowToView(end); endPos = controller->windowToView(end);
p.setRasterOp(Qt::NotROP); p.setRasterOp(TQt::NotROP);
vKisPoint points = starCoordinates(m_vertices, startPos.x(), startPos.y(), endPos.x(), endPos.y()); vKisPoint points = starCoordinates(m_vertices, startPos.x(), startPos.y(), endPos.x(), endPos.y());
@ -1096,8 +1096,8 @@ void KisToolStar::buttonRelease(KisButtonReleaseEvent *event)
m_action = static_cast&lt;TDERadioAction *&gt;(collection->action(name())); m_action = static_cast&lt;TDERadioAction *&gt;(collection->action(name()));
if (m_action == 0) { if (m_action == 0) {
TDEShortcut shortcut(Qt::Key_Plus); TDEShortcut shortcut(TQt::Key_Plus);
shortcut.append(TDEShortcut(Qt::Key_F9)); shortcut.append(TDEShortcut(TQt::Key_F9));
m_action = new TDERadioAction(i18n("&amp;Star"), m_action = new TDERadioAction(i18n("&amp;Star"),
"tool_star", "tool_star",
shortcut, shortcut,

@ -2009,8 +2009,7 @@ msgid "Emboss in All Directions"
msgstr "Ressalta en totes les direccions" msgstr "Ressalta en totes les direccions"
#: plugins/filters/convolutionfilters/convolutionfilters.cpp:124 #: plugins/filters/convolutionfilters/convolutionfilters.cpp:124
#, fuzzy msgid "Emboss Horizontal && Vertical"
msgid "Emboss Horizontal &&Qt::Vertical"
msgstr "Ressalta en horitzontal i vertical" msgstr "Ressalta en horitzontal i vertical"
#: plugins/filters/convolutionfilters/convolutionfilters.cpp:131 #: plugins/filters/convolutionfilters/convolutionfilters.cpp:131

@ -763,8 +763,7 @@ msgid "Align Left"
msgstr "Alinia a l'esquerra" msgstr "Alinia a l'esquerra"
#: karbon_view.cpp:1034 #: karbon_view.cpp:1034
#, fuzzy msgid "Align Center (Horizontal)"
msgid "Align Center Qt::Horizontal)"
msgstr "Alinia al centre (horitzontal)" msgstr "Alinia al centre (horitzontal)"
#: karbon_view.cpp:1038 #: karbon_view.cpp:1038
@ -776,8 +775,7 @@ msgid "Align Top"
msgstr "Alinia a dalt" msgstr "Alinia a dalt"
#: karbon_view.cpp:1046 #: karbon_view.cpp:1046
#, fuzzy msgid "Align Middle (Vertical)"
msgid "Align Middle Qt::Vertical)"
msgstr "Alinia al centre (vertical)" msgstr "Alinia al centre (vertical)"
#: karbon_view.cpp:1050 #: karbon_view.cpp:1050
@ -785,13 +783,11 @@ msgid "Align Bottom"
msgstr "Alinia a baix" msgstr "Alinia a baix"
#: karbon_view.cpp:1055 #: karbon_view.cpp:1055
#, fuzzy msgid "Distribute Center (Horizontal)"
msgid "Distribute Center Qt::Horizontal)"
msgstr "Alinia al centre (horitzontal)" msgstr "Alinia al centre (horitzontal)"
#: karbon_view.cpp:1059 #: karbon_view.cpp:1059
#, fuzzy msgid "Distribute Gaps (Horizontal)"
msgid "Distribute Gaps Qt::Horizontal)"
msgstr "Distribueix els forats (horitzontal)" msgstr "Distribueix els forats (horitzontal)"
#: karbon_view.cpp:1063 #: karbon_view.cpp:1063
@ -803,13 +799,11 @@ msgid "Distribute Right Borders"
msgstr "Distribueix les vores dretes" msgstr "Distribueix les vores dretes"
#: karbon_view.cpp:1071 #: karbon_view.cpp:1071
#, fuzzy msgid "Distribute Center (Vertical)"
msgid "Distribute Center Qt::Vertical)"
msgstr "Distribueix centrat (vertical)" msgstr "Distribueix centrat (vertical)"
#: karbon_view.cpp:1075 #: karbon_view.cpp:1075
#, fuzzy msgid "Distribute Gaps (Vertical)"
msgid "Distribute Gaps Qt::Vertical)"
msgstr "Distribueix forats (vertical)" msgstr "Distribueix forats (vertical)"
#: karbon_view.cpp:1079 #: karbon_view.cpp:1079
@ -1461,8 +1455,7 @@ msgid "Fade:"
msgstr "Fondre:" msgstr "Fondre:"
#: tools/vspiraltool.cpp:54 #: tools/vspiraltool.cpp:54
#, fuzzy msgid "Orientation:"
msgid "Qt::Orientation:"
msgstr "Orientació:" msgstr "Orientació:"
#: tools/vspiraltool.cpp:56 #: tools/vspiraltool.cpp:56

@ -2150,8 +2150,7 @@ msgid "Emboss in All Directions"
msgstr "Reliéf ve všech směrech" msgstr "Reliéf ve všech směrech"
#: plugins/filters/convolutionfilters/convolutionfilters.cpp:124 #: plugins/filters/convolutionfilters/convolutionfilters.cpp:124
#, fuzzy msgid "Emboss Horizontal && Vertical"
msgid "Emboss Horizontal &&Qt::Vertical"
msgstr "Reliéf horizontálně a vertikálně" msgstr "Reliéf horizontálně a vertikálně"
#: plugins/filters/convolutionfilters/convolutionfilters.cpp:131 #: plugins/filters/convolutionfilters/convolutionfilters.cpp:131

@ -757,8 +757,7 @@ msgid "Align Left"
msgstr "Zarovnat doleva" msgstr "Zarovnat doleva"
#: karbon_view.cpp:1034 #: karbon_view.cpp:1034
#, fuzzy msgid "Align Center (Horizontal)"
msgid "Align Center Qt::Horizontal)"
msgstr "Zarovnat na střed (horizontálně)" msgstr "Zarovnat na střed (horizontálně)"
#: karbon_view.cpp:1038 #: karbon_view.cpp:1038
@ -770,8 +769,7 @@ msgid "Align Top"
msgstr "Zarovnat nahoru" msgstr "Zarovnat nahoru"
#: karbon_view.cpp:1046 #: karbon_view.cpp:1046
#, fuzzy msgid "Align Middle (Vertical)"
msgid "Align Middle Qt::Vertical)"
msgstr "Zarovnat na střed (vertikálně)" msgstr "Zarovnat na střed (vertikálně)"
#: karbon_view.cpp:1050 #: karbon_view.cpp:1050
@ -780,12 +778,12 @@ msgstr "Zarovnat dolů"
#: karbon_view.cpp:1055 #: karbon_view.cpp:1055
#, fuzzy #, fuzzy
msgid "Distribute Center Qt::Horizontal)" msgid "Distribute Center (Horizontal)"
msgstr "Zarovnat na střed (horizontálně)" msgstr "Zarovnat na střed (horizontálně)"
#: karbon_view.cpp:1059 #: karbon_view.cpp:1059
#, fuzzy #, fuzzy
msgid "Distribute Gaps Qt::Horizontal)" msgid "Distribute Gaps (Horizontal)"
msgstr "Zarovnat na střed (horizontálně)" msgstr "Zarovnat na střed (horizontálně)"
#: karbon_view.cpp:1063 #: karbon_view.cpp:1063
@ -798,12 +796,12 @@ msgstr ""
#: karbon_view.cpp:1071 #: karbon_view.cpp:1071
#, fuzzy #, fuzzy
msgid "Distribute Center Qt::Vertical)" msgid "Distribute Center (Vertical)"
msgstr "Zarovnat na střed (vertikálně)" msgstr "Zarovnat na střed (vertikálně)"
#: karbon_view.cpp:1075 #: karbon_view.cpp:1075
#, fuzzy #, fuzzy
msgid "Distribute Gaps Qt::Vertical)" msgid "Distribute Gaps (Vertical)"
msgstr "Zarovnat na střed (vertikálně)" msgstr "Zarovnat na střed (vertikálně)"
#: karbon_view.cpp:1079 #: karbon_view.cpp:1079
@ -1440,8 +1438,7 @@ msgid "Fade:"
msgstr "Zeslabit:" msgstr "Zeslabit:"
#: tools/vspiraltool.cpp:54 #: tools/vspiraltool.cpp:54
#, fuzzy msgid "Orientation:"
msgid "Qt::Orientation:"
msgstr "Orientace:" msgstr "Orientace:"
#: tools/vspiraltool.cpp:56 #: tools/vspiraltool.cpp:56

@ -2186,7 +2186,7 @@ msgid "Emboss in All Directions"
msgstr "" msgstr ""
#: plugins/filters/convolutionfilters/convolutionfilters.cpp:124 #: plugins/filters/convolutionfilters/convolutionfilters.cpp:124
msgid "Emboss Horizontal &&Qt::Vertical" msgid "Emboss Horizontal && Vertical"
msgstr "" msgstr ""
#: plugins/filters/convolutionfilters/convolutionfilters.cpp:131 #: plugins/filters/convolutionfilters/convolutionfilters.cpp:131
@ -7419,10 +7419,6 @@ msgstr "Wynebfath:"
#~ msgid "Opacity of the background color" #~ msgid "Opacity of the background color"
#~ msgstr "Llenwi gyda Lliw Cefndir" #~ msgstr "Llenwi gyda Lliw Cefndir"
#, fuzzy
#~ msgid "Qt::DockRight:"
#~ msgstr "De:"
#~ msgid "&Adjust" #~ msgid "&Adjust"
#~ msgstr "&Addasu" #~ msgstr "&Addasu"

@ -767,8 +767,7 @@ msgid "Align Left"
msgstr "Alinio i'r Chwith" msgstr "Alinio i'r Chwith"
#: karbon_view.cpp:1034 #: karbon_view.cpp:1034
#, fuzzy msgid "Align Center (Horizontal)"
msgid "Align Center Qt::Horizontal)"
msgstr "Alinio i'r Canol (Llorweddol)" msgstr "Alinio i'r Canol (Llorweddol)"
#: karbon_view.cpp:1038 #: karbon_view.cpp:1038
@ -780,8 +779,7 @@ msgid "Align Top"
msgstr "Alinio i'r Pen" msgstr "Alinio i'r Pen"
#: karbon_view.cpp:1046 #: karbon_view.cpp:1046
#, fuzzy msgid "Align Middle (Vertical)"
msgid "Align Middle Qt::Vertical)"
msgstr "Alinio i'r Canol (Fertigol)" msgstr "Alinio i'r Canol (Fertigol)"
#: karbon_view.cpp:1050 #: karbon_view.cpp:1050
@ -789,13 +787,11 @@ msgid "Align Bottom"
msgstr "Alinio i'r Gwaelod" msgstr "Alinio i'r Gwaelod"
#: karbon_view.cpp:1055 #: karbon_view.cpp:1055
#, fuzzy msgid "Distribute Center (Horizontal)"
msgid "Distribute Center Qt::Horizontal)"
msgstr "Dosbarthu i'r Canol (Llorweddol)" msgstr "Dosbarthu i'r Canol (Llorweddol)"
#: karbon_view.cpp:1059 #: karbon_view.cpp:1059
#, fuzzy msgid "Distribute Gaps (Horizontal)"
msgid "Distribute Gaps Qt::Horizontal)"
msgstr "Dosbarthu Bylchau (Llorweddol)" msgstr "Dosbarthu Bylchau (Llorweddol)"
#: karbon_view.cpp:1063 #: karbon_view.cpp:1063
@ -807,13 +803,11 @@ msgid "Distribute Right Borders"
msgstr "Dosbarthu Ymylon De" msgstr "Dosbarthu Ymylon De"
#: karbon_view.cpp:1071 #: karbon_view.cpp:1071
#, fuzzy msgid "Distribute Center (Vertical)"
msgid "Distribute Center Qt::Vertical)"
msgstr "Dosbarthu i'r Canol (Fertigol)" msgstr "Dosbarthu i'r Canol (Fertigol)"
#: karbon_view.cpp:1075 #: karbon_view.cpp:1075
#, fuzzy msgid "Distribute Gaps (Vertical)"
msgid "Distribute Gaps Qt::Vertical)"
msgstr "Dosbarthu Bylchau (Fertigol)" msgstr "Dosbarthu Bylchau (Fertigol)"
#: karbon_view.cpp:1079 #: karbon_view.cpp:1079
@ -1465,8 +1459,7 @@ msgid "Fade:"
msgstr "Pylu:" msgstr "Pylu:"
#: tools/vspiraltool.cpp:54 #: tools/vspiraltool.cpp:54
#, fuzzy msgid "Orientation:"
msgid "Qt::Orientation:"
msgstr "Cyfeiriadaeth:" msgstr "Cyfeiriadaeth:"
#: tools/vspiraltool.cpp:56 #: tools/vspiraltool.cpp:56

@ -16844,18 +16844,6 @@ msgstr "Lliw/Ffin"
#~ msgid "False" #~ msgid "False"
#~ msgstr "Ffug" #~ msgstr "Ffug"
#, fuzzy
#~ msgid "Qt::TextUnderline"
#~ msgstr "Tanlinellu"
#, fuzzy
#~ msgid "Qt::Vertical text"
#~ msgstr "Testun Fertigol"
#, fuzzy
#~ msgid "Qt::DockRight to Qt::DockLeft"
#~ msgstr "Alinio i'r Chwith"
#~ msgid "Money: %1" #~ msgid "Money: %1"
#~ msgstr "Arian: %1" #~ msgstr "Arian: %1"

@ -981,7 +981,7 @@ void KisToolStar::move(KisMoveEvent *event)
// erase old lines on canvas // erase old lines on canvas
draw(m_dragStart, m_dragEnd); draw(m_dragStart, m_dragEnd);
// move (alt) or resize star // move (alt) or resize star
if (event->state() &amp; Qt::AltButton) { if (event->state() &amp; TQt::AltButton) {
KisPoint trans = event->pos() - m_dragEnd; KisPoint trans = event->pos() - m_dragEnd;
m_dragStart += trans; m_dragStart += trans;
m_dragEnd += trans; m_dragEnd += trans;
@ -1049,7 +1049,7 @@ void KisToolStar::buttonRelease(KisButtonReleaseEvent *event)
> som tegner stjernens omrids. Vi kalder den fra metoden <methodname > som tegner stjernens omrids. Vi kalder den fra metoden <methodname
>move()</methodname >move()</methodname
> for at give brugeren tilbagemelding om stjernens størrelse og form. Bemærk at vi bruger <varname > for at give brugeren tilbagemelding om stjernens størrelse og form. Bemærk at vi bruger <varname
>Qt::NotROP</varname >TQt::NotROP</varname
> rasteroperationen, hvilket betyder at kalde <methodname > rasteroperationen, hvilket betyder at kalde <methodname
>draw()</methodname >draw()</methodname
> endnu en gang med samme start- og slutpunkt gør at stjernen fjernes. </para> > endnu en gang med samme start- og slutpunkt gør at stjernen fjernes. </para>
@ -1063,14 +1063,14 @@ void KisToolStar::buttonRelease(KisButtonReleaseEvent *event)
KisCanvasController *controller = m_subject->canvasController(); KisCanvasController *controller = m_subject->canvasController();
KisCanvas *canvas = controller->kiscanvas(); KisCanvas *canvas = controller->kiscanvas();
KisCanvasPainter p (canvas); KisCanvasPainter p (canvas);
QPen pen(Qt::SolidLine); QPen pen(TQt::SolidLine);
KisPoint startPos; KisPoint startPos;
KisPoint endPos; KisPoint endPos;
startPos = controller->windowToView(start); startPos = controller->windowToView(start);
endPos = controller->windowToView(end); endPos = controller->windowToView(end);
p.setRasterOp(Qt::NotROP); p.setRasterOp(TQt::NotROP);
vKisPoint points = starCoordinates(m_vertices, startPos.x(), startPos.y(), endPos.x(), endPos.y()); vKisPoint points = starCoordinates(m_vertices, startPos.x(), startPos.y(), endPos.x(), endPos.y());
@ -1096,8 +1096,8 @@ void KisToolStar::buttonRelease(KisButtonReleaseEvent *event)
m_action = static_cast&lt;TDERadioAction *&gt;(collection->action(name())); m_action = static_cast&lt;TDERadioAction *&gt;(collection->action(name()));
if (m_action == 0) { if (m_action == 0) {
TDEShortcut shortcut(Qt::Key_Plus); TDEShortcut shortcut(TQt::Key_Plus);
shortcut.append(TDEShortcut(Qt::Key_F9)); shortcut.append(TDEShortcut(TQt::Key_F9));
m_action = new TDERadioAction(i18n("&amp;Star"), m_action = new TDERadioAction(i18n("&amp;Star"),
"tool_star", "tool_star",
shortcut, shortcut,

@ -2006,8 +2006,7 @@ msgid "Emboss in All Directions"
msgstr "Relief i alle retninger" msgstr "Relief i alle retninger"
#: plugins/filters/convolutionfilters/convolutionfilters.cpp:124 #: plugins/filters/convolutionfilters/convolutionfilters.cpp:124
#, fuzzy msgid "Emboss Horizontal && Vertical"
msgid "Emboss Horizontal &&Qt::Vertical"
msgstr "Relief vandret && lodret" msgstr "Relief vandret && lodret"
#: plugins/filters/convolutionfilters/convolutionfilters.cpp:131 #: plugins/filters/convolutionfilters/convolutionfilters.cpp:131
@ -7104,20 +7103,5 @@ msgstr "Skrifttype:"
#~ msgid "Opacity of the background color" #~ msgid "Opacity of the background color"
#~ msgstr "Baggrundsfarvens gennemsigtighed" #~ msgstr "Baggrundsfarvens gennemsigtighed"
#~ msgid "Qt::DockLeft:" #~ msgid "Orientation:"
#~ msgstr "Qt::DockLeft:" #~ msgstr "Orientation:"
#~ msgid "Qt::DockRight:"
#~ msgstr "Qt::DockRight:"
#~ msgid "Qt::Orientation:"
#~ msgstr "Qt::Orientation:"
#~ msgid "Qt::DockRight"
#~ msgstr "Qt::DockRight"
#~ msgid "Qt::DockLeft"
#~ msgstr "Qt::DockLeft"
#~ msgid "Qt::Orientation"
#~ msgstr "Qt::Orientation"

@ -758,8 +758,7 @@ msgid "Align Left"
msgstr "Justér til venstre" msgstr "Justér til venstre"
#: karbon_view.cpp:1034 #: karbon_view.cpp:1034
#, fuzzy msgid "Align Center (Horizontal)"
msgid "Align Center Qt::Horizontal)"
msgstr "Centrér (vandret)" msgstr "Centrér (vandret)"
#: karbon_view.cpp:1038 #: karbon_view.cpp:1038
@ -771,8 +770,7 @@ msgid "Align Top"
msgstr "Justér foroven" msgstr "Justér foroven"
#: karbon_view.cpp:1046 #: karbon_view.cpp:1046
#, fuzzy msgid "Align Middle (Vertical)"
msgid "Align Middle Qt::Vertical)"
msgstr "Centrér (lodret)" msgstr "Centrér (lodret)"
#: karbon_view.cpp:1050 #: karbon_view.cpp:1050
@ -780,13 +778,11 @@ msgid "Align Bottom"
msgstr "Justér til bund" msgstr "Justér til bund"
#: karbon_view.cpp:1055 #: karbon_view.cpp:1055
#, fuzzy msgid "Distribute Center (Horizontal)"
msgid "Distribute Center Qt::Horizontal)"
msgstr "Distributionscentreret (vandret)" msgstr "Distributionscentreret (vandret)"
#: karbon_view.cpp:1059 #: karbon_view.cpp:1059
#, fuzzy msgid "Distribute Gaps (Horizontal)"
msgid "Distribute Gaps Qt::Horizontal)"
msgstr "Distribuér mellemrum (vandret)" msgstr "Distribuér mellemrum (vandret)"
#: karbon_view.cpp:1063 #: karbon_view.cpp:1063
@ -798,13 +794,11 @@ msgid "Distribute Right Borders"
msgstr "Distribuér langs højrekanter" msgstr "Distribuér langs højrekanter"
#: karbon_view.cpp:1071 #: karbon_view.cpp:1071
#, fuzzy msgid "Distribute Center (Vertical)"
msgid "Distribute Center Qt::Vertical)"
msgstr "Distribuér centreret (lodret)" msgstr "Distribuér centreret (lodret)"
#: karbon_view.cpp:1075 #: karbon_view.cpp:1075
#, fuzzy msgid "Distribute Gaps (Vertical)"
msgid "Distribute Gaps Qt::Vertical)"
msgstr "Distribuér mellemrum (lodret)" msgstr "Distribuér mellemrum (lodret)"
#: karbon_view.cpp:1079 #: karbon_view.cpp:1079
@ -1455,8 +1449,7 @@ msgid "Fade:"
msgstr "Svind bort:" msgstr "Svind bort:"
#: tools/vspiraltool.cpp:54 #: tools/vspiraltool.cpp:54
#, fuzzy msgid "Orientation:"
msgid "Qt::Orientation:"
msgstr "Orientering:" msgstr "Orientering:"
#: tools/vspiraltool.cpp:56 #: tools/vspiraltool.cpp:56

@ -16356,7 +16356,7 @@ msgstr ""
"Linjebrudt tekst bryder teksten så den passer i den tidligere " "Linjebrudt tekst bryder teksten så den passer i den tidligere "
"cellestørrelse. Hvis det ikke er markeret, forbliver teksten på en linje og " "cellestørrelse. Hvis det ikke er markeret, forbliver teksten på en linje og "
"cellestørrelsen justeres så der er plads til teksten.\n" "cellestørrelsen justeres så der er plads til teksten.\n"
"Qt::Vertical text viser teksten lodret." "Vertical text viser teksten lodret."
#: dialogs/position_cell_format.ui:209 #: dialogs/position_cell_format.ui:209
#, no-c-format #, no-c-format
@ -16567,8 +16567,8 @@ msgid ""
"Right to Left, then the first column will be on the right and the others " "Right to Left, then the first column will be on the right and the others "
"added from right to left." "added from right to left."
msgstr "" msgstr ""
"Som standard er bladets første søjle er til venstre. Hvis du vælger Qt::" "Som standard er bladets første søjle er til venstre. Hvis du vælger "
"DockRight to Qt::DockLeft::, er den første søjle til højre og de øvrige " "Right to Left, er den første søjle til højre og de øvrige "
"tilføjes fra højre mod venstre." "tilføjes fra højre mod venstre."
#: dialogs/sheet_properties_base.ui:141 #: dialogs/sheet_properties_base.ui:141
@ -16826,13 +16826,8 @@ msgstr "Farve/kant"
#~ msgid "Portrait" #~ msgid "Portrait"
#~ msgstr "Portugal" #~ msgstr "Portugal"
#, fuzzy
#~ msgid "Vertical" #~ msgid "Vertical"
#~ msgstr "Qt::Vertical" #~ msgstr "Vertical"
#, fuzzy
#~ msgid "Horizontal"
#~ msgstr "Qt::Horizontal"
#, fuzzy #, fuzzy
#~ msgid "&Delete" #~ msgid "&Delete"
@ -16902,30 +16897,6 @@ msgstr "Farve/kant"
#~ msgid "False" #~ msgid "False"
#~ msgstr "Falsk" #~ msgstr "Falsk"
#~ msgid "Qt::TextUnderline"
#~ msgstr "Qt::TextUnderline"
#~ msgid "Qt::DockLeft"
#~ msgstr "Qt::DockLeft"
#~ msgid "Qt::DockRight"
#~ msgstr "Qt::DockRight"
#~ msgid "Qt::DockTop"
#~ msgstr "Qt::DockTop"
#~ msgid "Qt::DockBottom"
#~ msgstr "Qt::DockBottom"
#~ msgid "Qt::Vertical text"
#~ msgstr "Qt::Vertical text"
#~ msgid "Qt::DockLeft to Qt::DockRight"
#~ msgstr "Qt::DockLeft to Qt::DockRight"
#~ msgid "Qt::DockRight to Qt::DockLeft"
#~ msgstr "Qt::DockRight to Qt::DockLeft"
#~ msgid "Money: %1" #~ msgid "Money: %1"
#~ msgstr "Penge: %1" #~ msgstr "Penge: %1"

@ -981,7 +981,7 @@ void KisToolStar::move(KisMoveEvent *event)
// erase old lines on canvas // erase old lines on canvas
draw(m_dragStart, m_dragEnd); draw(m_dragStart, m_dragEnd);
// move (alt) or resize star // move (alt) or resize star
if (event->state() &amp; Qt::AltButton) { if (event->state() &amp; TQt::AltButton) {
KisPoint trans = event->pos() - m_dragEnd; KisPoint trans = event->pos() - m_dragEnd;
m_dragStart += trans; m_dragStart += trans;
m_dragEnd += trans; m_dragEnd += trans;
@ -1049,7 +1049,7 @@ void KisToolStar::buttonRelease(KisButtonReleaseEvent *event)
> und malt den Umriss eines Sterns. Wir rufen dieses aud <methodname > und malt den Umriss eines Sterns. Wir rufen dieses aud <methodname
>move()</methodname >move()</methodname
> auf um dem Benutzer Rückmeldungen über die Größe und Form des Sterns zu geben. Beachten Sie, dass wir die Rasteroperation <varname > auf um dem Benutzer Rückmeldungen über die Größe und Form des Sterns zu geben. Beachten Sie, dass wir die Rasteroperation <varname
>Qt::NotROP</varname >TQt::NotROP</varname
> verwenden, was bedeutet, dass ein zweiter Aufruf von <methodname > verwenden, was bedeutet, dass ein zweiter Aufruf von <methodname
>draw()</methodname >draw()</methodname
> mit dem gleichen Start- und Endpunkt den vorherigen Stern löscht. </para> > mit dem gleichen Start- und Endpunkt den vorherigen Stern löscht. </para>
@ -1063,14 +1063,14 @@ void KisToolStar::buttonRelease(KisButtonReleaseEvent *event)
KisCanvasController *controller = m_subject->canvasController(); KisCanvasController *controller = m_subject->canvasController();
KisCanvas *canvas = controller->kiscanvas(); KisCanvas *canvas = controller->kiscanvas();
KisCanvasPainter p (canvas); KisCanvasPainter p (canvas);
QPen pen(Qt::SolidLine); QPen pen(TQt::SolidLine);
KisPoint startPos; KisPoint startPos;
KisPoint endPos; KisPoint endPos;
startPos = controller->windowToView(start); startPos = controller->windowToView(start);
endPos = controller->windowToView(end); endPos = controller->windowToView(end);
p.setRasterOp(Qt::NotROP); p.setRasterOp(TQt::NotROP);
vKisPoint points = starCoordinates(m_vertices, startPos.x(), startPos.y(), endPos.x(), endPos.y()); vKisPoint points = starCoordinates(m_vertices, startPos.x(), startPos.y(), endPos.x(), endPos.y());
@ -1094,8 +1094,8 @@ void KisToolStar::buttonRelease(KisButtonReleaseEvent *event)
m_action = static_cast&lt;TDERadioAction *&gt;(collection->action(name())); m_action = static_cast&lt;TDERadioAction *&gt;(collection->action(name()));
if (m_action == 0) { if (m_action == 0) {
TDEShortcut shortcut(Qt::Key_Plus); TDEShortcut shortcut(TQt::Key_Plus);
shortcut.append(TDEShortcut(Qt::Key_F9)); shortcut.append(TDEShortcut(TQt::Key_F9));
m_action = new TDERadioAction(i18n("&amp;Star"), m_action = new TDERadioAction(i18n("&amp;Star"),
"tool_star", "tool_star",
shortcut, shortcut,

@ -2014,7 +2014,7 @@ msgid "Emboss in All Directions"
msgstr "Relief (alle Richtungen)" msgstr "Relief (alle Richtungen)"
#: plugins/filters/convolutionfilters/convolutionfilters.cpp:124 #: plugins/filters/convolutionfilters/convolutionfilters.cpp:124
msgid "Emboss Horizontal &&Qt::Vertical" msgid "Emboss Horizontal && Vertical"
msgstr "Relief (waagrecht && senkrecht)" msgstr "Relief (waagrecht && senkrecht)"
#: plugins/filters/convolutionfilters/convolutionfilters.cpp:131 #: plugins/filters/convolutionfilters/convolutionfilters.cpp:131

@ -763,7 +763,7 @@ msgid "Align Left"
msgstr "Links" msgstr "Links"
#: karbon_view.cpp:1034 #: karbon_view.cpp:1034
msgid "Align Center Qt::Horizontal)" msgid "Align Center (Horizontal)"
msgstr "Zentriert (waagerecht)" msgstr "Zentriert (waagerecht)"
#: karbon_view.cpp:1038 #: karbon_view.cpp:1038
@ -775,7 +775,7 @@ msgid "Align Top"
msgstr "Oben" msgstr "Oben"
#: karbon_view.cpp:1046 #: karbon_view.cpp:1046
msgid "Align Middle Qt::Vertical)" msgid "Align Middle (Vertical)"
msgstr "Zentriert (senkrecht)" msgstr "Zentriert (senkrecht)"
#: karbon_view.cpp:1050 #: karbon_view.cpp:1050
@ -783,11 +783,11 @@ msgid "Align Bottom"
msgstr "Unten" msgstr "Unten"
#: karbon_view.cpp:1055 #: karbon_view.cpp:1055
msgid "Distribute Center Qt::Horizontal)" msgid "Distribute Center (Horizontal)"
msgstr "Zentriert verteilen (waagrecht)" msgstr "Zentriert verteilen (waagrecht)"
#: karbon_view.cpp:1059 #: karbon_view.cpp:1059
msgid "Distribute Gaps Qt::Horizontal)" msgid "Distribute Gaps (Horizontal)"
msgstr "Abstände verteilen (waagrecht)" msgstr "Abstände verteilen (waagrecht)"
#: karbon_view.cpp:1063 #: karbon_view.cpp:1063
@ -799,11 +799,11 @@ msgid "Distribute Right Borders"
msgstr "Rechte Randlinien verteilen" msgstr "Rechte Randlinien verteilen"
#: karbon_view.cpp:1071 #: karbon_view.cpp:1071
msgid "Distribute Center Qt::Vertical)" msgid "Distribute Center (Vertical)"
msgstr "Zentriert verteilen (senkrecht)" msgstr "Zentriert verteilen (senkrecht)"
#: karbon_view.cpp:1075 #: karbon_view.cpp:1075
msgid "Distribute Gaps Qt::Vertical)" msgid "Distribute Gaps (Vertical)"
msgstr "Abstände verteilen (senkrecht)" msgstr "Abstände verteilen (senkrecht)"
#: karbon_view.cpp:1079 #: karbon_view.cpp:1079
@ -1475,7 +1475,7 @@ msgid "Fade:"
msgstr "Ausblenden:" msgstr "Ausblenden:"
#: tools/vspiraltool.cpp:54 #: tools/vspiraltool.cpp:54
msgid "Qt::Orientation:" msgid "Orientation:"
msgstr "Ausrichtung:" msgstr "Ausrichtung:"
#: tools/vspiraltool.cpp:56 #: tools/vspiraltool.cpp:56

@ -2007,8 +2007,7 @@ msgid "Emboss in All Directions"
msgstr "Εμβάθυνση σε όλες τις κατευθύνσεις" msgstr "Εμβάθυνση σε όλες τις κατευθύνσεις"
#: plugins/filters/convolutionfilters/convolutionfilters.cpp:124 #: plugins/filters/convolutionfilters/convolutionfilters.cpp:124
#, fuzzy msgid "Emboss Horizontal && Vertical"
msgid "Emboss Horizontal &&Qt::Vertical"
msgstr "Εμβάθυνση οριζόντια && κατακόρυφα" msgstr "Εμβάθυνση οριζόντια && κατακόρυφα"
#: plugins/filters/convolutionfilters/convolutionfilters.cpp:131 #: plugins/filters/convolutionfilters/convolutionfilters.cpp:131

@ -758,8 +758,7 @@ msgid "Align Left"
msgstr "Στοίχιση αριστερά" msgstr "Στοίχιση αριστερά"
#: karbon_view.cpp:1034 #: karbon_view.cpp:1034
#, fuzzy msgid "Align Center (Horizontal)"
msgid "Align Center Qt::Horizontal)"
msgstr "Στοίχιση στο κέντρο (Οριζόντια)" msgstr "Στοίχιση στο κέντρο (Οριζόντια)"
#: karbon_view.cpp:1038 #: karbon_view.cpp:1038
@ -771,8 +770,7 @@ msgid "Align Top"
msgstr "Στοίχιση πάνω" msgstr "Στοίχιση πάνω"
#: karbon_view.cpp:1046 #: karbon_view.cpp:1046
#, fuzzy msgid "Align Middle (Vertical)"
msgid "Align Middle Qt::Vertical)"
msgstr "Στοίχιση στο κέντρο (Κατακόρυφα)" msgstr "Στοίχιση στο κέντρο (Κατακόρυφα)"
#: karbon_view.cpp:1050 #: karbon_view.cpp:1050
@ -780,13 +778,11 @@ msgid "Align Bottom"
msgstr "Στοίχιση κάτω" msgstr "Στοίχιση κάτω"
#: karbon_view.cpp:1055 #: karbon_view.cpp:1055
#, fuzzy msgid "Distribute Center (Horizontal)"
msgid "Distribute Center Qt::Horizontal)"
msgstr "Στοίχιση στο κέντρο (Οριζόντια)" msgstr "Στοίχιση στο κέντρο (Οριζόντια)"
#: karbon_view.cpp:1059 #: karbon_view.cpp:1059
#, fuzzy msgid "Distribute Gaps (Horizontal)"
msgid "Distribute Gaps Qt::Horizontal)"
msgstr "Κατανομή κενών (Οριζόντια)" msgstr "Κατανομή κενών (Οριζόντια)"
#: karbon_view.cpp:1063 #: karbon_view.cpp:1063
@ -798,13 +794,11 @@ msgid "Distribute Right Borders"
msgstr "Κατανομή δεξιών περιγραμμάτων" msgstr "Κατανομή δεξιών περιγραμμάτων"
#: karbon_view.cpp:1071 #: karbon_view.cpp:1071
#, fuzzy msgid "Distribute Center (Vertical)"
msgid "Distribute Center Qt::Vertical)"
msgstr "Κατανομή κεντρικά (Κατακόρυφα)" msgstr "Κατανομή κεντρικά (Κατακόρυφα)"
#: karbon_view.cpp:1075 #: karbon_view.cpp:1075
#, fuzzy msgid "Distribute Gaps (Vertical)"
msgid "Distribute Gaps Qt::Vertical)"
msgstr "Κατανομή κενών (Κατακόρυφα)" msgstr "Κατανομή κενών (Κατακόρυφα)"
#: karbon_view.cpp:1079 #: karbon_view.cpp:1079
@ -1466,8 +1460,7 @@ msgid "Fade:"
msgstr "Ομαλή εμφάνιση:" msgstr "Ομαλή εμφάνιση:"
#: tools/vspiraltool.cpp:54 #: tools/vspiraltool.cpp:54
#, fuzzy msgid "Orientation:"
msgid "Qt::Orientation:"
msgstr "Προσανατολισμός:" msgstr "Προσανατολισμός:"
#: tools/vspiraltool.cpp:56 #: tools/vspiraltool.cpp:56

@ -2050,8 +2050,7 @@ msgid "Emboss in All Directions"
msgstr "Emboss in All Directions" msgstr "Emboss in All Directions"
#: plugins/filters/convolutionfilters/convolutionfilters.cpp:124 #: plugins/filters/convolutionfilters/convolutionfilters.cpp:124
#, fuzzy msgid "Emboss Horizontal && Vertical"
msgid "Emboss Horizontal &&Qt::Vertical"
msgstr "Emboss Horizontal && Vertical" msgstr "Emboss Horizontal && Vertical"
#: plugins/filters/convolutionfilters/convolutionfilters.cpp:131 #: plugins/filters/convolutionfilters/convolutionfilters.cpp:131
@ -7244,10 +7243,6 @@ msgstr "Font:"
#~ msgid "Opacity of the background color" #~ msgid "Opacity of the background color"
#~ msgstr "Opacity of the background colour." #~ msgstr "Opacity of the background colour."
#, fuzzy
#~ msgid "Qt::DockRight:"
#~ msgstr "Right:"
#, fuzzy #, fuzzy
#~ msgid "WdgLayerProperties" #~ msgid "WdgLayerProperties"
#~ msgstr "Layer Properties" #~ msgstr "Layer Properties"

@ -757,8 +757,7 @@ msgid "Align Left"
msgstr "Align Left" msgstr "Align Left"
#: karbon_view.cpp:1034 #: karbon_view.cpp:1034
#, fuzzy msgid "Align Center (Horizontal)"
msgid "Align Center Qt::Horizontal)"
msgstr "Align Centre (Horizontal)" msgstr "Align Centre (Horizontal)"
#: karbon_view.cpp:1038 #: karbon_view.cpp:1038
@ -770,8 +769,7 @@ msgid "Align Top"
msgstr "Align Top" msgstr "Align Top"
#: karbon_view.cpp:1046 #: karbon_view.cpp:1046
#, fuzzy msgid "Align Middle (Vertical)"
msgid "Align Middle Qt::Vertical)"
msgstr "Align Middle (Vertical)" msgstr "Align Middle (Vertical)"
#: karbon_view.cpp:1050 #: karbon_view.cpp:1050
@ -779,13 +777,11 @@ msgid "Align Bottom"
msgstr "Align Bottom" msgstr "Align Bottom"
#: karbon_view.cpp:1055 #: karbon_view.cpp:1055
#, fuzzy msgid "Distribute Center (Horizontal)"
msgid "Distribute Center Qt::Horizontal)"
msgstr "Distribute Centre (Horizontal)" msgstr "Distribute Centre (Horizontal)"
#: karbon_view.cpp:1059 #: karbon_view.cpp:1059
#, fuzzy msgid "Distribute Gaps (Horizontal)"
msgid "Distribute Gaps Qt::Horizontal)"
msgstr "Distribute Gaps (Horizontal)" msgstr "Distribute Gaps (Horizontal)"
#: karbon_view.cpp:1063 #: karbon_view.cpp:1063
@ -797,13 +793,11 @@ msgid "Distribute Right Borders"
msgstr "Distribute Right Borders" msgstr "Distribute Right Borders"
#: karbon_view.cpp:1071 #: karbon_view.cpp:1071
#, fuzzy msgid "Distribute Center (Vertical)"
msgid "Distribute Center Qt::Vertical)"
msgstr "Distribute Centre (Vertical)" msgstr "Distribute Centre (Vertical)"
#: karbon_view.cpp:1075 #: karbon_view.cpp:1075
#, fuzzy msgid "Distribute Gaps (Vertical)"
msgid "Distribute Gaps Qt::Vertical)"
msgstr "Distribute Gaps (Vertical)" msgstr "Distribute Gaps (Vertical)"
#: karbon_view.cpp:1079 #: karbon_view.cpp:1079
@ -1449,8 +1443,7 @@ msgid "Fade:"
msgstr "Fade:" msgstr "Fade:"
#: tools/vspiraltool.cpp:54 #: tools/vspiraltool.cpp:54
#, fuzzy msgid "Orientation:"
msgid "Qt::Orientation:"
msgstr "Orientation:" msgstr "Orientation:"
#: tools/vspiraltool.cpp:56 #: tools/vspiraltool.cpp:56

@ -17077,22 +17077,6 @@ msgstr "Colour/Border"
#~ msgid "False" #~ msgid "False"
#~ msgstr "False" #~ msgstr "False"
#, fuzzy
#~ msgid "Qt::TextUnderline"
#~ msgstr "Underline"
#, fuzzy
#~ msgid "Qt::Vertical text"
#~ msgstr "Vertical text"
#, fuzzy
#~ msgid "Qt::DockLeft to Qt::DockRight"
#~ msgstr "Left to Right"
#, fuzzy
#~ msgid "Qt::DockRight to Qt::DockLeft"
#~ msgstr "Right to Left"
#~ msgid "Money: %1" #~ msgid "Money: %1"
#~ msgstr "Money: %1" #~ msgstr "Money: %1"

@ -2008,8 +2008,7 @@ msgid "Emboss in All Directions"
msgstr "Realzar en todas las direcciones" msgstr "Realzar en todas las direcciones"
#: plugins/filters/convolutionfilters/convolutionfilters.cpp:124 #: plugins/filters/convolutionfilters/convolutionfilters.cpp:124
#, fuzzy msgid "Emboss Horizontal && Vertical"
msgid "Emboss Horizontal &&Qt::Vertical"
msgstr "Realzar en horizontal y vertical" msgstr "Realzar en horizontal y vertical"
#: plugins/filters/convolutionfilters/convolutionfilters.cpp:131 #: plugins/filters/convolutionfilters/convolutionfilters.cpp:131

@ -756,8 +756,7 @@ msgid "Align Left"
msgstr "Alinear a la izquierda" msgstr "Alinear a la izquierda"
#: karbon_view.cpp:1034 #: karbon_view.cpp:1034
#, fuzzy msgid "Align Center (Horizontal)"
msgid "Align Center Qt::Horizontal)"
msgstr "Alinear al centro (Horizontal)" msgstr "Alinear al centro (Horizontal)"
#: karbon_view.cpp:1038 #: karbon_view.cpp:1038
@ -769,8 +768,7 @@ msgid "Align Top"
msgstr "Alinear arriba" msgstr "Alinear arriba"
#: karbon_view.cpp:1046 #: karbon_view.cpp:1046
#, fuzzy msgid "Align Middle (Vertical)"
msgid "Align Middle Qt::Vertical)"
msgstr "Alinear al medio (Vertical)" msgstr "Alinear al medio (Vertical)"
#: karbon_view.cpp:1050 #: karbon_view.cpp:1050
@ -778,13 +776,11 @@ msgid "Align Bottom"
msgstr "Alinear abajo" msgstr "Alinear abajo"
#: karbon_view.cpp:1055 #: karbon_view.cpp:1055
#, fuzzy msgid "Distribute Center (Horizontal)"
msgid "Distribute Center Qt::Horizontal)"
msgstr "Distribuir al centro (Horizontal)" msgstr "Distribuir al centro (Horizontal)"
#: karbon_view.cpp:1059 #: karbon_view.cpp:1059
#, fuzzy msgid "Distribute Gaps (Horizontal)"
msgid "Distribute Gaps Qt::Horizontal)"
msgstr "Distribuir huecos (Horizontal)" msgstr "Distribuir huecos (Horizontal)"
#: karbon_view.cpp:1063 #: karbon_view.cpp:1063
@ -796,13 +792,11 @@ msgid "Distribute Right Borders"
msgstr "Distribuir bordes a la derecha" msgstr "Distribuir bordes a la derecha"
#: karbon_view.cpp:1071 #: karbon_view.cpp:1071
#, fuzzy msgid "Distribute Center (Vertical)"
msgid "Distribute Center Qt::Vertical)"
msgstr "Distribuir al centro (vertical)" msgstr "Distribuir al centro (vertical)"
#: karbon_view.cpp:1075 #: karbon_view.cpp:1075
#, fuzzy msgid "Distribute Gaps (Vertical)"
msgid "Distribute Gaps Qt::Vertical)"
msgstr "Distribuir huecos (vertical)" msgstr "Distribuir huecos (vertical)"
#: karbon_view.cpp:1079 #: karbon_view.cpp:1079
@ -1456,8 +1450,7 @@ msgid "Fade:"
msgstr "Desteñir:" msgstr "Desteñir:"
#: tools/vspiraltool.cpp:54 #: tools/vspiraltool.cpp:54
#, fuzzy msgid "Orientation:"
msgid "Qt::Orientation:"
msgstr "Orientación:" msgstr "Orientación:"
#: tools/vspiraltool.cpp:56 #: tools/vspiraltool.cpp:56

@ -981,7 +981,7 @@ void KisToolStar::move(KisMoveEvent *event)
// erase old lines on canvas // erase old lines on canvas
draw(m_dragStart, m_dragEnd); draw(m_dragStart, m_dragEnd);
// move (alt) or resize star // move (alt) or resize star
if (event->state() &amp; Qt::AltButton) { if (event->state() &amp; TQt::AltButton) {
KisPoint trans = event->pos() - m_dragEnd; KisPoint trans = event->pos() - m_dragEnd;
m_dragStart += trans; m_dragStart += trans;
m_dragEnd += trans; m_dragEnd += trans;
@ -1049,7 +1049,7 @@ void KisToolStar::buttonRelease(KisButtonReleaseEvent *event)
> sisemine meetod ja joonistab tähe kontuuri. Me kutsume selle välja meetodist <methodname > sisemine meetod ja joonistab tähe kontuuri. Me kutsume selle välja meetodist <methodname
>move()</methodname >move()</methodname
>, et anda kasutajale tagasisidet tähe suuruse ja kuju kohta. Pane tähele, et me kasutame <varname >, et anda kasutajale tagasisidet tähe suuruse ja kuju kohta. Pane tähele, et me kasutame <varname
>Qt::NotROP</varname >TQt::NotROP</varname
> rasteroperatsiooni, mis tähendab, et <methodname > rasteroperatsiooni, mis tähendab, et <methodname
>draw()</methodname >draw()</methodname
> teistkordne väljakutsumine sama algus- ja lõpp-punktiga eelnevalt joonistatud täht kustutatakse. </para> > teistkordne väljakutsumine sama algus- ja lõpp-punktiga eelnevalt joonistatud täht kustutatakse. </para>
@ -1063,14 +1063,14 @@ void KisToolStar::buttonRelease(KisButtonReleaseEvent *event)
KisCanvasController *controller = m_subject->canvasController(); KisCanvasController *controller = m_subject->canvasController();
KisCanvas *canvas = controller->kiscanvas(); KisCanvas *canvas = controller->kiscanvas();
KisCanvasPainter p (canvas); KisCanvasPainter p (canvas);
QPen pen(Qt::SolidLine); QPen pen(TQt::SolidLine);
KisPoint startPos; KisPoint startPos;
KisPoint endPos; KisPoint endPos;
startPos = controller->windowToView(start); startPos = controller->windowToView(start);
endPos = controller->windowToView(end); endPos = controller->windowToView(end);
p.setRasterOp(Qt::NotROP); p.setRasterOp(TQt::NotROP);
vKisPoint points = starCoordinates(m_vertices, startPos.x(), startPos.y(), endPos.x(), endPos.y()); vKisPoint points = starCoordinates(m_vertices, startPos.x(), startPos.y(), endPos.x(), endPos.y());
@ -1096,8 +1096,8 @@ void KisToolStar::buttonRelease(KisButtonReleaseEvent *event)
m_action = static_cast&lt;TDERadioAction *&gt;(collection->action(name())); m_action = static_cast&lt;TDERadioAction *&gt;(collection->action(name()));
if (m_action == 0) { if (m_action == 0) {
TDEShortcut shortcut(Qt::Key_Plus); TDEShortcut shortcut(TQt::Key_Plus);
shortcut.append(TDEShortcut(Qt::Key_F9)); shortcut.append(TDEShortcut(TQt::Key_F9));
m_action = new TDERadioAction(i18n("&amp;Star"), m_action = new TDERadioAction(i18n("&amp;Star"),
"tool_star", "tool_star",
shortcut, shortcut,

@ -2004,8 +2004,7 @@ msgid "Emboss in All Directions"
msgstr "Kohrutus igas suunas" msgstr "Kohrutus igas suunas"
#: plugins/filters/convolutionfilters/convolutionfilters.cpp:124 #: plugins/filters/convolutionfilters/convolutionfilters.cpp:124
#, fuzzy msgid "Emboss Horizontal && Vertical"
msgid "Emboss Horizontal &&Qt::Vertical"
msgstr "Rõhtne ja püstine kohrutus" msgstr "Rõhtne ja püstine kohrutus"
#: plugins/filters/convolutionfilters/convolutionfilters.cpp:131 #: plugins/filters/convolutionfilters/convolutionfilters.cpp:131

@ -756,8 +756,7 @@ msgid "Align Left"
msgstr "Joonda vasakule" msgstr "Joonda vasakule"
#: karbon_view.cpp:1034 #: karbon_view.cpp:1034
#, fuzzy msgid "Align Center (Horizontal)"
msgid "Align Center Qt::Horizontal)"
msgstr "Joonda keskele (rõhtsuunas)" msgstr "Joonda keskele (rõhtsuunas)"
#: karbon_view.cpp:1038 #: karbon_view.cpp:1038
@ -769,8 +768,7 @@ msgid "Align Top"
msgstr "Joonda üles" msgstr "Joonda üles"
#: karbon_view.cpp:1046 #: karbon_view.cpp:1046
#, fuzzy msgid "Align Middle (Vertical)"
msgid "Align Middle Qt::Vertical)"
msgstr "Joonda keskele (püstsuunas)" msgstr "Joonda keskele (püstsuunas)"
#: karbon_view.cpp:1050 #: karbon_view.cpp:1050
@ -778,13 +776,11 @@ msgid "Align Bottom"
msgstr "Joonda alla" msgstr "Joonda alla"
#: karbon_view.cpp:1055 #: karbon_view.cpp:1055
#, fuzzy msgid "Distribute Center (Horizontal)"
msgid "Distribute Center Qt::Horizontal)"
msgstr "Jaota keskele (rõhtsuunas)" msgstr "Jaota keskele (rõhtsuunas)"
#: karbon_view.cpp:1059 #: karbon_view.cpp:1059
#, fuzzy msgid "Distribute Gaps (Horizontal)"
msgid "Distribute Gaps Qt::Horizontal)"
msgstr "Jaota vahede järgi (rõhtsuunas)" msgstr "Jaota vahede järgi (rõhtsuunas)"
#: karbon_view.cpp:1063 #: karbon_view.cpp:1063
@ -796,13 +792,11 @@ msgid "Distribute Right Borders"
msgstr "Jaota parema piirde järgi" msgstr "Jaota parema piirde järgi"
#: karbon_view.cpp:1071 #: karbon_view.cpp:1071
#, fuzzy msgid "Distribute Center (Vertical)"
msgid "Distribute Center Qt::Vertical)"
msgstr "Jaota keskele (püstsuunas)" msgstr "Jaota keskele (püstsuunas)"
#: karbon_view.cpp:1075 #: karbon_view.cpp:1075
#, fuzzy msgid "Distribute Gaps (Vertical)"
msgid "Distribute Gaps Qt::Vertical)"
msgstr "Jaota vahede järgi (püstsuunas)" msgstr "Jaota vahede järgi (püstsuunas)"
#: karbon_view.cpp:1079 #: karbon_view.cpp:1079
@ -1448,8 +1442,7 @@ msgid "Fade:"
msgstr "Kadumine:" msgstr "Kadumine:"
#: tools/vspiraltool.cpp:54 #: tools/vspiraltool.cpp:54
#, fuzzy msgid "Orientation:"
msgid "Qt::Orientation:"
msgstr "Suund:" msgstr "Suund:"
#: tools/vspiraltool.cpp:56 #: tools/vspiraltool.cpp:56

@ -2095,8 +2095,7 @@ msgid "Emboss in All Directions"
msgstr "Bozeldu norabide guztietan" msgstr "Bozeldu norabide guztietan"
#: plugins/filters/convolutionfilters/convolutionfilters.cpp:124 #: plugins/filters/convolutionfilters/convolutionfilters.cpp:124
#, fuzzy msgid "Emboss Horizontal && Vertical"
msgid "Emboss Horizontal &&Qt::Vertical"
msgstr "Bozeldu horizontal eta bertikalki" msgstr "Bozeldu horizontal eta bertikalki"
#: plugins/filters/convolutionfilters/convolutionfilters.cpp:131 #: plugins/filters/convolutionfilters/convolutionfilters.cpp:131
@ -7402,10 +7401,6 @@ msgstr "Letra-tipoa:"
#~ msgid "Opacity of the background color" #~ msgid "Opacity of the background color"
#~ msgstr "Atzeko planoaren opakotasuna." #~ msgstr "Atzeko planoaren opakotasuna."
#, fuzzy
#~ msgid "Qt::DockRight:"
#~ msgstr "Eskuina:"
#~ msgid "&Adjust" #~ msgid "&Adjust"
#~ msgstr "&Doitu" #~ msgstr "&Doitu"

@ -766,8 +766,7 @@ msgid "Align Left"
msgstr "Lerrokatu ezkerrean" msgstr "Lerrokatu ezkerrean"
#: karbon_view.cpp:1034 #: karbon_view.cpp:1034
#, fuzzy msgid "Align Center (Horizontal)"
msgid "Align Center Qt::Horizontal)"
msgstr "Lerrokatu zentruan (horizontala)" msgstr "Lerrokatu zentruan (horizontala)"
#: karbon_view.cpp:1038 #: karbon_view.cpp:1038
@ -779,8 +778,7 @@ msgid "Align Top"
msgstr "Lerrokatu goian" msgstr "Lerrokatu goian"
#: karbon_view.cpp:1046 #: karbon_view.cpp:1046
#, fuzzy msgid "Align Middle (Vertical)"
msgid "Align Middle Qt::Vertical)"
msgstr "Lerrokatu zentruan (bertikala)" msgstr "Lerrokatu zentruan (bertikala)"
#: karbon_view.cpp:1050 #: karbon_view.cpp:1050
@ -788,13 +786,11 @@ msgid "Align Bottom"
msgstr "Lerrokatu behean" msgstr "Lerrokatu behean"
#: karbon_view.cpp:1055 #: karbon_view.cpp:1055
#, fuzzy msgid "Distribute Center (Horizontal)"
msgid "Distribute Center Qt::Horizontal)"
msgstr "Lerrokatu zentruan (horizontala)" msgstr "Lerrokatu zentruan (horizontala)"
#: karbon_view.cpp:1059 #: karbon_view.cpp:1059
#, fuzzy msgid "Distribute Gaps (Horizontal)"
msgid "Distribute Gaps Qt::Horizontal)"
msgstr "Lerrokatu zentruan (horizontala)" msgstr "Lerrokatu zentruan (horizontala)"
#: karbon_view.cpp:1063 #: karbon_view.cpp:1063
@ -806,13 +802,11 @@ msgid "Distribute Right Borders"
msgstr "" msgstr ""
#: karbon_view.cpp:1071 #: karbon_view.cpp:1071
#, fuzzy msgid "Distribute Center (Vertical)"
msgid "Distribute Center Qt::Vertical)"
msgstr "Lerrokatu zentruan (bertikala)" msgstr "Lerrokatu zentruan (bertikala)"
#: karbon_view.cpp:1075 #: karbon_view.cpp:1075
#, fuzzy msgid "Distribute Gaps (Vertical)"
msgid "Distribute Gaps Qt::Vertical)"
msgstr "Lerrokatu zentruan (bertikala)" msgstr "Lerrokatu zentruan (bertikala)"
#: karbon_view.cpp:1079 #: karbon_view.cpp:1079
@ -1473,8 +1467,7 @@ msgid "Fade:"
msgstr "Iraungitzea:" msgstr "Iraungitzea:"
#: tools/vspiraltool.cpp:54 #: tools/vspiraltool.cpp:54
#, fuzzy msgid "Orientation:"
msgid "Qt::Orientation:"
msgstr "Orientazioa:" msgstr "Orientazioa:"
#: tools/vspiraltool.cpp:56 #: tools/vspiraltool.cpp:56

@ -16926,22 +16926,6 @@ msgstr "Kolorea/Ertzak"
#~ msgid "False" #~ msgid "False"
#~ msgstr "Faltsua" #~ msgstr "Faltsua"
#, fuzzy
#~ msgid "Qt::TextUnderline"
#~ msgstr "Azpimarratua"
#, fuzzy
#~ msgid "Qt::Vertical text"
#~ msgstr "Testu bertikala"
#, fuzzy
#~ msgid "Qt::DockLeft to Qt::DockRight"
#~ msgstr "Ezkerretik eskuinera"
#, fuzzy
#~ msgid "Qt::DockRight to Qt::DockLeft"
#~ msgstr "Eskuinetik ezkerrera"
#~ msgid "Money: %1" #~ msgid "Money: %1"
#~ msgstr "Moneta: %1" #~ msgstr "Moneta: %1"

@ -2005,8 +2005,7 @@ msgid "Emboss in All Directions"
msgstr "برجسته کردن در همۀ جهتها" msgstr "برجسته کردن در همۀ جهتها"
#: plugins/filters/convolutionfilters/convolutionfilters.cpp:124 #: plugins/filters/convolutionfilters/convolutionfilters.cpp:124
#, fuzzy msgid "Emboss Horizontal && Vertical"
msgid "Emboss Horizontal &&Qt::Vertical"
msgstr "برجسته کردن افقی و عمودی" msgstr "برجسته کردن افقی و عمودی"
#: plugins/filters/convolutionfilters/convolutionfilters.cpp:131 #: plugins/filters/convolutionfilters/convolutionfilters.cpp:131

@ -755,8 +755,7 @@ msgid "Align Left"
msgstr "هم‌ترازی چپ" msgstr "هم‌ترازی چپ"
#: karbon_view.cpp:1034 #: karbon_view.cpp:1034
#, fuzzy msgid "Align Center (Horizontal)"
msgid "Align Center Qt::Horizontal)"
msgstr "هم‌ترازی مرکز )افقی(" msgstr "هم‌ترازی مرکز )افقی("
#: karbon_view.cpp:1038 #: karbon_view.cpp:1038
@ -768,8 +767,7 @@ msgid "Align Top"
msgstr "هم‌ترازی بالا" msgstr "هم‌ترازی بالا"
#: karbon_view.cpp:1046 #: karbon_view.cpp:1046
#, fuzzy msgid "Align Middle (Vertical)"
msgid "Align Middle Qt::Vertical)"
msgstr "هم‌ترازی وسط )عمودی(" msgstr "هم‌ترازی وسط )عمودی("
#: karbon_view.cpp:1050 #: karbon_view.cpp:1050
@ -777,13 +775,11 @@ msgid "Align Bottom"
msgstr "هم‌ترازی پایین" msgstr "هم‌ترازی پایین"
#: karbon_view.cpp:1055 #: karbon_view.cpp:1055
#, fuzzy msgid "Distribute Center (Horizontal)"
msgid "Distribute Center Qt::Horizontal)"
msgstr "توزیع مرکز )افقی(" msgstr "توزیع مرکز )افقی("
#: karbon_view.cpp:1059 #: karbon_view.cpp:1059
#, fuzzy msgid "Distribute Gaps (Horizontal)"
msgid "Distribute Gaps Qt::Horizontal)"
msgstr "توزیع شکافها )افقی(" msgstr "توزیع شکافها )افقی("
#: karbon_view.cpp:1063 #: karbon_view.cpp:1063
@ -795,13 +791,11 @@ msgid "Distribute Right Borders"
msgstr "توزیع لبه‌های راست" msgstr "توزیع لبه‌های راست"
#: karbon_view.cpp:1071 #: karbon_view.cpp:1071
#, fuzzy msgid "Distribute Center (Vertical)"
msgid "Distribute Center Qt::Vertical)"
msgstr "توزیع مرکز )عمودی(" msgstr "توزیع مرکز )عمودی("
#: karbon_view.cpp:1075 #: karbon_view.cpp:1075
#, fuzzy msgid "Distribute Gaps (Vertical)"
msgid "Distribute Gaps Qt::Vertical)"
msgstr "توزیع شکافها )عمودی(" msgstr "توزیع شکافها )عمودی("
#: karbon_view.cpp:1079 #: karbon_view.cpp:1079
@ -1447,8 +1441,7 @@ msgid "Fade:"
msgstr "محو:" msgstr "محو:"
#: tools/vspiraltool.cpp:54 #: tools/vspiraltool.cpp:54
#, fuzzy msgid "Orientation:"
msgid "Qt::Orientation:"
msgstr "جهت:" msgstr "جهت:"
#: tools/vspiraltool.cpp:56 #: tools/vspiraltool.cpp:56

@ -2122,7 +2122,7 @@ msgid "Emboss in All Directions"
msgstr "" msgstr ""
#: plugins/filters/convolutionfilters/convolutionfilters.cpp:124 #: plugins/filters/convolutionfilters/convolutionfilters.cpp:124
msgid "Emboss Horizontal &&Qt::Vertical" msgid "Emboss Horizontal && Vertical"
msgstr "" msgstr ""
#: plugins/filters/convolutionfilters/convolutionfilters.cpp:131 #: plugins/filters/convolutionfilters/convolutionfilters.cpp:131
@ -7349,10 +7349,6 @@ msgstr "Kulmat:"
#~ msgid "Opacity of the background color" #~ msgid "Opacity of the background color"
#~ msgstr "Taustavärin läpinäkyvyys." #~ msgstr "Taustavärin läpinäkyvyys."
#, fuzzy
#~ msgid "Qt::DockRight:"
#~ msgstr "Korkeus:"
#~ msgid "&Adjust" #~ msgid "&Adjust"
#~ msgstr "&Asettele" #~ msgstr "&Asettele"

@ -770,8 +770,7 @@ msgid "Align Left"
msgstr "Tasaa vasemmalle" msgstr "Tasaa vasemmalle"
#: karbon_view.cpp:1034 #: karbon_view.cpp:1034
#, fuzzy msgid "Align Center (Horizontal)"
msgid "Align Center Qt::Horizontal)"
msgstr "Tasaa keskelle vaakatasossa" msgstr "Tasaa keskelle vaakatasossa"
#: karbon_view.cpp:1038 #: karbon_view.cpp:1038
@ -783,8 +782,7 @@ msgid "Align Top"
msgstr "Tasaa ylös" msgstr "Tasaa ylös"
#: karbon_view.cpp:1046 #: karbon_view.cpp:1046
#, fuzzy msgid "Align Middle (Vertical)"
msgid "Align Middle Qt::Vertical)"
msgstr "Tasaa keskelle pystytasossa" msgstr "Tasaa keskelle pystytasossa"
#: karbon_view.cpp:1050 #: karbon_view.cpp:1050
@ -792,12 +790,11 @@ msgid "Align Bottom"
msgstr "Tasaa alas" msgstr "Tasaa alas"
#: karbon_view.cpp:1055 #: karbon_view.cpp:1055
#, fuzzy msgid "Distribute Center (Horizontal)"
msgid "Distribute Center Qt::Horizontal)"
msgstr "Tasaa keskelle vaakatasossa" msgstr "Tasaa keskelle vaakatasossa"
#: karbon_view.cpp:1059 #: karbon_view.cpp:1059
msgid "Distribute Gaps Qt::Horizontal)" msgid "Distribute Gaps (Horizontal)"
msgstr "" msgstr ""
#: karbon_view.cpp:1063 #: karbon_view.cpp:1063
@ -809,11 +806,11 @@ msgid "Distribute Right Borders"
msgstr "" msgstr ""
#: karbon_view.cpp:1071 #: karbon_view.cpp:1071
msgid "Distribute Center Qt::Vertical)" msgid "Distribute Center (Vertical)"
msgstr "" msgstr ""
#: karbon_view.cpp:1075 #: karbon_view.cpp:1075
msgid "Distribute Gaps Qt::Vertical)" msgid "Distribute Gaps (Vertical)"
msgstr "" msgstr ""
#: karbon_view.cpp:1079 #: karbon_view.cpp:1079
@ -1466,8 +1463,7 @@ msgid "Fade:"
msgstr "Häivytys:" msgstr "Häivytys:"
#: tools/vspiraltool.cpp:54 #: tools/vspiraltool.cpp:54
#, fuzzy msgid "Orientation:"
msgid "Qt::Orientation:"
msgstr "Suuntaaminen:" msgstr "Suuntaaminen:"
#: tools/vspiraltool.cpp:56 #: tools/vspiraltool.cpp:56

@ -16508,22 +16508,6 @@ msgstr "Väri/reunaviiva"
#~ msgid "False" #~ msgid "False"
#~ msgstr "Epätosi" #~ msgstr "Epätosi"
#, fuzzy
#~ msgid "Qt::TextUnderline"
#~ msgstr "Alleviivattu"
#, fuzzy
#~ msgid "Qt::Vertical text"
#~ msgstr "Teksti pystysuuntaan"
#, fuzzy
#~ msgid "Qt::DockLeft to Qt::DockRight"
#~ msgstr "Vasemmalta oikealle"
#, fuzzy
#~ msgid "Qt::DockRight to Qt::DockLeft"
#~ msgstr "Oikealta vasemmalle"
#~ msgid "Money: %1" #~ msgid "Money: %1"
#~ msgstr "Valuutta: %1" #~ msgstr "Valuutta: %1"

@ -2016,8 +2016,7 @@ msgid "Emboss in All Directions"
msgstr "Repoussage dans toutes les directions" msgstr "Repoussage dans toutes les directions"
#: plugins/filters/convolutionfilters/convolutionfilters.cpp:124 #: plugins/filters/convolutionfilters/convolutionfilters.cpp:124
#, fuzzy msgid "Emboss Horizontal && Vertical"
msgid "Emboss Horizontal &&Qt::Vertical"
msgstr "Repoussage horizontal et vertical" msgstr "Repoussage horizontal et vertical"
#: plugins/filters/convolutionfilters/convolutionfilters.cpp:131 #: plugins/filters/convolutionfilters/convolutionfilters.cpp:131

@ -762,8 +762,7 @@ msgid "Align Left"
msgstr "Aligner à gauche" msgstr "Aligner à gauche"
#: karbon_view.cpp:1034 #: karbon_view.cpp:1034
#, fuzzy msgid "Align Center (Horizontal)"
msgid "Align Center Qt::Horizontal)"
msgstr "Centrer (horizontalement)" msgstr "Centrer (horizontalement)"
#: karbon_view.cpp:1038 #: karbon_view.cpp:1038
@ -775,8 +774,7 @@ msgid "Align Top"
msgstr "Aligner en haut" msgstr "Aligner en haut"
#: karbon_view.cpp:1046 #: karbon_view.cpp:1046
#, fuzzy msgid "Align Middle (Vertical)"
msgid "Align Middle Qt::Vertical)"
msgstr "Centrer (verticalement)" msgstr "Centrer (verticalement)"
#: karbon_view.cpp:1050 #: karbon_view.cpp:1050
@ -784,13 +782,11 @@ msgid "Align Bottom"
msgstr "Aligner en bas" msgstr "Aligner en bas"
#: karbon_view.cpp:1055 #: karbon_view.cpp:1055
#, fuzzy msgid "Distribute Center (Horizontal)"
msgid "Distribute Center Qt::Horizontal)"
msgstr "Distribuer le centrage (horizontalement)" msgstr "Distribuer le centrage (horizontalement)"
#: karbon_view.cpp:1059 #: karbon_view.cpp:1059
#, fuzzy msgid "Distribute Gaps (Horizontal)"
msgid "Distribute Gaps Qt::Horizontal)"
msgstr "Distribuer les espaces (horizontalement)" msgstr "Distribuer les espaces (horizontalement)"
#: karbon_view.cpp:1063 #: karbon_view.cpp:1063
@ -802,13 +798,11 @@ msgid "Distribute Right Borders"
msgstr "Distribuer les bordures de droite" msgstr "Distribuer les bordures de droite"
#: karbon_view.cpp:1071 #: karbon_view.cpp:1071
#, fuzzy msgid "Distribute Center (Vertical)"
msgid "Distribute Center Qt::Vertical)"
msgstr "Distribuer le centrage (verticalement)" msgstr "Distribuer le centrage (verticalement)"
#: karbon_view.cpp:1075 #: karbon_view.cpp:1075
#, fuzzy msgid "Distribute Gaps (Vertical)"
msgid "Distribute Gaps Qt::Vertical)"
msgstr "Distribuer les espaces (verticalement)" msgstr "Distribuer les espaces (verticalement)"
#: karbon_view.cpp:1079 #: karbon_view.cpp:1079
@ -1468,8 +1462,7 @@ msgid "Fade:"
msgstr "Fondu :" msgstr "Fondu :"
#: tools/vspiraltool.cpp:54 #: tools/vspiraltool.cpp:54
#, fuzzy msgid "Orientation:"
msgid "Qt::Orientation:"
msgstr "Orientation :" msgstr "Orientation :"
#: tools/vspiraltool.cpp:56 #: tools/vspiraltool.cpp:56

@ -1999,7 +1999,7 @@ msgid "Emboss in All Directions"
msgstr "" msgstr ""
#: plugins/filters/convolutionfilters/convolutionfilters.cpp:124 #: plugins/filters/convolutionfilters/convolutionfilters.cpp:124
msgid "Emboss Horizontal &&Qt::Vertical" msgid "Emboss Horizontal && Vertical"
msgstr "" msgstr ""
#: plugins/filters/convolutionfilters/convolutionfilters.cpp:131 #: plugins/filters/convolutionfilters/convolutionfilters.cpp:131

@ -752,8 +752,7 @@ msgid "Align Left"
msgstr "Ailínigh Ar Chlé" msgstr "Ailínigh Ar Chlé"
#: karbon_view.cpp:1034 #: karbon_view.cpp:1034
#, fuzzy msgid "Align Center (Horizontal)"
msgid "Align Center Qt::Horizontal)"
msgstr "Ailínigh sa lár (cothrománach)" msgstr "Ailínigh sa lár (cothrománach)"
#: karbon_view.cpp:1038 #: karbon_view.cpp:1038
@ -765,8 +764,7 @@ msgid "Align Top"
msgstr "" msgstr ""
#: karbon_view.cpp:1046 #: karbon_view.cpp:1046
#, fuzzy msgid "Align Middle (Vertical)"
msgid "Align Middle Qt::Vertical)"
msgstr "Ailínigh Sa Lár (Ingearach)" msgstr "Ailínigh Sa Lár (Ingearach)"
#: karbon_view.cpp:1050 #: karbon_view.cpp:1050
@ -774,12 +772,11 @@ msgid "Align Bottom"
msgstr "" msgstr ""
#: karbon_view.cpp:1055 #: karbon_view.cpp:1055
#, fuzzy msgid "Distribute Center (Horizontal)"
msgid "Distribute Center Qt::Horizontal)"
msgstr "Ailínigh sa lár (cothrománach)" msgstr "Ailínigh sa lár (cothrománach)"
#: karbon_view.cpp:1059 #: karbon_view.cpp:1059
msgid "Distribute Gaps Qt::Horizontal)" msgid "Distribute Gaps (Horizontal)"
msgstr "" msgstr ""
#: karbon_view.cpp:1063 #: karbon_view.cpp:1063
@ -791,11 +788,11 @@ msgid "Distribute Right Borders"
msgstr "" msgstr ""
#: karbon_view.cpp:1071 #: karbon_view.cpp:1071
msgid "Distribute Center Qt::Vertical)" msgid "Distribute Center (Vertical)"
msgstr "" msgstr ""
#: karbon_view.cpp:1075 #: karbon_view.cpp:1075
msgid "Distribute Gaps Qt::Vertical)" msgid "Distribute Gaps (Vertical)"
msgstr "" msgstr ""
#: karbon_view.cpp:1079 #: karbon_view.cpp:1079
@ -1424,8 +1421,7 @@ msgid "Fade:"
msgstr "Céimnigh:" msgstr "Céimnigh:"
#: tools/vspiraltool.cpp:54 #: tools/vspiraltool.cpp:54
#, fuzzy msgid "Orientation:"
msgid "Qt::Orientation:"
msgstr "Treoshuíomh:" msgstr "Treoshuíomh:"
#: tools/vspiraltool.cpp:56 #: tools/vspiraltool.cpp:56

@ -2027,8 +2027,7 @@ msgid "Emboss in All Directions"
msgstr "Elevar en Todas as Direccións" msgstr "Elevar en Todas as Direccións"
#: plugins/filters/convolutionfilters/convolutionfilters.cpp:124 #: plugins/filters/convolutionfilters/convolutionfilters.cpp:124
#, fuzzy msgid "Emboss Horizontal && Vertical"
msgid "Emboss Horizontal &&Qt::Vertical"
msgstr "Elevar Horizontal e Vertical" msgstr "Elevar Horizontal e Vertical"
#: plugins/filters/convolutionfilters/convolutionfilters.cpp:131 #: plugins/filters/convolutionfilters/convolutionfilters.cpp:131

@ -757,8 +757,7 @@ msgid "Align Left"
msgstr "Aliñar á esquerda" msgstr "Aliñar á esquerda"
#: karbon_view.cpp:1034 #: karbon_view.cpp:1034
#, fuzzy msgid "Align Center (Horizontal)"
msgid "Align Center Qt::Horizontal)"
msgstr "Aliñar ao Centro (Horizontal)" msgstr "Aliñar ao Centro (Horizontal)"
#: karbon_view.cpp:1038 #: karbon_view.cpp:1038
@ -770,8 +769,7 @@ msgid "Align Top"
msgstr "Aliñar ao Cume" msgstr "Aliñar ao Cume"
#: karbon_view.cpp:1046 #: karbon_view.cpp:1046
#, fuzzy msgid "Align Middle (Vertical)"
msgid "Align Middle Qt::Vertical)"
msgstr "Aliñar ao Centro (Vertical)" msgstr "Aliñar ao Centro (Vertical)"
#: karbon_view.cpp:1050 #: karbon_view.cpp:1050
@ -779,13 +777,11 @@ msgid "Align Bottom"
msgstr "Aliñar ao Fondo" msgstr "Aliñar ao Fondo"
#: karbon_view.cpp:1055 #: karbon_view.cpp:1055
#, fuzzy msgid "Distribute Center (Horizontal)"
msgid "Distribute Center Qt::Horizontal)"
msgstr "Distribuir ao Centro (Horizontal)" msgstr "Distribuir ao Centro (Horizontal)"
#: karbon_view.cpp:1059 #: karbon_view.cpp:1059
#, fuzzy msgid "Distribute Gaps (Horizontal)"
msgid "Distribute Gaps Qt::Horizontal)"
msgstr "Distribuir os Ocos (Horizontal)" msgstr "Distribuir os Ocos (Horizontal)"
#: karbon_view.cpp:1063 #: karbon_view.cpp:1063
@ -797,13 +793,11 @@ msgid "Distribute Right Borders"
msgstr "Distribuir os Contornos Direitos" msgstr "Distribuir os Contornos Direitos"
#: karbon_view.cpp:1071 #: karbon_view.cpp:1071
#, fuzzy msgid "Distribute Center (Vertical)"
msgid "Distribute Center Qt::Vertical)"
msgstr "Distribuir o Centro (Vertical)" msgstr "Distribuir o Centro (Vertical)"
#: karbon_view.cpp:1075 #: karbon_view.cpp:1075
#, fuzzy msgid "Distribute Gaps (Vertical)"
msgid "Distribute Gaps Qt::Vertical)"
msgstr "Distribuir os Ocos (Vertical)" msgstr "Distribuir os Ocos (Vertical)"
#: karbon_view.cpp:1079 #: karbon_view.cpp:1079
@ -1455,8 +1449,7 @@ msgid "Fade:"
msgstr "Esvaecemento:" msgstr "Esvaecemento:"
#: tools/vspiraltool.cpp:54 #: tools/vspiraltool.cpp:54
#, fuzzy msgid "Orientation:"
msgid "Qt::Orientation:"
msgstr "Orientación:" msgstr "Orientación:"
#: tools/vspiraltool.cpp:56 #: tools/vspiraltool.cpp:56

@ -2089,8 +2089,7 @@ msgid "Emboss in All Directions"
msgstr "Domborítás minden irányban" msgstr "Domborítás minden irányban"
#: plugins/filters/convolutionfilters/convolutionfilters.cpp:124 #: plugins/filters/convolutionfilters/convolutionfilters.cpp:124
#, fuzzy msgid "Emboss Horizontal && Vertical"
msgid "Emboss Horizontal &&Qt::Vertical"
msgstr "Vízszintes és függőleges domborítás" msgstr "Vízszintes és függőleges domborítás"
#: plugins/filters/convolutionfilters/convolutionfilters.cpp:131 #: plugins/filters/convolutionfilters/convolutionfilters.cpp:131

@ -753,8 +753,7 @@ msgid "Align Left"
msgstr "Igazítás balra" msgstr "Igazítás balra"
#: karbon_view.cpp:1034 #: karbon_view.cpp:1034
#, fuzzy msgid "Align Center (Horizontal)"
msgid "Align Center Qt::Horizontal)"
msgstr "Igazítás középre (vízszintesen)" msgstr "Igazítás középre (vízszintesen)"
#: karbon_view.cpp:1038 #: karbon_view.cpp:1038
@ -766,8 +765,7 @@ msgid "Align Top"
msgstr "Igazítás felülre" msgstr "Igazítás felülre"
#: karbon_view.cpp:1046 #: karbon_view.cpp:1046
#, fuzzy msgid "Align Middle (Vertical)"
msgid "Align Middle Qt::Vertical)"
msgstr "Igazítás középre (függőlegesen)" msgstr "Igazítás középre (függőlegesen)"
#: karbon_view.cpp:1050 #: karbon_view.cpp:1050
@ -775,13 +773,11 @@ msgid "Align Bottom"
msgstr "Igazítás alulra" msgstr "Igazítás alulra"
#: karbon_view.cpp:1055 #: karbon_view.cpp:1055
#, fuzzy msgid "Distribute Center (Horizontal)"
msgid "Distribute Center Qt::Horizontal)"
msgstr "Elosztás középre (vízszintesen)" msgstr "Elosztás középre (vízszintesen)"
#: karbon_view.cpp:1059 #: karbon_view.cpp:1059
#, fuzzy msgid "Distribute Gaps (Horizontal)"
msgid "Distribute Gaps Qt::Horizontal)"
msgstr "Az üres helyek elosztása (vízszintesen)" msgstr "Az üres helyek elosztása (vízszintesen)"
#: karbon_view.cpp:1063 #: karbon_view.cpp:1063
@ -793,13 +789,11 @@ msgid "Distribute Right Borders"
msgstr "A jobb oldali szegélyek elosztása" msgstr "A jobb oldali szegélyek elosztása"
#: karbon_view.cpp:1071 #: karbon_view.cpp:1071
#, fuzzy msgid "Distribute Center (Vertical)"
msgid "Distribute Center Qt::Vertical)"
msgstr "Elosztás középre (függőlegesen)" msgstr "Elosztás középre (függőlegesen)"
#: karbon_view.cpp:1075 #: karbon_view.cpp:1075
#, fuzzy msgid "Distribute Gaps (Vertical)"
msgid "Distribute Gaps Qt::Vertical)"
msgstr "Az üres helyek elosztása (függőlegesen)" msgstr "Az üres helyek elosztása (függőlegesen)"
#: karbon_view.cpp:1079 #: karbon_view.cpp:1079
@ -1458,8 +1452,7 @@ msgid "Fade:"
msgstr "Meredekség:" msgstr "Meredekség:"
#: tools/vspiraltool.cpp:54 #: tools/vspiraltool.cpp:54
#, fuzzy msgid "Orientation:"
msgid "Qt::Orientation:"
msgstr "Irány:" msgstr "Irány:"
#: tools/vspiraltool.cpp:56 #: tools/vspiraltool.cpp:56

@ -982,7 +982,7 @@ void KisToolStar::move(KisMoveEvent *event)
// erase old lines on canvas // erase old lines on canvas
draw(m_dragStart, m_dragEnd); draw(m_dragStart, m_dragEnd);
// move (alt) or resize star // move (alt) or resize star
if (event->state() &amp; Qt::AltButton) { if (event->state() &amp; TQt::AltButton) {
KisPoint trans = event->pos() - m_dragEnd; KisPoint trans = event->pos() - m_dragEnd;
m_dragStart += trans; m_dragStart += trans;
m_dragEnd += trans; m_dragEnd += trans;
@ -1050,7 +1050,7 @@ void KisToolStar::buttonRelease(KisButtonReleaseEvent *event)
> e disegna il profilo di una stella. Lo chiamiamo dal metodo <methodname > e disegna il profilo di una stella. Lo chiamiamo dal metodo <methodname
>move()</methodname >move()</methodname
> per dare all'utente un'idea delle dimensioni e forma della stella. Nota che usiamo l'operazione raster <varname > per dare all'utente un'idea delle dimensioni e forma della stella. Nota che usiamo l'operazione raster <varname
>Qt::NotROP</varname >TQt::NotROP</varname
>, che vuol dire che se chiamiamo una seconda volta <methodname >, che vuol dire che se chiamiamo una seconda volta <methodname
>draw()</methodname >draw()</methodname
> con gli stessi punti iniziale e finale, la stella precedente sarà eliminata. </para> > con gli stessi punti iniziale e finale, la stella precedente sarà eliminata. </para>
@ -1064,14 +1064,14 @@ void KisToolStar::buttonRelease(KisButtonReleaseEvent *event)
KisCanvasController *controller = m_subject->canvasController(); KisCanvasController *controller = m_subject->canvasController();
KisCanvas *canvas = controller->kiscanvas(); KisCanvas *canvas = controller->kiscanvas();
KisCanvasPainter p (canvas); KisCanvasPainter p (canvas);
QPen pen(Qt::SolidLine); QPen pen(TQt::SolidLine);
KisPoint startPos; KisPoint startPos;
KisPoint endPos; KisPoint endPos;
startPos = controller->windowToView(start); startPos = controller->windowToView(start);
endPos = controller->windowToView(end); endPos = controller->windowToView(end);
p.setRasterOp(Qt::NotROP); p.setRasterOp(TQt::NotROP);
vKisPoint points = starCoordinates(m_vertices, startPos.x(), startPos.y(), endPos.x(), endPos.y()); vKisPoint points = starCoordinates(m_vertices, startPos.x(), startPos.y(), endPos.x(), endPos.y());
@ -1097,8 +1097,8 @@ void KisToolStar::buttonRelease(KisButtonReleaseEvent *event)
m_action = static_cast&lt;TDERadioAction *&gt;(collection->action(name())); m_action = static_cast&lt;TDERadioAction *&gt;(collection->action(name()));
if (m_action == 0) { if (m_action == 0) {
TDEShortcut shortcut(Qt::Key_Plus); TDEShortcut shortcut(TQt::Key_Plus);
shortcut.append(TDEShortcut(Qt::Key_F9)); shortcut.append(TDEShortcut(TQt::Key_F9));
m_action = new TDERadioAction(i18n("&amp;Star"), m_action = new TDERadioAction(i18n("&amp;Star"),
"tool_star", "tool_star",
shortcut, shortcut,

@ -2014,8 +2014,8 @@ msgid "Emboss in All Directions"
msgstr "Rilievo in tutte le direzioni" msgstr "Rilievo in tutte le direzioni"
#: plugins/filters/convolutionfilters/convolutionfilters.cpp:124 #: plugins/filters/convolutionfilters/convolutionfilters.cpp:124
msgid "Emboss Horizontal &&Qt::Vertical" msgid "Emboss Horizontal && Vertical"
msgstr "Rilievo orizzontale &&Qt::verticale" msgstr "Rilievo orizzontale && verticale"
#: plugins/filters/convolutionfilters/convolutionfilters.cpp:131 #: plugins/filters/convolutionfilters/convolutionfilters.cpp:131
#: plugins/filters/convolutionfilters/convolutionfilters.h:85 #: plugins/filters/convolutionfilters/convolutionfilters.h:85

@ -761,8 +761,8 @@ msgid "Align Left"
msgstr "Allinea a sinistra" msgstr "Allinea a sinistra"
#: karbon_view.cpp:1034 #: karbon_view.cpp:1034
msgid "Align Center Qt::Horizontal)" msgid "Align Center (Horizontal)"
msgstr "Allinea al centro Qt::orizzontale)" msgstr "Allinea al centro (orizzontale)"
#: karbon_view.cpp:1038 #: karbon_view.cpp:1038
msgid "Align Right" msgid "Align Right"
@ -773,20 +773,20 @@ msgid "Align Top"
msgstr "Allinea in alto" msgstr "Allinea in alto"
#: karbon_view.cpp:1046 #: karbon_view.cpp:1046
msgid "Align Middle Qt::Vertical)" msgid "Align Middle (Vertical)"
msgstr "Allinea al centro Qt::verticale)" msgstr "Allinea al centro (verticale)"
#: karbon_view.cpp:1050 #: karbon_view.cpp:1050
msgid "Align Bottom" msgid "Align Bottom"
msgstr "Allinea in basso" msgstr "Allinea in basso"
#: karbon_view.cpp:1055 #: karbon_view.cpp:1055
msgid "Distribute Center Qt::Horizontal)" msgid "Distribute Center (Horizontal)"
msgstr "Distribuisci al centro Qt::orizzontale)" msgstr "Distribuisci al centro (orizzontale)"
#: karbon_view.cpp:1059 #: karbon_view.cpp:1059
msgid "Distribute Gaps Qt::Horizontal)" msgid "Distribute Gaps (Horizontal)"
msgstr "Distribuisci vuoti Qt::orizzontale)" msgstr "Distribuisci vuoti (orizzontale)"
#: karbon_view.cpp:1063 #: karbon_view.cpp:1063
msgid "Distribute Left Borders" msgid "Distribute Left Borders"
@ -797,12 +797,12 @@ msgid "Distribute Right Borders"
msgstr "Distribuisci bordi a destra" msgstr "Distribuisci bordi a destra"
#: karbon_view.cpp:1071 #: karbon_view.cpp:1071
msgid "Distribute Center Qt::Vertical)" msgid "Distribute Center (Vertical)"
msgstr "Distribuisci al centro Qt::verticale)" msgstr "Distribuisci al centro (verticale)"
#: karbon_view.cpp:1075 #: karbon_view.cpp:1075
msgid "Distribute Gaps Qt::Vertical)" msgid "Distribute Gaps (Vertical)"
msgstr "Distribuisci vuoti Qt::verticale)" msgstr "Distribuisci vuoti (verticale)"
#: karbon_view.cpp:1079 #: karbon_view.cpp:1079
msgid "Distribute Bottom Borders" msgid "Distribute Bottom Borders"
@ -1457,8 +1457,8 @@ msgid "Fade:"
msgstr "Sfumatura:" msgstr "Sfumatura:"
#: tools/vspiraltool.cpp:54 #: tools/vspiraltool.cpp:54
msgid "Qt::Orientation:" msgid "Orientation:"
msgstr "Qt::Orientazione:" msgstr "Orientazione:"
#: tools/vspiraltool.cpp:56 #: tools/vspiraltool.cpp:56
msgid "Clockwise" msgid "Clockwise"

@ -2005,8 +2005,7 @@ msgid "Emboss in All Directions"
msgstr "エンボス (全方向)" msgstr "エンボス (全方向)"
#: plugins/filters/convolutionfilters/convolutionfilters.cpp:124 #: plugins/filters/convolutionfilters/convolutionfilters.cpp:124
#, fuzzy msgid "Emboss Horizontal && Vertical"
msgid "Emboss Horizontal &&Qt::Vertical"
msgstr "エンボス (水平&&垂直)" msgstr "エンボス (水平&&垂直)"
#: plugins/filters/convolutionfilters/convolutionfilters.cpp:131 #: plugins/filters/convolutionfilters/convolutionfilters.cpp:131

@ -755,8 +755,7 @@ msgid "Align Left"
msgstr "左揃え" msgstr "左揃え"
#: karbon_view.cpp:1034 #: karbon_view.cpp:1034
#, fuzzy msgid "Align Center (Horizontal)"
msgid "Align Center Qt::Horizontal)"
msgstr "中央揃え (水平方向)" msgstr "中央揃え (水平方向)"
#: karbon_view.cpp:1038 #: karbon_view.cpp:1038
@ -768,8 +767,7 @@ msgid "Align Top"
msgstr "上揃え" msgstr "上揃え"
#: karbon_view.cpp:1046 #: karbon_view.cpp:1046
#, fuzzy msgid "Align Middle (Vertical)"
msgid "Align Middle Qt::Vertical)"
msgstr "中央揃え (垂直方向)" msgstr "中央揃え (垂直方向)"
#: karbon_view.cpp:1050 #: karbon_view.cpp:1050
@ -777,13 +775,11 @@ msgid "Align Bottom"
msgstr "下揃え" msgstr "下揃え"
#: karbon_view.cpp:1055 #: karbon_view.cpp:1055
#, fuzzy msgid "Distribute Center (Horizontal)"
msgid "Distribute Center Qt::Horizontal)"
msgstr "中心を均等配置 (水平方向)" msgstr "中心を均等配置 (水平方向)"
#: karbon_view.cpp:1059 #: karbon_view.cpp:1059
#, fuzzy msgid "Distribute Gaps (Horizontal)"
msgid "Distribute Gaps Qt::Horizontal)"
msgstr "すき間を均等配置 (水平方向)" msgstr "すき間を均等配置 (水平方向)"
#: karbon_view.cpp:1063 #: karbon_view.cpp:1063
@ -795,13 +791,11 @@ msgid "Distribute Right Borders"
msgstr "右境界を均等配置" msgstr "右境界を均等配置"
#: karbon_view.cpp:1071 #: karbon_view.cpp:1071
#, fuzzy msgid "Distribute Center (Vertical)"
msgid "Distribute Center Qt::Vertical)"
msgstr "中心を均等配置 (垂直方向)" msgstr "中心を均等配置 (垂直方向)"
#: karbon_view.cpp:1075 #: karbon_view.cpp:1075
#, fuzzy msgid "Distribute Gaps (Vertical)"
msgid "Distribute Gaps Qt::Vertical)"
msgstr "すき間を均等配置 (垂直方向)" msgstr "すき間を均等配置 (垂直方向)"
#: karbon_view.cpp:1079 #: karbon_view.cpp:1079
@ -1441,8 +1435,7 @@ msgid "Fade:"
msgstr "フェード:" msgstr "フェード:"
#: tools/vspiraltool.cpp:54 #: tools/vspiraltool.cpp:54
#, fuzzy msgid "Orientation:"
msgid "Qt::Orientation:"
msgstr "方向:" msgstr "方向:"
#: tools/vspiraltool.cpp:56 #: tools/vspiraltool.cpp:56

@ -2009,8 +2009,7 @@ msgid "Emboss in All Directions"
msgstr "ក្រឡោត​នៅ​គ្រប់​ទិស​ទាំងអស់" msgstr "ក្រឡោត​នៅ​គ្រប់​ទិស​ទាំងអស់"
#: plugins/filters/convolutionfilters/convolutionfilters.cpp:124 #: plugins/filters/convolutionfilters/convolutionfilters.cpp:124
#, fuzzy msgid "Emboss Horizontal && Vertical"
msgid "Emboss Horizontal &&Qt::Vertical"
msgstr "ក្រឡោត​ផ្ដេក និង​បញ្ឈរ" msgstr "ក្រឡោត​ផ្ដេក និង​បញ្ឈរ"
#: plugins/filters/convolutionfilters/convolutionfilters.cpp:131 #: plugins/filters/convolutionfilters/convolutionfilters.cpp:131

@ -2196,7 +2196,7 @@ msgid "Emboss in All Directions"
msgstr "" msgstr ""
#: plugins/filters/convolutionfilters/convolutionfilters.cpp:124 #: plugins/filters/convolutionfilters/convolutionfilters.cpp:124
msgid "Emboss Horizontal &&Qt::Vertical" msgid "Emboss Horizontal && Vertical"
msgstr "" msgstr ""
#: plugins/filters/convolutionfilters/convolutionfilters.cpp:131 #: plugins/filters/convolutionfilters/convolutionfilters.cpp:131

@ -2092,8 +2092,7 @@ msgid "Emboss in All Directions"
msgstr "Cetak Timbul dalam Semua Arah" msgstr "Cetak Timbul dalam Semua Arah"
#: plugins/filters/convolutionfilters/convolutionfilters.cpp:124 #: plugins/filters/convolutionfilters/convolutionfilters.cpp:124
#, fuzzy msgid "Emboss Horizontal && Vertical"
msgid "Emboss Horizontal &&Qt::Vertical"
msgstr "Cetak Timbul Mendatar && Menegak" msgstr "Cetak Timbul Mendatar && Menegak"
#: plugins/filters/convolutionfilters/convolutionfilters.cpp:131 #: plugins/filters/convolutionfilters/convolutionfilters.cpp:131

@ -767,8 +767,7 @@ msgid "Align Left"
msgstr "Jajarkan Kiri" msgstr "Jajarkan Kiri"
#: karbon_view.cpp:1034 #: karbon_view.cpp:1034
#, fuzzy msgid "Align Center (Horizontal)"
msgid "Align Center Qt::Horizontal)"
msgstr "Jajarkan Ke tengah (Mendatar)" msgstr "Jajarkan Ke tengah (Mendatar)"
#: karbon_view.cpp:1038 #: karbon_view.cpp:1038
@ -780,8 +779,7 @@ msgid "Align Top"
msgstr "Jajarkan Atas" msgstr "Jajarkan Atas"
#: karbon_view.cpp:1046 #: karbon_view.cpp:1046
#, fuzzy msgid "Align Middle (Vertical)"
msgid "Align Middle Qt::Vertical)"
msgstr "Jajarkan keTengah (Menegak)" msgstr "Jajarkan keTengah (Menegak)"
#: karbon_view.cpp:1050 #: karbon_view.cpp:1050
@ -789,13 +787,11 @@ msgid "Align Bottom"
msgstr "Jajarkan Bawah" msgstr "Jajarkan Bawah"
#: karbon_view.cpp:1055 #: karbon_view.cpp:1055
#, fuzzy msgid "Distribute Center (Horizontal)"
msgid "Distribute Center Qt::Horizontal)"
msgstr "Jajarkan Ke tengah (Mendatar)" msgstr "Jajarkan Ke tengah (Mendatar)"
#: karbon_view.cpp:1059 #: karbon_view.cpp:1059
#, fuzzy msgid "Distribute Gaps (Horizontal)"
msgid "Distribute Gaps Qt::Horizontal)"
msgstr "Jajarkan Ke tengah (Mendatar)" msgstr "Jajarkan Ke tengah (Mendatar)"
#: karbon_view.cpp:1063 #: karbon_view.cpp:1063
@ -807,13 +803,11 @@ msgid "Distribute Right Borders"
msgstr "" msgstr ""
#: karbon_view.cpp:1071 #: karbon_view.cpp:1071
#, fuzzy msgid "Distribute Center (Vertical)"
msgid "Distribute Center Qt::Vertical)"
msgstr "Jajarkan keTengah (Menegak)" msgstr "Jajarkan keTengah (Menegak)"
#: karbon_view.cpp:1075 #: karbon_view.cpp:1075
#, fuzzy msgid "Distribute Gaps (Vertical)"
msgid "Distribute Gaps Qt::Vertical)"
msgstr "Jajarkan keTengah (Menegak)" msgstr "Jajarkan keTengah (Menegak)"
#: karbon_view.cpp:1079 #: karbon_view.cpp:1079
@ -1475,8 +1469,7 @@ msgid "Fade:"
msgstr "Pudar:" msgstr "Pudar:"
#: tools/vspiraltool.cpp:54 #: tools/vspiraltool.cpp:54
#, fuzzy msgid "Orientation:"
msgid "Qt::Orientation:"
msgstr "Orientasi:" msgstr "Orientasi:"
#: tools/vspiraltool.cpp:56 #: tools/vspiraltool.cpp:56

@ -2103,7 +2103,7 @@ msgid "Emboss in All Directions"
msgstr "" msgstr ""
#: plugins/filters/convolutionfilters/convolutionfilters.cpp:124 #: plugins/filters/convolutionfilters/convolutionfilters.cpp:124
msgid "Emboss Horizontal &&Qt::Vertical" msgid "Emboss Horizontal && Vertical"
msgstr "" msgstr ""
#: plugins/filters/convolutionfilters/convolutionfilters.cpp:131 #: plugins/filters/convolutionfilters/convolutionfilters.cpp:131

@ -776,8 +776,7 @@ msgid "Align Left"
msgstr "Venstrejuster" msgstr "Venstrejuster"
#: karbon_view.cpp:1034 #: karbon_view.cpp:1034
#, fuzzy msgid "Align Center (Horizontal)"
msgid "Align Center Qt::Horizontal)"
msgstr "Midtstill (vannrett)" msgstr "Midtstill (vannrett)"
#: karbon_view.cpp:1038 #: karbon_view.cpp:1038
@ -789,8 +788,7 @@ msgid "Align Top"
msgstr "Toppjuster" msgstr "Toppjuster"
#: karbon_view.cpp:1046 #: karbon_view.cpp:1046
#, fuzzy msgid "Align Middle (Vertical)"
msgid "Align Middle Qt::Vertical)"
msgstr "Midtstill (loddrett)" msgstr "Midtstill (loddrett)"
#: karbon_view.cpp:1050 #: karbon_view.cpp:1050
@ -798,13 +796,11 @@ msgid "Align Bottom"
msgstr "Bunnjuster" msgstr "Bunnjuster"
#: karbon_view.cpp:1055 #: karbon_view.cpp:1055
#, fuzzy msgid "Distribute Center (Horizontal)"
msgid "Distribute Center Qt::Horizontal)"
msgstr "Midtstill (vannrett)" msgstr "Midtstill (vannrett)"
#: karbon_view.cpp:1059 #: karbon_view.cpp:1059
#, fuzzy msgid "Distribute Gaps (Horizontal)"
msgid "Distribute Gaps Qt::Horizontal)"
msgstr "Midtstill (vannrett)" msgstr "Midtstill (vannrett)"
#: karbon_view.cpp:1063 #: karbon_view.cpp:1063
@ -816,13 +812,11 @@ msgid "Distribute Right Borders"
msgstr "" msgstr ""
#: karbon_view.cpp:1071 #: karbon_view.cpp:1071
#, fuzzy msgid "Distribute Center (Vertical)"
msgid "Distribute Center Qt::Vertical)"
msgstr "Midtstill (loddrett)" msgstr "Midtstill (loddrett)"
#: karbon_view.cpp:1075 #: karbon_view.cpp:1075
#, fuzzy msgid "Distribute Gaps (Vertical)"
msgid "Distribute Gaps Qt::Vertical)"
msgstr "Midtstill (loddrett)" msgstr "Midtstill (loddrett)"
#: karbon_view.cpp:1079 #: karbon_view.cpp:1079
@ -1479,8 +1473,7 @@ msgid "Fade:"
msgstr "Overgang:" msgstr "Overgang:"
#: tools/vspiraltool.cpp:54 #: tools/vspiraltool.cpp:54
#, fuzzy msgid "Orientation:"
msgid "Qt::Orientation:"
msgstr "Retning:" msgstr "Retning:"
#: tools/vspiraltool.cpp:56 #: tools/vspiraltool.cpp:56

@ -2003,8 +2003,7 @@ msgid "Emboss in All Directions"
msgstr "Na all Richten ingraven" msgstr "Na all Richten ingraven"
#: plugins/filters/convolutionfilters/convolutionfilters.cpp:124 #: plugins/filters/convolutionfilters/convolutionfilters.cpp:124
#, fuzzy msgid "Emboss Horizontal && Vertical"
msgid "Emboss Horizontal &&Qt::Vertical"
msgstr "Waagrecht un pielliek ingraven" msgstr "Waagrecht un pielliek ingraven"
#: plugins/filters/convolutionfilters/convolutionfilters.cpp:131 #: plugins/filters/convolutionfilters/convolutionfilters.cpp:131

@ -753,8 +753,7 @@ msgid "Align Left"
msgstr "Links utricht" msgstr "Links utricht"
#: karbon_view.cpp:1034 #: karbon_view.cpp:1034
#, fuzzy msgid "Align Center (Horizontal)"
msgid "Align Center Qt::Horizontal)"
msgstr "Merrn utricht (waagrecht)" msgstr "Merrn utricht (waagrecht)"
#: karbon_view.cpp:1038 #: karbon_view.cpp:1038
@ -766,8 +765,7 @@ msgid "Align Top"
msgstr "Baven utricht" msgstr "Baven utricht"
#: karbon_view.cpp:1046 #: karbon_view.cpp:1046
#, fuzzy msgid "Align Middle (Vertical)"
msgid "Align Middle Qt::Vertical)"
msgstr "Merrn utricht (pielliek)" msgstr "Merrn utricht (pielliek)"
#: karbon_view.cpp:1050 #: karbon_view.cpp:1050
@ -775,13 +773,11 @@ msgid "Align Bottom"
msgstr "Nerrn utricht" msgstr "Nerrn utricht"
#: karbon_view.cpp:1055 #: karbon_view.cpp:1055
#, fuzzy msgid "Distribute Center (Horizontal)"
msgid "Distribute Center Qt::Horizontal)"
msgstr "In de Merrn verdelen (waagrecht)" msgstr "In de Merrn verdelen (waagrecht)"
#: karbon_view.cpp:1059 #: karbon_view.cpp:1059
#, fuzzy msgid "Distribute Gaps (Horizontal)"
msgid "Distribute Gaps Qt::Horizontal)"
msgstr "Löcker verdelen (waagrecht)" msgstr "Löcker verdelen (waagrecht)"
#: karbon_view.cpp:1063 #: karbon_view.cpp:1063
@ -793,13 +789,11 @@ msgid "Distribute Right Borders"
msgstr "Grenzen rechterhand verdelen" msgstr "Grenzen rechterhand verdelen"
#: karbon_view.cpp:1071 #: karbon_view.cpp:1071
#, fuzzy msgid "Distribute Center (Vertical)"
msgid "Distribute Center Qt::Vertical)"
msgstr "In de Merrn verdelen (pielliek)" msgstr "In de Merrn verdelen (pielliek)"
#: karbon_view.cpp:1075 #: karbon_view.cpp:1075
#, fuzzy msgid "Distribute Gaps (Vertical)"
msgid "Distribute Gaps Qt::Vertical)"
msgstr "Löcker verdelen (pielliek)" msgstr "Löcker verdelen (pielliek)"
#: karbon_view.cpp:1079 #: karbon_view.cpp:1079
@ -1460,8 +1454,7 @@ msgid "Fade:"
msgstr "Utblennen:" msgstr "Utblennen:"
#: tools/vspiraltool.cpp:54 #: tools/vspiraltool.cpp:54
#, fuzzy msgid "Orientation:"
msgid "Qt::Orientation:"
msgstr "Utrichten:" msgstr "Utrichten:"
#: tools/vspiraltool.cpp:56 #: tools/vspiraltool.cpp:56

@ -2007,8 +2007,7 @@ msgid "Emboss in All Directions"
msgstr "सबै दिशानिर्देशमा बुट्टा काट्नुहोस्" msgstr "सबै दिशानिर्देशमा बुट्टा काट्नुहोस्"
#: plugins/filters/convolutionfilters/convolutionfilters.cpp:124 #: plugins/filters/convolutionfilters/convolutionfilters.cpp:124
#, fuzzy msgid "Emboss Horizontal && Vertical"
msgid "Emboss Horizontal &&Qt::Vertical"
msgstr "ठाडो र तेर्सो बुट्टा काट्नुहोस्" msgstr "ठाडो र तेर्सो बुट्टा काट्नुहोस्"
#: plugins/filters/convolutionfilters/convolutionfilters.cpp:131 #: plugins/filters/convolutionfilters/convolutionfilters.cpp:131

@ -755,8 +755,7 @@ msgid "Align Left"
msgstr "बायाँ पङ्क्तिबद्व गर्नुहोस्" msgstr "बायाँ पङ्क्तिबद्व गर्नुहोस्"
#: karbon_view.cpp:1034 #: karbon_view.cpp:1034
#, fuzzy msgid "Align Center (Horizontal)"
msgid "Align Center Qt::Horizontal)"
msgstr "केन्द्रमा (तेर्सो) पङ्क्तिबद्व गर्नुहोस्" msgstr "केन्द्रमा (तेर्सो) पङ्क्तिबद्व गर्नुहोस्"
#: karbon_view.cpp:1038 #: karbon_view.cpp:1038
@ -768,8 +767,7 @@ msgid "Align Top"
msgstr "माथी पङ्क्तिबद्व गर्नुहोस्" msgstr "माथी पङ्क्तिबद्व गर्नुहोस्"
#: karbon_view.cpp:1046 #: karbon_view.cpp:1046
#, fuzzy msgid "Align Middle (Vertical)"
msgid "Align Middle Qt::Vertical)"
msgstr "बीचमा (ठाडो) पङ्क्तिबद्व गर्नुहोस्" msgstr "बीचमा (ठाडो) पङ्क्तिबद्व गर्नुहोस्"
#: karbon_view.cpp:1050 #: karbon_view.cpp:1050
@ -777,13 +775,11 @@ msgid "Align Bottom"
msgstr "तल पङ्क्तिबद्व गर्नुहोस्" msgstr "तल पङ्क्तिबद्व गर्नुहोस्"
#: karbon_view.cpp:1055 #: karbon_view.cpp:1055
#, fuzzy msgid "Distribute Center (Horizontal)"
msgid "Distribute Center Qt::Horizontal)"
msgstr "केन्द्रमा (तेर्सो) वितरण गर्नुहोस्" msgstr "केन्द्रमा (तेर्सो) वितरण गर्नुहोस्"
#: karbon_view.cpp:1059 #: karbon_view.cpp:1059
#, fuzzy msgid "Distribute Gaps (Horizontal)"
msgid "Distribute Gaps Qt::Horizontal)"
msgstr "(तेर्सो रूपमा) अन्तराल वितरण गर्नुहोस्" msgstr "(तेर्सो रूपमा) अन्तराल वितरण गर्नुहोस्"
#: karbon_view.cpp:1063 #: karbon_view.cpp:1063
@ -795,13 +791,11 @@ msgid "Distribute Right Borders"
msgstr "दायाँ किनाराहरू वितरण गर्नुहोस्" msgstr "दायाँ किनाराहरू वितरण गर्नुहोस्"
#: karbon_view.cpp:1071 #: karbon_view.cpp:1071
#, fuzzy msgid "Distribute Center (Vertical)"
msgid "Distribute Center Qt::Vertical)"
msgstr "केन्द्र (ठाडो) वितरण गर्नुहोस्" msgstr "केन्द्र (ठाडो) वितरण गर्नुहोस्"
#: karbon_view.cpp:1075 #: karbon_view.cpp:1075
#, fuzzy msgid "Distribute Gaps (Vertical)"
msgid "Distribute Gaps Qt::Vertical)"
msgstr "(ठाडो) अन्तराल वितरण गर्नुहोस्" msgstr "(ठाडो) अन्तराल वितरण गर्नुहोस्"
#: karbon_view.cpp:1079 #: karbon_view.cpp:1079
@ -1443,8 +1437,7 @@ msgid "Fade:"
msgstr "फेड:" msgstr "फेड:"
#: tools/vspiraltool.cpp:54 #: tools/vspiraltool.cpp:54
#, fuzzy msgid "Orientation:"
msgid "Qt::Orientation:"
msgstr "अभिमुखिकरण:" msgstr "अभिमुखिकरण:"
#: tools/vspiraltool.cpp:56 #: tools/vspiraltool.cpp:56

@ -982,7 +982,7 @@ void KisToolStar::move(KisMoveEvent *event)
// erase old lines on canvas // erase old lines on canvas
draw(m_dragStart, m_dragEnd); draw(m_dragStart, m_dragEnd);
// move (alt) or resize star // move (alt) or resize star
if (event->state() &amp; Qt::AltButton) { if (event->state() &amp; TQt::AltButton) {
KisPoint trans = event->pos() - m_dragEnd; KisPoint trans = event->pos() - m_dragEnd;
m_dragStart += trans; m_dragStart += trans;
m_dragEnd += trans; m_dragEnd += trans;
@ -1050,7 +1050,7 @@ void KisToolStar::buttonRelease(KisButtonReleaseEvent *event)
> and draws the outline of the star. We call this from the <methodname > and draws the outline of the star. We call this from the <methodname
>move()</methodname >move()</methodname
> method to give the user feedback of the size and shape of their star. Note that we use the <varname > method to give the user feedback of the size and shape of their star. Note that we use the <varname
>Qt::NotROP</varname >TQt::NotROP</varname
> raster operation, which means that calling <methodname > raster operation, which means that calling <methodname
>draw()</methodname >draw()</methodname
> a second time with the same start and end point the previously drawn star will be deleted. </para> > a second time with the same start and end point the previously drawn star will be deleted. </para>
@ -1064,14 +1064,14 @@ void KisToolStar::buttonRelease(KisButtonReleaseEvent *event)
KisCanvasController *controller = m_subject->canvasController(); KisCanvasController *controller = m_subject->canvasController();
KisCanvas *canvas = controller->kiscanvas(); KisCanvas *canvas = controller->kiscanvas();
KisCanvasPainter p (canvas); KisCanvasPainter p (canvas);
QPen pen(Qt::SolidLine); QPen pen(TQt::SolidLine);
KisPoint startPos; KisPoint startPos;
KisPoint endPos; KisPoint endPos;
startPos = controller->windowToView(start); startPos = controller->windowToView(start);
endPos = controller->windowToView(end); endPos = controller->windowToView(end);
p.setRasterOp(Qt::NotROP); p.setRasterOp(TQt::NotROP);
vKisPoint points = starCoordinates(m_vertices, startPos.x(), startPos.y(), endPos.x(), endPos.y()); vKisPoint points = starCoordinates(m_vertices, startPos.x(), startPos.y(), endPos.x(), endPos.y());
@ -1097,8 +1097,8 @@ void KisToolStar::buttonRelease(KisButtonReleaseEvent *event)
m_action = static_cast&lt;TDERadioAction *&gt;(collection->action(name())); m_action = static_cast&lt;TDERadioAction *&gt;(collection->action(name()));
if (m_action == 0) { if (m_action == 0) {
TDEShortcut shortcut(Qt::Key_Plus); TDEShortcut shortcut(TQt::Key_Plus);
shortcut.append(TDEShortcut(Qt::Key_F9)); shortcut.append(TDEShortcut(TQt::Key_F9));
m_action = new TDERadioAction(i18n("&amp;Star"), m_action = new TDERadioAction(i18n("&amp;Star"),
"tool_star", "tool_star",
shortcut, shortcut,

@ -2017,8 +2017,7 @@ msgid "Emboss in All Directions"
msgstr "Reliëf in alle richtingen" msgstr "Reliëf in alle richtingen"
#: plugins/filters/convolutionfilters/convolutionfilters.cpp:124 #: plugins/filters/convolutionfilters/convolutionfilters.cpp:124
#, fuzzy msgid "Emboss Horizontal && Vertical"
msgid "Emboss Horizontal &&Qt::Vertical"
msgstr "Horizontaal en verticaal reliëf" msgstr "Horizontaal en verticaal reliëf"
#: plugins/filters/convolutionfilters/convolutionfilters.cpp:131 #: plugins/filters/convolutionfilters/convolutionfilters.cpp:131

@ -762,8 +762,7 @@ msgid "Align Left"
msgstr "Links uitlijnen" msgstr "Links uitlijnen"
#: karbon_view.cpp:1034 #: karbon_view.cpp:1034
#, fuzzy msgid "Align Center (Horizontal)"
msgid "Align Center Qt::Horizontal)"
msgstr "Centreren (horizontaal)" msgstr "Centreren (horizontaal)"
#: karbon_view.cpp:1038 #: karbon_view.cpp:1038
@ -775,8 +774,7 @@ msgid "Align Top"
msgstr "Boven uitlijnen" msgstr "Boven uitlijnen"
#: karbon_view.cpp:1046 #: karbon_view.cpp:1046
#, fuzzy msgid "Align Middle (Vertical)"
msgid "Align Middle Qt::Vertical)"
msgstr "Centreren (verticaal)" msgstr "Centreren (verticaal)"
#: karbon_view.cpp:1050 #: karbon_view.cpp:1050
@ -784,13 +782,11 @@ msgid "Align Bottom"
msgstr "Onder uitlijnen" msgstr "Onder uitlijnen"
#: karbon_view.cpp:1055 #: karbon_view.cpp:1055
#, fuzzy msgid "Distribute Center (Horizontal)"
msgid "Distribute Center Qt::Horizontal)"
msgstr "Gecentreerd verspreiden (horizontaal)" msgstr "Gecentreerd verspreiden (horizontaal)"
#: karbon_view.cpp:1059 #: karbon_view.cpp:1059
#, fuzzy msgid "Distribute Gaps (Horizontal)"
msgid "Distribute Gaps Qt::Horizontal)"
msgstr "Op openingen verspreiden (horizontaal)" msgstr "Op openingen verspreiden (horizontaal)"
#: karbon_view.cpp:1063 #: karbon_view.cpp:1063
@ -802,13 +798,11 @@ msgid "Distribute Right Borders"
msgstr "Rechterranden verspreiden" msgstr "Rechterranden verspreiden"
#: karbon_view.cpp:1071 #: karbon_view.cpp:1071
#, fuzzy msgid "Distribute Center (Vertical)"
msgid "Distribute Center Qt::Vertical)"
msgstr "Gecentreerd verspreiden (verticaal) " msgstr "Gecentreerd verspreiden (verticaal) "
#: karbon_view.cpp:1075 #: karbon_view.cpp:1075
#, fuzzy msgid "Distribute Gaps (Vertical)"
msgid "Distribute Gaps Qt::Vertical)"
msgstr "Op openingen verspreiden (verticaal)" msgstr "Op openingen verspreiden (verticaal)"
#: karbon_view.cpp:1079 #: karbon_view.cpp:1079
@ -1460,8 +1454,7 @@ msgid "Fade:"
msgstr "Vervaging:" msgstr "Vervaging:"
#: tools/vspiraltool.cpp:54 #: tools/vspiraltool.cpp:54
#, fuzzy msgid "Orientation:"
msgid "Qt::Orientation:"
msgstr "Oriëntatie:" msgstr "Oriëntatie:"
#: tools/vspiraltool.cpp:56 #: tools/vspiraltool.cpp:56

@ -2032,8 +2032,7 @@ msgid "Emboss in All Directions"
msgstr "Wytłoczenie we wszystkich kierunkach" msgstr "Wytłoczenie we wszystkich kierunkach"
#: plugins/filters/convolutionfilters/convolutionfilters.cpp:124 #: plugins/filters/convolutionfilters/convolutionfilters.cpp:124
#, fuzzy msgid "Emboss Horizontal && Vertical"
msgid "Emboss Horizontal &&Qt::Vertical"
msgstr "Wytłoczenie poziome i pionowe" msgstr "Wytłoczenie poziome i pionowe"
#: plugins/filters/convolutionfilters/convolutionfilters.cpp:131 #: plugins/filters/convolutionfilters/convolutionfilters.cpp:131

@ -764,8 +764,7 @@ msgid "Align Left"
msgstr "Wyrównaj do lewej" msgstr "Wyrównaj do lewej"
#: karbon_view.cpp:1034 #: karbon_view.cpp:1034
#, fuzzy msgid "Align Center (Horizontal)"
msgid "Align Center Qt::Horizontal)"
msgstr "Wyśrodkuj (poziomo)" msgstr "Wyśrodkuj (poziomo)"
#: karbon_view.cpp:1038 #: karbon_view.cpp:1038
@ -777,8 +776,7 @@ msgid "Align Top"
msgstr "Wyrównaj do góry" msgstr "Wyrównaj do góry"
#: karbon_view.cpp:1046 #: karbon_view.cpp:1046
#, fuzzy msgid "Align Middle (Vertical)"
msgid "Align Middle Qt::Vertical)"
msgstr "Wyśrodkuj (pionowo)" msgstr "Wyśrodkuj (pionowo)"
#: karbon_view.cpp:1050 #: karbon_view.cpp:1050
@ -786,13 +784,11 @@ msgid "Align Bottom"
msgstr "Wyrównaj do dołu" msgstr "Wyrównaj do dołu"
#: karbon_view.cpp:1055 #: karbon_view.cpp:1055
#, fuzzy msgid "Distribute Center (Horizontal)"
msgid "Distribute Center Qt::Horizontal)"
msgstr "Rozmieść do środka (poziomo)" msgstr "Rozmieść do środka (poziomo)"
#: karbon_view.cpp:1059 #: karbon_view.cpp:1059
#, fuzzy msgid "Distribute Gaps (Horizontal)"
msgid "Distribute Gaps Qt::Horizontal)"
msgstr "Rozmieść przerwy (poziomo)" msgstr "Rozmieść przerwy (poziomo)"
#: karbon_view.cpp:1063 #: karbon_view.cpp:1063
@ -804,13 +800,11 @@ msgid "Distribute Right Borders"
msgstr "Rozmieść prawe krawędzie" msgstr "Rozmieść prawe krawędzie"
#: karbon_view.cpp:1071 #: karbon_view.cpp:1071
#, fuzzy msgid "Distribute Center (Vertical)"
msgid "Distribute Center Qt::Vertical)"
msgstr "Rozmieść do środka (pionowo)" msgstr "Rozmieść do środka (pionowo)"
#: karbon_view.cpp:1075 #: karbon_view.cpp:1075
#, fuzzy msgid "Distribute Gaps (Vertical)"
msgid "Distribute Gaps Qt::Vertical)"
msgstr "Rozmieść przerwy (pionowo)" msgstr "Rozmieść przerwy (pionowo)"
#: karbon_view.cpp:1079 #: karbon_view.cpp:1079
@ -1471,8 +1465,7 @@ msgid "Fade:"
msgstr "Rozjaśnij:" msgstr "Rozjaśnij:"
#: tools/vspiraltool.cpp:54 #: tools/vspiraltool.cpp:54
#, fuzzy msgid "Orientation:"
msgid "Qt::Orientation:"
msgstr "Orientacja:" msgstr "Orientacja:"
#: tools/vspiraltool.cpp:56 #: tools/vspiraltool.cpp:56

@ -981,7 +981,7 @@ void KisFerramentaEstrela::move(KisMoveEvent *evento)
// apagar as linhas antigas da área de desenho // apagar as linhas antigas da área de desenho
draw(m_dragStart, m_dragEnd); draw(m_dragStart, m_dragEnd);
// mover (alt) ou dimensionar a estrela // mover (alt) ou dimensionar a estrela
if (evento->state() &amp; Qt::AltButton) { if (evento->state() &amp; TQt::AltButton) {
KisPoint trans = evento->pos() - m_dragEnd; KisPoint trans = evento->pos() - m_dragEnd;
m_dragStart += trans; m_dragStart += trans;
m_dragEnd += trans; m_dragEnd += trans;
@ -1049,7 +1049,7 @@ void KisFerramentaEstrela::buttonRelease(KisButtonReleaseEvent *evento)
> e desenha o contorno da estrela. Este é chamado a partir do método <methodname > e desenha o contorno da estrela. Este é chamado a partir do método <methodname
>move()</methodname >move()</methodname
>, para dar alguma reacção ao utilizador sobre o tamanho e a forma da sua estrela. Repare que se usa a operação de desenho <varname >, para dar alguma reacção ao utilizador sobre o tamanho e a forma da sua estrela. Repare que se usa a operação de desenho <varname
>Qt::NotROP</varname >TQt::NotROP</varname
>, o que significa que, ao invocar o <methodname >, o que significa que, ao invocar o <methodname
>draw()</methodname >draw()</methodname
> uma segunda vez com o mesmo início e fim, a estrela anteriormente desenhada será removida. </para> > uma segunda vez com o mesmo início e fim, a estrela anteriormente desenhada será removida. </para>
@ -1063,14 +1063,14 @@ void KisFerramentaEstrela::buttonRelease(KisButtonReleaseEvent *evento)
KisCanvasController *controller = m_subject->canvasController(); KisCanvasController *controller = m_subject->canvasController();
KisCanvas *canvas = controller->kiscanvas(); KisCanvas *canvas = controller->kiscanvas();
KisCanvasPainter p (canvas); KisCanvasPainter p (canvas);
QPen pen(Qt::SolidLine); QPen pen(TQt::SolidLine);
KisPoint posInicio; KisPoint posInicio;
KisPoint posFim; KisPoint posFim;
posInicio = controller->windowToView(inicio); posInicio = controller->windowToView(inicio);
posFim = controller->windowToView(fim); posFim = controller->windowToView(fim);
p.setRasterOp(Qt::NotROP); p.setRasterOp(TQt::NotROP);
vKisPoint pontos = starCoordinates(m_vertices, posInicio.x(), posInicio.y(), posFim.x(), posFim.y()); vKisPoint pontos = starCoordinates(m_vertices, posInicio.x(), posInicio.y(), posFim.x(), posFim.y());
@ -1096,8 +1096,8 @@ void KisFerramentaEstrela::buttonRelease(KisButtonReleaseEvent *evento)
m_action = static_cast&lt;TDERadioAction *&gt;(colleccao->action(name())); m_action = static_cast&lt;TDERadioAction *&gt;(colleccao->action(name()));
if (m_action == 0) { if (m_action == 0) {
TDEShortcut atalho(Qt::Key_Plus); TDEShortcut atalho(TQt::Key_Plus);
atalho.append(TDEShortcut(Qt::Key_F9)); atalho.append(TDEShortcut(TQt::Key_F9));
m_action = new TDERadioAction(i18n("&amp;Star"), m_action = new TDERadioAction(i18n("&amp;Star"),
"ferramenta_estrela", "ferramenta_estrela",
atalho, atalho,

@ -2030,8 +2030,7 @@ msgid "Emboss in All Directions"
msgstr "Elevar em Todas as Direcções" msgstr "Elevar em Todas as Direcções"
#: plugins/filters/convolutionfilters/convolutionfilters.cpp:124 #: plugins/filters/convolutionfilters/convolutionfilters.cpp:124
#, fuzzy msgid "Emboss Horizontal && Vertical"
msgid "Emboss Horizontal &&Qt::Vertical"
msgstr "Elevar Horizontal e Vertical" msgstr "Elevar Horizontal e Vertical"
#: plugins/filters/convolutionfilters/convolutionfilters.cpp:131 #: plugins/filters/convolutionfilters/convolutionfilters.cpp:131

@ -759,8 +759,7 @@ msgid "Align Left"
msgstr "Alinhar à Esquerda" msgstr "Alinhar à Esquerda"
#: karbon_view.cpp:1034 #: karbon_view.cpp:1034
#, fuzzy msgid "Align Center (Horizontal)"
msgid "Align Center Qt::Horizontal)"
msgstr "Alinhar ao Centro (Horizontal)" msgstr "Alinhar ao Centro (Horizontal)"
#: karbon_view.cpp:1038 #: karbon_view.cpp:1038
@ -772,8 +771,7 @@ msgid "Align Top"
msgstr "Alinhar ao Topo" msgstr "Alinhar ao Topo"
#: karbon_view.cpp:1046 #: karbon_view.cpp:1046
#, fuzzy msgid "Align Middle (Vertical)"
msgid "Align Middle Qt::Vertical)"
msgstr "Alinhar ao Centro (Vertical)" msgstr "Alinhar ao Centro (Vertical)"
#: karbon_view.cpp:1050 #: karbon_view.cpp:1050
@ -781,13 +779,11 @@ msgid "Align Bottom"
msgstr "Alinhar ao Fundo" msgstr "Alinhar ao Fundo"
#: karbon_view.cpp:1055 #: karbon_view.cpp:1055
#, fuzzy msgid "Distribute Center (Horizontal)"
msgid "Distribute Center Qt::Horizontal)"
msgstr "Distribuir o Centro (Horizontal)" msgstr "Distribuir o Centro (Horizontal)"
#: karbon_view.cpp:1059 #: karbon_view.cpp:1059
#, fuzzy msgid "Distribute Gaps (Horizontal)"
msgid "Distribute Gaps Qt::Horizontal)"
msgstr "Distribuir as Lacunas (Horizontal)" msgstr "Distribuir as Lacunas (Horizontal)"
#: karbon_view.cpp:1063 #: karbon_view.cpp:1063
@ -799,13 +795,11 @@ msgid "Distribute Right Borders"
msgstr "Distribuir os Contornos Direitos" msgstr "Distribuir os Contornos Direitos"
#: karbon_view.cpp:1071 #: karbon_view.cpp:1071
#, fuzzy msgid "Distribute Center (Vertical)"
msgid "Distribute Center Qt::Vertical)"
msgstr "Distribuir o Centro (Vertical)" msgstr "Distribuir o Centro (Vertical)"
#: karbon_view.cpp:1075 #: karbon_view.cpp:1075
#, fuzzy msgid "Distribute Gaps (Vertical)"
msgid "Distribute Gaps Qt::Vertical)"
msgstr "Distribuir as Lacunas (Vertical)" msgstr "Distribuir as Lacunas (Vertical)"
#: karbon_view.cpp:1079 #: karbon_view.cpp:1079
@ -1462,8 +1456,7 @@ msgid "Fade:"
msgstr "Decaimento:" msgstr "Decaimento:"
#: tools/vspiraltool.cpp:54 #: tools/vspiraltool.cpp:54
#, fuzzy msgid "Orientation:"
msgid "Qt::Orientation:"
msgstr "Orientação:" msgstr "Orientação:"
#: tools/vspiraltool.cpp:56 #: tools/vspiraltool.cpp:56

@ -981,7 +981,7 @@ void KisFerramentaEstrela::move(KisMoveEvent *evento)
// apagar as linhas antigas da área de desenho // apagar as linhas antigas da área de desenho
draw(m_dragStart, m_dragEnd); draw(m_dragStart, m_dragEnd);
// mover (alt) ou dimensionar a estrela // mover (alt) ou dimensionar a estrela
if (evento->state() &amp; Qt::AltButton) { if (evento->state() &amp; TQt::AltButton) {
KisPoint trans = evento->pos() - m_dragEnd; KisPoint trans = evento->pos() - m_dragEnd;
m_dragStart += trans; m_dragStart += trans;
m_dragEnd += trans; m_dragEnd += trans;
@ -1049,7 +1049,7 @@ void KisFerramentaEstrela::buttonRelease(KisButtonReleaseEvent *evento)
> e desenha o contorno da estrela. Ele é chamado a partir do método <methodname > e desenha o contorno da estrela. Ele é chamado a partir do método <methodname
>move()</methodname >move()</methodname
>, para dar alguma reação ao usuário sobre o tamanho e a forma da sua estrela. Note que se usa a operação de desenho <varname >, para dar alguma reação ao usuário sobre o tamanho e a forma da sua estrela. Note que se usa a operação de desenho <varname
>Qt::NotROP</varname >TQt::NotROP</varname
>, o que significa que, ao invocar o <methodname >, o que significa que, ao invocar o <methodname
>draw()</methodname >draw()</methodname
> uma segunda vez com o mesmo início e fim, a estrela anteriormente desenhada será removida. </para> > uma segunda vez com o mesmo início e fim, a estrela anteriormente desenhada será removida. </para>
@ -1063,14 +1063,14 @@ void KisFerramentaEstrela::buttonRelease(KisButtonReleaseEvent *evento)
KisCanvasController *controller = m_subject->canvasController(); KisCanvasController *controller = m_subject->canvasController();
KisCanvas *canvas = controller->kiscanvas(); KisCanvas *canvas = controller->kiscanvas();
KisCanvasPainter p (canvas); KisCanvasPainter p (canvas);
QPen pen(Qt::SolidLine); QPen pen(TQt::SolidLine);
KisPoint posInicio; KisPoint posInicio;
KisPoint posFim; KisPoint posFim;
posInicio = controller->windowToView(inicio); posInicio = controller->windowToView(inicio);
posFim = controller->windowToView(fim); posFim = controller->windowToView(fim);
p.setRasterOp(Qt::NotROP); p.setRasterOp(TQt::NotROP);
vKisPoint pontos = starCoordinates(m_vertices, posInicio.x(), posInicio.y(), posFim.x(), posFim.y()); vKisPoint pontos = starCoordinates(m_vertices, posInicio.x(), posInicio.y(), posFim.x(), posFim.y());
@ -1096,8 +1096,8 @@ void KisFerramentaEstrela::buttonRelease(KisButtonReleaseEvent *evento)
m_action = static_cast&lt;TDERadioAction *&gt;(colleccao->action(name())); m_action = static_cast&lt;TDERadioAction *&gt;(colleccao->action(name()));
if (m_action == 0) { if (m_action == 0) {
TDEShortcut atalho(Qt::Key_Plus); TDEShortcut atalho(TQt::Key_Plus);
atalho.append(TDEShortcut(Qt::Key_F9)); atalho.append(TDEShortcut(TQt::Key_F9));
m_action = new TDERadioAction(i18n("&amp;Star"), m_action = new TDERadioAction(i18n("&amp;Star"),
"ferramenta_estrela", "ferramenta_estrela",
atalho, atalho,

@ -2004,8 +2004,7 @@ msgid "Emboss in All Directions"
msgstr "Em Relevo em Todas Direções" msgstr "Em Relevo em Todas Direções"
#: plugins/filters/convolutionfilters/convolutionfilters.cpp:124 #: plugins/filters/convolutionfilters/convolutionfilters.cpp:124
#, fuzzy msgid "Emboss Horizontal && Vertical"
msgid "Emboss Horizontal &&Qt::Vertical"
msgstr "Em Relevo Horizontal e Vertical" msgstr "Em Relevo Horizontal e Vertical"
#: plugins/filters/convolutionfilters/convolutionfilters.cpp:131 #: plugins/filters/convolutionfilters/convolutionfilters.cpp:131

@ -753,8 +753,7 @@ msgid "Align Left"
msgstr "Alinhar à Esquerda" msgstr "Alinhar à Esquerda"
#: karbon_view.cpp:1034 #: karbon_view.cpp:1034
#, fuzzy msgid "Align Center (Horizontal)"
msgid "Align Center Qt::Horizontal)"
msgstr "Alinhar Centralizado (Horizontal)" msgstr "Alinhar Centralizado (Horizontal)"
#: karbon_view.cpp:1038 #: karbon_view.cpp:1038
@ -766,8 +765,7 @@ msgid "Align Top"
msgstr "Alinhar Acima" msgstr "Alinhar Acima"
#: karbon_view.cpp:1046 #: karbon_view.cpp:1046
#, fuzzy msgid "Align Middle (Vertical)"
msgid "Align Middle Qt::Vertical)"
msgstr "Alinhar ao Centro (Vertical)" msgstr "Alinhar ao Centro (Vertical)"
#: karbon_view.cpp:1050 #: karbon_view.cpp:1050
@ -775,13 +773,11 @@ msgid "Align Bottom"
msgstr "Alinhar Abaixo" msgstr "Alinhar Abaixo"
#: karbon_view.cpp:1055 #: karbon_view.cpp:1055
#, fuzzy msgid "Distribute Center (Horizontal)"
msgid "Distribute Center Qt::Horizontal)"
msgstr "Distribuir no Centro (Horizontal)" msgstr "Distribuir no Centro (Horizontal)"
#: karbon_view.cpp:1059 #: karbon_view.cpp:1059
#, fuzzy msgid "Distribute Gaps (Horizontal)"
msgid "Distribute Gaps Qt::Horizontal)"
msgstr "Distribuir Lacunas (Horizontal)" msgstr "Distribuir Lacunas (Horizontal)"
#: karbon_view.cpp:1063 #: karbon_view.cpp:1063
@ -793,13 +789,11 @@ msgid "Distribute Right Borders"
msgstr "Distribuir Bordas Direitas" msgstr "Distribuir Bordas Direitas"
#: karbon_view.cpp:1071 #: karbon_view.cpp:1071
#, fuzzy msgid "Distribute Center (Vertical)"
msgid "Distribute Center Qt::Vertical)"
msgstr "Distribuir no Centro (Vertical)" msgstr "Distribuir no Centro (Vertical)"
#: karbon_view.cpp:1075 #: karbon_view.cpp:1075
#, fuzzy msgid "Distribute Gaps (Vertical)"
msgid "Distribute Gaps Qt::Vertical)"
msgstr "Distribuir Lacunas (Vertical)" msgstr "Distribuir Lacunas (Vertical)"
#: karbon_view.cpp:1079 #: karbon_view.cpp:1079
@ -1456,8 +1450,7 @@ msgid "Fade:"
msgstr "Desfalecimento:" msgstr "Desfalecimento:"
#: tools/vspiraltool.cpp:54 #: tools/vspiraltool.cpp:54
#, fuzzy msgid "Orientation:"
msgid "Qt::Orientation:"
msgstr "Orientação:" msgstr "Orientação:"
#: tools/vspiraltool.cpp:56 #: tools/vspiraltool.cpp:56

@ -2014,8 +2014,8 @@ msgid "Emboss in All Directions"
msgstr "По всем направлениям" msgstr "По всем направлениям"
#: plugins/filters/convolutionfilters/convolutionfilters.cpp:124 #: plugins/filters/convolutionfilters/convolutionfilters.cpp:124
msgid "Emboss Horizontal &&Qt::Vertical" msgid "Emboss Horizontal && Vertical"
msgstr "Горизонтальное тиснение &&Qt::Vertical" msgstr "Горизонтальное тиснение && Vertical"
#: plugins/filters/convolutionfilters/convolutionfilters.cpp:131 #: plugins/filters/convolutionfilters/convolutionfilters.cpp:131
#: plugins/filters/convolutionfilters/convolutionfilters.h:85 #: plugins/filters/convolutionfilters/convolutionfilters.h:85

@ -760,8 +760,7 @@ msgid "Align Left"
msgstr "По левому краю" msgstr "По левому краю"
#: karbon_view.cpp:1034 #: karbon_view.cpp:1034
#, fuzzy msgid "Align Center (Horizontal)"
msgid "Align Center Qt::Horizontal)"
msgstr "По центру (горизонтально)" msgstr "По центру (горизонтально)"
#: karbon_view.cpp:1038 #: karbon_view.cpp:1038
@ -773,8 +772,7 @@ msgid "Align Top"
msgstr "По верхнему краю" msgstr "По верхнему краю"
#: karbon_view.cpp:1046 #: karbon_view.cpp:1046
#, fuzzy msgid "Align Middle (Vertical)"
msgid "Align Middle Qt::Vertical)"
msgstr "По центру (вертикально)" msgstr "По центру (вертикально)"
#: karbon_view.cpp:1050 #: karbon_view.cpp:1050
@ -782,13 +780,11 @@ msgid "Align Bottom"
msgstr "По нижнему краю" msgstr "По нижнему краю"
#: karbon_view.cpp:1055 #: karbon_view.cpp:1055
#, fuzzy msgid "Distribute Center (Horizontal)"
msgid "Distribute Center Qt::Horizontal)"
msgstr "Равноудалённо расставить центры по горизонтали" msgstr "Равноудалённо расставить центры по горизонтали"
#: karbon_view.cpp:1059 #: karbon_view.cpp:1059
#, fuzzy msgid "Distribute Gaps (Horizontal)"
msgid "Distribute Gaps Qt::Horizontal)"
msgstr "Выровнять интервалы между объектами по горизонтали" msgstr "Выровнять интервалы между объектами по горизонтали"
#: karbon_view.cpp:1063 #: karbon_view.cpp:1063
@ -800,13 +796,11 @@ msgid "Distribute Right Borders"
msgstr "Равноудалённо расставить правые края" msgstr "Равноудалённо расставить правые края"
#: karbon_view.cpp:1071 #: karbon_view.cpp:1071
#, fuzzy msgid "Distribute Center (Vertical)"
msgid "Distribute Center Qt::Vertical)"
msgstr "Равноудалённо расставить центры по вертикали" msgstr "Равноудалённо расставить центры по вертикали"
#: karbon_view.cpp:1075 #: karbon_view.cpp:1075
#, fuzzy msgid "Distribute Gaps (Vertical)"
msgid "Distribute Gaps Qt::Vertical)"
msgstr "Выровнять интервалы между объектами по вертикали" msgstr "Выровнять интервалы между объектами по вертикали"
#: karbon_view.cpp:1079 #: karbon_view.cpp:1079
@ -1464,8 +1458,7 @@ msgid "Fade:"
msgstr "Сочность:" msgstr "Сочность:"
#: tools/vspiraltool.cpp:54 #: tools/vspiraltool.cpp:54
#, fuzzy msgid "Orientation:"
msgid "Qt::Orientation:"
msgstr "Ориентация:" msgstr "Ориентация:"
#: tools/vspiraltool.cpp:56 #: tools/vspiraltool.cpp:56

@ -2103,7 +2103,7 @@ msgid "Emboss in All Directions"
msgstr "" msgstr ""
#: plugins/filters/convolutionfilters/convolutionfilters.cpp:124 #: plugins/filters/convolutionfilters/convolutionfilters.cpp:124
msgid "Emboss Horizontal &&Qt::Vertical" msgid "Emboss Horizontal && Vertical"
msgstr "" msgstr ""
#: plugins/filters/convolutionfilters/convolutionfilters.cpp:131 #: plugins/filters/convolutionfilters/convolutionfilters.cpp:131

@ -758,8 +758,7 @@ msgid "Align Left"
msgstr "Zarovnať vľavo" msgstr "Zarovnať vľavo"
#: karbon_view.cpp:1034 #: karbon_view.cpp:1034
#, fuzzy msgid "Align Center (Horizontal)"
msgid "Align Center Qt::Horizontal)"
msgstr "Zarovnať do stredu (horizontálne)" msgstr "Zarovnať do stredu (horizontálne)"
#: karbon_view.cpp:1038 #: karbon_view.cpp:1038
@ -771,8 +770,7 @@ msgid "Align Top"
msgstr "Zarovnať hore" msgstr "Zarovnať hore"
#: karbon_view.cpp:1046 #: karbon_view.cpp:1046
#, fuzzy msgid "Align Middle (Vertical)"
msgid "Align Middle Qt::Vertical)"
msgstr "Zarovnať na stred (vertikálne)" msgstr "Zarovnať na stred (vertikálne)"
#: karbon_view.cpp:1050 #: karbon_view.cpp:1050
@ -780,13 +778,11 @@ msgid "Align Bottom"
msgstr "Zarovnať dolu" msgstr "Zarovnať dolu"
#: karbon_view.cpp:1055 #: karbon_view.cpp:1055
#, fuzzy msgid "Distribute Center (Horizontal)"
msgid "Distribute Center Qt::Horizontal)"
msgstr "Zarovnať na stred (horizontálne)" msgstr "Zarovnať na stred (horizontálne)"
#: karbon_view.cpp:1059 #: karbon_view.cpp:1059
#, fuzzy msgid "Distribute Gaps (Horizontal)"
msgid "Distribute Gaps Qt::Horizontal)"
msgstr "Zarovnať na stred (horizontálne)" msgstr "Zarovnať na stred (horizontálne)"
#: karbon_view.cpp:1063 #: karbon_view.cpp:1063
@ -798,13 +794,11 @@ msgid "Distribute Right Borders"
msgstr "Rozdeliť pravé okraje" msgstr "Rozdeliť pravé okraje"
#: karbon_view.cpp:1071 #: karbon_view.cpp:1071
#, fuzzy msgid "Distribute Center (Vertical)"
msgid "Distribute Center Qt::Vertical)"
msgstr "Zarovnať stred (vertikálne)" msgstr "Zarovnať stred (vertikálne)"
#: karbon_view.cpp:1075 #: karbon_view.cpp:1075
#, fuzzy msgid "Distribute Gaps (Vertical)"
msgid "Distribute Gaps Qt::Vertical)"
msgstr "Rozdeliť medzery (vertikálne)" msgstr "Rozdeliť medzery (vertikálne)"
#: karbon_view.cpp:1079 #: karbon_view.cpp:1079
@ -1452,8 +1446,7 @@ msgid "Fade:"
msgstr "Strácanie:" msgstr "Strácanie:"
#: tools/vspiraltool.cpp:54 #: tools/vspiraltool.cpp:54
#, fuzzy msgid "Orientation:"
msgid "Qt::Orientation:"
msgstr "Orientácia:" msgstr "Orientácia:"
#: tools/vspiraltool.cpp:56 #: tools/vspiraltool.cpp:56

@ -2100,7 +2100,7 @@ msgid "Emboss in All Directions"
msgstr "Izboči v vse smeri" msgstr "Izboči v vse smeri"
#: plugins/filters/convolutionfilters/convolutionfilters.cpp:124 #: plugins/filters/convolutionfilters/convolutionfilters.cpp:124
msgid "Emboss Horizontal &&Qt::Vertical" msgid "Emboss Horizontal && Vertical"
msgstr "" msgstr ""
#: plugins/filters/convolutionfilters/convolutionfilters.cpp:131 #: plugins/filters/convolutionfilters/convolutionfilters.cpp:131

@ -764,8 +764,7 @@ msgid "Align Left"
msgstr "Poravnaj levo" msgstr "Poravnaj levo"
#: karbon_view.cpp:1034 #: karbon_view.cpp:1034
#, fuzzy msgid "Align Center (Horizontal)"
msgid "Align Center Qt::Horizontal)"
msgstr "Poravnaj v sredo (vodoravno)" msgstr "Poravnaj v sredo (vodoravno)"
#: karbon_view.cpp:1038 #: karbon_view.cpp:1038
@ -777,8 +776,7 @@ msgid "Align Top"
msgstr "Poravnaj navzgor" msgstr "Poravnaj navzgor"
#: karbon_view.cpp:1046 #: karbon_view.cpp:1046
#, fuzzy msgid "Align Middle (Vertical)"
msgid "Align Middle Qt::Vertical)"
msgstr "Poravnaj v sredo (navpično)" msgstr "Poravnaj v sredo (navpično)"
#: karbon_view.cpp:1050 #: karbon_view.cpp:1050
@ -786,13 +784,11 @@ msgid "Align Bottom"
msgstr "Poravnaj navzdol" msgstr "Poravnaj navzdol"
#: karbon_view.cpp:1055 #: karbon_view.cpp:1055
#, fuzzy msgid "Distribute Center (Horizontal)"
msgid "Distribute Center Qt::Horizontal)"
msgstr "Porazdeli po sredini (vodoravno)" msgstr "Porazdeli po sredini (vodoravno)"
#: karbon_view.cpp:1059 #: karbon_view.cpp:1059
#, fuzzy msgid "Distribute Gaps (Horizontal)"
msgid "Distribute Gaps Qt::Horizontal)"
msgstr "Porazdeli vrzeli (vodoravno)" msgstr "Porazdeli vrzeli (vodoravno)"
#: karbon_view.cpp:1063 #: karbon_view.cpp:1063
@ -804,13 +800,11 @@ msgid "Distribute Right Borders"
msgstr "Porazdeli desne robove" msgstr "Porazdeli desne robove"
#: karbon_view.cpp:1071 #: karbon_view.cpp:1071
#, fuzzy msgid "Distribute Center (Vertical)"
msgid "Distribute Center Qt::Vertical)"
msgstr "Porazdeli po sredini (navpično)" msgstr "Porazdeli po sredini (navpično)"
#: karbon_view.cpp:1075 #: karbon_view.cpp:1075
#, fuzzy msgid "Distribute Gaps (Vertical)"
msgid "Distribute Gaps Qt::Vertical)"
msgstr "Porazdeli vrzeli (navpično)" msgstr "Porazdeli vrzeli (navpično)"
#: karbon_view.cpp:1079 #: karbon_view.cpp:1079
@ -1465,8 +1459,7 @@ msgid "Fade:"
msgstr "Odtemnitev:" msgstr "Odtemnitev:"
#: tools/vspiraltool.cpp:54 #: tools/vspiraltool.cpp:54
#, fuzzy msgid "Orientation:"
msgid "Qt::Orientation:"
msgstr "Usmerjenost:" msgstr "Usmerjenost:"
#: tools/vspiraltool.cpp:56 #: tools/vspiraltool.cpp:56

@ -2005,8 +2005,7 @@ msgid "Emboss in All Directions"
msgstr "Рељеф у свим смеровима" msgstr "Рељеф у свим смеровима"
#: plugins/filters/convolutionfilters/convolutionfilters.cpp:124 #: plugins/filters/convolutionfilters/convolutionfilters.cpp:124
#, fuzzy msgid "Emboss Horizontal && Vertical"
msgid "Emboss Horizontal &&Qt::Vertical"
msgstr "Рељеф водоравно и усправно" msgstr "Рељеф водоравно и усправно"
#: plugins/filters/convolutionfilters/convolutionfilters.cpp:131 #: plugins/filters/convolutionfilters/convolutionfilters.cpp:131

@ -757,8 +757,7 @@ msgid "Align Left"
msgstr "Поравнај лево" msgstr "Поравнај лево"
#: karbon_view.cpp:1034 #: karbon_view.cpp:1034
#, fuzzy msgid "Align Center (Horizontal)"
msgid "Align Center Qt::Horizontal)"
msgstr "Поравнај централно (водоравно)" msgstr "Поравнај централно (водоравно)"
#: karbon_view.cpp:1038 #: karbon_view.cpp:1038
@ -770,8 +769,7 @@ msgid "Align Top"
msgstr "Поравнај са врхом" msgstr "Поравнај са врхом"
#: karbon_view.cpp:1046 #: karbon_view.cpp:1046
#, fuzzy msgid "Align Middle (Vertical)"
msgid "Align Middle Qt::Vertical)"
msgstr "Поравнај у средини (усправно)" msgstr "Поравнај у средини (усправно)"
#: karbon_view.cpp:1050 #: karbon_view.cpp:1050
@ -779,13 +777,11 @@ msgid "Align Bottom"
msgstr "Поравнај са дном" msgstr "Поравнај са дном"
#: karbon_view.cpp:1055 #: karbon_view.cpp:1055
#, fuzzy msgid "Distribute Center (Horizontal)"
msgid "Distribute Center Qt::Horizontal)"
msgstr "Расподели центар (водоравно)" msgstr "Расподели центар (водоравно)"
#: karbon_view.cpp:1059 #: karbon_view.cpp:1059
#, fuzzy msgid "Distribute Gaps (Horizontal)"
msgid "Distribute Gaps Qt::Horizontal)"
msgstr "Расподели процепе (водоравно)" msgstr "Расподели процепе (водоравно)"
#: karbon_view.cpp:1063 #: karbon_view.cpp:1063
@ -797,13 +793,11 @@ msgid "Distribute Right Borders"
msgstr "Расподели десне ивице" msgstr "Расподели десне ивице"
#: karbon_view.cpp:1071 #: karbon_view.cpp:1071
#, fuzzy msgid "Distribute Center (Vertical)"
msgid "Distribute Center Qt::Vertical)"
msgstr "Расподели центар (усправно)" msgstr "Расподели центар (усправно)"
#: karbon_view.cpp:1075 #: karbon_view.cpp:1075
#, fuzzy msgid "Distribute Gaps (Vertical)"
msgid "Distribute Gaps Qt::Vertical)"
msgstr "Расподели процепе (усправно)" msgstr "Расподели процепе (усправно)"
#: karbon_view.cpp:1079 #: karbon_view.cpp:1079
@ -1451,8 +1445,7 @@ msgid "Fade:"
msgstr "Слабљење:" msgstr "Слабљење:"
#: tools/vspiraltool.cpp:54 #: tools/vspiraltool.cpp:54
#, fuzzy msgid "Orientation:"
msgid "Qt::Orientation:"
msgstr "Оријентација:" msgstr "Оријентација:"
#: tools/vspiraltool.cpp:56 #: tools/vspiraltool.cpp:56

@ -2005,8 +2005,7 @@ msgid "Emboss in All Directions"
msgstr "Reljef u svim smerovima" msgstr "Reljef u svim smerovima"
#: plugins/filters/convolutionfilters/convolutionfilters.cpp:124 #: plugins/filters/convolutionfilters/convolutionfilters.cpp:124
#, fuzzy msgid "Emboss Horizontal && Vertical"
msgid "Emboss Horizontal &&Qt::Vertical"
msgstr "Reljef vodoravno i uspravno" msgstr "Reljef vodoravno i uspravno"
#: plugins/filters/convolutionfilters/convolutionfilters.cpp:131 #: plugins/filters/convolutionfilters/convolutionfilters.cpp:131

@ -757,8 +757,7 @@ msgid "Align Left"
msgstr "Poravnaj levo" msgstr "Poravnaj levo"
#: karbon_view.cpp:1034 #: karbon_view.cpp:1034
#, fuzzy msgid "Align Center (Horizontal)"
msgid "Align Center Qt::Horizontal)"
msgstr "Poravnaj centralno (vodoravno)" msgstr "Poravnaj centralno (vodoravno)"
#: karbon_view.cpp:1038 #: karbon_view.cpp:1038
@ -770,8 +769,7 @@ msgid "Align Top"
msgstr "Poravnaj sa vrhom" msgstr "Poravnaj sa vrhom"
#: karbon_view.cpp:1046 #: karbon_view.cpp:1046
#, fuzzy msgid "Align Middle (Vertical)"
msgid "Align Middle Qt::Vertical)"
msgstr "Poravnaj u sredini (uspravno)" msgstr "Poravnaj u sredini (uspravno)"
#: karbon_view.cpp:1050 #: karbon_view.cpp:1050
@ -779,13 +777,11 @@ msgid "Align Bottom"
msgstr "Poravnaj sa dnom" msgstr "Poravnaj sa dnom"
#: karbon_view.cpp:1055 #: karbon_view.cpp:1055
#, fuzzy msgid "Distribute Center (Horizontal)"
msgid "Distribute Center Qt::Horizontal)"
msgstr "Raspodeli centar (vodoravno)" msgstr "Raspodeli centar (vodoravno)"
#: karbon_view.cpp:1059 #: karbon_view.cpp:1059
#, fuzzy msgid "Distribute Gaps (Horizontal)"
msgid "Distribute Gaps Qt::Horizontal)"
msgstr "Raspodeli procepe (vodoravno)" msgstr "Raspodeli procepe (vodoravno)"
#: karbon_view.cpp:1063 #: karbon_view.cpp:1063
@ -797,13 +793,11 @@ msgid "Distribute Right Borders"
msgstr "Raspodeli desne ivice" msgstr "Raspodeli desne ivice"
#: karbon_view.cpp:1071 #: karbon_view.cpp:1071
#, fuzzy msgid "Distribute Center (Vertical)"
msgid "Distribute Center Qt::Vertical)"
msgstr "Raspodeli centar (uspravno)" msgstr "Raspodeli centar (uspravno)"
#: karbon_view.cpp:1075 #: karbon_view.cpp:1075
#, fuzzy msgid "Distribute Gaps (Vertical)"
msgid "Distribute Gaps Qt::Vertical)"
msgstr "Raspodeli procepe (uspravno)" msgstr "Raspodeli procepe (uspravno)"
#: karbon_view.cpp:1079 #: karbon_view.cpp:1079
@ -1451,8 +1445,7 @@ msgid "Fade:"
msgstr "Slabljenje:" msgstr "Slabljenje:"
#: tools/vspiraltool.cpp:54 #: tools/vspiraltool.cpp:54
#, fuzzy msgid "Orientation:"
msgid "Qt::Orientation:"
msgstr "Orijentacija:" msgstr "Orijentacija:"
#: tools/vspiraltool.cpp:56 #: tools/vspiraltool.cpp:56

@ -981,7 +981,7 @@ void KisToolStar::move(KisMoveEvent *event)
// erase old lines on canvas // erase old lines on canvas
draw(m_dragStart, m_dragEnd); draw(m_dragStart, m_dragEnd);
// move (alt) or resize star // move (alt) or resize star
if (event->state() &amp; Qt::AltButton) { if (event->state() &amp; TQt::AltButton) {
KisPoint trans = event->pos() - m_dragEnd; KisPoint trans = event->pos() - m_dragEnd;
m_dragStart += trans; m_dragStart += trans;
m_dragEnd += trans; m_dragEnd += trans;
@ -1049,7 +1049,7 @@ void KisToolStar::buttonRelease(KisButtonReleaseEvent *event)
> som ritar stjärnans kontur. Vi anropar den från metoden <methodname > som ritar stjärnans kontur. Vi anropar den från metoden <methodname
>move()</methodname >move()</methodname
> för att ge användaren återmatning om stjärnans storlek och form. Observera att vi använder <varname > för att ge användaren återmatning om stjärnans storlek och form. Observera att vi använder <varname
>Qt::NotROP</varname >TQt::NotROP</varname
> rasteroperationen, vilket betyder att anropa <methodname > rasteroperationen, vilket betyder att anropa <methodname
>draw()</methodname >draw()</methodname
> en andra gång med samma start- och slutpunkt gör att stjärnan tas bort. </para> > en andra gång med samma start- och slutpunkt gör att stjärnan tas bort. </para>
@ -1063,14 +1063,14 @@ void KisToolStar::buttonRelease(KisButtonReleaseEvent *event)
KisCanvasController *controller = m_subject->canvasController(); KisCanvasController *controller = m_subject->canvasController();
KisCanvas *canvas = controller->kiscanvas(); KisCanvas *canvas = controller->kiscanvas();
KisCanvasPainter p (canvas); KisCanvasPainter p (canvas);
QPen pen(Qt::SolidLine); QPen pen(TQt::SolidLine);
KisPoint startPos; KisPoint startPos;
KisPoint endPos; KisPoint endPos;
startPos = controller->windowToView(start); startPos = controller->windowToView(start);
endPos = controller->windowToView(end); endPos = controller->windowToView(end);
p.setRasterOp(Qt::NotROP); p.setRasterOp(TQt::NotROP);
vKisPoint points = starCoordinates(m_vertices, startPos.x(), startPos.y(), endPos.x(), endPos.y()); vKisPoint points = starCoordinates(m_vertices, startPos.x(), startPos.y(), endPos.x(), endPos.y());
@ -1096,8 +1096,8 @@ void KisToolStar::buttonRelease(KisButtonReleaseEvent *event)
m_action = static_cast&lt;TDERadioAction *&gt;(collection->action(name())); m_action = static_cast&lt;TDERadioAction *&gt;(collection->action(name()));
if (m_action == 0) { if (m_action == 0) {
TDEShortcut shortcut(Qt::Key_Plus); TDEShortcut shortcut(TQt::Key_Plus);
shortcut.append(TDEShortcut(Qt::Key_F9)); shortcut.append(TDEShortcut(TQt::Key_F9));
m_action = new TDERadioAction(i18n("&amp;Star"), m_action = new TDERadioAction(i18n("&amp;Star"),
"tool_star", "tool_star",
shortcut, shortcut,

@ -2006,8 +2006,7 @@ msgid "Emboss in All Directions"
msgstr "Relief i alla riktningar" msgstr "Relief i alla riktningar"
#: plugins/filters/convolutionfilters/convolutionfilters.cpp:124 #: plugins/filters/convolutionfilters/convolutionfilters.cpp:124
#, fuzzy msgid "Emboss Horizontal && Vertical"
msgid "Emboss Horizontal &&Qt::Vertical"
msgstr "Relief horisontellt och vertikalt" msgstr "Relief horisontellt och vertikalt"
#: plugins/filters/convolutionfilters/convolutionfilters.cpp:131 #: plugins/filters/convolutionfilters/convolutionfilters.cpp:131

@ -757,8 +757,7 @@ msgid "Align Left"
msgstr "Vänsterjustera" msgstr "Vänsterjustera"
#: karbon_view.cpp:1034 #: karbon_view.cpp:1034
#, fuzzy msgid "Align Center (Horizontal)"
msgid "Align Center Qt::Horizontal)"
msgstr "Centrera (horisontellt)" msgstr "Centrera (horisontellt)"
#: karbon_view.cpp:1038 #: karbon_view.cpp:1038
@ -770,8 +769,7 @@ msgid "Align Top"
msgstr "Justera till överkant" msgstr "Justera till överkant"
#: karbon_view.cpp:1046 #: karbon_view.cpp:1046
#, fuzzy msgid "Align Middle (Vertical)"
msgid "Align Middle Qt::Vertical)"
msgstr "Centrera (vertikalt)" msgstr "Centrera (vertikalt)"
#: karbon_view.cpp:1050 #: karbon_view.cpp:1050
@ -779,13 +777,11 @@ msgid "Align Bottom"
msgstr "Justera till underkant" msgstr "Justera till underkant"
#: karbon_view.cpp:1055 #: karbon_view.cpp:1055
#, fuzzy msgid "Distribute Center (Horizontal)"
msgid "Distribute Center Qt::Horizontal)"
msgstr "Fördela centrerat (horisontellt)" msgstr "Fördela centrerat (horisontellt)"
#: karbon_view.cpp:1059 #: karbon_view.cpp:1059
#, fuzzy msgid "Distribute Gaps (Horizontal)"
msgid "Distribute Gaps Qt::Horizontal)"
msgstr "Fördela mellanrum (horisontellt)" msgstr "Fördela mellanrum (horisontellt)"
#: karbon_view.cpp:1063 #: karbon_view.cpp:1063
@ -797,13 +793,11 @@ msgid "Distribute Right Borders"
msgstr "Fördela längs högerkanter" msgstr "Fördela längs högerkanter"
#: karbon_view.cpp:1071 #: karbon_view.cpp:1071
#, fuzzy msgid "Distribute Center (Vertical)"
msgid "Distribute Center Qt::Vertical)"
msgstr "Fördela centrerat (vertikalt)" msgstr "Fördela centrerat (vertikalt)"
#: karbon_view.cpp:1075 #: karbon_view.cpp:1075
#, fuzzy msgid "Distribute Gaps (Vertical)"
msgid "Distribute Gaps Qt::Vertical)"
msgstr "Fördela mellanrum (vertikalt)" msgstr "Fördela mellanrum (vertikalt)"
#: karbon_view.cpp:1079 #: karbon_view.cpp:1079
@ -1454,8 +1448,7 @@ msgid "Fade:"
msgstr "Tona:" msgstr "Tona:"
#: tools/vspiraltool.cpp:54 #: tools/vspiraltool.cpp:54
#, fuzzy msgid "Orientation:"
msgid "Qt::Orientation:"
msgstr "Orientering:" msgstr "Orientering:"
#: tools/vspiraltool.cpp:56 #: tools/vspiraltool.cpp:56

@ -2053,8 +2053,7 @@ msgid "Emboss in All Directions"
msgstr "Her yönden kabart" msgstr "Her yönden kabart"
#: plugins/filters/convolutionfilters/convolutionfilters.cpp:124 #: plugins/filters/convolutionfilters/convolutionfilters.cpp:124
#, fuzzy msgid "Emboss Horizontal && Vertical"
msgid "Emboss Horizontal &&Qt::Vertical"
msgstr "Dikey ve yatay kabart" msgstr "Dikey ve yatay kabart"
#: plugins/filters/convolutionfilters/convolutionfilters.cpp:131 #: plugins/filters/convolutionfilters/convolutionfilters.cpp:131

@ -763,8 +763,7 @@ msgid "Align Left"
msgstr "Sola Hizala" msgstr "Sola Hizala"
#: karbon_view.cpp:1034 #: karbon_view.cpp:1034
#, fuzzy msgid "Align Center (Horizontal)"
msgid "Align Center Qt::Horizontal)"
msgstr "Merkeze Hizala (Yatay)" msgstr "Merkeze Hizala (Yatay)"
#: karbon_view.cpp:1038 #: karbon_view.cpp:1038
@ -776,8 +775,7 @@ msgid "Align Top"
msgstr "Yukarı Hizala" msgstr "Yukarı Hizala"
#: karbon_view.cpp:1046 #: karbon_view.cpp:1046
#, fuzzy msgid "Align Middle (Vertical)"
msgid "Align Middle Qt::Vertical)"
msgstr "Ortaya Hizala (Dikey)" msgstr "Ortaya Hizala (Dikey)"
#: karbon_view.cpp:1050 #: karbon_view.cpp:1050
@ -785,13 +783,11 @@ msgid "Align Bottom"
msgstr "Aşağı Hizala" msgstr "Aşağı Hizala"
#: karbon_view.cpp:1055 #: karbon_view.cpp:1055
#, fuzzy msgid "Distribute Center (Horizontal)"
msgid "Distribute Center Qt::Horizontal)"
msgstr "Merkeze Hizala (Yatay)" msgstr "Merkeze Hizala (Yatay)"
#: karbon_view.cpp:1059 #: karbon_view.cpp:1059
#, fuzzy msgid "Distribute Gaps (Horizontal)"
msgid "Distribute Gaps Qt::Horizontal)"
msgstr "Merkeze Hizala (Yatay)" msgstr "Merkeze Hizala (Yatay)"
#: karbon_view.cpp:1063 #: karbon_view.cpp:1063
@ -803,13 +799,11 @@ msgid "Distribute Right Borders"
msgstr "" msgstr ""
#: karbon_view.cpp:1071 #: karbon_view.cpp:1071
#, fuzzy msgid "Distribute Center (Vertical)"
msgid "Distribute Center Qt::Vertical)"
msgstr "Merkeze Hizala (Yatay)" msgstr "Merkeze Hizala (Yatay)"
#: karbon_view.cpp:1075 #: karbon_view.cpp:1075
#, fuzzy msgid "Distribute Gaps (Vertical)"
msgid "Distribute Gaps Qt::Vertical)"
msgstr "Merkeze Hizala (Yatay)" msgstr "Merkeze Hizala (Yatay)"
#: karbon_view.cpp:1079 #: karbon_view.cpp:1079
@ -1457,8 +1451,7 @@ msgid "Fade:"
msgstr "Kayış:" msgstr "Kayış:"
#: tools/vspiraltool.cpp:54 #: tools/vspiraltool.cpp:54
#, fuzzy msgid "Orientation:"
msgid "Qt::Orientation:"
msgstr "Yöneliş:" msgstr "Yöneliş:"
#: tools/vspiraltool.cpp:56 #: tools/vspiraltool.cpp:56

@ -2057,8 +2057,7 @@ msgid "Emboss in All Directions"
msgstr "Рельєф у всіх напрямках" msgstr "Рельєф у всіх напрямках"
#: plugins/filters/convolutionfilters/convolutionfilters.cpp:124 #: plugins/filters/convolutionfilters/convolutionfilters.cpp:124
#, fuzzy msgid "Emboss Horizontal && Vertical"
msgid "Emboss Horizontal &&Qt::Vertical"
msgstr "Рельєф по горизонталі і вертикалі" msgstr "Рельєф по горизонталі і вертикалі"
#: plugins/filters/convolutionfilters/convolutionfilters.cpp:131 #: plugins/filters/convolutionfilters/convolutionfilters.cpp:131

@ -755,8 +755,7 @@ msgid "Align Left"
msgstr "По лівому краю" msgstr "По лівому краю"
#: karbon_view.cpp:1034 #: karbon_view.cpp:1034
#, fuzzy msgid "Align Center (Horizontal)"
msgid "Align Center Qt::Horizontal)"
msgstr "По центру (горизонтально)" msgstr "По центру (горизонтально)"
#: karbon_view.cpp:1038 #: karbon_view.cpp:1038
@ -768,8 +767,7 @@ msgid "Align Top"
msgstr "По верхньому краю" msgstr "По верхньому краю"
#: karbon_view.cpp:1046 #: karbon_view.cpp:1046
#, fuzzy msgid "Align Middle (Vertical)"
msgid "Align Middle Qt::Vertical)"
msgstr "Вирівняти по середині (вертикально)" msgstr "Вирівняти по середині (вертикально)"
#: karbon_view.cpp:1050 #: karbon_view.cpp:1050
@ -777,13 +775,11 @@ msgid "Align Bottom"
msgstr "По нижньому краю" msgstr "По нижньому краю"
#: karbon_view.cpp:1055 #: karbon_view.cpp:1055
#, fuzzy msgid "Distribute Center (Horizontal)"
msgid "Distribute Center Qt::Horizontal)"
msgstr "Розподілити по центру (горизонтально)" msgstr "Розподілити по центру (горизонтально)"
#: karbon_view.cpp:1059 #: karbon_view.cpp:1059
#, fuzzy msgid "Distribute Gaps (Horizontal)"
msgid "Distribute Gaps Qt::Horizontal)"
msgstr "Розподілити проміжки (горизонтально)" msgstr "Розподілити проміжки (горизонтально)"
#: karbon_view.cpp:1063 #: karbon_view.cpp:1063
@ -795,13 +791,11 @@ msgid "Distribute Right Borders"
msgstr "Розподілити рамки праворуч" msgstr "Розподілити рамки праворуч"
#: karbon_view.cpp:1071 #: karbon_view.cpp:1071
#, fuzzy msgid "Distribute Center (Vertical)"
msgid "Distribute Center Qt::Vertical)"
msgstr "Розподілити по центру (вертикально)" msgstr "Розподілити по центру (вертикально)"
#: karbon_view.cpp:1075 #: karbon_view.cpp:1075
#, fuzzy msgid "Distribute Gaps (Vertical)"
msgid "Distribute Gaps Qt::Vertical)"
msgstr "Розподілити проміжки (вертикально)" msgstr "Розподілити проміжки (вертикально)"
#: karbon_view.cpp:1079 #: karbon_view.cpp:1079
@ -1454,8 +1448,7 @@ msgid "Fade:"
msgstr "Згасання:" msgstr "Згасання:"
#: tools/vspiraltool.cpp:54 #: tools/vspiraltool.cpp:54
#, fuzzy msgid "Orientation:"
msgid "Qt::Orientation:"
msgstr "Орієнтація:" msgstr "Орієнтація:"
#: tools/vspiraltool.cpp:56 #: tools/vspiraltool.cpp:56

@ -2155,7 +2155,7 @@ msgid "Emboss in All Directions"
msgstr "" msgstr ""
#: plugins/filters/convolutionfilters/convolutionfilters.cpp:124 #: plugins/filters/convolutionfilters/convolutionfilters.cpp:124
msgid "Emboss Horizontal &&Qt::Vertical" msgid "Emboss Horizontal && Vertical"
msgstr "" msgstr ""
#: plugins/filters/convolutionfilters/convolutionfilters.cpp:131 #: plugins/filters/convolutionfilters/convolutionfilters.cpp:131
@ -7277,10 +7277,6 @@ msgstr "字体:"
#~ msgid "Opacity of the background color" #~ msgid "Opacity of the background color"
#~ msgstr "背景色的不透明度。" #~ msgstr "背景色的不透明度。"
#, fuzzy
#~ msgid "Qt::DockRight:"
#~ msgstr "右:"
#, fuzzy #, fuzzy
#~ msgid "WdgLayerProperties" #~ msgid "WdgLayerProperties"
#~ msgstr "图层属性" #~ msgstr "图层属性"

@ -761,8 +761,7 @@ msgid "Align Left"
msgstr "左对齐" msgstr "左对齐"
#: karbon_view.cpp:1034 #: karbon_view.cpp:1034
#, fuzzy msgid "Align Center (Horizontal)"
msgid "Align Center Qt::Horizontal)"
msgstr "居中对齐(水平)" msgstr "居中对齐(水平)"
#: karbon_view.cpp:1038 #: karbon_view.cpp:1038
@ -774,8 +773,7 @@ msgid "Align Top"
msgstr "上对齐" msgstr "上对齐"
#: karbon_view.cpp:1046 #: karbon_view.cpp:1046
#, fuzzy msgid "Align Middle (Vertical)"
msgid "Align Middle Qt::Vertical)"
msgstr "居中对齐(垂直)" msgstr "居中对齐(垂直)"
#: karbon_view.cpp:1050 #: karbon_view.cpp:1050
@ -783,13 +781,11 @@ msgid "Align Bottom"
msgstr "下对齐" msgstr "下对齐"
#: karbon_view.cpp:1055 #: karbon_view.cpp:1055
#, fuzzy msgid "Distribute Center (Horizontal)"
msgid "Distribute Center Qt::Horizontal)"
msgstr "水平居中排布" msgstr "水平居中排布"
#: karbon_view.cpp:1059 #: karbon_view.cpp:1059
#, fuzzy msgid "Distribute Gaps (Horizontal)"
msgid "Distribute Gaps Qt::Horizontal)"
msgstr "垂直居中排布" msgstr "垂直居中排布"
#: karbon_view.cpp:1063 #: karbon_view.cpp:1063
@ -801,13 +797,11 @@ msgid "Distribute Right Borders"
msgstr "" msgstr ""
#: karbon_view.cpp:1071 #: karbon_view.cpp:1071
#, fuzzy msgid "Distribute Center (Vertical)"
msgid "Distribute Center Qt::Vertical)"
msgstr "水平居中排布" msgstr "水平居中排布"
#: karbon_view.cpp:1075 #: karbon_view.cpp:1075
#, fuzzy msgid "Distribute Gaps (Vertical)"
msgid "Distribute Gaps Qt::Vertical)"
msgstr "垂直居中排布" msgstr "垂直居中排布"
#: karbon_view.cpp:1079 #: karbon_view.cpp:1079
@ -1447,8 +1441,7 @@ msgid "Fade:"
msgstr "淡出:" msgstr "淡出:"
#: tools/vspiraltool.cpp:54 #: tools/vspiraltool.cpp:54
#, fuzzy msgid "Orientation:"
msgid "Qt::Orientation:"
msgstr "方向:" msgstr "方向:"
#: tools/vspiraltool.cpp:56 #: tools/vspiraltool.cpp:56

@ -2011,8 +2011,7 @@ msgid "Emboss in All Directions"
msgstr "所有方向浮雕" msgstr "所有方向浮雕"
#: plugins/filters/convolutionfilters/convolutionfilters.cpp:124 #: plugins/filters/convolutionfilters/convolutionfilters.cpp:124
#, fuzzy msgid "Emboss Horizontal && Vertical"
msgid "Emboss Horizontal &&Qt::Vertical"
msgstr "水平與垂直浮雕" msgstr "水平與垂直浮雕"
#: plugins/filters/convolutionfilters/convolutionfilters.cpp:131 #: plugins/filters/convolutionfilters/convolutionfilters.cpp:131

@ -759,9 +759,8 @@ msgid "Align Left"
msgstr "靠左對齊" msgstr "靠左對齊"
#: karbon_view.cpp:1034 #: karbon_view.cpp:1034
#, fuzzy msgid "Align Center (Horizontal)"
msgid "Align Center Qt::Horizontal)" msgstr "置中對齊(水平)"
msgstr "置中對齊(Qt::水平)"
#: karbon_view.cpp:1038 #: karbon_view.cpp:1038
msgid "Align Right" msgid "Align Right"
@ -772,23 +771,20 @@ msgid "Align Top"
msgstr "上方對齊" msgstr "上方對齊"
#: karbon_view.cpp:1046 #: karbon_view.cpp:1046
#, fuzzy msgid "Align Middle (Vertical)"
msgid "Align Middle Qt::Vertical)" msgstr "中央對齊(垂直)"
msgstr "中央對齊(Qt::垂直)"
#: karbon_view.cpp:1050 #: karbon_view.cpp:1050
msgid "Align Bottom" msgid "Align Bottom"
msgstr "下方對齊" msgstr "下方對齊"
#: karbon_view.cpp:1055 #: karbon_view.cpp:1055
#, fuzzy msgid "Distribute Center (Horizontal)"
msgid "Distribute Center Qt::Horizontal)" msgstr "置中分散(水平)"
msgstr "置中分散(Qt::水平)"
#: karbon_view.cpp:1059 #: karbon_view.cpp:1059
#, fuzzy msgid "Distribute Gaps (Horizontal)"
msgid "Distribute Gaps Qt::Horizontal)" msgstr "空隙分散(水平)"
msgstr "空隙分散(Qt::水平)"
#: karbon_view.cpp:1063 #: karbon_view.cpp:1063
msgid "Distribute Left Borders" msgid "Distribute Left Borders"
@ -799,14 +795,12 @@ msgid "Distribute Right Borders"
msgstr "分配右方框線" msgstr "分配右方框線"
#: karbon_view.cpp:1071 #: karbon_view.cpp:1071
#, fuzzy msgid "Distribute Center (Vertical)"
msgid "Distribute Center Qt::Vertical)" msgstr "置中分散(垂直)"
msgstr "置中分散(Qt::垂直)"
#: karbon_view.cpp:1075 #: karbon_view.cpp:1075
#, fuzzy msgid "Distribute Gaps (Vertical)"
msgid "Distribute Gaps Qt::Vertical)" msgstr "空隙分散(垂直)"
msgstr "空隙分散(Qt::垂直)"
#: karbon_view.cpp:1079 #: karbon_view.cpp:1079
msgid "Distribute Bottom Borders" msgid "Distribute Bottom Borders"
@ -1439,9 +1433,8 @@ msgid "Fade:"
msgstr "淡出:" msgstr "淡出:"
#: tools/vspiraltool.cpp:54 #: tools/vspiraltool.cpp:54
#, fuzzy msgid "Orientation:"
msgid "Qt::Orientation:" msgstr "方向:"
msgstr "Qt::方向:"
#: tools/vspiraltool.cpp:56 #: tools/vspiraltool.cpp:56
msgid "Clockwise" msgid "Clockwise"

@ -2004,7 +2004,7 @@ msgid "Emboss in All Directions"
msgstr "" msgstr ""
#: plugins/filters/convolutionfilters/convolutionfilters.cpp:124 #: plugins/filters/convolutionfilters/convolutionfilters.cpp:124
msgid "Emboss Horizontal &&Qt::Vertical" msgid "Emboss Horizontal && Vertical"
msgstr "" msgstr ""
#: plugins/filters/convolutionfilters/convolutionfilters.cpp:131 #: plugins/filters/convolutionfilters/convolutionfilters.cpp:131

@ -754,7 +754,7 @@ msgid "Align Left"
msgstr "" msgstr ""
#: karbon_view.cpp:1034 #: karbon_view.cpp:1034
msgid "Align Center Qt::Horizontal)" msgid "Align Center (Horizontal)"
msgstr "" msgstr ""
#: karbon_view.cpp:1038 #: karbon_view.cpp:1038
@ -766,7 +766,7 @@ msgid "Align Top"
msgstr "" msgstr ""
#: karbon_view.cpp:1046 #: karbon_view.cpp:1046
msgid "Align Middle Qt::Vertical)" msgid "Align Middle (Vertical)"
msgstr "" msgstr ""
#: karbon_view.cpp:1050 #: karbon_view.cpp:1050
@ -774,11 +774,11 @@ msgid "Align Bottom"
msgstr "" msgstr ""
#: karbon_view.cpp:1055 #: karbon_view.cpp:1055
msgid "Distribute Center Qt::Horizontal)" msgid "Distribute Center (Horizontal)"
msgstr "" msgstr ""
#: karbon_view.cpp:1059 #: karbon_view.cpp:1059
msgid "Distribute Gaps Qt::Horizontal)" msgid "Distribute Gaps (Horizontal)"
msgstr "" msgstr ""
#: karbon_view.cpp:1063 #: karbon_view.cpp:1063
@ -790,11 +790,11 @@ msgid "Distribute Right Borders"
msgstr "" msgstr ""
#: karbon_view.cpp:1071 #: karbon_view.cpp:1071
msgid "Distribute Center Qt::Vertical)" msgid "Distribute Center (Vertical)"
msgstr "" msgstr ""
#: karbon_view.cpp:1075 #: karbon_view.cpp:1075
msgid "Distribute Gaps Qt::Vertical)" msgid "Distribute Gaps (Vertical)"
msgstr "" msgstr ""
#: karbon_view.cpp:1079 #: karbon_view.cpp:1079
@ -1422,7 +1422,7 @@ msgid "Fade:"
msgstr "" msgstr ""
#: tools/vspiraltool.cpp:54 #: tools/vspiraltool.cpp:54
msgid "Qt::Orientation:" msgid "Orientation:"
msgstr "" msgstr ""
#: tools/vspiraltool.cpp:56 #: tools/vspiraltool.cpp:56

Loading…
Cancel
Save