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 | |||
@@ -505,10 +505,9 @@ | |||
505 | { "AgendaSize","Agendagröße" }, | 505 | { "AgendaSize","Agendagröße" }, |
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..." }, |
514 | { "Beam filtered calendar...","Sende gefilterten Kalender..." }, | 513 | { "Beam filtered calendar...","Sende gefilterten Kalender..." }, |
@@ -580,9 +579,9 @@ | |||
580 | { "<p><b>Priority:</b> %2</p>","<p><b>Priorität:</b> %2</p>" }, | 579 | { "<p><b>Priority:</b> %2</p>","<p><b>Priorität:</b> %2</p>" }, |
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" }, |
588 | { "Doctor","Arzt" }, | 587 | { "Doctor","Arzt" }, |
@@ -1042,9 +1041,9 @@ | |||
1042 | { "For all profiles","Für alle Profile" }, | 1041 | { "For all profiles","Für alle Profile" }, |
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..." }, |
1050 | { "Januar","Januar" }, | 1049 | { "Januar","Januar" }, |
diff --git a/korganizer/mainwindow.cpp b/korganizer/mainwindow.cpp index 501eed5..862d437 100644 --- a/korganizer/mainwindow.cpp +++ b/korganizer/mainwindow.cpp | |||
@@ -1064,9 +1064,9 @@ void MainWindow::initActions() | |||
1064 | this ); | 1064 | this ); |
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() ) ); |
1072 | importMenu->insertSeparator(); | 1072 | importMenu->insertSeparator(); |