Mailinglist Archive: opensuse-commit (783 mails)

< Previous Next >
commit kdewebdev4 for openSUSE:Factory
  • From: root@xxxxxxxxxxxxxxx (h_root)
  • Date: Thu, 02 Apr 2009 19:58:21 +0200
  • Message-id: <20090402175821.917C4678091@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package kdewebdev4 for openSUSE:Factory
checked in at Thu Apr 2 19:58:21 CEST 2009.


--------
--- KDE/kdewebdev4/kdewebdev4.changes 2009-02-27 01:46:55.000000000 +0100
+++ kdewebdev4/kdewebdev4.changes 2009-03-27 00:46:41.000000000 +0100
@@ -1,0 +2,6 @@
+Fri Mar 27 00:46:34 CET 2009 - dmueller@xxxxxxx
+
+- update to 4.2.2
+ * see http://kde.org/announcements/changelogs/changelog4_2_1to4_2_2.php
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
kdewebdev-4.2.1.tar.bz2

New:
----
kdewebdev-4.2.2.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ kdewebdev4.spec ++++++
--- /var/tmp/diff_new_pack.BE7938/_old 2009-04-02 19:57:32.000000000 +0200
+++ /var/tmp/diff_new_pack.BE7938/_new 2009-04-02 19:57:32.000000000 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package kdewebdev4 (Version 4.2.1)
+# spec file for package kdewebdev4 (Version 4.2.2)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@@ -27,7 +27,7 @@
Group: System/GUI/KDE
Summary: kdewebdev base package
Url: http://quanta.sf.net
-Version: 4.2.1
+Version: 4.2.2
Release: 1
Source0: kdewebdev-%version.tar.bz2
Source1: _upstream
@@ -228,6 +228,9 @@
%doc AUTHORS COPYING COPYING.DOC README

%changelog
+* Fri Mar 27 2009 dmueller@xxxxxxx
+- update to 4.2.2
+ * see http://kde.org/announcements/changelogs/changelog4_2_1to4_2_2.php
* Fri Feb 27 2009 dmueller@xxxxxxx
- update to 4.2.1
* see http://kde.org/announcements/changelogs/changelog4_2_0to4_2_1.php

++++++ 4_2_BRANCH.diff ++++++
--- /var/tmp/diff_new_pack.BE7938/_old 2009-04-02 19:57:32.000000000 +0200
+++ /var/tmp/diff_new_pack.BE7938/_new 2009-04-02 19:57:32.000000000 +0200
@@ -5,4 +5,3 @@
@@ -0,0 +1,2 @@
+current HEAD: 927996
+svn di between //tags/KDE/4.2.0/kdewebdev and //branches/KDE/4.2/kdewebdev
-

++++++ kdewebdev-4.2.1.tar.bz2 -> kdewebdev-4.2.2.tar.bz2 ++++++
Files old/kdewebdev-4.2.1/doc/kfilereplace/index.cache.bz2 and
new/kdewebdev-4.2.2/doc/kfilereplace/index.cache.bz2 differ
Files old/kdewebdev-4.2.1/doc/kimagemapeditor/index.cache.bz2 and
new/kdewebdev-4.2.2/doc/kimagemapeditor/index.cache.bz2 differ
Files old/kdewebdev-4.2.1/doc/klinkstatus/index.cache.bz2 and
new/kdewebdev-4.2.2/doc/klinkstatus/index.cache.bz2 differ
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn
--exclude=.svnignore old/kdewebdev-4.2.1/doc/kommander/basics.docbook
new/kdewebdev-4.2.2/doc/kommander/basics.docbook
--- old/kdewebdev-4.2.1/doc/kommander/basics.docbook 2008-01-15
02:51:36.000000000 +0100
+++ new/kdewebdev-4.2.2/doc/kommander/basics.docbook 2009-03-26
15:43:01.000000000 +0100
@@ -35,7 +35,7 @@


<para>
-&kommander; was originally designed around a simple concept that has proven
somewhat revolutionairy among visual design tools. Typically these tools allow
you to create dialogs and possibly mainwindow interfaces. Of course a
mainwindow interface is the main program window which typically has menus,
toolbars, statusbar and the application area. Dialogs are child windows which
typically don't have menus and are so named because their purpose is to
<quote>have a dialog</quote> or exchange information between you and the main
application. The elements on a dialog are called <quote>widgets</quote> and you
hook your program into these widgets. &kommander; is different because it is
inherently nonprogrammatic here. It uses the concept of associating text with
the widgets on the dialog. Initially this was called <quote>Associated
Text</quote> but now it is called <quote>&kommander; Text</quote>. Widgets on
&kommander; dialogs can include the content of other widgets by reference and a
widget can reference its own content by use of a <quote>Special</quote> that
looks like this, @widgetText. Specials are commands with special meaning in
&kommander;. So if you created a dialog with two LineEditwidgets and named the
first <quote>FirstName</quote> and the second <quote>LastName</quote> you could
create a button and set its &kommander; Text to <quote>My name is @FirstName
@LastName</quote>. You would need to set @widgetText in the first and last name
widgets. Remember? We need to tell &kommander; to reference the text in them.
You could run this from a <application>Konsole</application> and it would
output the string for you. So it would reference the first name like so:
@FirstName -> get the widget named FirstName(@FirstName) -> @widgetText -> get
the contents of the LineEdit widget. So in this case @FirstName returns
<quote>Eric</quote>: @FirstName -> @widgetText -> <quote>Eric</quote>.
+&kommander; was originally designed around a simple concept that has proven
somewhat revolutionary among visual design tools. Typically these tools allow
you to create dialogs and possibly mainwindow interfaces. Of course a
mainwindow interface is the main program window which typically has menus,
toolbars, statusbar and the application area. Dialogs are child windows which
typically don't have menus and are so named because their purpose is to
<quote>have a dialog</quote> or exchange information between you and the main
application. The elements on a dialog are called <quote>widgets</quote> and you
hook your program into these widgets. &kommander; is different because it is
inherently nonprogrammatic here. It uses the concept of associating text with
the widgets on the dialog. Initially this was called <quote>Associated
Text</quote> but now it is called <quote>&kommander; Text</quote>. Widgets on
&kommander; dialogs can include the content of other widgets by reference and a
widget can reference its own content by use of a <quote>Special</quote> that
looks like this, @widgetText. Specials are commands with special meaning in
&kommander;. So if you created a dialog with two LineEditwidgets and named the
first <quote>FirstName</quote> and the second <quote>LastName</quote> you could
create a button and set its &kommander; Text to <quote>My name is @FirstName
@LastName</quote>. You would need to set @widgetText in the first and last name
widgets. Remember? We need to tell &kommander; to reference the text in them.
You could run this from a <application>Konsole</application> and it would
output the string for you. So it would reference the first name like so:
@FirstName -> get the widget named FirstName(@FirstName) -> @widgetText -> get
the contents of the LineEdit widget. So in this case @FirstName returns
<quote>Eric</quote>: @FirstName -> @widgetText -> <quote>Eric</quote>.
</para>

