Additional k => tde renaming and fixes

pull/1/head
Slávek Banko 11 years ago
parent 105c828684
commit fc1a1e7b8e

@ -305,7 +305,7 @@ tdesvn (0.7.1-1) unstable; urgency=low
change. change.
* Tightened build dependency on libsvn0-dev as tdesvn now requires subversion * Tightened build dependency on libsvn0-dev as tdesvn now requires subversion
1.2 or higher. 1.2 or higher.
* Split up package into core application tdesvn and KIO plugin package * Split up package into core application tdesvn and TDEIO plugin package
tdesvn-tdeio-plugins. tdesvn-tdeio-plugins.
* Updated menu icon. * Updated menu icon.
* Use Debian libtool and regenerate the autotools files. Closes: #343952 * Use Debian libtool and regenerate the autotools files. Closes: #343952

@ -46,8 +46,8 @@ Depends: ${shlibs:Depends}, ${misc:Depends}
Conflicts: tdesdk-misc (<< 4:3.5.0-1), tdesdk-tdeio-plugins (<< 4:4.0.0) Conflicts: tdesdk-misc (<< 4:3.5.0-1), tdesdk-tdeio-plugins (<< 4:4.0.0)
Replaces: tdesdk-tdeio-plugins (<< 4:4.0.0) Replaces: tdesdk-tdeio-plugins (<< 4:4.0.0)
Description: subversion I/O slaves for KDE Description: subversion I/O slaves for KDE
This packages includes KIO slaves for svn, svn+file, svn+http, This packages includes TDEIO slaves for svn, svn+file, svn+http,
svn+https, svn+ssh. This allows you to access subversion repositories svn+https, svn+ssh. This allows you to access subversion repositories
inside any KIO enabled KDE application. inside any TDEIO enabled KDE application.
. .
This package is part of tdesvn. This package is part of tdesvn.

@ -1,5 +1,5 @@
# norootforbuild # norootforbuild
Summary: A subversion client for the KDE with KIO integration Summary: A subversion client for the KDE with TDEIO integration
Name: tdesvn Name: tdesvn
Version: @VERSION@ Version: @VERSION@
Release: 1 Release: 1
@ -46,7 +46,7 @@ BuildRequires: libapr0
%description %description
Kdesvn is a subversion client for KDE. Kdesvn is a subversion client for KDE.
It may used as standalone application or plugin (KPart). Base functions are provided It may used as standalone application or plugin (KPart). Base functions are provided
via a KIO protocol, too. via a TDEIO protocol, too.
%package tdeiosvn %package tdeiosvn
Requires: tdesvn = %{version} Requires: tdesvn = %{version}
@ -54,7 +54,7 @@ Group: Development/Tools
Summary: A kde-tdeio integration for subversion based on tdesvn Summary: A kde-tdeio integration for subversion based on tdesvn
%description tdeiosvn %description tdeiosvn
KIO integration (TDEIO::svn) based on tdesvn alternative protocol name. TDEIO integration (TDEIO::svn) based on tdesvn alternative protocol name.
%package devel %package devel
Group: Development/Libraries Group: Development/Libraries

@ -1 +1 @@
Subproject commit b4d585c643d92787bfa17b935ce00b09960ee360 Subproject commit 6b7f7225eff4c49b2dd71804d5fdacb03efcf461

