summaryrefslogtreecommitdiffabout
authorzautrix <zautrix>2005-07-01 21:11:21 (UTC)
committer zautrix <zautrix>2005-07-01 21:11:21 (UTC)
commit36a9df18a9789d0f44d0485b5f47c4f0329abb22 (patch) (side-by-side diff)
tree8a5fe60bc036974d4e87bd1ddf1965375d1f4f6b
parent5c03b6da2ff31c72d8c8b37d3e94f666a22081d0 (diff)
downloadkdepimpi-36a9df18a9789d0f44d0485b5f47c4f0329abb22.zip
kdepimpi-36a9df18a9789d0f44d0485b5f47c4f0329abb22.tar.gz
kdepimpi-36a9df18a9789d0f44d0485b5f47c4f0329abb22.tar.bz2
fixx
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--bin/kdepim/korganizer/germantranslation.txt7
-rw-r--r--korganizer/mainwindow.cpp2
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 @@
{ "Import (*.ics/*.vcs) file","Importiere (*.ics/*.vcs) Datei" },
{ "Import last file","Importiere letzte Datei" },
{ "Import Opie/Qtopia Cal.","Importiere Opie/Qtopia Kal." },
-{ "Load Calendar Backup","Lade Kalender Backup" },
-{ "Save Calendar Backup...","Speichere Kalender Backup..." },
+{ "Save Backup...","Speichere Backup..." },
{ "Export VCalendar","Exportiere VCalendar" },
{ "Manage new categories...","Verwalte neue Kategorien..." },
{ "Beam complete calendar...","Sende kompletten Kalender..." },
@@ -581,7 +580,7 @@
{ "<p><i>%1 % completed</i></p>","<p><i>%1 % erledigt</i></p>" },
{ "Organizer","Organisator" },
{ "Save","Speichern" },
-{ "Exit (+save)","Beenden (+ speichern)" },
+{ "Exit (+save)","Beenden(+speichern)" },
{ "Home","Zuhause" },
{ "Office","Büro" },
{ "Library","Bibliothek" },
@@ -1043,7 +1042,7 @@
{ "Hide not Running","Verstecke nicht Laufende" },
{ "ME","ME" },
{ "Toolbar","Toolbar" },
-{ "Undo Delete...","Löschen rückgängig machen..." },
+{ "Undo Delete...","Undo Löschen..." },
{ "Undo Delete","Löschen rückgängig machen" },
{ "KDE Sync HowTo...","KDE Sync HowTo..." },
{ "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()
action->addTo( importMenu );
connect( action, SIGNAL( activated() ), SLOT( loadCalendar() ) );
#endif
- action = new QAction( "save_cal", i18n("Save Calendar Backup..."), 0,
+ action = new QAction( "save_cal", i18n("Save Backup..."), 0,
this );
action->addTo( importMenu );
connect( action, SIGNAL( activated() ), SLOT( saveCalendar() ) );