<para>
Files old/kdewebdev-4.2.1/doc/kommander/index.cache.bz2 and
new/kdewebdev-4.2.2/doc/kommander/index.cache.bz2 differ
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn
--exclude=.svnignore old/kdewebdev-4.2.1/doc/kommander/index.docbook
new/kdewebdev-4.2.2/doc/kommander/index.docbook
--- old/kdewebdev-4.2.1/doc/kommander/index.docbook 2008-01-15
02:51:36.000000000 +0100
+++ new/kdewebdev-4.2.2/doc/kommander/index.docbook 2009-03-26
15:43:01.000000000 +0100
@@ -79,7 +79,7 @@

<abstract>
<para>
-&kommander; is a set of tools that allow you to create dynamic &GUI; dialogs
that generate, based on their state, a piece of text. The piece of text can be
a command line to a program, any piece of code, business documents that contain
a lot of repititious or templated text and so on. The resulting generated text
can then be executed as a command line program (hence the name
<quote>&kommander;</quote>), written to a file, passed to a script for extended
processing, and literally anything else you can think of. The best part of it
all? You aren't required to write a single line of code!
+&kommander; is a set of tools that allow you to create dynamic &GUI; dialogs
that generate, based on their state, a piece of text. The piece of text can be
a command line to a program, any piece of code, business documents that contain
a lot of repetitious or templated text and so on. The resulting generated text
can then be executed as a command line program (hence the name
<quote>&kommander;</quote>), written to a file, passed to a script for extended
processing, and literally anything else you can think of. The best part of it
all? You aren't required to write a single line of code!
</para>
</abstract>

diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn
--exclude=.svnignore old/kdewebdev-4.2.1/doc/kommander/introduction.docbook
new/kdewebdev-4.2.2/doc/kommander/introduction.docbook
--- old/kdewebdev-4.2.1/doc/kommander/introduction.docbook 2008-01-15
02:51:36.000000000 +0100
+++ new/kdewebdev-4.2.2/doc/kommander/introduction.docbook 2009-03-26
15:43:01.000000000 +0100
@@ -29,7 +29,7 @@
<itemizedlist>


- <listitem><para>Specials are prefaced with an <quote>@</quote> like
@widgetText. The offer
+<listitem><para>Specials are prefaced with an <quote>@</quote> like
@widgetText. They offer
special features like the value of a widget, functions, aliases, global
variables and such.</para></listitem>

@@ -57,7 +57,7 @@

<para>
Hopefully you begin to see a small glimmering of the potential. &kommander;
-enables a much faster design model for simple applications because if allows
+enables a much faster design model for simple applications because it allows
you to stop thinking so much about language and revert to the more basic and
natural conceptual model. In computers language is a means to define concepts
and as such it is a layer between concept and implementation that can impede
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn
--exclude=.svnignore old/kdewebdev-4.2.1/doc/kommander/specials.docbook
new/kdewebdev-4.2.2/doc/kommander/specials.docbook
--- old/kdewebdev-4.2.1/doc/kommander/specials.docbook 2008-01-15
02:51:36.000000000 +0100
+++ new/kdewebdev-4.2.2/doc/kommander/specials.docbook 2009-03-26
15:43:01.000000000 +0100
@@ -73,13 +73,13 @@
<term><function>@execBegin ... @execEnd</function ></term>
<listitem>
<para>
-same as <function>@exec</function>, but supports shebang and multiline
scripts. This serves for various scripting languages either by decalring them
or using a shebang.
+same as <function>@exec</function>, but supports shebang and multiline
scripts. This serves for various scripting languages either by declaring them
or using a shebang.
</para>
<itemizedlist>
<listitem><para><function>@execBegin(php)</function></para></listitem>
<listitem><para><function>@execBegin</function>#!/usr/bin/php</para></listitem>
</itemizedlist>
-<para>The first one uses the name of the <acronym>PHP</acronym> executable.
&kommander; searches PATH for <application>php</application> and if it is not
found looks to see if it is registered with &kommander; in a location outside
of your path. If not it tells the user it cannot be found. The second
examples uses the classic <quote>shebang</quote> which can have some benefits
and also problems. If you have a beta copy of <acronym>PHP5</acronym>, for
instance, in <filename>/usr/local/bin</filename> which would not be found
because it would find on in <filename>/usr/bin</filename> this is useful. If,
however, you distribute the dialog to someone who has <acronym>PHP</acronym> in
<filename>/usr/local/bin</filename> only it will not be found with the shebang
used. So using shebangs is cautioned and using the executable is recommenede
if you are sharing files.</para>
+<para>The first one uses the name of the <acronym>PHP</acronym> executable.
&kommander; searches PATH for <application>php</application> and if it is not
found looks to see if it is registered with &kommander; in a location outside
of your path. If not it tells the user it cannot be found. The second
examples uses the classic <quote>shebang</quote> which can have some benefits
and also problems. If you have a beta copy of <acronym>PHP5</acronym>, for
instance, in <filename>/usr/local/bin</filename> which would not be found
because it would find on in <filename>/usr/bin</filename> this is useful. If,
however, you distribute the dialog to someone who has <acronym>PHP</acronym> in
<filename>/usr/local/bin</filename> only it will not be found with the shebang
used. So using shebangs is cautioned and using the executable is recommended
if you are sharing files.</para>
</listitem>
</varlistentry>

@@ -281,8 +281,8 @@
<varlistentry>
<term><function>@String.find(<parameter>string</parameter>)</function></term>
<listitem>
-<para>Return position of a substring in the string, or -1 if it isn't
found."</para>
-<note><para>This will have an optional integer start postion for find next
uses in Alpha 6.</para></note>
+<para>Return position of a substring in the string, or -1 if it isn't
found.</para>
+<note><para>This will have an optional integer start position for find next
uses in Alpha 6.</para></note>
</listitem>
</varlistentry>

diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn
--exclude=.svnignore old/kdewebdev-4.2.1/doc/kommander/tutorials.docbook
new/kdewebdev-4.2.2/doc/kommander/tutorials.docbook
--- old/kdewebdev-4.2.1/doc/kommander/tutorials.docbook 2008-01-15
02:51:36.000000000 +0100
+++ new/kdewebdev-4.2.2/doc/kommander/tutorials.docbook 2009-03-26
15:43:01.000000000 +0100
@@ -36,7 +36,7 @@

<sect1 id="tutorlal-slots">
<title>Slots</title>
-<para>Shows how to us connections/slot to handle events. Both population and
standard slots are used.</para>
+<para>Shows how to use connections/slot to handle events. Both population and
standard slots are used.</para>
</sect1>

<sect1 id="tutorial-settings">
@@ -51,7 +51,7 @@

<sect1 id="tutorial-cmdline">
<title>Command Line</title>
-<para>Shows ho you can pass parameters to &kommander; dialog via command line.
Also, shows how to change list content and button text.</para>
+<para>Shows how you can pass parameters to &kommander; dialog via command
line. Also, shows how to change list content and button text.</para>
</sect1>

