diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-26 13:11:36 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-26 13:11:36 -0600 |
commit | 00f56a6858b6a4b6dfb6e36a91f9e498641275ba (patch) | |
tree | 8db6ab78f3bb5557eaac8f270248de3d96b3ee3d /koffice-i18n-ca | |
parent | c5e6c37378f51ad04af6cb3dd378e9af0c0c76f8 (diff) | |
download | koffice-i18n-00f56a6858b6a4b6dfb6e36a91f9e498641275ba.tar.gz koffice-i18n-00f56a6858b6a4b6dfb6e36a91f9e498641275ba.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'koffice-i18n-ca')
-rw-r--r-- | koffice-i18n-ca/acinclude.m4 | 26 | ||||
-rw-r--r-- | koffice-i18n-ca/docs/koffice/chalk/developers-plugins.docbook | 2 | ||||
-rw-r--r-- | koffice-i18n-ca/docs/koffice/chalk/introduction.docbook | 2 | ||||
-rw-r--r-- | koffice-i18n-ca/docs/koffice/koffice/index.docbook | 8 | ||||
-rw-r--r-- | koffice-i18n-ca/docs/koffice/kword/index.docbook | 2 | ||||
-rw-r--r-- | koffice-i18n-ca/docs/koffice/kword/table.docbook | 2 | ||||
-rw-r--r-- | koffice-i18n-ca/docs/koffice/kword/tdeparts.docbook (renamed from koffice-i18n-ca/docs/koffice/kword/kparts.docbook) | 6 | ||||
-rw-r--r-- | koffice-i18n-ca/messages/koffice/desktop_koffice.po | 8 | ||||
-rw-r--r-- | koffice-i18n-ca/messages/koffice/kplato.po | 10 |
9 files changed, 33 insertions, 33 deletions
diff --git a/koffice-i18n-ca/acinclude.m4 b/koffice-i18n-ca/acinclude.m4 index 4fbab9a1..fed43974 100644 --- a/koffice-i18n-ca/acinclude.m4 +++ b/koffice-i18n-ca/acinclude.m4 @@ -2075,16 +2075,16 @@ if test $kde_qtver = 3; then AC_SUBST(LIB_SMB, "-lsmb") AC_SUBST(LIB_KAB, "-lkab") AC_SUBST(LIB_KABC, "-lkabc") - AC_SUBST(LIB_KHTML, "-lkhtml") - AC_SUBST(LIB_KSPELL, "-lkspell") - AC_SUBST(LIB_KPARTS, "-lkparts") + AC_SUBST(LIB_KHTML, "-ltdehtml") + AC_SUBST(LIB_KSPELL, "-ltdespell") + AC_SUBST(LIB_KPARTS, "-ltdeparts") AC_SUBST(LIB_KDEPRINT, "-lkdeprint") - AC_SUBST(LIB_KUTILS, "-lkutils") + AC_SUBST(LIB_KUTILS, "-ltdeutils") AC_SUBST(LIB_KDEPIM, "-lkdepim") - AC_SUBST(LIB_KIMPROXY, "-lkimproxy") + AC_SUBST(LIB_KIMPROXY, "-ltdeimproxy") AC_SUBST(LIB_KNEWSTUFF, "-lknewstuff") - AC_SUBST(LIB_KDNSSD, "-lkdnssd") - AC_SUBST(LIB_KUNITTEST, "-lkunittest") + AC_SUBST(LIB_KDNSSD, "-ltdednssd") + AC_SUBST(LIB_KUNITTEST, "-ltdeunittest") # these are for backward compatibility AC_SUBST(LIB_KSYCOCA, "-lkio") AC_SUBST(LIB_KFILE, "-lkio") @@ -2092,13 +2092,13 @@ elif test $kde_qtver = 2; then AC_SUBST(LIB_KDECORE, "-lkdecore") AC_SUBST(LIB_KDEUI, "-lkdeui") AC_SUBST(LIB_KIO, "-lkio") - AC_SUBST(LIB_KSYCOCA, "-lksycoca") + AC_SUBST(LIB_KSYCOCA, "-ltdesycoca") AC_SUBST(LIB_SMB, "-lsmb") AC_SUBST(LIB_KFILE, "-lkfile") AC_SUBST(LIB_KAB, "-lkab") - AC_SUBST(LIB_KHTML, "-lkhtml") - AC_SUBST(LIB_KSPELL, "-lkspell") - AC_SUBST(LIB_KPARTS, "-lkparts") + AC_SUBST(LIB_KHTML, "-ltdehtml") + AC_SUBST(LIB_KSPELL, "-ltdespell") + AC_SUBST(LIB_KPARTS, "-ltdeparts") AC_SUBST(LIB_KDEPRINT, "-lkdeprint") else AC_SUBST(LIB_KDECORE, "-lkdecore -lXext $(LIB_QT)") @@ -2547,7 +2547,7 @@ AC_FIND_FILE(jpeglib.h, $jpeg_incdirs, jpeg_incdir) test "x$jpeg_incdir" = xNO && jpeg_incdir= dnl if headers _and_ libraries are missing, this is no error, and we -dnl continue with a warning (the user will get no jpeg support in khtml) +dnl continue with a warning (the user will get no jpeg support in tdehtml) dnl if only one is missing, it means a configuration error, but we still dnl only warn if test -n "$jpeg_incdir" && test -n "$LIBJPEG" ; then @@ -3489,7 +3489,7 @@ LIBTOOL_SHELL="/bin/sh ./libtool" KDE_PLUGIN="-avoid-version -module -no-undefined \$(KDE_NO_UNDEFINED) \$(KDE_RPATH) \$(KDE_MT_LDFLAGS)" AC_SUBST(KDE_PLUGIN) -# This hack ensures that libtool creates shared libs for kunittest plugins. By default check_LTLIBRARIES makes static libs. +# This hack ensures that libtool creates shared libs for tdeunittest plugins. By default check_LTLIBRARIES makes static libs. KDE_CHECK_PLUGIN="\$(KDE_PLUGIN) -rpath \$(libdir)" AC_SUBST(KDE_CHECK_PLUGIN) diff --git a/koffice-i18n-ca/docs/koffice/chalk/developers-plugins.docbook b/koffice-i18n-ca/docs/koffice/chalk/developers-plugins.docbook index 97a8d046..16b4e6a3 100644 --- a/koffice-i18n-ca/docs/koffice/chalk/developers-plugins.docbook +++ b/koffice-i18n-ca/docs/koffice/chalk/developers-plugins.docbook @@ -291,7 +291,7 @@ X-KDE-Version=2 >#ifndef TOOL_STAR_H_ #define TOOL_STAR_H_ -#include <kparts/plugin.h> +#include <tdeparts/plugin.h> /** * A module that provides a star tool. diff --git a/koffice-i18n-ca/docs/koffice/chalk/introduction.docbook b/koffice-i18n-ca/docs/koffice/chalk/introduction.docbook index d5c2d9e7..e7c03ab8 100644 --- a/koffice-i18n-ca/docs/koffice/chalk/introduction.docbook +++ b/koffice-i18n-ca/docs/koffice/chalk/introduction.docbook @@ -21,7 +21,7 @@ <listitem ><para ->Endollables: el Chalk és extensible amb els endollables. N'hi ha d'eines, espais de color, operacions de dibuix, filtres i interfícies d'usuari basades en kparts. </para +>Endollables: el Chalk és extensible amb els endollables. N'hi ha d'eines, espais de color, operacions de dibuix, filtres i interfícies d'usuari basades en tdeparts. </para ></listitem> <listitem diff --git a/koffice-i18n-ca/docs/koffice/koffice/index.docbook b/koffice-i18n-ca/docs/koffice/koffice/index.docbook index 7c06e5a0..3ed353fd 100644 --- a/koffice-i18n-ca/docs/koffice/koffice/index.docbook +++ b/koffice-i18n-ca/docs/koffice/koffice/index.docbook @@ -151,7 +151,7 @@ <title >Integració</title> <para ->El &koffice; facilita un entorn de treball amb tots els components construïts a l'interior. Amb aquest entorn de treball s'aconsegueix una gran integració. És possible desenvolupar el vostre propi component que també hi estigui integrat. Aquesta tecnologia està descrita en profunditat al <link linkend="kparts" +>El &koffice; facilita un entorn de treball amb tots els components construïts a l'interior. Amb aquest entorn de treball s'aconsegueix una gran integració. És possible desenvolupar el vostre propi component que també hi estigui integrat. Aquesta tecnologia està descrita en profunditat al <link linkend="tdeparts" >capítol sobre KParts</link >. </para> </sect2> @@ -193,11 +193,11 @@ <title >Tecnologia del &koffice;</title> -<sect1 id="kparts"> +<sect1 id="tdeparts"> <title >KParts - els blocs de construcció del &koffice;</title> -<!-- <sect2 id="kpartsintro" +<!-- <sect2 id="tdepartsintro" > --> <!-- <title >KParts Introduction</title @@ -242,7 +242,7 @@ </sect2> -<sect2 id="kparts-try-it"> +<sect2 id="tdeparts-try-it"> <title >Usant KPart en el vostre document</title> diff --git a/koffice-i18n-ca/docs/koffice/kword/index.docbook b/koffice-i18n-ca/docs/koffice/kword/index.docbook index b51047a6..f15843d8 100644 --- a/koffice-i18n-ca/docs/koffice/kword/index.docbook +++ b/koffice-i18n-ca/docs/koffice/kword/index.docbook @@ -25,7 +25,7 @@ <!ENTITY techstuff SYSTEM "techinfo.docbook"> <!ENTITY graphics SYSTEM "graphics.docbook"> <!ENTITY toc SYSTEM "toc.docbook"> - <!ENTITY parts SYSTEM "kparts.docbook"> + <!ENTITY parts SYSTEM "tdeparts.docbook"> <!ENTITY formulas SYSTEM "formulas.docbook"> <!ENTITY lists SYSTEM "lists.docbook"> <!ENTITY variables SYSTEM "docvariables.docbook"> diff --git a/koffice-i18n-ca/docs/koffice/kword/table.docbook b/koffice-i18n-ca/docs/koffice/kword/table.docbook index 1a07dbc3..46e69906 100644 --- a/koffice-i18n-ca/docs/koffice/kword/table.docbook +++ b/koffice-i18n-ca/docs/koffice/kword/table.docbook @@ -30,7 +30,7 @@ <tip ><para ->Recordeu, si necessiteu les funcions d'un full de càlcul, podeu <link linkend="kparts" +>Recordeu, si necessiteu les funcions d'un full de càlcul, podeu <link linkend="tdeparts" >encastar una taula de &kspread;</link > en el vostre document.</para ></tip> diff --git a/koffice-i18n-ca/docs/koffice/kword/kparts.docbook b/koffice-i18n-ca/docs/koffice/kword/tdeparts.docbook index 34966ac6..28412a3b 100644 --- a/koffice-i18n-ca/docs/koffice/kword/kparts.docbook +++ b/koffice-i18n-ca/docs/koffice/kword/tdeparts.docbook @@ -1,4 +1,4 @@ -<sect1 id="kparts"> +<sect1 id="tdeparts"> <sect1info> <authorgroup> <author @@ -31,7 +31,7 @@ <para >Referiu-vos als fitxers d'ajuda de les altres aplicacions per a informació més específica.</para ></note> -<sect2 id="kparts-insert" +<sect2 id="tdeparts-insert" ><title >Instruccions generals</title> <para @@ -71,7 +71,7 @@ >des de &kword;</emphasis >. Els detalls de cada aplicació són diferents. Si us plau, mireu els manuals específics de l'aplicació de &koffice; per a detalls sobre el seu ús. (En altres paraules, d'aquí en endavant, si inseriu un full de càlcul des de &kspread;, llavores les finestres actuaran de la mateixa manera que en &kspread;).</para> </sect2> -<sect2 id="kparts-edit" +<sect2 id="tdeparts-edit" ><title >Com treballar amb el component inserit</title> <para diff --git a/koffice-i18n-ca/messages/koffice/desktop_koffice.po b/koffice-i18n-ca/messages/koffice/desktop_koffice.po index a5b264ce..5890830e 100644 --- a/koffice-i18n-ca/messages/koffice/desktop_koffice.po +++ b/koffice-i18n-ca/messages/koffice/desktop_koffice.po @@ -1653,12 +1653,12 @@ msgstr "Name=Connector de rotació d'imatge" msgid "Name=Screenshot" msgstr "Name=Captura de pantalla" -#: chalk/plugins/viewplugins/scripting/chalkscripting.desktop:3 +#: chalk/plugins/viewplugins/scripting/chaltdescripting.desktop:3 #: kspread/plugins/scripting/kspreadscripting.desktop:3 msgid "Name=Scripting plugin" msgstr "Name=Connector de seqüenciació" -#: chalk/plugins/viewplugins/scripting/chalkscripting.desktop:38 +#: chalk/plugins/viewplugins/scripting/chaltdescripting.desktop:38 #: kspread/plugins/scripting/kspreadscripting.desktop:38 msgid "Comment=Allow execution of scripts" msgstr "Comment=Permet l'execució de seqüències" @@ -2197,11 +2197,11 @@ msgstr "GenericName=Paraules relacionades" msgid "Name=Print..." msgstr "Name=Imprimir..." -#: tools/spell/kspelltool.desktop:3 +#: tools/spell/tdespelltool.desktop:3 msgid "Name=Spell Checker Tool" msgstr "Name=Eina de comprovació d'ortografia" -#: tools/spell/kspelltool.desktop:71 +#: tools/spell/tdespelltool.desktop:71 msgid "Comment=Check this Word's Spelling" msgstr "Comment=Comprova l'ortografia d'aquesta paraula" diff --git a/koffice-i18n-ca/messages/koffice/kplato.po b/koffice-i18n-ca/messages/koffice/kplato.po index ac6580dd..c35c03b6 100644 --- a/koffice-i18n-ca/messages/koffice/kplato.po +++ b/koffice-i18n-ca/messages/koffice/kplato.po @@ -842,31 +842,31 @@ msgstr "Acabat:" msgid "Effort:" msgstr "Esforç:" -#. i18n: file kpttaskresourcespanelbase.ui line 17 +#. i18n: file kpttastderesourcespanelbase.ui line 17 #: rc.cpp:628 #, no-c-format msgid "TaskResourcesPanelBase" msgstr "TaskResourcesPanelBase" -#. i18n: file kpttaskresourcespanelbase.ui line 29 +#. i18n: file kpttastderesourcespanelbase.ui line 29 #: rc.cpp:631 #, no-c-format msgid "Group" msgstr "Grup" -#. i18n: file kpttaskresourcespanelbase.ui line 40 +#. i18n: file kpttastderesourcespanelbase.ui line 40 #: rc.cpp:634 #, no-c-format msgid "Max. Units" msgstr "Unitats màx." -#. i18n: file kpttaskresourcespanelbase.ui line 72 +#. i18n: file kpttastderesourcespanelbase.ui line 72 #: rc.cpp:637 #, no-c-format msgid "Assign resources:" msgstr "Assigna recursos:" -#. i18n: file kpttaskresourcespanelbase.ui line 81 +#. i18n: file kpttastderesourcespanelbase.ui line 81 #: kpttaskappointmentsview.cc:63 rc.cpp:640 rc.cpp:768 #, no-c-format msgid "Resource" |