author | zautrix <zautrix> | 2005-07-01 21:11:21 (UTC) |
---|---|---|
committer | zautrix <zautrix> | 2005-07-01 21:11:21 (UTC) |
commit | 36a9df18a9789d0f44d0485b5f47c4f0329abb22 (patch) (unidiff) | |
tree | 8a5fe60bc036974d4e87bd1ddf1965375d1f4f6b | |
parent | 5c03b6da2ff31c72d8c8b37d3e94f666a22081d0 (diff) | |
download | kdepimpi-36a9df18a9789d0f44d0485b5f47c4f0329abb22.zip kdepimpi-36a9df18a9789d0f44d0485b5f47c4f0329abb22.tar.gz kdepimpi-36a9df18a9789d0f44d0485b5f47c4f0329abb22.tar.bz2 |
fixx
-rw-r--r-- | bin/kdepim/korganizer/germantranslation.txt | 7 | ||||
-rw-r--r-- | korganizer/mainwindow.cpp | 2 |
2 files changed, 4 insertions, 5 deletions
diff --git a/bin/kdepim/korganizer/germantranslation.txt b/bin/kdepim/korganizer/germantranslation.txt index ed6a1c1..350d6b1 100644 --- a/bin/kdepim/korganizer/germantranslation.txt +++ b/bin/kdepim/korganizer/germantranslation.txt | |||
@@ -507,6 +507,5 @@ | |||
507 | { "Import last file","Importiere letzte Datei" }, | 507 | { "Import last file","Importiere letzte Datei" }, |
508 | { "Import Opie/Qtopia Cal.","Importiere Opie/Qtopia Kal." }, | 508 | { "Import Opie/Qtopia Cal.","Importiere Opie/Qtopia Kal." }, |
509 | { "Load Calendar Backup","Lade Kalender Backup" }, | 509 | { "Save Backup...","Speichere Backup..." }, |
510 | { "Save Calendar Backup...","Speichere Kalender Backup..." }, | ||
511 | { "Export VCalendar","Exportiere VCalendar" }, | 510 | { "Export VCalendar","Exportiere VCalendar" }, |
512 | { "Manage new categories...","Verwalte neue Kategorien..." }, | 511 | { "Manage new categories...","Verwalte neue Kategorien..." }, |
@@ -582,5 +581,5 @@ | |||
582 | { "Organizer","Organisator" }, | 581 | { "Organizer","Organisator" }, |
583 | { "Save","Speichern" }, | 582 | { "Save","Speichern" }, |
584 | { "Exit (+save)","Beenden (+ speichern)" }, | 583 | { "Exit (+save)","Beenden(+speichern)" }, |
585 | { "Home","Zuhause" }, | 584 | { "Home","Zuhause" }, |
586 | { "Office","Büro" }, | 585 | { "Office","Büro" }, |
@@ -1044,5 +1043,5 @@ | |||
1044 | { "ME","ME" }, | 1043 | { "ME","ME" }, |
1045 | { "Toolbar","Toolbar" }, | 1044 | { "Toolbar","Toolbar" }, |
1046 | { "Undo Delete...","Löschen rückgängig machen..." }, | 1045 | { "Undo Delete...","Undo Löschen..." }, |
1047 | { "Undo Delete","Löschen rückgängig machen" }, | 1046 | { "Undo Delete","Löschen rückgängig machen" }, |
1048 | { "KDE Sync HowTo...","KDE Sync HowTo..." }, | 1047 | { "KDE Sync HowTo...","KDE Sync HowTo..." }, |
diff --git a/korganizer/mainwindow.cpp b/korganizer/mainwindow.cpp index 501eed5..862d437 100644 --- a/korganizer/mainwindow.cpp +++ b/korganizer/mainwindow.cpp | |||
@@ -1066,5 +1066,5 @@ void MainWindow::initActions() | |||
1066 | connect( action, SIGNAL( activated() ), SLOT( loadCalendar() ) ); | 1066 | connect( action, SIGNAL( activated() ), SLOT( loadCalendar() ) ); |
1067 | #endif | 1067 | #endif |
1068 | action = new QAction( "save_cal", i18n("Save Calendar Backup..."), 0, | 1068 | action = new QAction( "save_cal", i18n("Save Backup..."), 0, |
1069 | this ); | 1069 | this ); |
1070 | action->addTo( importMenu ); | 1070 | action->addTo( importMenu ); |