<sect1 id="tutorial-initialize">
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn
--exclude=.svnignore old/kdewebdev-4.2.1/doc/kommander/widgets.docbook
new/kdewebdev-4.2.2/doc/kommander/widgets.docbook
--- old/kdewebdev-4.2.1/doc/kommander/widgets.docbook 2008-01-15
02:51:36.000000000 +0100
+++ new/kdewebdev-4.2.2/doc/kommander/widgets.docbook 2009-03-26
15:43:01.000000000 +0100
@@ -267,7 +267,7 @@
</term>
<listitem>
<para>
-This widgets provides a text editor that allows for simple text formatting.
+This widget provides a text editor that allows for simple text formatting.
</para>
<para>
RichTextEditor has one state, default.
@@ -359,7 +359,7 @@
A simple widget that contains a piece of text. This widget lets you set a
pixmap too. OK, the editor says that they are both QLabels. Why do we have 2
widgets that look to be the same thing, but different names? - Scheduled to be
fixed in A7.
</para>
<para>
-As of Alpha 6 this widget is partially enabled and can be set using exteranl
DCOP calls.
+As of Alpha 6 this widget is partially enabled and can be set using external
DCOP calls.
</para>
</listitem>
</varlistentry>
Files old/kdewebdev-4.2.1/doc/kxsldbg/index.cache.bz2 and
new/kdewebdev-4.2.2/doc/kxsldbg/index.cache.bz2 differ
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn
--exclude=.svnignore old/kdewebdev-4.2.1/doc/kxsldbg/index.docbook
new/kdewebdev-4.2.2/doc/kxsldbg/index.docbook
--- old/kdewebdev-4.2.1/doc/kxsldbg/index.docbook 2008-06-18
14:41:42.000000000 +0200
+++ new/kdewebdev-4.2.2/doc/kxsldbg/index.docbook 2009-03-26
15:43:01.000000000 +0100
@@ -51,7 +51,7 @@

<abstract>
<para>
-&kxsldbg; is a provides a graphic user interface front-end to
+&kxsldbg; provides a graphic user interface front-end to
&xsldbg;, which supports
debugging of &XSLT; scripts.
</para>
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn
--exclude=.svnignore old/kdewebdev-4.2.1/doc/kxsldbg/kxsldbg_configure.docbook
new/kdewebdev-4.2.2/doc/kxsldbg/kxsldbg_configure.docbook
--- old/kdewebdev-4.2.1/doc/kxsldbg/kxsldbg_configure.docbook 2008-06-18
14:41:42.000000000 +0200
+++ new/kdewebdev-4.2.2/doc/kxsldbg/kxsldbg_configure.docbook 2009-03-26
15:43:01.000000000 +0100
@@ -47,7 +47,7 @@
</para>

<para> By using the <guibutton>...</guibutton> button to choose file
-desired. The <guilabel>&XSL; source</guilabel> and <guilabel>>&XML;
data</guilabel> may refer
+desired. The <guilabel>&XSL; source</guilabel> and <guilabel>&XML;
data</guilabel> may refer
to URI that contains a http://, ftp:// or file://. The <guilabel>Output
file</guilabel>
must refer to a writable local file.</para>
<para>
@@ -79,7 +79,7 @@
</para>

<para>
-For example you could add a enter a <guilabel>Parameter name</guilabel> of
<parameter>myparam</parameter>
+For example you could enter a <guilabel>Parameter name</guilabel> of
<parameter>myparam</parameter>
with a <guilabel>Parameter value</guilabel> of <parameter>'Hello
World!'</parameter> and click the <guibutton>Add</guibutton> button.
. To update the value of an existing
parameter just use the navigate to the value you wish to change with the
<guibutton>Prev</guibutton> or <guibutton>Next</guibutton> button, provide a
new <guilabel>Parameter value</guilabel> then click the
<guibutton>Apply</guibutton>.
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn
--exclude=.svnignore old/kdewebdev-4.2.1/doc/kxsldbg/kxsldbg_tools.docbook
new/kdewebdev-4.2.2/doc/kxsldbg/kxsldbg_tools.docbook
--- old/kdewebdev-4.2.1/doc/kxsldbg/kxsldbg_tools.docbook 2008-09-26
16:56:13.000000000 +0200
+++ new/kdewebdev-4.2.2/doc/kxsldbg/kxsldbg_tools.docbook 2009-03-26
15:43:01.000000000 +0100
@@ -16,7 +16,7 @@
<title>Miscellenous Tools</title>

<para>
-Several tools are available via the tools menu the main tool is the
+Several tools are available via the tools menu. The main tool is the
inspector tool.
</para>

@@ -24,7 +24,7 @@
<title>Inspector Tool</title>

<para>
-The inspector tool is the contains all the individual dialogs for working
+The inspector tool contains all the individual dialogs for working
with:</para>
<itemizedlist>
<listitem><para>Breakpoints</para></listitem>
@@ -32,7 +32,7 @@
<listitem><para>Variables</para></listitem>
<listitem><para>Callstack entries</para></listitem>
<listitem><para>&XSL; source files</para></listitem>
-<listitem><para>&XML; Enties</para></listitem>
+<listitem><para>&XML; Entries</para></listitem>
</itemizedlist>

</sect2>
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn
--exclude=.svnignore old/kdewebdev-4.2.1/doc/kxsldbg/variables.docbook
new/kdewebdev-4.2.2/doc/kxsldbg/variables.docbook
--- old/kdewebdev-4.2.1/doc/kxsldbg/variables.docbook 2008-06-18
14:41:42.000000000 +0200
+++ new/kdewebdev-4.2.2/doc/kxsldbg/variables.docbook 2009-03-26
15:43:01.000000000 +0100
@@ -48,7 +48,7 @@
</programlisting>
</informalexample>
<para>
-then a new XPath an be choosen by entering a new value
+then a new XPath can be chosen by entering a new value
for <guilabel>Variable expression</guilabel> then clicking the <guibutton>Set
expression</guibutton> button.</para>

<screenshot>
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn
--exclude=.svnignore old/kdewebdev-4.2.1/doc/xsldbg/commands.docbook
new/kdewebdev-4.2.2/doc/xsldbg/commands.docbook
--- old/kdewebdev-4.2.1/doc/xsldbg/commands.docbook 2008-05-21
10:33:17.000000000 +0200
+++ new/kdewebdev-4.2.2/doc/xsldbg/commands.docbook 2009-03-26
15:43:00.000000000 +0100
@@ -39,7 +39,7 @@