@ -127,7 +127,7 @@ A flat copy of a repository on local filesystem. This is used like any normal fi
RCS-information you can read with clients like &tdesvn;. RCS-information you can read with clients like &tdesvn;.
</para> </para>
<para> <para>
Remember that subversion doesn't know something about KIO, so a working copy must reside in an area where it may reached without any specific protocol, eg &quot;fish://&quot; or such isn't possible. Remember that subversion doesn't know something about TDEIO, so a working copy must reside in an area where it may reached without any specific protocol, eg &quot;fish://&quot; or such isn't possible.
</para> </para>
</listitem> </listitem>
</varlistentry> </varlistentry>
@ -784,14 +784,14 @@ you may store you ssh-key-password for your current session so no further enteri
</chapter> </chapter>
<chapter id="tdesvn-tdeio"> <chapter id="tdesvn-tdeio">
<title>Konqueror, KIO, &kappname;</title> <title>Konqueror, TDEIO, &kappname;</title>
<sect1 id="tdesvn-tdeio-desc"> <sect1 id="tdesvn-tdeio-desc">
<title>Description</title> <title>Description</title>
<para> <para>
As of version 0.7.0 of &kappname; it comes with some modules integrating some commands directly into konqueror menus. As of version 0.7.0 of &kappname; it comes with some modules integrating some commands directly into konqueror menus.
<variablelist> <variablelist>
<varlistentry> <varlistentry>
<term>KIO protocols</term> <term>TDEIO protocols</term>
<listitem><para>Implements handlers for following protocols: <listitem><para>Implements handlers for following protocols:
<itemizedlist> <itemizedlist>
<listitem><para>ksvn+http</para></listitem> <listitem><para>ksvn+http</para></listitem>
@ -825,7 +825,7 @@ This menu is static up to kde 3.5, so you should care about what you're selectin
</variablelist> </variablelist>
</para> </para>
<sect2> <sect2>
<title>Usage of KIO outside konqueror - an example</title> <title>Usage of TDEIO outside konqueror - an example</title>
<para> <para>
Every &kde; based application may use these protocols. So it would be possible to retrieve all differences between two revisions with kdiff3 without any deep knowledge. Every &kde; based application may use these protocols. So it would be possible to retrieve all differences between two revisions with kdiff3 without any deep knowledge.
</para> </para>
@ -847,8 +847,8 @@ Let kdiff3 print all differences between two revisions. Note! Using this within
<sect1 id="tdeio-svn-special"> <sect1 id="tdeio-svn-special">
<title>Programmers information about TDEIO::ksvn</title> <title>Programmers information about TDEIO::ksvn</title>
<para> <para>
<note><para>You may skip this if not interested in KIO programming.</para></note> <note><para>You may skip this if not interested in TDEIO programming.</para></note>
TDEIO::ksvn::special knows the following operations, these are made almost equal in call to the current existing in KIO from tdesdk TDEIO::ksvn::special knows the following operations, these are made almost equal in call to the current existing in TDEIO from tdesdk
so, for instance, tdevelop may use it if tdesdk isn't installed but uses tdesvn::TDEIO::svn. so, for instance, tdevelop may use it if tdesdk isn't installed but uses tdesvn::TDEIO::svn.
</para> </para>
<sect2> <sect2>
@ -945,7 +945,7 @@ Use this with care - this may produce a lot of data.
<entry>Revert</entry> <entry>Revert</entry>
<entry>8</entry> <entry>8</entry>
<entry><para>KURL::List</para> <entry><para>KURL::List</para>
<para>Revert in KIO is always non-recursive, no questions (calling app must do it itself)</para> <para>Revert in TDEIO is always non-recursive, no questions (calling app must do it itself)</para>
</entry> </entry>
<entry>Yes</entry> <entry>Yes</entry>
</row> </row>
@ -1607,7 +1607,7 @@ Target name, eg., the origin name. For kdiff3 (as an example) this would be name
</sect2> </sect2>
</sect1> </sect1>
<sect1 id="tdeio-cmdline-settings"> <sect1 id="tdeio-cmdline-settings">
<title>KIO &#047; commandline</title> <title>TDEIO &#047; commandline</title>
<para> <para>
<variablelist> <variablelist>
@ -1634,18 +1634,18 @@ If set, no action menu entry for tdesvn is made in konqueror. Works only with KD
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>
<term>KIO operations use standard logmessage.</term> <term>TDEIO operations use standard logmessage.</term>
<listitem><para> <listitem><para>
When making operations on a repository via the tdesvn KIO protocol from within konqueror (eg., &quot;ksvn+...&quot; protocols) on large operations like moving or copy folders tdesvn would ask for a logmessage for each item. This is a behavior of konqueror. When making operations on a repository via the tdesvn TDEIO protocol from within konqueror (eg., &quot;ksvn+...&quot; protocols) on large operations like moving or copy folders tdesvn would ask for a logmessage for each item. This is a behavior of konqueror.
When this option is set, the KIO implementation from tdesvn will not ask for a logmessage but set a standard logmessage. This flags not the operations from When this option is set, the TDEIO implementation from tdesvn will not ask for a logmessage but set a standard logmessage. This flags not the operations from
tdesvn action menu for konqueror but only copy/move/mkdir/delete made with konqueror or other filemanagers on a KIO-url. tdesvn action menu for konqueror but only copy/move/mkdir/delete made with konqueror or other filemanagers on a TDEIO-url.
</para></listitem> </para></listitem>
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>
<term>Standard message</term> <term>Standard message</term>
<listitem><para> <listitem><para>
The message tdesvn-tdeio should set on operations from within konqueror when the flag above is set. Default is &quot;Revision made with tdesvn KIO.&quot; The message tdesvn-tdeio should set on operations from within konqueror when the flag above is set. Default is &quot;Revision made with tdesvn TDEIO.&quot;
</para></listitem> </para></listitem>
</varlistentry> </varlistentry>

