summaryrefslogtreecommitdiffstats
path: root/koffice-i18n-pt_BR
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 15:03:34 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 15:03:34 -0600
commitbe995f98557b8d223fd2c7b40a4b1997e1a2a2dd (patch)
treed30b7e80fc6f7a9c1a19d4babdf27f054c74f621 /koffice-i18n-pt_BR
parent3e7320c15340438a6b2816d93a106d36d0ef2fc0 (diff)
downloadkoffice-i18n-be995f98557b8d223fd2c7b40a4b1997e1a2a2dd.tar.gz
koffice-i18n-be995f98557b8d223fd2c7b40a4b1997e1a2a2dd.zip
Rename a number of classes to enhance compatibility with KDE4
Diffstat (limited to 'koffice-i18n-pt_BR')
-rw-r--r--koffice-i18n-pt_BR/docs/koffice/chalk/developers-plugins.docbook14
-rw-r--r--koffice-i18n-pt_BR/messages/koffice/koffice.po56
2 files changed, 35 insertions, 35 deletions
diff --git a/koffice-i18n-pt_BR/docs/koffice/chalk/developers-plugins.docbook b/koffice-i18n-pt_BR/docs/koffice/chalk/developers-plugins.docbook
index 4e4e7e51..150e45b3 100644
--- a/koffice-i18n-pt_BR/docs/koffice/chalk/developers-plugins.docbook
+++ b/koffice-i18n-pt_BR/docs/koffice/chalk/developers-plugins.docbook
@@ -395,8 +395,8 @@ FerramentaEstrela::~FerramentaEstrela()
setInstance(ShearImagefatory::instance());
setXMLFile(locate("data","chalkplugins/shearimage.rc"), true);
- (void) new KAction(i18n("&amp;Shear Image..."), 0, 0, this, SLOT(slotShearImage()), actionCollection(), "shearimage");
- (void) new KAction(i18n("&amp;Shear Layer..."), 0, 0, this, SLOT(slotShearLayer()), actionCollection(), "shearlayer");
+ (void) new TDEAction(i18n("&amp;Shear Image..."), 0, 0, this, SLOT(slotShearImage()), actionCollection(), "shearimage");
+ (void) new TDEAction(i18n("&amp;Shear Layer..."), 0, 0, this, SLOT(slotShearLayer()), actionCollection(), "shearlayer");
m_vista = (KisView*) mae;
}
@@ -1091,14 +1091,14 @@ void KisFerramentaEstrela::buttonRelease(KisButtonReleaseEvent *evento)
> para cada dispositivo de entrada, e isso significa que é adicionada uma ação com o mesmo nome, várias vezes, à coleção de ações. Contudo, tudo parece funcionar, então porque preocupar-se? </para>
<programlisting
->void KisToolStar::setup(KActionCollection *colleccao)
+>void KisToolStar::setup(TDEActionCollection *colleccao)
{
- m_action = static_cast&lt;KRadioAction *&gt;(colleccao->action(name()));
+ m_action = static_cast&lt;TDERadioAction *&gt;(colleccao->action(name()));
if (m_action == 0) {
- KShortcut atalho(Qt::Key_Plus);
- atalho.append(KShortcut(Qt::Key_F9));
- m_action = new KRadioAction(i18n("&amp;Star"),
+ TDEShortcut atalho(Qt::Key_Plus);
+ atalho.append(TDEShortcut(Qt::Key_F9));
+ m_action = new TDERadioAction(i18n("&amp;Star"),
"ferramenta_estrela",
atalho,
this,
diff --git a/koffice-i18n-pt_BR/messages/koffice/koffice.po b/koffice-i18n-pt_BR/messages/koffice/koffice.po
index 5b4c0293..418f520c 100644
--- a/koffice-i18n-pt_BR/messages/koffice/koffice.po
+++ b/koffice-i18n-pt_BR/messages/koffice/koffice.po
@@ -593,7 +593,7 @@ msgstr "Número de Figuras"
msgid "Number of Tables"
msgstr "Número de Tabelas"
-#: kotext/KFontDialog_local.cpp:750 kotext/KoFontDia.cpp:50
+#: kotext/TDEFontDialog_local.cpp:750 kotext/KoFontDia.cpp:50
msgid "Select Font"
msgstr "Selecionar Fonte"
@@ -954,89 +954,89 @@ msgstr "A rápida raposa marrom salta sobre o cão preguiçoso."
msgid "Font too large for the preview pane"
msgstr "A fonte é muito grande para a área de previsão"
-#: kotext/KFontDialog_local.cpp:104
+#: kotext/TDEFontDialog_local.cpp:104
msgid "Here you can choose the font to be used."
msgstr "Aqui você pode escolher o tipo de fonte a usar."
-#: kotext/KFontDialog_local.cpp:116
+#: kotext/TDEFontDialog_local.cpp:116
msgid "Requested Font"
msgstr "Tipo de Fonte Solicitado"
-#: kotext/KFontDialog_local.cpp:139
+#: kotext/TDEFontDialog_local.cpp:139
msgid "Change font family?"
msgstr "Alterar a família da fonte?"
-#: kotext/KFontDialog_local.cpp:141
+#: kotext/TDEFontDialog_local.cpp:141
msgid "Enable this checkbox to change the font family settings."
msgstr "Ative esta opção para mudar a família do tipo de fonte."
-#: kotext/KFontDialog_local.cpp:147
+#: kotext/TDEFontDialog_local.cpp:147
msgid "Font:"
msgstr "Fonte:"
-#: kotext/KFontDialog_local.cpp:154
+#: kotext/TDEFontDialog_local.cpp:154
msgid "Font style"
msgstr "Estilo da fonte"
-#: kotext/KFontDialog_local.cpp:158
+#: kotext/TDEFontDialog_local.cpp:158
msgid "Change font style?"
msgstr "Alterar o estilo da fonte?"
-#: kotext/KFontDialog_local.cpp:160
+#: kotext/TDEFontDialog_local.cpp:160
msgid "Enable this checkbox to change the font style settings."
msgstr "Ative esta opção para mudar o estilo da fonte."
-#: kotext/KFontDialog_local.cpp:166
+#: kotext/TDEFontDialog_local.cpp:166
msgid "Font style:"
msgstr "Estilo da fonte:"
-#: kotext/KFontDialog_local.cpp:174
+#: kotext/TDEFontDialog_local.cpp:174
msgid "Size"
msgstr "Tamanho"
-#: kotext/KFontDialog_local.cpp:178
+#: kotext/TDEFontDialog_local.cpp:178
msgid "Change font size?"
msgstr "Alterar o tamanho da fonte?"
-#: kotext/KFontDialog_local.cpp:180
+#: kotext/TDEFontDialog_local.cpp:180
msgid "Enable this checkbox to change the font size settings."
msgstr "Ative esta opção para mudar o tamanho da fonte."
-#: kotext/KFontDialog_local.cpp:186 kotext/KoSearchDia.cpp:557
+#: kotext/TDEFontDialog_local.cpp:186 kotext/KoSearchDia.cpp:557
msgid "Size:"
msgstr "Tamanho:"
-#: kotext/KFontDialog_local.cpp:202
+#: kotext/TDEFontDialog_local.cpp:202
msgid "Here you can choose the font family to be used."
msgstr "Aqui você pode escolher a família da fonte a ser usada."
-#: kotext/KFontDialog_local.cpp:224
+#: kotext/TDEFontDialog_local.cpp:224
msgid "Here you can choose the font style to be used."
msgstr "Aqui você pode escolher o estilo da fonte a ser usado."
-#: 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 "Normal"
-#: kotext/KFontDialog_local.cpp:229
+#: kotext/TDEFontDialog_local.cpp:229
msgid "Bold"
msgstr "Negrito"
-#: kotext/KFontDialog_local.cpp:230
+#: kotext/TDEFontDialog_local.cpp:230
msgid "Bold Italic"
msgstr "Negrito Itálico"
-#: kotext/KFontDialog_local.cpp:247
+#: kotext/TDEFontDialog_local.cpp:247
msgid "Relative"
msgstr "Relativo"
-#: 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 "Tamanho da fonte<br><i>fixo</i> ou <i>relativo</i><br>ao ambiente"
-#: 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 "
@@ -1046,15 +1046,15 @@ msgstr ""
"ser calculado dinamicamente e ajustado ao ambiente em mudança (p.ex. dimensões "
"do elemento gráfico, tamanho do papel)."
-#: kotext/KFontDialog_local.cpp:275
+#: kotext/TDEFontDialog_local.cpp:275
msgid "Here you can choose the font size to be used."
msgstr "Aqui você pode escolher o tamanho da fonte a ser usado."
-#: kotext/KFontDialog_local.cpp:298
+#: kotext/TDEFontDialog_local.cpp:298
msgid "The Quick Brown Fox Jumps Over The Lazy Dog"
msgstr "A Rápida Raposa Marrom Salta Sobre O Cão Preguiçoso"
-#: 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."
@@ -1062,7 +1062,7 @@ msgstr ""
"Este texto de exemplo ilustra a configuração atual. Você pode editá-lo de modo "
"a testar caracteres especiais."
-#: kotext/KFontDialog_local.cpp:312 kotext/KFontDialog_local.cpp:322
+#: kotext/TDEFontDialog_local.cpp:312 kotext/TDEFontDialog_local.cpp:322
msgid "Actual Font"
msgstr "Fonte Atual"