diff options
Diffstat (limited to 'koffice-i18n-nl')
-rw-r--r-- | koffice-i18n-nl/docs/koffice/chalk/developers-plugins.docbook | 14 | ||||
-rw-r--r-- | koffice-i18n-nl/messages/koffice/koffice.po | 56 |
2 files changed, 35 insertions, 35 deletions
diff --git a/koffice-i18n-nl/docs/koffice/chalk/developers-plugins.docbook b/koffice-i18n-nl/docs/koffice/chalk/developers-plugins.docbook index 876e40ac..8abb8b77 100644 --- a/koffice-i18n-nl/docs/koffice/chalk/developers-plugins.docbook +++ b/koffice-i18n-nl/docs/koffice/chalk/developers-plugins.docbook @@ -396,8 +396,8 @@ ToolStar::~ToolStar() setInstance(ShearImageFactory::instance()); setXMLFile(locate("data","chalkplugins/shearimage.rc"), true); - (void) new KAction(i18n("&Shear Image..."), 0, 0, this, SLOT(slotShearImage()), actionCollection(), "shearimage"); - (void) new KAction(i18n("&Shear Layer..."), 0, 0, this, SLOT(slotShearLayer()), actionCollection(), "shearlayer"); + (void) new TDEAction(i18n("&Shear Image..."), 0, 0, this, SLOT(slotShearImage()), actionCollection(), "shearimage"); + (void) new TDEAction(i18n("&Shear Layer..."), 0, 0, this, SLOT(slotShearLayer()), actionCollection(), "shearlayer"); m_view = (KisView*) parent; } @@ -1092,14 +1092,14 @@ void KisToolStar::buttonRelease(KisButtonReleaseEvent *event) > for every input device and that means that an action with the same name is added several times to the action collection. However, everything seems to work, so why worry? </para> <programlisting ->void KisToolStar::setup(KActionCollection *collection) +>void KisToolStar::setup(TDEActionCollection *collection) { - m_action = static_cast<KRadioAction *>(collection->action(name())); + m_action = static_cast<TDERadioAction *>(collection->action(name())); if (m_action == 0) { - KShortcut shortcut(Qt::Key_Plus); - shortcut.append(KShortcut(Qt::Key_F9)); - m_action = new KRadioAction(i18n("&Star"), + TDEShortcut shortcut(Qt::Key_Plus); + shortcut.append(TDEShortcut(Qt::Key_F9)); + m_action = new TDERadioAction(i18n("&Star"), "tool_star", shortcut, this, diff --git a/koffice-i18n-nl/messages/koffice/koffice.po b/koffice-i18n-nl/messages/koffice/koffice.po index 689346ad..442b45c1 100644 --- a/koffice-i18n-nl/messages/koffice/koffice.po +++ b/koffice-i18n-nl/messages/koffice/koffice.po @@ -621,7 +621,7 @@ msgstr "Aantal afbeeldingen" msgid "Number of Tables" msgstr "Aantal tabellen" -#: kotext/KFontDialog_local.cpp:750 kotext/KoFontDia.cpp:50 +#: kotext/TDEFontDialog_local.cpp:750 kotext/KoFontDia.cpp:50 msgid "Select Font" msgstr "Lettertype selecteren" @@ -988,89 +988,89 @@ msgstr "Filmquiz bracht knappe ex-yogi van de wijs." msgid "Font too large for the preview pane" msgstr "Lettertype te groot voor voorbeeld" -#: kotext/KFontDialog_local.cpp:104 +#: kotext/TDEFontDialog_local.cpp:104 msgid "Here you can choose the font to be used." msgstr "Hier kunt u het te gebruiken lettertype kiezen." -#: kotext/KFontDialog_local.cpp:116 +#: kotext/TDEFontDialog_local.cpp:116 msgid "Requested Font" msgstr "Gevraagd lettertype" -#: kotext/KFontDialog_local.cpp:139 +#: kotext/TDEFontDialog_local.cpp:139 msgid "Change font family?" msgstr "Lettertypefamilie wijzigen?" -#: kotext/KFontDialog_local.cpp:141 +#: kotext/TDEFontDialog_local.cpp:141 msgid "Enable this checkbox to change the font family settings." msgstr "Dit aankruisvakje inschakelen om de lettertypefamilie te wijzigen." -#: kotext/KFontDialog_local.cpp:147 +#: kotext/TDEFontDialog_local.cpp:147 msgid "Font:" msgstr "Lettertype:" -#: kotext/KFontDialog_local.cpp:154 +#: kotext/TDEFontDialog_local.cpp:154 msgid "Font style" msgstr "Tekenstijl" -#: kotext/KFontDialog_local.cpp:158 +#: kotext/TDEFontDialog_local.cpp:158 msgid "Change font style?" msgstr "Tekenstijl wijzigen?" -#: kotext/KFontDialog_local.cpp:160 +#: kotext/TDEFontDialog_local.cpp:160 msgid "Enable this checkbox to change the font style settings." msgstr "Dit aankruisvakje inschakelen om de tekenstijl te wijzigen." -#: kotext/KFontDialog_local.cpp:166 +#: kotext/TDEFontDialog_local.cpp:166 msgid "Font style:" msgstr "Tekenstijl:" -#: kotext/KFontDialog_local.cpp:174 +#: kotext/TDEFontDialog_local.cpp:174 msgid "Size" msgstr "Grootte" -#: kotext/KFontDialog_local.cpp:178 +#: kotext/TDEFontDialog_local.cpp:178 msgid "Change font size?" msgstr "Tekengrootte wijzigen?" -#: kotext/KFontDialog_local.cpp:180 +#: kotext/TDEFontDialog_local.cpp:180 msgid "Enable this checkbox to change the font size settings." msgstr "Dit aankruisvakje inschakelen om de tekengrootte te wijzigen." -#: kotext/KFontDialog_local.cpp:186 kotext/KoSearchDia.cpp:557 +#: kotext/TDEFontDialog_local.cpp:186 kotext/KoSearchDia.cpp:557 msgid "Size:" msgstr "Grootte:" -#: kotext/KFontDialog_local.cpp:202 +#: kotext/TDEFontDialog_local.cpp:202 msgid "Here you can choose the font family to be used." msgstr "Hier kunt u de te gebruiken lettertypefamilie instellen." -#: kotext/KFontDialog_local.cpp:224 +#: kotext/TDEFontDialog_local.cpp:224 msgid "Here you can choose the font style to be used." msgstr "Hier kunt u de te gebruiken tekenstijl instellen." -#: kotext/KFontDialog_local.cpp:227 kotext/KFontDialog_local.cpp:482 -#: kotext/KFontDialog_local.cpp:484 kotext/KFontDialog_local.cpp:493 -#: kotext/KFontDialog_local.cpp:494 +#: kotext/TDEFontDialog_local.cpp:227 kotext/TDEFontDialog_local.cpp:482 +#: kotext/TDEFontDialog_local.cpp:484 kotext/TDEFontDialog_local.cpp:493 +#: kotext/TDEFontDialog_local.cpp:494 msgid "Regular" msgstr "Normaal" -#: kotext/KFontDialog_local.cpp:229 +#: kotext/TDEFontDialog_local.cpp:229 msgid "Bold" msgstr "Vet" -#: kotext/KFontDialog_local.cpp:230 +#: kotext/TDEFontDialog_local.cpp:230 msgid "Bold Italic" msgstr "Cursief" -#: kotext/KFontDialog_local.cpp:247 +#: kotext/TDEFontDialog_local.cpp:247 msgid "Relative" msgstr "Relatief" -#: kotext/KFontDialog_local.cpp:249 +#: kotext/TDEFontDialog_local.cpp:249 msgid "Font size<br><i>fixed</i> or <i>relative</i><br>to environment" msgstr "Tekengrootte<br><i>vast</i> of <i>relatief</i><br>t.o.v. omgeving" -#: kotext/KFontDialog_local.cpp:251 +#: kotext/TDEFontDialog_local.cpp:251 msgid "" "Here you can switch between fixed font size and font size to be calculated " "dynamically and adjusted to changing environment (e.g. widget dimensions, paper " @@ -1080,15 +1080,15 @@ msgstr "" "berekenen tekengrootte (afhankelijk van bijvoorbeeld widget-afmeting, " "papiergrootte, ...)" -#: kotext/KFontDialog_local.cpp:275 +#: kotext/TDEFontDialog_local.cpp:275 msgid "Here you can choose the font size to be used." msgstr "Hier kunt u de te gebruiken tekengrootte instellen." -#: kotext/KFontDialog_local.cpp:298 +#: kotext/TDEFontDialog_local.cpp:298 msgid "The Quick Brown Fox Jumps Over The Lazy Dog" msgstr "Filmquiz bracht knappe ex-yogi van de wijs" -#: kotext/KFontDialog_local.cpp:303 +#: kotext/TDEFontDialog_local.cpp:303 msgid "" "This sample text illustrates the current settings. You may edit it to test " "special characters." @@ -1096,7 +1096,7 @@ msgstr "" "Deze voorbeeldtekst demonstreert de huidige instellengen. U kunt deze bewerken " "om speciale tekens uit te proberen." -#: kotext/KFontDialog_local.cpp:312 kotext/KFontDialog_local.cpp:322 +#: kotext/TDEFontDialog_local.cpp:312 kotext/TDEFontDialog_local.cpp:322 msgid "Actual Font" msgstr "Huidig lettertype" |