@ -127,7 +127,7 @@ Een platte kopie van een repository in een lokaal bestandsysteem. Dit wordt gebr
RCS-informatie kan bekeken worden met cliënten zoals &kappname;. RCS-informatie kan bekeken worden met cliënten zoals &kappname;.
</para> </para>
<para> <para>
Vergeet niet dat subversion niets weet over KIO, een werkkopie moet daarom op een plek staan waar het bereikt kan worden zonder een speciaal protocool, b.v. &quot;fish://&quot; of vergelijkbare zijn niet mogelijk. Vergeet niet dat subversion niets weet over TDEIO, een werkkopie moet daarom op een plek staan waar het bereikt kan worden zonder een speciaal protocool, b.v. &quot;fish://&quot; of vergelijkbare zijn niet mogelijk.
</para> </para>
</listitem> </listitem>
</varlistentry> </varlistentry>
@ -696,14 +696,14 @@ Dit item - als het een map is - een item daarin heeft conflicten met (die opgelo
</chapter> </chapter>
<chapter id="tdesvn-tdeio"> <chapter id="tdesvn-tdeio">
<title>Konqueror, KIO, &kappname;</title> <title>Konqueror, TDEIO, &kappname;</title>
<sect1 id="tdesvn-tdeio-desc"> <sect1 id="tdesvn-tdeio-desc">
<title>Omschrijving</title> <title>Omschrijving</title>
<para> <para>
Vanaf versie 0.7.0 van &kappname; , zijn er enkele modules die enkele commando's direct in de menu's van konqueror integreren. Vanaf versie 0.7.0 van &kappname; , zijn er enkele modules die enkele commando's direct in de menu's van konqueror integreren.
<variablelist> <variablelist>
<varlistentry> <varlistentry>
<term>KIO protocools</term> <term>TDEIO protocools</term>
<listitem><para>Zorgt voor het verwerken van de volgende protocools: <listitem><para>Zorgt voor het verwerken van de volgende protocools:
<itemizedlist> <itemizedlist>
<listitem><para>ksvn+http</para></listitem> <listitem><para>ksvn+http</para></listitem>
@ -735,7 +735,7 @@ Dit menu is altijd ingeschakeld in kde 3.5, Let daarom op wanneer U iets selecte
</variablelist> </variablelist>
</para> </para>
<sect2> <sect2>
<title>Gebruik van KIO buiten konqueror - een voorbeeld</title> <title>Gebruik van TDEIO buiten konqueror - een voorbeeld</title>
<para> <para>
Elke op &kde; gebaseerde programma kan deze protocools gebruiken. Het is daarom mogelijk om alle verschilen tussen twee revisies te verkrijgen met kDiff3 zonder veel kennis. Elke op &kde; gebaseerde programma kan deze protocools gebruiken. Het is daarom mogelijk om alle verschilen tussen twee revisies te verkrijgen met kDiff3 zonder veel kennis.
</para> </para>
@ -757,8 +757,8 @@ Laat kdiff3 alle verschillen tussen twee revisie's tonen. Letop! Gebruik hiervan
<sect1 id="tdeio-svn-special"> <sect1 id="tdeio-svn-special">
<title>Informatie over TDEIO::ksvn voor programmeurs</title> <title>Informatie over TDEIO::ksvn voor programmeurs</title>
<para> <para>
<note><para>U kunt dit gedeelte overslaan indien U niet geïnterreseerd bent in KIO-programmeren.</para></note> <note><para>U kunt dit gedeelte overslaan indien U niet geïnterreseerd bent in TDEIO-programmeren.</para></note>
TDEIO::ksvn::special kent de volgende opdrachten, ze zijn in aanroep bijna gelijk gemaakt aan de huidige bestaande in KIO van kdesk TDEIO::ksvn::special kent de volgende opdrachten, ze zijn in aanroep bijna gelijk gemaakt aan de huidige bestaande in TDEIO van kdesk
dus, bijvoorbeeld, tdevelop kan het gebruiken als kdesk niet is geïnstalleerd in de vorm van tdesvn::TDEIO::svn. dus, bijvoorbeeld, tdevelop kan het gebruiken als kdesk niet is geïnstalleerd in de vorm van tdesvn::TDEIO::svn.
</para> </para>
<sect2> <sect2>
@ -854,7 +854,7 @@ Gebruik dit voorzichtig - dit kan veel data produceren.
<entry>Revert</entry> <entry>Revert</entry>
<entry>8</entry> <entry>8</entry>
<entry><para>KURL::List</para> <entry><para>KURL::List</para>
<para>Terugdraaien in KIO is altijd niet-recursief, geen vragen (aanroepend programma moet dat zelf doen)</para> <para>Terugdraaien in TDEIO is altijd niet-recursief, geen vragen (aanroepend programma moet dat zelf doen)</para>
</entry> </entry>
<entry>Yes</entry> <entry>Yes</entry>
</row> </row>
@ -1461,7 +1461,7 @@ Vervang door doel.
</sect2> </sect2>
</sect1> </sect1>
<sect1 id="tdeio-cmdline-settings"> <sect1 id="tdeio-cmdline-settings">
<title>KIO &#047; commandoregel</title> <title>TDEIO &#047; commandoregel</title>
<para> <para>
<variablelist> <variablelist>
@ -1487,17 +1487,17 @@ Indien ingeschakelt, wordt er geen menu-item voor &kappname; aangemaakt in konqu
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>
<term>KIO-handelingen met het gebruik van standaard logberichten</term> <term>TDEIO-handelingen met het gebruik van standaard logberichten</term>
<listitem><para> <listitem><para>
Wanneer een repository bewerkt wordt via het &kappname; KIO protocool vanuit konqueror (b.v. het &quot;ksvn+...&quot; protocool) met grote operaties zoals het verplaatsen of kopieren van mappen, moet &kappname; dan vragen naar een logbericht voor elk item. Dit is normaal gedrag van konqueror. Wanneer een repository bewerkt wordt via het &kappname; TDEIO protocool vanuit konqueror (b.v. het &quot;ksvn+...&quot; protocool) met grote operaties zoals het verplaatsen of kopieren van mappen, moet &kappname; dan vragen naar een logbericht voor elk item. Dit is normaal gedrag van konqueror.
Wanneer dit is ingeschakeld, zal de KIO-implementatie van &kappname; niet vragen naar een logbericht maar een standaard logbericht meegeven. Dit gebeurt niet bij akties vanuit het &kappname;-menu voor konqueror maar alleen bij het kopieren/ verplaatsen en het aanmaken of weer verwijderen van mappen in konqueror of een andere bestandsmanager met een KIO-url. Wanneer dit is ingeschakeld, zal de TDEIO-implementatie van &kappname; niet vragen naar een logbericht maar een standaard logbericht meegeven. Dit gebeurt niet bij akties vanuit het &kappname;-menu voor konqueror maar alleen bij het kopieren/ verplaatsen en het aanmaken of weer verwijderen van mappen in konqueror of een andere bestandsmanager met een TDEIO-url.
</para></listitem> </para></listitem>
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>
<term>Standaard berichten</term> <term>Standaard berichten</term>
<listitem><para> <listitem><para>
Het bericht dat tdesvn-tdeio zou moeten geven bij bewerkingen vanuit konqueror wanneer bovenstaande vlag is gezet. Standaard is &quot;Revision made with tdesvn KIO.&quot; Het bericht dat tdesvn-tdeio zou moeten geven bij bewerkingen vanuit konqueror wanneer bovenstaande vlag is gezet. Standaard is &quot;Revision made with tdesvn TDEIO.&quot;
</para></listitem> </para></listitem>
</varlistentry> </varlistentry>

@ -10,7 +10,7 @@ msgstr ""
"POT-Creation-Date: 2008-07-29 23:32+0200\n" "POT-Creation-Date: 2008-07-29 23:32+0200\n"
"PO-Revision-Date: 2007-04-05 14:16+0200\n" "PO-Revision-Date: 2007-04-05 14:16+0200\n"
"Last-Translator: Antoni Bella Pérez\n" "Last-Translator: Antoni Bella Pérez\n"
"Language-Team: Catalan <tde-i18n-ca@kde.org>\n" "Language-Team: Catalan <kde-i18n-ca@kde.org>\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
@ -185,8 +185,8 @@ msgstr ""
#: rc.cpp:69 #: rc.cpp:69
#, no-c-format #, no-c-format
msgid "KIO operations use standard logmessage" msgid "TDEIO operations use standard logmessage"
msgstr "Les operacions KIO usen l'estàndard per a missatges de registre" msgstr "Les operacions TDEIO usen l'estàndard per a missatges de registre"
#: rc.cpp:72 #: rc.cpp:72
#, no-c-format #, no-c-format
@ -1807,8 +1807,8 @@ msgid "Commandline"
msgstr "Línia de comandaments" msgstr "Línia de comandaments"
#: tdesvn_part.cpp:366 #: tdesvn_part.cpp:366
msgid "Settings for commandline and KIO execution" msgid "Settings for commandline and TDEIO execution"
msgstr "Paràmetres per a la línia de comandaments i execució KIO" msgstr "Paràmetres per a la línia de comandaments i execució TDEIO"
#: tdesvn.cpp:109 tdesvn.cpp:160 #: tdesvn.cpp:109 tdesvn.cpp:160
msgid "Could not find our part" msgid "Could not find our part"

@ -181,7 +181,7 @@ msgstr ""
#: rc.cpp:69 #: rc.cpp:69
#, fuzzy, no-c-format #, fuzzy, no-c-format
msgid "KIO operations use standard logmessage" msgid "TDEIO operations use standard logmessage"
msgstr "Poslední použité záznamy" msgstr "Poslední použité záznamy"
#: rc.cpp:72 #: rc.cpp:72
@ -1712,7 +1712,7 @@ msgid "Commandline"
msgstr "" msgstr ""
#: tdesvn_part.cpp:366 #: tdesvn_part.cpp:366
msgid "Settings for commandline and KIO execution" msgid "Settings for commandline and TDEIO execution"
msgstr "" msgstr ""
#: tdesvn.cpp:109 tdesvn.cpp:160 #: tdesvn.cpp:109 tdesvn.cpp:160

@ -190,8 +190,8 @@ msgstr ""
#: rc.cpp:69 #: rc.cpp:69
#, no-c-format #, no-c-format
msgid "KIO operations use standard logmessage" msgid "TDEIO operations use standard logmessage"
msgstr "KIO-Operationen benutzen eine Standard-Log-Meldung" msgstr "TDEIO-Operationen benutzen eine Standard-Log-Meldung"
#: rc.cpp:72 #: rc.cpp:72
#, no-c-format #, no-c-format
@ -1861,8 +1861,8 @@ msgid "Commandline"
msgstr "Kommandozeile" msgstr "Kommandozeile"
#: tdesvn_part.cpp:366 #: tdesvn_part.cpp:366
msgid "Settings for commandline and KIO execution" msgid "Settings for commandline and TDEIO execution"
msgstr "Einstellungen für Kommandozeile und Ausführung per KIO" msgstr "Einstellungen für Kommandozeile und Ausführung per TDEIO"
#: tdesvn.cpp:109 tdesvn.cpp:160 #: tdesvn.cpp:109 tdesvn.cpp:160
msgid "Could not find our part" msgid "Could not find our part"

@ -184,8 +184,8 @@ msgstr ""
#: rc.cpp:69 #: rc.cpp:69
#, no-c-format #, no-c-format
msgid "KIO operations use standard logmessage" msgid "TDEIO operations use standard logmessage"
msgstr "Operaciones KIO usan mensaje de registro estándar" msgstr "Operaciones TDEIO usan mensaje de registro estándar"
#: rc.cpp:72 #: rc.cpp:72
#, no-c-format #, no-c-format
@ -1873,8 +1873,8 @@ msgid "Commandline"
msgstr "Línea de comandos" msgstr "Línea de comandos"
#: tdesvn_part.cpp:366 #: tdesvn_part.cpp:366
msgid "Settings for commandline and KIO execution" msgid "Settings for commandline and TDEIO execution"
msgstr "Configuraciones para línea de comandos y ejecución KIO" msgstr "Configuraciones para línea de comandos y ejecución TDEIO"
#: tdesvn.cpp:109 tdesvn.cpp:160 #: tdesvn.cpp:109 tdesvn.cpp:160
#, fuzzy #, fuzzy

@ -22,7 +22,7 @@ msgstr ""
"POT-Creation-Date: 2008-07-29 23:32+0200\n" "POT-Creation-Date: 2008-07-29 23:32+0200\n"
"PO-Revision-Date: 2008-09-13 12:56+0200\n" "PO-Revision-Date: 2008-09-13 12:56+0200\n"
"Last-Translator: Patrick Allaert <patrick.allaert@gmail.com>\n" "Last-Translator: Patrick Allaert <patrick.allaert@gmail.com>\n"
"Language-Team: French <tde-i18n-doc@lists.kde.org>\n" "Language-Team: French <kde-i18n-doc@lists.kde.org>\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
@ -198,8 +198,8 @@ msgstr ""
#: rc.cpp:69 #: rc.cpp:69
#, no-c-format #, no-c-format
msgid "KIO operations use standard logmessage" msgid "TDEIO operations use standard logmessage"
msgstr "Les opérations KIO utilisent le journal standard" msgstr "Les opérations TDEIO utilisent le journal standard"
#: rc.cpp:72 #: rc.cpp:72
#, no-c-format #, no-c-format
@ -1911,8 +1911,8 @@ msgid "Commandline"
msgstr "Ligne de commande" msgstr "Ligne de commande"
#: tdesvn_part.cpp:366 #: tdesvn_part.cpp:366
msgid "Settings for commandline and KIO execution" msgid "Settings for commandline and TDEIO execution"
msgstr "Paramétrage pour la ligne de commande et les exécutions de KIO" msgstr "Paramétrage pour la ligne de commande et les exécutions de TDEIO"
#: tdesvn.cpp:109 tdesvn.cpp:160 #: tdesvn.cpp:109 tdesvn.cpp:160
msgid "Could not find our part" msgid "Could not find our part"

@ -184,8 +184,8 @@ msgstr ""
#: rc.cpp:69 #: rc.cpp:69
#, no-c-format #, no-c-format
msgid "KIO operations use standard logmessage" msgid "TDEIO operations use standard logmessage"
msgstr "As operacións de KIO usan mensaxes estándar de rexisto" msgstr "As operacións de TDEIO usan mensaxes estándar de rexisto"
#: rc.cpp:72 #: rc.cpp:72
#, no-c-format #, no-c-format
@ -1815,8 +1815,8 @@ msgid "Commandline"
msgstr "Liña de comandos" msgstr "Liña de comandos"
#: tdesvn_part.cpp:366 #: tdesvn_part.cpp:366
msgid "Settings for commandline and KIO execution" msgid "Settings for commandline and TDEIO execution"
msgstr "Configuración para liña de comandos e execución KIO" msgstr "Configuración para liña de comandos e execución TDEIO"
#: tdesvn.cpp:109 tdesvn.cpp:160 #: tdesvn.cpp:109 tdesvn.cpp:160
msgid "Could not find our part" msgid "Could not find our part"

@ -11,7 +11,7 @@ msgstr ""
"POT-Creation-Date: 2008-07-29 23:32+0200\n" "POT-Creation-Date: 2008-07-29 23:32+0200\n"
"PO-Revision-Date: 2007-06-25 10:44+0200\n" "PO-Revision-Date: 2007-06-25 10:44+0200\n"
"Last-Translator: Federico Zenith <zenith@chemeng.ntnu.no>\n" "Last-Translator: Federico Zenith <zenith@chemeng.ntnu.no>\n"
"Language-Team: Italian <tde-i18n-it@kde.org>\n" "Language-Team: Italian <kde-i18n-it@kde.org>\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
@ -187,8 +187,8 @@ msgstr ""
#: rc.cpp:69 #: rc.cpp:69
#, no-c-format #, no-c-format
msgid "KIO operations use standard logmessage" msgid "TDEIO operations use standard logmessage"
msgstr "Le operazioni KIO usano un messaggio di registro standard" msgstr "Le operazioni TDEIO usano un messaggio di registro standard"
#: rc.cpp:72 #: rc.cpp:72
#, no-c-format #, no-c-format
@ -1861,8 +1861,8 @@ msgid "Commandline"
msgstr "Riga di comando" msgstr "Riga di comando"
#: tdesvn_part.cpp:366 #: tdesvn_part.cpp:366
msgid "Settings for commandline and KIO execution" msgid "Settings for commandline and TDEIO execution"
msgstr "Impostazioni per la riga di comando e l'esecuzione di KIO" msgstr "Impostazioni per la riga di comando e l'esecuzione di TDEIO"
#: tdesvn.cpp:109 tdesvn.cpp:160 #: tdesvn.cpp:109 tdesvn.cpp:160
msgid "Could not find our part" msgid "Could not find our part"

@ -179,8 +179,8 @@ msgstr "設定されていれば、tdesvn は konqueror の「アクション」
#: rc.cpp:69 #: rc.cpp:69
#, no-c-format #, no-c-format
msgid "KIO operations use standard logmessage" msgid "TDEIO operations use standard logmessage"
msgstr "KIO 操作は標準ログメッセージを使う" msgstr "TDEIO 操作は標準ログメッセージを使う"
#: rc.cpp:72 #: rc.cpp:72
#, no-c-format #, no-c-format
@ -1820,8 +1820,8 @@ msgid "Commandline"
msgstr "コマンドライン" msgstr "コマンドライン"
#: tdesvn_part.cpp:366 #: tdesvn_part.cpp:366
msgid "Settings for commandline and KIO execution" msgid "Settings for commandline and TDEIO execution"
msgstr "コマンドラインと KIO 実行に関する設定" msgstr "コマンドラインと TDEIO 実行に関する設定"
#: tdesvn.cpp:109 tdesvn.cpp:160 #: tdesvn.cpp:109 tdesvn.cpp:160
msgid "Could not find our part" msgid "Could not find our part"

@ -183,7 +183,7 @@ msgstr ""
#: rc.cpp:69 #: rc.cpp:69
#, no-c-format #, no-c-format
msgid "KIO operations use standard logmessage" msgid "TDEIO operations use standard logmessage"
msgstr "" msgstr ""
#: rc.cpp:72 #: rc.cpp:72
@ -1705,7 +1705,7 @@ msgid "Commandline"
msgstr "" msgstr ""
#: tdesvn_part.cpp:366 #: tdesvn_part.cpp:366
msgid "Settings for commandline and KIO execution" msgid "Settings for commandline and TDEIO execution"
msgstr "" msgstr ""
#: tdesvn.cpp:109 tdesvn.cpp:160 #: tdesvn.cpp:109 tdesvn.cpp:160

@ -186,8 +186,8 @@ msgstr ""
#: rc.cpp:69 #: rc.cpp:69
#, no-c-format #, no-c-format
msgid "KIO operations use standard logmessage" msgid "TDEIO operations use standard logmessage"
msgstr "KIO-handelingen gebruiken de standaard logberichten" msgstr "TDEIO-handelingen gebruiken de standaard logberichten"
#: rc.cpp:72 #: rc.cpp:72
#, no-c-format #, no-c-format
@ -1846,8 +1846,8 @@ msgid "Commandline"
msgstr "Commandoregel" msgstr "Commandoregel"
#: tdesvn_part.cpp:366 #: tdesvn_part.cpp:366
msgid "Settings for commandline and KIO execution" msgid "Settings for commandline and TDEIO execution"
msgstr "Instellingen voor commandoregel en KIO-uitvoering" msgstr "Instellingen voor commandoregel en TDEIO-uitvoering"
#: tdesvn.cpp:109 tdesvn.cpp:160 #: tdesvn.cpp:109 tdesvn.cpp:160
msgid "Could not find our part" msgid "Could not find our part"

@ -183,8 +183,8 @@ msgstr ""
#: rc.cpp:69 #: rc.cpp:69
#, no-c-format #, no-c-format
msgid "KIO operations use standard logmessage" msgid "TDEIO operations use standard logmessage"
msgstr "KIO ਓਪਰੇਸ਼ਨ ਸਟੈਂਡਰਡ ਲਾਗ-ਸੁਨੇਹਾ ਵਰਤਦੇ ਹਨ" msgstr "TDEIO ਓਪਰੇਸ਼ਨ ਸਟੈਂਡਰਡ ਲਾਗ-ਸੁਨੇਹਾ ਵਰਤਦੇ ਹਨ"
#: rc.cpp:72 #: rc.cpp:72
#, no-c-format #, no-c-format
@ -1706,8 +1706,8 @@ msgid "Commandline"
msgstr "ਕਮਾਂਡ-ਲਾਇਨ" msgstr "ਕਮਾਂਡ-ਲਾਇਨ"
#: tdesvn_part.cpp:366 #: tdesvn_part.cpp:366
msgid "Settings for commandline and KIO execution" msgid "Settings for commandline and TDEIO execution"
msgstr "ਕਮਾਂਡ-ਲਾਇਨ ਅਤੇ KIO ਚੱਲਣ ਲਈ ਸੈਟਿੰਗ" msgstr "ਕਮਾਂਡ-ਲਾਇਨ ਅਤੇ TDEIO ਚੱਲਣ ਲਈ ਸੈਟਿੰਗ"
#: tdesvn.cpp:109 tdesvn.cpp:160 #: tdesvn.cpp:109 tdesvn.cpp:160
msgid "Could not find our part" msgid "Could not find our part"

@ -181,7 +181,7 @@ msgstr ""
#: rc.cpp:69 #: rc.cpp:69
#, no-c-format #, no-c-format
msgid "KIO operations use standard logmessage" msgid "TDEIO operations use standard logmessage"
msgstr "" msgstr ""
#: rc.cpp:72 #: rc.cpp:72
@ -1703,7 +1703,7 @@ msgid "Commandline"
msgstr "Командная строка" msgstr "Командная строка"
#: tdesvn_part.cpp:366 #: tdesvn_part.cpp:366
msgid "Settings for commandline and KIO execution" msgid "Settings for commandline and TDEIO execution"
msgstr "" msgstr ""
#: tdesvn.cpp:109 tdesvn.cpp:160 #: tdesvn.cpp:109 tdesvn.cpp:160

@ -183,7 +183,7 @@ msgstr ""
#: rc.cpp:69 #: rc.cpp:69
#, fuzzy, no-c-format #, fuzzy, no-c-format
msgid "KIO operations use standard logmessage" msgid "TDEIO operations use standard logmessage"
msgstr "Senaste använda loggmeddelande" msgstr "Senaste använda loggmeddelande"
#: rc.cpp:72 #: rc.cpp:72
@ -1732,7 +1732,7 @@ msgstr ""
#: tdesvn_part.cpp:360 #: tdesvn_part.cpp:360
#, fuzzy #, fuzzy
msgid "Settings for diff and merge" msgid "Settings for diff and merge"
msgstr "Inställningar för kommandorad- och KIO-exekvering" msgstr "Inställningar för kommandorad- och TDEIO-exekvering"
#: tdesvn_part.cpp:362 #: tdesvn_part.cpp:362
msgid "Colors" msgid "Colors"
@ -1755,8 +1755,8 @@ msgid "Commandline"
msgstr "Kommandorad" msgstr "Kommandorad"
#: tdesvn_part.cpp:366 #: tdesvn_part.cpp:366
msgid "Settings for commandline and KIO execution" msgid "Settings for commandline and TDEIO execution"
msgstr "Inställningar för kommandorad- och KIO-exekvering" msgstr "Inställningar för kommandorad- och TDEIO-exekvering"
#: tdesvn.cpp:109 tdesvn.cpp:160 #: tdesvn.cpp:109 tdesvn.cpp:160
#, fuzzy #, fuzzy

@ -180,7 +180,7 @@ msgstr ""
#: rc.cpp:69 #: rc.cpp:69
#, no-c-format #, no-c-format
msgid "KIO operations use standard logmessage" msgid "TDEIO operations use standard logmessage"
msgstr "" msgstr ""
#: rc.cpp:72 #: rc.cpp:72
@ -1699,7 +1699,7 @@ msgid "Commandline"
msgstr "" msgstr ""
#: tdesvn_part.cpp:366 #: tdesvn_part.cpp:366
msgid "Settings for commandline and KIO execution" msgid "Settings for commandline and TDEIO execution"
msgstr "" msgstr ""
#: tdesvn.cpp:109 tdesvn.cpp:160 #: tdesvn.cpp:109 tdesvn.cpp:160

@ -79,7 +79,7 @@
<cstring>kcfg_tdeio_use_standard_logmsg</cstring> <cstring>kcfg_tdeio_use_standard_logmsg</cstring>
</property> </property>
<property name="text"> <property name="text">
<string>KIO operations use standard logmessage</string> <string>TDEIO operations use standard logmessage</string>
</property> </property>
</widget> </widget>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">

@ -246,8 +246,8 @@
<label>TDEIO::svn operations uses a standard logmessage</label> <label>TDEIO::svn operations uses a standard logmessage</label>
</entry> </entry>
<entry key="tdeio_standard_logmsg" type="String"> <entry key="tdeio_standard_logmsg" type="String">
<default>Revision made with tdesvn KIO.</default> <default>Revision made with tdesvn TDEIO.</default>
<label>The standard logmessage to use with KIO if not asking for it.</label> <label>The standard logmessage to use with TDEIO if not asking for it.</label>
</entry> </entry>
</group> </group>
<group name="internals" > <group name="internals" >

@ -455,7 +455,7 @@ KURL::List tdesvnfilelist::selectedUrls()
FileListViewItem*cur; FileListViewItem*cur;
while ( (cur=it.current())!=0) { while ( (cur=it.current())!=0) {
++it; ++it;
/* for putting it to outside we must convert it to KIO urls */ /* for putting it to outside we must convert it to TDEIO urls */
lst.append(cur->kdeName(m_pList->m_remoteRevision)); lst.append(cur->kdeName(m_pList->m_remoteRevision));
} }
return lst; return lst;

@ -17,8 +17,8 @@
* Free Software Foundation, Inc., * * Free Software Foundation, Inc., *
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. *
***************************************************************************/ ***************************************************************************/
#ifndef KDESVNFILELIST_H #ifndef TDESVNFILELIST_H
#define KDESVNFILELIST_H #define TDESVNFILELIST_H
#include "itemdisplay.h" #include "itemdisplay.h"
#include "filelistviewitem.h" #include "filelistviewitem.h"

@ -17,8 +17,8 @@
* Free Software Foundation, Inc., * * Free Software Foundation, Inc., *
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. *
***************************************************************************/ ***************************************************************************/
#ifndef KIOBYTESTREAM_H #ifndef TDEIOBYTESTREAM_H
#define KIOBYTESTREAM_H #define TDEIOBYTESTREAM_H
#include "svnstream.hpp" #include "svnstream.hpp"

@ -104,7 +104,7 @@ bool KioListener::contextGetLogMessage (TQString & msg,const svn::CommitItemList
} }
/*! the content of that method is taken from the notify in tdeio::svn in KDE SDK */ /*! the content of that method is taken from the notify in tdeio::svn in KDE SDK */
/* this moment we don't use it full 'cause not all is made via KIO */ /* this moment we don't use it full 'cause not all is made via TDEIO */
void KioListener::contextNotify (const char * path,svn_wc_notify_action_t action,svn_node_kind_t kind ,const char * mime_type ,svn_wc_notify_state_t content_state, svn_wc_notify_state_t prop_state,svn_revnum_t revision) void KioListener::contextNotify (const char * path,svn_wc_notify_action_t action,svn_node_kind_t kind ,const char * mime_type ,svn_wc_notify_state_t content_state, svn_wc_notify_state_t prop_state,svn_revnum_t revision)
{ {
if (par->wasKilled()) { if (par->wasKilled()) {

@ -17,8 +17,8 @@
* Free Software Foundation, Inc., * * Free Software Foundation, Inc., *
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. *
***************************************************************************/ ***************************************************************************/
#ifndef KIOLISTENER_H #ifndef TDEIOLISTENER_H
#define KIOLISTENER_H #define TDEIOLISTENER_H
#include "context_listener.hpp" #include "context_listener.hpp"
#include "pwstorage.h" #include "pwstorage.h"

@ -17,8 +17,8 @@
* Free Software Foundation, Inc., * * Free Software Foundation, Inc., *
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. *
***************************************************************************/ ***************************************************************************/
#ifndef KIOSVN_H #ifndef TDEIOSVN_H
#define KIOSVN_H #define TDEIOSVN_H
#include "tdeiobytestream.h" #include "tdeiobytestream.h"

@ -19,8 +19,8 @@
***************************************************************************/ ***************************************************************************/
#ifndef _KDESVN_H_ #ifndef _TDESVN_H_
#define _KDESVN_H_ #define _TDESVN_H_
#include "tdesvn-config.h" #include "tdesvn-config.h"
@ -114,4 +114,4 @@ protected slots:
virtual void slotLoadLast(bool); virtual void slotLoadLast(bool);
}; };
#endif // _KDESVN_H_ #endif // _TDESVN_H_

@ -1,5 +1,5 @@
#ifndef __KDESVN_EVENTS_H #ifndef __TDESVN_EVENTS_H
#define __KDESVN_EVENTS_H #define __TDESVN_EVENTS_H
#include <tqevent.h> #include <tqevent.h>
#include "src/svnqt/svnqt_defines.hpp" #include "src/svnqt/svnqt_defines.hpp"

@ -363,7 +363,7 @@ void tdesvnPart::slotShowSettings()
dialog->addPage(new RevisiontreeSettingsDlg_impl(0,"revisiontree_items"), dialog->addPage(new RevisiontreeSettingsDlg_impl(0,"revisiontree_items"),
i18n("Revision tree"),"configure",i18n("Revision tree Settings"),true); i18n("Revision tree"),"configure",i18n("Revision tree Settings"),true);
dialog->addPage(new CmdExecSettings_impl(0,"cmdexec_items"), dialog->addPage(new CmdExecSettings_impl(0,"cmdexec_items"),
"KIO/"+i18n("Commandline"),"terminal",i18n("Settings for commandline and KIO execution"),true); "TDEIO/"+i18n("Commandline"),"terminal",i18n("Settings for commandline and TDEIO execution"),true);
connect(dialog,TQT_SIGNAL(settingsChanged()),this,TQT_SLOT(slotSettingsChanged())); connect(dialog,TQT_SIGNAL(settingsChanged()),this,TQT_SLOT(slotSettingsChanged()));
dialog->show(); dialog->show();

@ -133,7 +133,7 @@ private:
typedef cFactory tdesvnPartFactory; typedef cFactory tdesvnPartFactory;
class KPARTS_EXPORT KdesvnBrowserExtension : public KParts::BrowserExtension class TDEPARTS_EXPORT KdesvnBrowserExtension : public KParts::BrowserExtension
{ {
Q_OBJECT Q_OBJECT

@ -19,8 +19,8 @@
***************************************************************************/ ***************************************************************************/
#ifndef _KDESVNVIEW_H_ #ifndef _TDESVNVIEW_H_
#define _KDESVNVIEW_H_ #define _TDESVNVIEW_H_
#include "repositorylistener.hpp" #include "repositorylistener.hpp"
#include <tqwidget.h> #include <tqwidget.h>
@ -140,4 +140,4 @@ protected:
bool m_ReposCancel; bool m_ReposCancel;
}; };
#endif // _KDESVNVIEW_H_ #endif // _TDESVNVIEW_H_

@ -1,4 +1,4 @@
Summary: A subversion client for the KDE with KIO integration. Summary: A subversion client for the KDE with TDEIO integration.
Name: tdesvn Name: tdesvn
Version: 1.0.4 Version: 1.0.4
Release: 1%{?dist} Release: 1%{?dist}
@ -19,7 +19,7 @@ BuildRequires: tdelibs-devel >= 3.4
%description %description
Kdesvn is a subversion client for KDE. Kdesvn is a subversion client for KDE.
It may used as standalone application or plugin (KPart). Base functions are provided It may used as standalone application or plugin (KPart). Base functions are provided
via a KIO protocol, too. via a TDEIO protocol, too.
%package tdeiosvn %package tdeiosvn
Requires: tdesvn = %{version} Requires: tdesvn = %{version}
@ -27,7 +27,7 @@ Group: Development/Tools
Summary: A kde-tdeio integration for subversion based on tdesvn Summary: A kde-tdeio integration for subversion based on tdesvn
%description tdeiosvn %description tdeiosvn
KIO integration (TDEIO::svn) based on tdesvn alternative protocol name. TDEIO integration (TDEIO::svn) based on tdesvn alternative protocol name.
%package devel %package devel
Group: Development/Libraries Group: Development/Libraries

@ -1,4 +1,4 @@
Summary: A subversion client for the KDE with KIO integration. Summary: A subversion client for the KDE with TDEIO integration.
Name: tdesvn Name: tdesvn
Version: @VERSION@ Version: @VERSION@
Release: 1%{?dist} Release: 1%{?dist}
@ -19,7 +19,7 @@ BuildRequires: tdelibs-devel >= 3.4
%description %description
Kdesvn is a subversion client for KDE. Kdesvn is a subversion client for KDE.
It may used as standalone application or plugin (KPart). Base functions are provided It may used as standalone application or plugin (KPart). Base functions are provided
via a KIO protocol, too. via a TDEIO protocol, too.
%package tdeiosvn %package tdeiosvn
Requires: tdesvn = %{version} Requires: tdesvn = %{version}
@ -27,7 +27,7 @@ Group: Development/Tools
Summary: A kde-tdeio integration for subversion based on tdesvn Summary: A kde-tdeio integration for subversion based on tdesvn
%description tdeiosvn %description tdeiosvn
KIO integration (TDEIO::svn) based on tdesvn alternative protocol name. TDEIO integration (TDEIO::svn) based on tdesvn alternative protocol name.
%package devel %package devel
Group: Development/Libraries Group: Development/Libraries

Loading…
Cancel
Save