<sect1 id="break_cmd"><title id="break_cmd.title">Break</title>
<para>Break at a template, at a location in a stylesheet or xml file loaded by
xsldbg, or at the current node.
-New for xsldbg 3.1.4: When in gdb compatabilty mode orpaned breakpoints can be
+New for xsldbg 3.1.4: When in gdb compatibility mode orphaned breakpoints can
be
set at a specific file and line number and be resolved to an active later on.
</para>
<para>Shortcut name: b</para><para>xsldbg will try to guess the complete URL
given a
<informaltable>
@@ -66,7 +66,7 @@
<row><entry>break &lt;TEMPLATE_NAME&gt;
&lt;MODE_NAME&gt;&nbsp;&nbsp;&nbsp;&nbsp;<emphasis>(To break at named template
with given mode.)></emphasis></entry></row>
<row><entry>break "" &lt;MODE_NAME&gt;&nbsp;&nbsp;&nbsp;&nbsp;<emphasis>(To
break at any template that has a given mode name)</emphasis></entry></row>
<row><entry>break *&nbsp;&nbsp;&nbsp;&nbsp;<emphasis>(To break at any template
found.)</emphasis></entry></row>
-<row><entry>break \*&nbsp;&nbsp;&nbsp;&nbsp;<emphasis>(To break at the
<literal>*</literal> template. Other name that include <quote>*</quote> will
not be treated specialy.)</emphasis></entry></row>
+<row><entry>break \*&nbsp;&nbsp;&nbsp;&nbsp;<emphasis>(To break at the
<literal>*</literal> template. Other name that include <quote>*</quote> will
not be treated specially.)</emphasis></entry></row>
<row><entry>break &nbsp;&nbsp;&nbsp;&nbsp;<emphasis>(To break point at current
node. Yes that includes xml data nodes!)</emphasis></entry></row>
</tbody>
</tgroup>
@@ -123,7 +123,7 @@
<sect1 id="continue_cmd"><title id="continue_cmd.title">Continue</title>
<para>Continue running stylesheet, stopping at any break points found.</para>
<para>Shortcut name: c</para>
-<table><title>Contine usage</title>
+<table><title>Continue usage</title>
<tgroup cols="1">
<tbody>
<row><entry>continue</entry></row>
@@ -152,9 +152,9 @@
<tbody>
<row><entry>delete&nbsp;&nbsp;&nbsp;&nbsp;<emphasis>(To delete breakpoint at
current node)</emphasis></entry></row>
<row><entry>delete
&lt;BREAKPOINT_ID&gt;&nbsp;&nbsp;&nbsp;&nbsp;<emphasis>(To delete breakpoint at
specified break point number)</emphasis></entry></row>
-<row><entry>delete -l &lt;FILENAME&gt;
&lt;LINENO&gt;&nbsp;&nbsp;&nbsp;&nbsp;<emphasis>(Delete at specifed file, line
number)</emphasis></entry></row>
-<row><entry>delete -l &lt;URI&gt;
&lt;LINENO&gt;&nbsp;&nbsp;&nbsp;&nbsp;<emphasis>(Delete at specifed URI, line
number)</emphasis></entry></row>
-<row><entry>delete &lt;TEMMPLATENAME&gt;&nbsp;&nbsp;&nbsp;&nbsp;<emphasis>(To
delete break point at named template.)</emphasis></entry></row>
+<row><entry>delete -l &lt;FILENAME&gt;
&lt;LINENO&gt;&nbsp;&nbsp;&nbsp;&nbsp;<emphasis>(Delete at specified file, line
number)</emphasis></entry></row>
+<row><entry>delete -l &lt;URI&gt;
&lt;LINENO&gt;&nbsp;&nbsp;&nbsp;&nbsp;<emphasis>(Delete at specified URI, line
number)</emphasis></entry></row>
+<row><entry>delete &lt;TEMPLATENAME&gt;&nbsp;&nbsp;&nbsp;&nbsp;<emphasis>(To
delete break point at named template.)</emphasis></entry></row>
<row><entry>delete *&nbsp;&nbsp;&nbsp;&nbsp;<emphasis>(To delete all break
points.)</emphasis></entry></row>
</tbody>
</tgroup>
@@ -187,7 +187,7 @@
</sect1>

