summaryrefslogtreecommitdiffabout
authorzautrix <zautrix>2005-04-14 18:10:19 (UTC)
committer zautrix <zautrix>2005-04-14 18:10:19 (UTC)
commitd334d77ab00b91b9527bb5992b476c656c88b2fa (patch) (side-by-side diff)
tree59679cec875179b5b469830e43303cb9480ab1ac
parentbbdca90c599aaea557d31552c6bc33fc15e397cd (diff)
downloadkdepimpi-d334d77ab00b91b9527bb5992b476c656c88b2fa.zip
kdepimpi-d334d77ab00b91b9527bb5992b476c656c88b2fa.tar.gz
kdepimpi-d334d77ab00b91b9527bb5992b476c656c88b2fa.tar.bz2
transl fix
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--bin/kdepim/korganizer/germantranslation.txt16
-rw-r--r--korganizer/kotodoview.cpp7
2 files changed, 13 insertions, 10 deletions
diff --git a/bin/kdepim/korganizer/germantranslation.txt b/bin/kdepim/korganizer/germantranslation.txt
index ca73f9b..4d44e32 100644
--- a/bin/kdepim/korganizer/germantranslation.txt
+++ b/bin/kdepim/korganizer/germantranslation.txt
@@ -127,3 +127,3 @@
{ "Def. duration of new app.:","Standard Termin Länge:" },
-{ "Delete all completed To-Dos?","Alle bereits erledigten Todos löschen?" },
+{ "Delete all completed ToDos?","Alle bereits erledigten Todos löschen?" },
{ "Delete All","Lösche alles" },
@@ -312,3 +312,3 @@
{ "Purge","Entferne" },
-{ "Purge Completed","Entferne erledigte ToDos" },
+{ "Purge Completed","Entferne erledigte Todos" },
{ "Purge To-Dos","Todos bereinigen" },
@@ -881,3 +881,3 @@
{ "Max. weeks in future: ","Max. Wochen in der Zukunft: " },
-{ "NOTE: This will remove all old\ntodo/calendar data on phone!","ACHTUNG: Das löscht alle alten\nToDo/Kalender Daten auf dem Handy!" },
+{ "NOTE: This will remove all old\ntodo/calendar data on phone!","ACHTUNG: Das löscht alle alten\nTodo/Kalender Daten auf dem Handy!" },
{ "Export to mobile phone!","Exportiere auf das Handy!" },
@@ -926,3 +926,3 @@
{ "Event text","Termin Text" },
-{ "ToDo","ToDo" },
+{ "ToDo","Todo" },
{ "Today","Heute" },
@@ -1345,3 +1345,3 @@
{ "The todo\n%1\nis stopped.\nDo you want to set\nthe state to started?","Das Todo\n%1\nist gestoppt.\nWollen Sie es auf\ngestartet setzen?" },
-{ "The todo\n%1\nwill be cloned!\nIt has subtodos!\nDo you want to clone\nall subtodos as well?","Das Todo\n%1\nwird geklont!\nEs hat Untertodos!\nMöchten Sie\nalle Untertodos auch klonen?" },
+{ "The todo\n%1\nwill be cloned!\nIt has subtodos!\nDo you want to clone\nall subtodos as well?","Das Todo\n%1\nwird geklont!\nEs hat Untertodos!\nMöchten Sie alle\nUntertodos auch klonen?" },
{ "Todo has subtodos","Todo hat Untertodos" },
@@ -1350,2 +1350,8 @@
{ "Colors","Farben" },
+{ "Click on new parent item","Klicke auf neues Übertodo" },
+{ "Reparenting aborted!","Übertodo setzen abgebrochen" },
+{ "Cannot move Todo to itself\nor a child of itself","Kann nicht Todo auf\nsich selbst oder\nein Untertodo verschieben" },
+{ "Recursive reparenting not possible!","Rekursives Verschieben nicht möglich" },
+{ "","" },
+{ "","" },
{ "","" },
diff --git a/korganizer/kotodoview.cpp b/korganizer/kotodoview.cpp
index 7817a75..dd2c081 100644
--- a/korganizer/kotodoview.cpp
+++ b/korganizer/kotodoview.cpp
@@ -163,4 +163,4 @@ void KOTodoListView::contentsDropEvent(QDropEvent *e)
KMessageBox::sorry(this,
- i18n("Cannot move To-Do to itself\nor a child of itself"),
- i18n("Drop To-Do"));
+ i18n("Cannot move Todo to itself\nor a child of itself"),
+ i18n("Drop Todo"));
delete todo;
@@ -964,3 +964,2 @@ void KOTodoView::reparentTodo()
if (mActiveItem) {
- qDebug("KOTodoView::reparentTodo() ");
topLevelWidget()->setCaption(i18n("Click on new parent item"));
@@ -1164,3 +1163,2 @@ void KOTodoView::itemClicked(QListViewItem *item)
topLevelWidget()->setCaption(i18n("Recursive reparenting not possible!"));
- qDebug("Recursive reparenting not possible ");
pendingSubtodo = 0;
@@ -1197,3 +1195,2 @@ void KOTodoView::setDocumentId( const QString &id )
{
- kdDebug() << "KOTodoView::setDocumentId()" << endl;