-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 | |||
@@ -506,8 +506,7 @@ | |||
506 | { "Import (*.ics/*.vcs) file","Importiere (*.ics/*.vcs) Datei" }, | 506 | { "Import (*.ics/*.vcs) file","Importiere (*.ics/*.vcs) Datei" }, |
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..." }, |
513 | { "Beam complete calendar...","Sende kompletten Kalender..." }, | 512 | { "Beam complete calendar...","Sende kompletten Kalender..." }, |
@@ -581,7 +580,7 @@ | |||
581 | { "<p><i>%1 % completed</i></p>","<p><i>%1 % erledigt</i></p>" }, | 580 | { "<p><i>%1 % completed</i></p>","<p><i>%1 % erledigt</i></p>" }, |
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" }, |
587 | { "Library","Bibliothek" }, | 586 | { "Library","Bibliothek" }, |
@@ -1043,7 +1042,7 @@ | |||
1043 | { "Hide not Running","Verstecke nicht Laufende" }, | 1042 | { "Hide not Running","Verstecke nicht Laufende" }, |
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..." }, |
1049 | { "Multi Sync HowTo...","Multi Sync HowTo..." }, | 1048 | { "Multi Sync HowTo...","Multi Sync HowTo..." }, |
diff --git a/korganizer/mainwindow.cpp b/korganizer/mainwindow.cpp index 501eed5..862d437 100644 --- a/korganizer/mainwindow.cpp +++ b/korganizer/mainwindow.cpp | |||
@@ -1065,7 +1065,7 @@ void MainWindow::initActions() | |||
1065 | action->addTo( importMenu ); | 1065 | action->addTo( importMenu ); |
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 ); |
1071 | connect( action, SIGNAL( activated() ), SLOT( saveCalendar() ) ); | 1071 | connect( action, SIGNAL( activated() ), SLOT( saveCalendar() ) ); |