<sect1 id="dir_cmd"><title id="dir_cmd.title">Dir</title>
-<para>Print list of nodes in a similary way to the dir shell command.</para>
+<para>Print list of nodes in a similarly way to the dir shell command.</para>
<para/>
<table><title>Dir usage</title>
<tgroup cols="1">
@@ -204,9 +204,9 @@
<tgroup cols="1">
<tbody>
<row><entry>disable&nbsp;&nbsp;&nbsp;&nbsp;<emphasis>(To disable breakpoint at
current node)</emphasis></entry></row>
-<row><entry>disable
&lt;BREAKPOINT_ID&gt;&nbsp;&nbsp;&nbsp;&nbsp;<emphasis>(To disable breakpoint
at specified break point number</emphasis></entry></row>
-<row><entry>disable -l &lt;FILENAME&gt;
&lt;LINENO&gt;&nbsp;&nbsp;&nbsp;&nbsp;<emphasis>(Disable breakpoint at specifed
file, line number)</emphasis></entry></row>
-<row><entry>disable -l &lt;URI&gt;
&lt;LINENO&gt;&nbsp;&nbsp;&nbsp;&nbsp;<emphasis>(Disable breakpoint at specifed
URI, line number)</emphasis></entry></row>
+<row><entry>disable
&lt;BREAKPOINT_ID&gt;&nbsp;&nbsp;&nbsp;&nbsp;<emphasis>(To disable breakpoint
at specified break point number)</emphasis></entry></row>
+<row><entry>disable -l &lt;FILENAME&gt;
&lt;LINENO&gt;&nbsp;&nbsp;&nbsp;&nbsp;<emphasis>(Disable breakpoint at
specified file, line number)</emphasis></entry></row>
+<row><entry>disable -l &lt;URI&gt;
&lt;LINENO&gt;&nbsp;&nbsp;&nbsp;&nbsp;<emphasis>(Disable breakpoint at
specified URI, line number)</emphasis></entry></row>
</tbody>
</tgroup>
</table>
@@ -224,7 +224,7 @@
</sect1>

<sect1 id="dump_cmd"><title id="dump_cmd.title">Dump</title>
-<para>Dump the gory details of this node</para>
+<para>Dump the details of this node</para>
<table><title>Dump usage</title>
<tgroup cols="1">
<tbody>
@@ -242,8 +242,8 @@
<tbody>
<row><entry>enable&nbsp;&nbsp;&nbsp;&nbsp;<emphasis>(To enable/disable
breakpoint at current node)</emphasis></entry></row>
<row><entry>enable
&lt;BREAKPOINT_ID&gt;&nbsp;&nbsp;&nbsp;&nbsp;<emphasis>(To enable/disable
breakpoint at specified break point number</emphasis></entry></row>
-<row><entry>enable -l &lt;FILENAME&gt;
&lt;LINENO&gt;&nbsp;&nbsp;&nbsp;&nbsp;<emphasis>(Enable/disable breakpoint at
specifed file, line number)</emphasis></entry></row>
-<row><entry>enable -l &lt;URI&gt;
&lt;LINENO&gt;&nbsp;&nbsp;&nbsp;&nbsp;<emphasis>(Enable/disable breakpoint at
specifed URI, line number)</emphasis></entry></row>
+<row><entry>enable -l &lt;FILENAME&gt;
&lt;LINENO&gt;&nbsp;&nbsp;&nbsp;&nbsp;<emphasis>(Enable/disable breakpoint at
specified file, line number)</emphasis></entry></row>
+<row><entry>enable -l &lt;URI&gt;
&lt;LINENO&gt;&nbsp;&nbsp;&nbsp;&nbsp;<emphasis>(Enable/disable breakpoint at
specified URI, line number)</emphasis></entry></row>
</tbody>
</tgroup>
</table>
@@ -300,8 +300,8 @@
<table><title>Globals usage</title>
<tgroup cols="1">
<tbody>
-<row><entry>globals&nbsp;&nbsp;&nbsp;&nbsp;<emphasis>(Print list of all
globaly available variables)</emphasis></entry></row>
-<row><entry>globals -f&nbsp;&nbsp;&nbsp;&nbsp;<emphasis>(Print list of all
globaly available variables and thier values)</emphasis></entry></row>
+<row><entry>globals&nbsp;&nbsp;&nbsp;&nbsp;<emphasis>(Print list of all
globally available variables)</emphasis></entry></row>
+<row><entry>globals -f&nbsp;&nbsp;&nbsp;&nbsp;<emphasis>(Print list of all
globally available variables and their values)</emphasis></entry></row>
<row><entry>globals &lt;QNAME&gt;&nbsp;&nbsp;&nbsp;&nbsp;<emphasis>(Print the
value of variable specified)</emphasis></entry></row>
</tbody>
</tgroup>
@@ -309,7 +309,7 @@
</sect1>

<sect1 id="help_cmd"><title id="help_cmd.title">Help</title>
-<para>Display help on command or overiew</para>
+<para>Display help on command or overview</para>
<para>Shortcut name: h</para>
<table><title>Help usage</title>
<tgroup cols="1">
@@ -338,7 +338,7 @@
<tgroup cols="1">
<tbody>
<row><entry>locals&nbsp;&nbsp;&nbsp;&nbsp;<emphasis>(Print list of all locally
available variables)</emphasis></entry></row>
-<row><entry>locals -f&nbsp;&nbsp;&nbsp;&nbsp;<emphasis>(Print list of all
locally available variables and thier values)</emphasis></entry></row>
+<row><entry>locals -f&nbsp;&nbsp;&nbsp;&nbsp;<emphasis>(Print list of all
locally available variables and their values)</emphasis></entry></row>
<row><entry>locals &lt;QNAME&gt;&nbsp;&nbsp;&nbsp;&nbsp;<emphasis>(Print the
value of variable specified)</emphasis></entry></row>
</tbody>
</tgroup>
@@ -466,14 +466,14 @@
<sect1 id="search_cmd"><title id="search_cmd.title">Search</title>
<para>Search a dataBase of all information gathered from stylesheets
loaded</para>
<para>All output files are stored in, value of the "searchresultspath" option
if set, or the same directory as the provided stylesheet. searchresults.xml is
normally transformed by search.xsl, but will be transformed using
searchhtml.xsl if the "prefrehtml" option is set.
-</para><para>When the search command is issued a xml file (searchresults.xml)
will be created. You can then process this file with your own stylesheet to
present data in a other ways. If "preferhtml" option is not set
+</para><para>When the search command is issued a xml file (searchresults.xml)
will be created. You can then process this file with your own stylesheet to
present data in other ways. If "preferhtml" option is not set
then searchresult.txt is printed to display.
</para><para>Depending on the amount of data collected it might take a while
to complete this command.
</para>
<table><title>Search usage</title>
<tgroup cols="1">
<tbody>
-<row><entry>search &lt;XPATH&gt;&nbsp;&nbsp;&nbsp;&nbsp;<emphasis>(See what
xpath can be used see search.dtd. The deafault &lt;XPATH&gt; is '//search/*'
)</emphasis></entry></row>
+<row><entry>search &lt;XPATH&gt;&nbsp;&nbsp;&nbsp;&nbsp;<emphasis>(See what
xpath can be used see search.dtd. The default &lt;XPATH&gt; is '//search/*'
)</emphasis></entry></row>
<row><entry>search -sort &lt;XPATH&gt;&nbsp;&nbsp;&nbsp;&nbsp;<emphasis>(Tell
search.xsl to sort the result before outputing it)</emphasis></entry></row>
</tbody>
</tgroup>
@@ -510,10 +510,10 @@
<row><entry>catalogs&nbsp;&nbsp;&nbsp;&nbsp;<emphasis>(If
&lt;INTEGER_VALUE&gt; is true use the catalogs from $SGML_CATALOG_FILES or
SGML$CatalogFiles for risc operating system)</emphasis></entry></row>
<row><entry>html&nbsp;&nbsp;&nbsp;&nbsp;<emphasis>(If
&lt;INTEGER_VALUE&gt; is true the input document is an HTML
file)</emphasis></entry></row>
<row><entry>docbook&nbsp;&nbsp;&nbsp;&nbsp;<emphasis>(If
&lt;INTEGER_VALUE&gt; is true and docbook is still supported by libxml the
input document is SGML docbook)</emphasis></entry></row>
- <row><entry>xinclude&nbsp;&nbsp;&nbsp;&nbsp;<emphasis>(If
&lt;INTEGER_VALUE&gt; is true do XInclude processing on document
intput)</emphasis></entry></row>
- <row><entry>preferhtml&nbsp;&nbsp;&nbsp;&nbsp;<emphasis>(If
&lt;INTEGER_VALUE&gt; is true the prefer html output for search results. See
search command)</emphasis></entry></row>
+ <row><entry>xinclude&nbsp;&nbsp;&nbsp;&nbsp;<emphasis>(If
&lt;INTEGER_VALUE&gt; is true do XInclude processing on document
input)</emphasis></entry></row>
+ <row><entry>preferhtml&nbsp;&nbsp;&nbsp;&nbsp;<emphasis>(If
&lt;INTEGER_VALUE&gt; is true prefer html output for search results. See
search command)</emphasis></entry></row>
<row><entry>autoencode&nbsp;&nbsp;&nbsp;&nbsp;<emphasis>(If
&lt;INTEGER_VALUE&gt; is true try to use the encoding from the
stylesheet)</emphasis></entry></row>
- <row><entry>utf8input&nbsp;&nbsp;&nbsp;&nbsp;<emphasis>(If
&lt;INTEGER_VALUE&gt; is true All input from user is in UTF-8.This is normaly
used when xsldbg is running as a thread)</emphasis></entry></row>
+ <row><entry>utf8input&nbsp;&nbsp;&nbsp;&nbsp;<emphasis>(If
&lt;INTEGER_VALUE&gt; is true all input from user is in UTF-8. This is normally
used when xsldbg is running as a thread)</emphasis></entry></row>
<row><entry>&nbsp;&nbsp;&nbsp;&nbsp;<emphasis></emphasis></entry></row>
<row><entry>gdb&nbsp;&nbsp;&nbsp;&nbsp;<emphasis>(Run in gdb compatability
mode)</emphasis>
<para>
@@ -523,10 +523,10 @@
<para>
<informaltable>
<tgroup cols="1"><tbody>
- <row><entry>Print lots more messages. Increase the frequency of
printing "Breapoint at ..."</entry></row>
- <row><entry>At most GDB_LINES_TO_PRINT lines will be printed when
evalating expressions, followed by a "...". See options.h to change this value,
the default is three lines of text</entry></row>
+ <row><entry>Print lots more messages. Increase the frequency of
printing "Breakpoint at ..."</entry></row>
+ <row><entry>At most GDB_LINES_TO_PRINT lines will be printed when
evaluating expressions, followed by a "...". See options.h to change this
value, the default is three lines of text</entry></row>
<row><entry>Both local and globals will be printed when the
"locals" command is issued </entry></row>
- <row><entry>When printing expresssions with cat/print. The
evaluated value will be prefixed by "= " &lt; EXPRESSION &gt;</entry></row>
+ <row><entry>When printing expressions with cat/print. The
evaluated value will be prefixed by "= " &lt; EXPRESSION &gt;</entry></row>
</tbody></tgroup>
</informaltable>
</para>
@@ -548,7 +548,7 @@
<row><entry>net&nbsp;&nbsp;&nbsp;&nbsp;<emphasis>(If &lt;INTEGER_VALUE&gt;
is true fetch DTDs or entities over network)</emphasis></entry></row>
<row><entry>valid&nbsp;&nbsp;&nbsp;&nbsp;<emphasis>(If
&lt;INTEGER_VALUE&gt; is true perform the DTD loading
phase)</emphasis></entry></row>
<row><entry>repeat&nbsp;&nbsp;&nbsp;&nbsp;<emphasis>(If
&lt;INTEGER_VALUE&gt; is greater than zero(0) then run the transformation
&lt;INTEGER_VALUE&gt; times)</emphasis></entry></row>
- <row><entry>profile&nbsp;&nbsp;&nbsp;&nbsp;<emphasis>(If
&lt;INTEGER_VALUE&gt; is true dump profiling
informations)</emphasis></entry></row>
+ <row><entry>profile&nbsp;&nbsp;&nbsp;&nbsp;<emphasis>(If
&lt;INTEGER_VALUE&gt; is true dump profiling
information)</emphasis></entry></row>
<row><entry>timing&nbsp;&nbsp;&nbsp;&nbsp;<emphasis>(If
&lt;INTEGER_VALUE&gt; is true display the time used)</emphasis></entry></row>
<row><entry>out&nbsp;&nbsp;&nbsp;&nbsp;<emphasis>(If &lt;INTEGER_VALUE&gt;
is true dump the result)</emphasis></entry></row>
</tbody></tgroup>
@@ -558,7 +558,7 @@
<row><entry>Where value is true if the word "true" is supplied or the value is
NOT equal to zero</entry></row>
<row><entry>Where value is false if the word "false" is supplied or value IS
equal to zero</entry></row>
<row><entry>Where value is by default true, when no value is supplied, eg
setoption net</entry></row>
-<row><entry>Where value is by default false if the option name is preceeded by
"no" , eg setoption nonet</entry></row>
+<row><entry>Where value is by default false if the option name is preceded by
"no", &eg; setoption nonet</entry></row>
<row><entry>stdout&nbsp;&nbsp;&nbsp;&nbsp;<emphasis>Print all error messages
to stdout. Normally error messages go to stderr.</emphasis></entry></row>
<row><entry>setoption &lt;OPTION_NAME&gt;
"&lt;STRING_VALUE&gt;"&nbsp;&nbsp;&nbsp;&nbsp;<emphasis>(Must not contain
double quotation marks in &lt;STRING_VALUE&gt;)</emphasis></entry></row>
<row><entry>setoption &lt;OPTION_NAME&gt;
&lt;STRING_VALUE&gt;&nbsp;&nbsp;&nbsp;&nbsp;<emphasis>(Must not contain any
spaces, nor double quotation marks in
&lt;STRING_VALUE&gt;)</emphasis></entry></row>
@@ -633,7 +633,7 @@
<table><title>Showwatch usage</title>
<tgroup cols="1">
<tbody>
-<row><entry>showwatch&nbsp;&nbsp;&nbsp;&nbsp;<emphasis>(Show the currently
selected watches and thier values)</emphasis></entry></row>
+<row><entry>showwatch&nbsp;&nbsp;&nbsp;&nbsp;<emphasis>(Show the currently
selected watches and their values)</emphasis></entry></row>
<row><entry>showwatch 1&nbsp;&nbsp;&nbsp;&nbsp;<emphasis>(Enable the automatic
printing of watch expressions. This is used by
default.)</emphasis></entry></row>
<row><entry>showwatch 0&nbsp;&nbsp;&nbsp;&nbsp;<emphasis>(Disable the
automatic printing of watch expressions.)</emphasis></entry></row>
</tbody>
Files old/kdewebdev-4.2.1/doc/xsldbg/index.cache.bz2 and
new/kdewebdev-4.2.2/doc/xsldbg/index.cache.bz2 differ
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn
--exclude=.svnignore old/kdewebdev-4.2.1/doc/xsldbg/man-xsldbg.1.docbook
new/kdewebdev-4.2.2/doc/xsldbg/man-xsldbg.1.docbook
--- old/kdewebdev-4.2.1/doc/xsldbg/man-xsldbg.1.docbook 2008-06-18
14:41:42.000000000 +0200
+++ new/kdewebdev-4.2.2/doc/xsldbg/man-xsldbg.1.docbook 2009-03-26
15:43:00.000000000 +0100
@@ -142,7 +142,7 @@

<varlistentry>
<term><option>--valid*</option></term>
-<listitem><para>Eables the DTD loading phase, by default this is
on</para></listitem>
+<listitem><para>Enables the DTD loading phase, by default this is
on</para></listitem>
</varlistentry>

<varlistentry>
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn
--exclude=.svnignore old/kdewebdev-4.2.1/doc/xsldbg/usage.docbook
new/kdewebdev-4.2.2/doc/xsldbg/usage.docbook
--- old/kdewebdev-4.2.1/doc/xsldbg/usage.docbook 2008-04-30
15:59:36.000000000 +0200
+++ new/kdewebdev-4.2.2/doc/xsldbg/usage.docbook 2009-03-26
15:43:00.000000000 +0100
@@ -12,17 +12,17 @@
<para>If your operating system supports it file names will be expanded.</para>
<para>
Several commands take more that one argument. Quotes may be used to lead to
-complex expressions being treated as one arument. eg break &quot;* | @&quot;
would allow you to se a breakpoint on the
+complex expressions being treated as one argument. eg break &quot;* | @&quot;
would allow you to see a breakpoint on the
template with the name &quot;* | @&quot;
</para>
</sect1>

<sect1 id="legend"><title>Legend of terms</title>
-<para>The following table describes the terms used in the subsiquent command
guide</para>
+<para>The following table describes the terms used in the subsequent command
guide</para>
<informaltable>
<tgroup cols="1"><tbody>
<row><entry>
- TEMPLATE_NAME : A valid template name contains only ASCI
+ TEMPLATE_NAME : A valid template name contains only ASCII
character codes 0x00 to 0x7F. And can be a fully qualified name ie
"xsl:templateName". </entry></row>
<row><entry>
@@ -47,7 +47,7 @@
<row><entry>PARAM_ID : a valid parameter number as indicated by showparam
command</entry></row>
<row><entry>PARAM_NAME : a valid parameter name as indicated by showparam
command</entry></row>
<row><entry>
- PATH : A path to change working directory to On some operating
systems a
+ PATH : A path to change working directory to. On some operating
systems a
"~" prefix will be replaced by your home directory path
</entry></row>
<row><entry>
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn
--exclude=.svnignore old/kdewebdev-4.2.1/kfilereplace/kfilereplace.desktop
new/kdewebdev-4.2.2/kfilereplace/kfilereplace.desktop
--- old/kdewebdev-4.2.1/kfilereplace/kfilereplace.desktop 2009-02-26
15:17:10.000000000 +0100
+++ new/kdewebdev-4.2.2/kfilereplace/kfilereplace.desktop 2009-03-26
15:43:00.000000000 +0100
@@ -1,5 +1,6 @@
[Desktop Entry]
Name=KFileReplace
+Name[hne]=के-फाइल-रिप्लेस
Name[ne]=केडीई फाइल प्रतिस्थापन
Name[sk]=KFile zameniť
Name[sv]=Kfilereplace
@@ -27,6 +28,7 @@
GenericName[fr]=Outil de recherche et de remplacement
GenericName[ga]=Uirlis Chuardaigh/Ionadaithe
GenericName[gl]=Ferramenta de busca e subtitución
+GenericName[hne]=खोजें अउ बदलव औजार
GenericName[hu]=Fájlkereső
GenericName[is]=Tól til að leita að texta og skipta út
GenericName[it]=Strumento di ricerca e sostituzione
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn
--exclude=.svnignore old/kdewebdev-4.2.1/kfilereplace/kfilereplacepart.desktop
new/kdewebdev-4.2.2/kfilereplace/kfilereplacepart.desktop
--- old/kdewebdev-4.2.1/kfilereplace/kfilereplacepart.desktop 2009-02-26
15:17:10.000000000 +0100
+++ new/kdewebdev-4.2.2/kfilereplace/kfilereplacepart.desktop 2009-03-26
15:43:00.000000000 +0100
@@ -18,6 +18,7 @@
Comment[fr]=Un outil de recherche et de remplacement par lot
Comment[ga]=Uirlis chuardaigh/ionadaithe
Comment[gl]=Unha utilidade de busca e substitución por lotes
+Comment[hne]=बैच खोज अउ बदल औजार
Comment[hu]=Sok fájl kezelésére alkalmas kereső- és cserélőprogram
Comment[is]=Tól til að leita að texta og skipta út
Comment[it]=Uno strumento per la ricerca e la sostituzione in sequenza
@@ -49,6 +50,7 @@
Comment[zh_HK]=批次搜尋及取代工具
Comment[zh_TW]=批次搜尋及取代工具
Name=KFileReplace
+Name[hne]=के-फाइल-रिप्लेस
Name[ne]=केडीई फाइल प्रतिस्थापन
Name[sk]=KFile zameniť
Name[sv]=Kfilereplace
@@ -70,6 +72,7 @@
GenericName[fr]=Vue pour le remplacement de fichiers
GenericName[ga]=Amharc Ionadaithe Comhad
GenericName[gl]=Vista de substitución de ficheiro
+GenericName[hne]=फाइल बदल दृस्य
GenericName[hu]=Fájlcserélő nézet
GenericName[is]=Texta útskiptingarsýn
GenericName[it]=Vista di sostituzione file
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn
--exclude=.svnignore
old/kdewebdev-4.2.1/kimagemapeditor/kimagemapeditor.desktop
new/kdewebdev-4.2.2/kimagemapeditor/kimagemapeditor.desktop
--- old/kdewebdev-4.2.1/kimagemapeditor/kimagemapeditor.desktop 2009-02-26
15:17:11.000000000 +0100
+++ new/kdewebdev-4.2.2/kimagemapeditor/kimagemapeditor.desktop 2009-03-26
15:43:00.000000000 +0100
@@ -5,6 +5,7 @@
Icon=kimagemapeditor
Terminal=false
Name=KImageMapEditor
+Name[hne]=के-इमेज-मैप-एडिटर
Name[nb]=KImageMapRedigerer
Name[ne]=केडीई छवि मानचित्र सम्पादक
Name[sk]=KImage editor mapy
@@ -26,6 +27,7 @@
GenericName[fr]=Éditeur de carte d'image HTML
GenericName[ga]=Eagarthóir Mapaí Íomhá HTML
GenericName[gl]=Editor de mapas de imaxes HTML
+GenericName[hne]=एचटीएमएल इमेज मैप संपादक
GenericName[hu]=HTML-térképszerkesztő
GenericName[is]=HTML myndakortsritill
GenericName[it]=Editor per le mappe di immagini HTML
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn
--exclude=.svnignore
old/kdewebdev-4.2.1/kimagemapeditor/kimagemapeditorpart.desktop
new/kdewebdev-4.2.2/kimagemapeditor/kimagemapeditorpart.desktop
--- old/kdewebdev-4.2.1/kimagemapeditor/kimagemapeditorpart.desktop
2009-02-26 15:17:11.000000000 +0100
+++ new/kdewebdev-4.2.2/kimagemapeditor/kimagemapeditorpart.desktop
2009-03-26 15:43:00.000000000 +0100
@@ -18,6 +18,7 @@
Comment[fr]=Un éditeur de carte d'images HTML
Comment[ga]=Eagarthóir mapaí íomhá HTML
Comment[gl]=Un editor de mapas de imaxes HTML
+Comment[hne]=एचटीएमएल इमेज मैप संपादक
Comment[hu]=HTML-térképszerkesztő
Comment[is]=HTML myndakortsritill
Comment[it]=Un editor per le mappe di immagini HTML
@@ -48,6 +49,7 @@
Comment[zh_HK]=一個 HTML 影像地圖的編輯器
Comment[zh_TW]=一個 HTML 影像地圖的編輯器
Name=KImageMapEditor
+Name[hne]=के-इमेज-मैप-एडिटर
Name[nb]=KImageMapRedigerer
Name[ne]=केडीई छवि मानचित्र सम्पादक
Name[sk]=KImage editor mapy
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn
--exclude=.svnignore old/kdewebdev-4.2.1/klinkstatus/src/klinkstatus.desktop
new/kdewebdev-4.2.2/klinkstatus/src/klinkstatus.desktop
--- old/kdewebdev-4.2.1/klinkstatus/src/klinkstatus.desktop 2009-02-26
15:17:11.000000000 +0100
+++ new/kdewebdev-4.2.2/klinkstatus/src/klinkstatus.desktop 2009-03-26
15:43:02.000000000 +0100
@@ -1,5 +1,6 @@
[Desktop Entry]
Name=KLinkStatus
+Name[hne]=के-लिंक-स्टेटस
Name[ne]=केडीई लिङ्क वस्तुस्थिति
Name[sk]=KLink status
Name[sv]=Klinkstatus
@@ -26,6 +27,7 @@
GenericName[fr]=Vérificateur de liens
GenericName[ga]=Seiceálaí Nasc
GenericName[gl]=Verificador de ligazóns
+GenericName[hne]=संकली जंचइया
GenericName[hu]=Linkellenőrző
GenericName[is]=Yfirfer tengla
GenericName[it]=Controllo dei collegamenti
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn
--exclude=.svnignore
old/kdewebdev-4.2.1/klinkstatus/src/klinkstatus_part.desktop
new/kdewebdev-4.2.2/klinkstatus/src/klinkstatus_part.desktop
--- old/kdewebdev-4.2.1/klinkstatus/src/klinkstatus_part.desktop
2008-06-11 10:33:34.000000000 +0200
+++ new/kdewebdev-4.2.2/klinkstatus/src/klinkstatus_part.desktop
2009-03-26 15:43:02.000000000 +0100
@@ -1,6 +1,7 @@
[Desktop Entry]
Name=KLinkStatusPart
Name[de]=KLinkStatus-Komponente
+Name[hne]=के-संकली-स्टेटस-पार्ट
Name[nds]=KLinkStatus-Komponent
Name[ne]=केडीई लिङ्क वस्तुस्थिति भाग
Name[pt_BR]=Componente do KLinkStatus
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn
--exclude=.svnignore
old/kdewebdev-4.2.1/klinkstatus/src/plugins/automation/klinkstatus_automation.desktop

new/kdewebdev-4.2.2/klinkstatus/src/plugins/automation/klinkstatus_automation.desktop
---
old/kdewebdev-4.2.1/klinkstatus/src/plugins/automation/klinkstatus_automation.desktop
2009-02-26 15:17:11.000000000 +0100
+++
new/kdewebdev-4.2.2/klinkstatus/src/plugins/automation/klinkstatus_automation.desktop
2009-03-26 15:43:02.000000000 +0100
@@ -9,6 +9,8 @@
Name[fr]=Module Automation
Name[ga]=Breiseán uathoibrithe
Name[gl]=Extensión de automatización
+Name[hne]=आटोमेटिक प्लगइन
+Name[is]=Sjálfvirkniíforrit
Name[it]=Plugin di automazione
Name[ja]=自動化プラグイン
Name[ko]=자동화 플러그인
@@ -36,6 +38,7 @@
Comment[fr]=Autoriser la configuration de tâches automatisées
Comment[ga]=Ceadaigh cumraíocht de thascanna uathoibrithe
Comment[gl]=Permite configurar tarefas automátizadas
+Comment[is]=Stillir ýmis sjálfvirk verkefni
Comment[it]=Permette la configurazione di compiti automatici
Comment[ja]=リンクチェックの自動化を可能にします
Comment[ko]=자동화된 작업을 설정합니다
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn
--exclude=.svnignore
old/kdewebdev-4.2.1/klinkstatus/src/plugins/scripting/krossmoduleklinkstatus.desktop

new/kdewebdev-4.2.2/klinkstatus/src/plugins/scripting/krossmoduleklinkstatus.desktop
---
old/kdewebdev-4.2.1/klinkstatus/src/plugins/scripting/krossmoduleklinkstatus.desktop
2009-02-26 15:17:11.000000000 +0100
+++
new/kdewebdev-4.2.2/klinkstatus/src/plugins/scripting/krossmoduleklinkstatus.desktop
2009-03-26 15:43:02.000000000 +0100
@@ -9,6 +9,8 @@
Name[fr]=Module Scripting
Name[ga]=Breiseán scriptithe
Name[gl]=Extensión de scripting
+Name[hne]=स्क्रिप्टिंग प्लगइन
+Name[is]=Skriftunaríforrit
Name[it]=Plugin di scripting
Name[ja]=スクリプティング用プラグイン
Name[ko]=스크립팅 플러그인
@@ -35,6 +37,8 @@
Comment[fr]=Permet l'exécution de scripts
Comment[ga]=Ceadaigh scripteanna a rith
Comment[gl]=Permite a execución de scripts
+Comment[hne]=स्क्रिप्ट चलाना स्वीकारव
+Comment[is]=Leyfir að skriftur séu keyrðar
Comment[it]=Permette l'esecuzione di script
Comment[ja]=スクリプトの実行を可能にします
Comment[ko]=스크립트를 실행합니다
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn
--exclude=.svnignore old/kdewebdev-4.2.1/kommander/editor/kmdr-editor.desktop
new/kdewebdev-4.2.2/kommander/editor/kmdr-editor.desktop
--- old/kdewebdev-4.2.1/kommander/editor/kmdr-editor.desktop 2009-02-26
15:17:12.000000000 +0100
+++ new/kdewebdev-4.2.2/kommander/editor/kmdr-editor.desktop 2009-03-26
15:43:02.000000000 +0100
@@ -14,6 +14,7 @@
GenericName[fr]=Éditeur de boîtes de dialogue dynamiques
GenericName[ga]=Eagarthóir Dinimiciúil Dialóg
GenericName[gl]=Editor de diálogos dinámicos
+GenericName[hne]=डायनामिक गोठ संपादक
GenericName[is]=Dynamic Dialog ritillinn
GenericName[it]=Editor per le maschere dinamiche
GenericName[ja]=動的ダイアログエディタ
@@ -55,6 +56,7 @@
Name[fr]=Éditeur Kommander
Name[ga]=Eagarthóir Kommander
Name[gl]=Kommander editor
+Name[hne]=कमांडर-एडिटर
Name[is]=Kommander ritillinn
Name[it]=Editor Kommander
Name[ja]=Kommander エディタ
@@ -97,6 +99,7 @@
Comment[fr]=Éditeur de boîtes de dialogue dynamiques
Comment[ga]=Eagarthóir Dinimiciúil Dialóg
Comment[gl]=Editor de diálogos dinámicos
+Comment[hne]=डायनामिक गोठ संपादक
Comment[is]=Dynamic Dialog ritillinn
Comment[it]=Editor per le maschere dinamiche
Comment[ja]=動的ダイアログエディタ
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn
--exclude=.svnignore old/kdewebdev-4.2.1/kommander/executor/kommander.desktop
new/kdewebdev-4.2.2/kommander/executor/kommander.desktop
--- old/kdewebdev-4.2.1/kommander/executor/kommander.desktop 2009-02-26
15:17:12.000000000 +0100
+++ new/kdewebdev-4.2.2/kommander/executor/kommander.desktop 2009-03-26
15:43:02.000000000 +0100
@@ -58,6 +58,7 @@
Name[fr]=Exécuteur pour Kommander
Name[ga]=Tionscnóir Kommander
Name[gl]=Executor de Kommander
+Name[hne]=कमांडर चलइया
Name[it]=Esecutore per Kommander
Name[ko]=Kommander 실행기
Name[lt]=Kommander vykdyklė
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn
--exclude=.svnignore old/kdewebdev-4.2.1/kommander/widgets/widgets.desktop
new/kdewebdev-4.2.2/kommander/widgets/widgets.desktop
--- old/kdewebdev-4.2.1/kommander/widgets/widgets.desktop 2009-01-06
18:23:17.000000000 +0100
+++ new/kdewebdev-4.2.2/kommander/widgets/widgets.desktop 2009-03-26
15:43:02.000000000 +0100
@@ -10,6 +10,7 @@
Name[fa]=عناصر
Name[fi]=Elementit
Name[ga]=Giuirléidí
+Name[hne]=विजेट्स
Name[ja]=ウィジェット
Name[ko]=위젯
Name[lt]=Valdikliai
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn
--exclude=.svnignore old/kdewebdev-4.2.1/kommander/x-kommander.desktop
new/kdewebdev-4.2.2/kommander/x-kommander.desktop
--- old/kdewebdev-4.2.1/kommander/x-kommander.desktop 2009-01-06
18:23:17.000000000 +0100
+++ new/kdewebdev-4.2.2/kommander/x-kommander.desktop 2009-03-26
15:43:02.000000000 +0100
@@ -14,6 +14,7 @@
Comment[fr]=Fichier de Kommander
Comment[ga]=Comhad Kommander
Comment[gl]=Ficheiro de Kommander
+Comment[hne]=कमांडर फाइल
Comment[is]=Kommander skrá
Comment[it]=File di Kommander
Comment[ja]=Kommander ファイル


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread
  • No further messages