-rw-r--r-- | korganizer/main.cpp | 4 | ||||
-rw-r--r-- | korganizer/wordsgerman.h | 245 |
2 files changed, 246 insertions, 3 deletions
diff --git a/korganizer/main.cpp b/korganizer/main.cpp index ca53828..4194d12 100644 --- a/korganizer/main.cpp +++ b/korganizer/main.cpp | |||
@@ -6,33 +6,33 @@ | |||
6 | #include <qpe/global.h> | 6 | #include <qpe/global.h> |
7 | #include <stdlib.h> | 7 | #include <stdlib.h> |
8 | #else | 8 | #else |
9 | #include <qapplication.h> | 9 | #include <qapplication.h> |
10 | #include <qstring.h> | 10 | #include <qstring.h> |
11 | #include <qwindowsstyle.h> | 11 | #include <qwindowsstyle.h> |
12 | #include <qplatinumstyle.h> | 12 | #include <qplatinumstyle.h> |
13 | #include <qsgistyle.h> | 13 | #include <qsgistyle.h> |
14 | #endif | 14 | #endif |
15 | #include <qtextcodec.h> | 15 | #include <qtextcodec.h> |
16 | 16 | ||
17 | #include <qdir.h> | 17 | #include <qdir.h> |
18 | #include <kstandarddirs.h> | 18 | #include <kstandarddirs.h> |
19 | #include <kglobal.h> | 19 | #include <kglobal.h> |
20 | #include <stdio.h> | 20 | #include <stdio.h> |
21 | #include "mainwindow.h" | 21 | #include "mainwindow.h" |
22 | 22 | void dumpMissing(); | |
23 | int main( int argc, char **argv ) | 23 | int main( int argc, char **argv ) |
24 | { | 24 | { |
25 | #ifndef DESKTOP_VERSION | 25 | #ifndef DESKTOP_VERSION |
26 | QPEApplication a( argc, argv ); | 26 | QPEApplication a( argc, argv ); |
27 | a.setKeepRunning (); | 27 | a.setKeepRunning (); |
28 | #else | 28 | #else |
29 | QApplication a( argc, argv ); | 29 | QApplication a( argc, argv ); |
30 | QApplication::setStyle( new QPlatinumStyle ()); | 30 | QApplication::setStyle( new QPlatinumStyle ()); |
31 | QString hdir = QDir::homeDirPath(); | 31 | QString hdir = QDir::homeDirPath(); |
32 | // there is a bug when creating dirs for WIN 98 | 32 | // there is a bug when creating dirs for WIN 98 |
33 | // it is difficult to fix, because we have no WIN 98 runnung | 33 | // it is difficult to fix, because we have no WIN 98 runnung |
34 | // such that we try it to create the dirs at startup here | 34 | // such that we try it to create the dirs at startup here |
35 | if ( hdir == "C:\\" ) { // win 98 or ME | 35 | if ( hdir == "C:\\" ) { // win 98 or ME |
36 | QDir app_dir; | 36 | QDir app_dir; |
37 | if ( !app_dir.exists("C:\\kdepim") ) | 37 | if ( !app_dir.exists("C:\\kdepim") ) |
38 | app_dir.mkdir ("C:\\kdepim"); | 38 | app_dir.mkdir ("C:\\kdepim"); |
@@ -87,20 +87,20 @@ int main( int argc, char **argv ) | |||
87 | #else | 87 | #else |
88 | a.setMainWidget(&m ); | 88 | a.setMainWidget(&m ); |
89 | m.show(); | 89 | m.show(); |
90 | //m.resize( 800, 600 ); | 90 | //m.resize( 800, 600 ); |
91 | QObject::connect(&a, SIGNAL(lastWindowClosed()), &a, SLOT(quit())); | 91 | QObject::connect(&a, SIGNAL(lastWindowClosed()), &a, SLOT(quit())); |
92 | #endif | 92 | #endif |
93 | if ( argc > 1 ) { | 93 | if ( argc > 1 ) { |
94 | QCString command = argv[1]; | 94 | QCString command = argv[1]; |
95 | if ( argc > 2 ) | 95 | if ( argc > 2 ) |
96 | command += argv[2]; | 96 | command += argv[2]; |
97 | qApp->processEvents(); | 97 | qApp->processEvents(); |
98 | m.recieve(command, QByteArray() ); | 98 | m.recieve(command, QByteArray() ); |
99 | 99 | ||
100 | } | 100 | } |
101 | 101 | ||
102 | a.exec(); | 102 | a.exec(); |
103 | 103 | dumpMissing(); | |
104 | } | 104 | } |
105 | qDebug("KO: Bye! "); | 105 | qDebug("KO: Bye! "); |
106 | } | 106 | } |
diff --git a/korganizer/wordsgerman.h b/korganizer/wordsgerman.h index 6fd347c..02df615 100644 --- a/korganizer/wordsgerman.h +++ b/korganizer/wordsgerman.h | |||
@@ -1,17 +1,17 @@ | |||
1 | { "10 minutes","10 Minuten", }, | 1 | { "10 minutes","10 Minuten" }, |
2 | { "10th","10." }, | 2 | { "10th","10." }, |
3 | { "11th","11." }, | 3 | { "11th","11." }, |
4 | { "12 pm Format","12 AM/PM Format" }, | 4 | { "12 pm Format","12 AM/PM Format" }, |
5 | { "12th","12." }, | 5 | { "12th","12." }, |
6 | { "13th","13." }, | 6 | { "13th","13." }, |
7 | { "14th","14." }, | 7 | { "14th","14." }, |
8 | { "15th","15." }, | 8 | { "15th","15." }, |
9 | { "16th","16." }, | 9 | { "16th","16." }, |
10 | { "17th","17." }, | 10 | { "17th","17." }, |
11 | { "18th","18." }, | 11 | { "18th","18." }, |
12 | { "19th","19." }, | 12 | { "19th","19." }, |
13 | { "1 Day","1 Tag" }, | 13 | { "1 Day","1 Tag" }, |
14 | { "1 h","1 Std" }, | 14 | { "1 h","1 Std" }, |
15 | { "1 (high)","1 (hoch)" }, | 15 | { "1 (high)","1 (hoch)" }, |
16 | { "5 (low)","5" }, | 16 | { "5 (low)","5" }, |
17 | { "1st","1." }, | 17 | { "1st","1." }, |
@@ -822,23 +822,266 @@ | |||
822 | { "When importing birthdays twice\nduplicated events will be ignored,\nif the event has not been\nchanged in KO/Pi!\n","Wenn Geburtstage mehrfach importiert\nwerden, werden doppelte Einträge ignoriert\nwenn sie nicht verändert wurden.\n" }, | 822 | { "When importing birthdays twice\nduplicated events will be ignored,\nif the event has not been\nchanged in KO/Pi!\n","Wenn Geburtstage mehrfach importiert\nwerden, werden doppelte Einträge ignoriert\nwenn sie nicht verändert wurden.\n" }, |
823 | { "Import Birthdays (KA/Pi)","Importiere Geburtstage (KA/Pi)" }, | 823 | { "Import Birthdays (KA/Pi)","Importiere Geburtstage (KA/Pi)" }, |
824 | { "Next recurrence is on: ","Nächste Wiederholung ist am:" }, | 824 | { "Next recurrence is on: ","Nächste Wiederholung ist am:" }, |
825 | { "<b>Alarm on: </b>","<b>Alarm am: </b>" }, | 825 | { "<b>Alarm on: </b>","<b>Alarm am: </b>" }, |
826 | { "<b>Access: </b>","<b>Zugriff: </b>" }, | 826 | { "<b>Access: </b>","<b>Zugriff: </b>" }, |
827 | { "(%1 min before)","(%1 min vorher)" }, | 827 | { "(%1 min before)","(%1 min vorher)" }, |
828 | { "<b>Categories: </b>","<b>Kategorien: </b>" }, | 828 | { "<b>Categories: </b>","<b>Kategorien: </b>" }, |
829 | { "Save Journal/Description...","Speichere Journal/Details..." }, | 829 | { "Save Journal/Description...","Speichere Journal/Details..." }, |
830 | { "This saves the text/details of selected\nJournals and Events/Todos\nto a text file.","Das speichert den Text bzw.\ndie Details von selektierten\nJournalen und Events/Todos\nin eine Textdatei." }, | 830 | { "This saves the text/details of selected\nJournals and Events/Todos\nto a text file.","Das speichert den Text bzw.\ndie Details von selektierten\nJournalen und Events/Todos\nin eine Textdatei." }, |
831 | { "Continue","Weitermachen" }, | 831 | { "Continue","Weitermachen" }, |
832 | { " birthdays/anniversaries added!"," Geburts-/Jahrestage hinzugefügt" }, | 832 | { " birthdays/anniversaries added!"," Geburts-/Jahrestage hinzugefügt" }, |
833 | { "Attendee:","Teilnehmer:" }, | 833 | { "Attendee:","Teilnehmer:" }, |
834 | { "Click OK to search ->","Klicke zum Suchen auf OK ->" }, | 834 | { "Click OK to search ->","Klicke zum Suchen auf OK ->" }, |
835 | { "On day ","Am Tag " }, | 835 | { "On day ","Am Tag " }, |
836 | { "%1 of ","%1 des Monats" }, | 836 | { "%1 of ","%1 des Monats" }, |
837 | { "%1 of the year","%1 des Jahres" }, | 837 | { "%1 of the year","%1 des Jahres" }, |
838 | { "Anonymous","Anonymo" }, | ||
839 | { "nobody@nowhere","niemand@nirgendwo" }, | ||
840 | { "calendar.html","calendar.html" }, | ||
841 | { "+01:00 Europe/Oslo(CET)","+01:00 Europa/Oslo(CET)" }, | ||
842 | { " Local Time"," Locale Zeit" }, | ||
843 | { "+12:00 Asia/Kamchatka","+12:00 Asien/Kamchatka" }, | ||
844 | { "+11:00 Asia/Magadan","+11:00 Asien/Magadan" }, | ||
845 | { "+10:00 Asia/Vladivostok","+10:00 Asien/Vladivostok" }, | ||
846 | { "+09:00 Asia/Tokyo","+09:00 Asien/Tokyo" }, | ||
847 | { "+08:00 Asia/Hongkong","+08:00 Asien/Hongkong" }, | ||
848 | { "+07:00 Asia/Bangkok","+07:00 Asien/Bangkok" }, | ||
849 | { "+06:00 Indian/Chagos","+06:00 Indien/Chagos" }, | ||
850 | { "+05:00 Indian/Maldives","+05:00 Indien/Maldiven" }, | ||
851 | { "+04:00 Indian/Mauritius","+04:00 Indien/Mauritius" }, | ||
852 | { "+03:00 Europe/Moscow","+03:00 Europa/Moskau" }, | ||
853 | { "+02:00 Europe/Helsinki","+02:00 Europa/Helsinki" }, | ||
854 | { " 00:00 Europe/London(UTC)"," 00:00 Europa/London(UTC)" }, | ||
855 | { "-01:00 Atlantic/Azores","-01:00 Atlantik/Azoren" }, | ||
856 | { "-02:00 Brazil/DeNoronha","-02:00 Brasilien/DeNoronha" }, | ||
857 | { "-03:00 Brazil/East","-03:00 Brasilien/Ost" }, | ||
858 | { "-04:00 Brazil/West","-04:00 Brasilien/West" }, | ||
859 | { "-05:00 US/Eastern","-05:00 US/Eastern" }, | ||
860 | { "-06:00 US/Central","-06:00 US/Central" }, | ||
861 | { "-07:00 US/Mountain","-07:00 US/Mountain" }, | ||
862 | { "-08:00 US/Pacific","-08:00 US/Pacific" }, | ||
863 | { "-09:00 US/Alaska","-09:00 US/Alaska" }, | ||
864 | { "-10:00 US/Hawaii","-10:00 US/Hawaii" }, | ||
865 | { "-11:00 US/Samoa","-11:00 US/Samoa" }, | ||
866 | { "Unknown Name","Unbekannter Name" }, | ||
867 | { "unknown@nowhere","unbekannt@nirgendwo" }, | ||
868 | { "Beam via IR!","Beam via IR!" }, | ||
869 | { "Next Month","Nächster Monat" }, | ||
870 | { "Prio","Prio" }, | ||
871 | { "Reparent Todo","Mache Sub-Todo" }, | ||
872 | { "tomorrow","morgen" }, | ||
873 | { "today","heute" }, | ||
874 | { "yesterday","gestern" }, | ||
875 | { "Ok","Ok" }, | ||
876 | { "Ok+Agenda","Ok+Agenda" }, | ||
877 | { "Email","Email" }, | ||
878 | { "RSVP","RSVP" }, | ||
879 | { "Email:","Email:" }, | ||
880 | { "Appointment Time ","Termin Zeit " }, | ||
881 | { "2","2" }, | ||
882 | { "3","3" }, | ||
883 | { "4","4" }, | ||
884 | { " 0 %"," 0 %" }, | ||
885 | { " 20 %"," 20 %" }, | ||
886 | { " 40 %"," 40 %" }, | ||
887 | { " 60 %"," 60 %" }, | ||
888 | { " 80 %"," 80 %" }, | ||
889 | { "100 %","100 %" }, | ||
890 | { "Filter","Filter" }, | ||
891 | { "Configure","Konfiguriere" }, | ||
892 | { "What's Next","What's Next" }, | ||
893 | { "Complete calendar...","Kompletten Kalender..." }, | ||
894 | { "Filtered calendar...","Gefilterten Kalender..." }, | ||
895 | { "Export to phone","Exportiere zum Handy" }, | ||
896 | { "Beam receice enabled","Beam Empfang an" }, | ||
897 | { "What's new?","Was ist neu?" }, | ||
898 | { "FAQ...","FAQ..." }, | ||
899 | { "Licence...","Licence..." }, | ||
900 | { "What's This?","What's This?" }, | ||
901 | { "&Edit...","&Editiere..." }, | ||
902 | { "Oktober","Oktober" }, | ||
903 | { "Title","Titel" }, | ||
904 | { "%1 %","%1 %" }, | ||
905 | { "Enable Pi-Sync","Schalte Pi-Sync an" }, | ||
906 | { "Import!","Importiere!" }, | ||
907 | { "inserting birthdays - close to abort!","Burzeltage werden eingefügt - schließe um abzubrechen!" }, | ||
908 | { "Export to phone options","Export ans Handy Optionen" }, | ||
909 | { "Please read Help-Sync Howto\nto know what settings to use.","Bitte lese Hilfe-Sync Howto\num zu erfahren welche Einstellungen\ndie richtigen sind." }, | ||
910 | { "I/O device: ","I/O device: " }, | ||
911 | { "Connection: ","Connection: " }, | ||
912 | { "Model(opt.): ","Model(opt.): " }, | ||
913 | { "Write back events in future only","Schreibe nur zukünftige Termine zurück" }, | ||
914 | { "Max. weeks in future: ","Max. Wochen in der Zukunft: " }, | ||
915 | { "NOTE: This will remove all old\ntodo/calendar data on phone!","ACHTUNG: Das löscht alle alten\nToDo/Kalender Daten auf dem Handy!" }, | ||
916 | { "Export to mobile phone!","Exportiere auf das Handy!" }, | ||
917 | { "Export complete calendar","Exportiere kompletten Kalender" }, | ||
918 | { "Writing to phone...","Sende Daten ans Handy..." }, | ||
919 | { " This may take 1-3 minutes!"," Das kann 1-3 Minuten dauern!" }, | ||
920 | { "Retry","Nochmal versuchen" }, | ||
921 | { "KDE/Pim phone access","KDE/Pim Handy Zugriff" }, | ||
922 | { "Error accessing device!\nPlease turn on connection\nand retry!","Fehler beim Zugriff auf das Gerät!\nBitte die Verbindung aktivieren\nund nochmal versuchen!" }, | ||
923 | { "Error exporting to phone!","Fehler beim Export auf das Handy!" }, | ||
924 | { "Export filtered calendar","Exportiere gefilterten Kalender" }, | ||
925 | { "Preferences","Vorlieben" }, | ||
926 | { "Global","Global" }, | ||
927 | { "Phone","Phone" }, | ||
928 | { "SMS","SMS" }, | ||
929 | { "Fax","Fax" }, | ||
930 | { "Pager","Pager" }, | ||
931 | { "SIP","SIP" }, | ||
932 | { "Italian","Italienisch" }, | ||
933 | { "24:00","24:00" }, | ||
934 | { "12:00am","12:00am" }, | ||
935 | { "24.03.2004 (%d.%m.%Y|%A %d %B %Y)","24.03.2004 (%d.%m.%Y|%A %d %B %Y)" }, | ||
936 | { "03.24.2004 (%m.%d.%Y|%A %B %d %Y)","03.24.2004 (%m.%d.%Y|%A %B %d %Y)" }, | ||
937 | { "2004-03-24 (%Y-%m-%d|%A %Y %B %d)","2004-03-24 (%Y-%m-%d|%A %Y %B %d)" }, | ||
938 | { "Mon 19.04.04: %a %d.%m.%y","Mon 19.04.04: %a %d.%m.%y" }, | ||
939 | { "Mon, 19.Apr.04: %a, %d.%b.%y","Mon, 19.Apr.04: %a, %d.%b.%y" }, | ||
940 | { "Add 30 min (+00:30) to selected Timezone","Addiere 30 min zur selektierten Zeitzone" }, | ||
941 | { "Used Mail Client","Benutzter Mail Client" }, | ||
942 | { "Channel:","Channel:" }, | ||
943 | { "Message:","Message:" }, | ||
944 | { "Parameters:","Parameter:" }, | ||
945 | { "HINT: Delimiter=; Name=%1,Email=%2","Hinweis: Begrenzer=; Name=%1,Email=%2" }, | ||
946 | { "extra Message:","extra Message:" }, | ||
947 | { "extra Parameters:","extra Parameter:" }, | ||
948 | { "HINT: Emails=%1,Attachments=%2","Hinweis: Emails=%1,Attachments=%2" }, | ||
949 | { "External Apps.","Externe Appl." }, | ||
950 | { "24 hours","24 Std." }, | ||
951 | { "3 hours","3 Std." }, | ||
952 | { "1 hour","1 Std." }, | ||
953 | { "15 minutes","15 Min." }, | ||
954 | { "5 minutes","5 Min." }, | ||
955 | { "1 minute","1 Min." }, | ||
956 | { "23","23" }, | ||
957 | { "Mon 15","Mon 15" }, | ||
958 | { "Configure KO","Konfiguriere KO" }, | ||
959 | { "Event text","Termin Text" }, | ||
960 | { "ToDo","ToDo" }, | ||
961 | { "Today","Heute" }, | ||
962 | { "What's Next View","What's Next Ansicht" }, | ||
963 | { "Show Sync Events in \nWhat's Next/Agenda view","Zeige Sync Termine in \nWhat's Next/Agenda view" }, | ||
964 | { "Use short date in \nWhat's Next/Event view","Zeige Kurzdatum in \nWhat's Next/Event view" }, | ||
965 | { "Allday Agenda view shows todos","Ganztag Agenda zeigt Todos" }, | ||
966 | { "Alarm","Alarm" }, | ||
967 | { "Used %1 Client","Benutzter %1 Client" }, | ||
968 | { "No email client installed","Kein Email Klient installiert" }, | ||
969 | { "Userdefined email client","Benutzerdef. Email Klient" }, | ||
970 | { "OM/Pi email client","OM/Pi Email Klient" }, | ||
971 | { "Include in multiple ","Beziehe in multiple " }, | ||
972 | { "calendar ","Kalender " }, | ||
973 | { "addressbook ","Adressbuch " }, | ||
974 | { "pwmanager","PWmanager" }, | ||
975 | { " sync"," Sync ein" }, | ||
976 | { "Write back synced data","Schreibe gesyncte Daten zurück" }, | ||
977 | { "-- Write back (on remote) existing entries only","-- Schreibe nur existierende (entfernte) Einträge zurück" }, | ||
978 | { "-- Write back (calendar) entries in future only","-- Schreibe nur zukünftige Kalender-Einträge zurück" }, | ||
979 | { "---- Max. weeks in future: ","---- Max. wochen in der Zukunft: " }, | ||
980 | { "Pi-Sync ( direct Kx/Pi to Kx/Pi sync )","Pi-Sync ( direktes Kx/Pi zu Kx/Pi sync )" }, | ||
981 | { "Mobile device (cell phone)","Mobiles Gerät (Handy)" }, | ||
982 | { "Help...","Hilfe..." }, | ||
983 | { "Local file Cal:","Lokale Datei Kal:" }, | ||
984 | { "Local file ABook:","Lokale Datei ABuch:" }, | ||
985 | { "Local file PWMgr:","Lokale Datei PWMgr:" }, | ||
986 | { "Addressbook file (*.vcf) is used by KA/Pi","Adressbuch Datei (*.vcf) wird von KA/Pi genutzt" }, | ||
987 | { "Calendar:","Kalender:" }, | ||
988 | { "AddressBook:","AdressBuch:" }, | ||
989 | { "PWManager:","PWManager:" }, | ||
990 | { "Addressbook file is used by KA/Pi","Adressbuch Datei wird von KA/Pi genutzt" }, | ||
991 | { "ssh/scp","ssh/scp" }, | ||
992 | { "ftp","ftp" }, | ||
993 | { "Password for remote access: (could be the same for each)","Passwort für entfernten Zugriff: (kann dasselbe sein für alle)" }, | ||
994 | { "Remote IP address: (could be the same for each)","Entfernte IP Adresse: (kann dasselbe sein für alle)" }, | ||
995 | { "Remote port number: (should be different for each)","Entfernte Port Nummer: (Sollte für alle unterschiedlich sein)" }, | ||
996 | { "command for downloading remote file to local device","Kommando zum Download der entfernten Datei zum lokalen Gerät" }, | ||
997 | { "command for uploading local temp file to remote device","Kommando zum Upload der lokalen temp. Datei zum entfernten Gerät" }, | ||
998 | { "Insert device where\nphone is connected. E.g.:\n","Füge Device ein, an dem\ndas Handy angeschlossen ist. Z.B.:\n" }, | ||
999 | { "KDE-Pim sync config","KDE-Pim sync Konfig" }, | ||
1000 | { "Insert kind of connection,e.g.:\n","Füge Art der Verbindung ein,z.B.:\n" }, | ||
1001 | { "Recommended: Leave empty!\n(Such that model can\nbe auto detected)\nOr insert name of model:\n","Empfohlen: Leer lassen!\n(So dass das Model\nautomatisch erkannt\nwerden kann)\nOder füge Model Name ein:\n" }, | ||
1002 | { "Port number (Default: %1)","Port Nummer (Default: %1)" }, | ||
1003 | { "Password to enable\naccess from remote:","Passwort um entfernten\nZugriff zuzulassen:" }, | ||
1004 | { "Automatically start\nat application startup","Starte automatisch\nbeim Programmstart" }, | ||
1005 | { "Automatically sync\nwith KDE-Desktop","Automatischer Sync\nmit dem KDE-Desktop" }, | ||
1006 | { "Enter port for Pi-Sync","Gib Port für Pi-Sync ein" }, | ||
1007 | { "Disable Pi-Sync","Schalte Pi-Sync ab" }, | ||
1008 | { "Do you really want\nto multiple sync\nwith all checked profiles?\nSyncing takes some\ntime - all profiles\nare synced twice!","Wollen Sie wirklich\nmit allen selektierten\nProfilen \"Multi-Syncen\"?\nDas Syncen dauert einige Zeit -\nalle Profile werden zweimal gesynct!" }, | ||
1009 | { "KDE-Pim Sync","KDE-Pim Sync" }, | ||
1010 | { "Multiple profiles","Multi-Sync Profile" }, | ||
1011 | { "Device: ","Gerät: " }, | ||
1012 | { "Multiple sync started.","Multi-Sync gestartet." }, | ||
1013 | { "Nothing synced! No profiles defined for multisync!","Nichts gesynct! Keine Profile\nselektiert für Multi-Sync" }, | ||
1014 | { "Turn filter on","Schalte Filter an" }, | ||
1015 | { "Turn filter off","Schalte Filter ab" }, | ||
1016 | { "Key bindings KOrganizer/Pi","Tastatur Belegung KOrganizer/Pi" }, | ||
1017 | { "<p><b>White</b>: Item readonly</p>\n","<p><b>Weiss</b>: Eintrag schreibgeschützt</p>\n" }, | ||
1018 | { "<p><b>Dark yellow</b>: Event/todo with attendees.</p>\n","<p><b>Dunkelgelb</b>: Termin/Todo mit Teilnehmern.</p>\n" }, | ||
1019 | { "<p><b>Black</b>: Event/todo with attendees. You are the organizer!</p>\n","<p><b>Schwarz</b>: Termin/Todo mit Teilnehmern. Sie sind der Organisator!</p>\n" }, | ||
1020 | { "<p><b>Dark green</b>: Information(description) available.([i] in WN view)</p>\n","<p><b>Dunkelgrün</b>: Information(Beschreibung) verfügbar.([i] in WN Anzeige)</p>\n" }, | ||
1021 | { "<p><b>Blue</b>: Recurrent event.([r] in Whats'Next view)</p>\n","<p><b>Blau</b>: Wiederholender Termin.([r] in Whats'Next Anzeige)</p>\n" }, | ||
1022 | { "<p><b>Red</b>: Alarm set.([a] in Whats'Next view)</p>\n","<p><b>Rot</b>: Alarm gesetzt.([a] in Whats'Next Anzeige)</p>\n" }, | ||
1023 | { "<p><b>Cross</b>: Item cancelled.([c] in Whats'Next view)</p>\n","<p><b>Kreuz</b>: Eintrag gecancelt.([c] in Whats'Next Anzeige)</p>\n" }, | ||
1024 | { "<p><b>(for square icons in agenda and month view)</b></p>\n","<p><b>(für quadratische Icons in Agenda und Monats Anzeige)</b></p>\n" }, | ||
1025 | { "<p><h2>KO/Pi icon colors:</h2></p>\n","<p><h2>KO/Pi Icon Farben:</h2></p>\n" }, | ||
1026 | { "<p><b>E</b>: Edit item</p>\n","<p><b>E</b>: Editiere Eintrag</p>\n" }, | ||
1027 | { "<p><b>A</b>: Show agenda view.</p>\n","<p><b>A</b>: Zeige Agenda Anzeige.</p>\n" }, | ||
1028 | { "<p><b>I,C</b>: Close dialog.</p>\n","<p><b>I,C</b>: Schließe Dialog.</p>\n" }, | ||
1029 | { "<p><h3>In event/todo viewer:</h3></p>\n","<p><h3>In Termin/Todo Detail-Anzeige:</h3></p>\n" }, | ||
1030 | { "<p><b>shift+up/down</b>: Goto first/last item</p>\n","<p><b>shift+up/down</b>: Gehe zum ersten/letzten Eintrag</p>\n" }, | ||
1031 | { "<p><b>ctrl+up/down</b>: Goto up/down by 20% of items</p>\n","<p><b>ctrl+up/down</b>: Gehe hoch/runter 20% aller Einträge</p>\n" }, | ||
1032 | { "<p><b>up/down</b>: Next/prev item</p>\n","<p><b>up/down</b>: Nächster/vorheriger Eintrag</p>\n" }, | ||
1033 | { "<p><b>return+shift</b>: Deselect item+one step down</p>\n","<p><b>return+shift</b>: Deselektiere Item+Cursor einen Eintrag runter</p>\n" }, | ||
1034 | { "<p><b>return</b>: Select item+one step down</p>\n","<p><b>return</b>: Selektiere Item+Cursor einen Eintrag runter</p>\n" }, | ||
1035 | { "<p><b>I</b>: Show info of current item+one step down.</p>\n","<p><b>I</b>: Zeige Detail-Ansicht vom sel.Eintrag+Cursor einen Eintrag runter.</p>\n" }, | ||
1036 | { "<p><h3>In list view:</h3></p>\n","<p><h3>In Listen Anzeige:</h3></p>\n" }, | ||
1037 | { "<p><b>return+shift</b>: Mark item as not completed+one step down</p>\n","<p><b>return+shift</b>: Markiere Todo als nicht erledigt+Cursor einen Eintrag runter</p>\n" }, | ||
1038 | { "<p><b>return</b>: Mark item as completed+one step down.</p>\n","<p><b>return</b>: Markiere Todo als erledigt+Cursor einen Eintrag runter.</p>\n" }, | ||
1039 | { "<p><b>Q</b>: Toggle quick todo line edit.</p>\n","<p><b>Q</b>: Zeige/verstecke Quick Todo Eingabe Zeile.</p>\n" }, | ||
1040 | { "<p><b>shift+P</b>: Make new <b>P</b>arent for todo selected with shift+S</p>\n","<p><b>shift+P</b>: Mache Todo zum neuen <b>P</b>arent Todo für das Todo, welches mit shift+Sselektiert wurde.</p>\n" }, | ||
1041 | { "<p><b>shift+S</b>: Make <b>S</b>ubtodo (reparent todo)</p>\n","<p><b>shift+S</b>: Mache Todo zum <b>S</b>ubtodo</p>\n" }, | ||
1042 | { "<p><b>shift+U</b>: <b>U</b>nparent todo (make root todo)</p>\n","<p><b>shift+U</b>: <b>U</b>nparent Todo (Mache Sub-Todo zum Toplevel Todo)</p>\n" }, | ||
1043 | { "<p><h3>In todo view:</h3></p>\n","<p><h3>In Todo Anzige:</h3></p>\n" }, | ||
1044 | { "<p><b>ctrl+up/down</b>: Scroll small todo view</p>\n","<p><b>ctrl+up/down</b>: Scrolle kleine Todo Anzeige</p>\n" }, | ||
1045 | { "<p><b>up/down</b>: Scroll agenda view</p>\n","<p><b>up/down</b>: Scrolle Agenda Anzeige</p>\n" }, | ||
1046 | { "<p><h3>In agenda view:</h3></p>\n","<p><h3>In Agenda Anzeige:</h3></p>\n" }, | ||
1047 | { "<p><b>del,backspace</b>: Delete selected item</p>\n","<p><b>del,backspace</b>: Lösche selektiertes Item</p>\n" }, | ||
1048 | { "<p><b>left</b>: Prev. week | <b>left+ctrl</b>: Prev. month</p>\n","<p><b>left</b>: Vorh. Woche | <b>left+ctrl</b>: Vorh. Monat</p>\n" }, | ||
1049 | { "<p><b>right</b>: Next week | <b>right+ctrl</b>: Next month</p>\n","<p><b>right</b>: Nächste Woche | <b>right+ctrl</b>: Nächste Woche</p>\n" }, | ||
1050 | { "<p><b>B</b>: Edit description (details) of selected item</p>\n","<p><b>B</b>: Editiere Beschreibung (Details) des selektierten Items</p>\n" }, | ||
1051 | { "<p><b>C</b>: Show current time in agenda view</p>\n","<p><b>C</b>: Zeige aktuelle Zeit in Agenda Anzeige</p>\n" }, | ||
1052 | { "<p><b>+,-</b> : Zoom in/out agenda | <b>A</b>: Toggle allday agenda height</p>\n","<p><b>+,-</b> : Zoom rein/raus Agenda | <b>A</b>: Wechsle Ganztag Agenda Höhe</p>\n" }, | ||
1053 | { "<p><b>S+ctrl</b>: Add sub-todo | <b>X</b>: Toggle datenavigator</p>\n","<p><b>S+ctrl</b>: Füge Sub-Todo hinzu | <b>X</b>: Zeige/verstecke Datenavigator</p>\n" }, | ||
1054 | { "<p><b>T</b>: Goto today | <b>T+ctrl</b>: New Todo</p>\n","<p><b>T</b>: Gehe zu Heute | <b>T+ctrl</b>: Neues Todo</p>\n" }, | ||
1055 | { "<p><b>E</b>: Edit selected item |<b> E+ctrl</b>: New Event</p>\n","<p><b>E</b>: Editiere selektiertes Item |<b> E+ctrl</b>: Neuer Termin</p>\n" }, | ||
1056 | { "<p><b>D</b>: One day view | <b>M</b>: Month view</p>\n","<p><b>D</b>: Ein-Tages Ansicht | <b>M</b>: Monats Ansicht</p>\n" }, | ||
1057 | { "<p><b>Z,Y</b>: Work week view | <b>U</b>: Week view</p>\n","<p><b>Z,Y</b>: Arbeitswochen Ansicht | <b>U</b>: Wochen Ansicht</p>\n" }, | ||
1058 | { "<p><b>V</b>: Todo view | <b>L</b>: Event list view</p>\n","<p><b>V</b>: Todo Ansicht | <b>L</b>: Termin Listen Ansicht</p>\n" }, | ||
1059 | { "<p><b>N</b>: Next days view| <b>W</b>: What's next view\n ","<p><b>N</b>: Nächste-Tage Ansicht days view| <b>W</b>: What's next Ansicht\n " }, | ||
1060 | { "<p><b>1-0</b> (+<b>ctrl</b>): Select filter 1-10 (11-20)</p>\n","<p><b>1-0</b> (+<b>ctrl</b>): Selektiere Filter 1-10 (11-20)</p>\n" }, | ||
1061 | { "<p><b>O</b>: Filter On/Off | <b>J</b>: Journal view</p>\n","<p><b>O</b>: Filter An/Aus | <b>J</b>: Journal Ansicht</p>\n" }, | ||
1062 | { "<p><b>F</b>: Toggle filterview |<b>F+ctrl</b>: Edit filter </p>\n","<p><b>F</b>: Zeige/verstecke Filter Ansicht |<b>F+ctrl</b>: Editiere Filter </p>\n" }, | ||
1063 | { "<p><b>Space</b>: Toggle fullscreen | <b>P</b>: Date picker</p>\n","<p><b>Space</b>: Zeige fullscreen | <b>P</b>: Datums Picker</p>\n" }, | ||
1064 | { "<p><b>I</b>: Show info for selected event/todo</p>\n","<p><b>I</b>: Zeige Info (Details) für selektiertes Item</p>\n" }, | ||
1065 | { "<p><b>H</b>: This help dialog | <b>S</b>: Search dialog</p>\n","<p><b>H</b>: Dieser Hilfe Dialog | <b>S</b>: Such Dialog</p>\n" }, | ||
1066 | { "<p><h2>KO/Pi key shortcuts:</h2></p>\n","<p><h2>KO/Pi Tastatur Kurzbefehle:</h2></p>\n" }, | ||
1067 | { "After changing something, the data is\nautomatically saved to the file\n~/kdepim/apps/korganizer/mycalendar.ics\nafter (configureable) three minutes.\nFor safety reasons there is one autosaving\nafter 10 minutes (of idle time) again. The \ndata is saved automatically when closing KO/Pi\nYou can create a backup file \nwith: File - Save Calendar Backup\n","Nachdem etwas geändert wurde, werden die\nDaten automatisch in die Datei abgespeichert\n~/kdepim/apps/korganizer/mycalendar.ics\nnach (konfigurierbar) drei Minuten.\nAus Sicherheitsgründen wird noch einmal\nnach 10 Min. abgespeichert, wenn keine\nÄnderungen vorgenommen wurden. Die \nDaten werden automatisch gespeichert,\nwenn KO/Pi beendet wird.\nSie können eine Backup-Datei erstellen im\nMenu: Datei - Speichere Kalender Backup\n" }, | ||
1068 | { "Auto Saving in KOrganizer/Pi","Auto Speichern in KOrganizer/Pi" }, | ||
1069 | { "\nhttp://sourceforge.net/projects/kdepimpi\n","\nhttp://sourceforge.net/projects/kdepimpi\n" }, | ||
1070 | { "\nor report them in the bugtracker on\n","\noder trage sie in dem Bugtracker ein auf\n" }, | ||
1071 | { "\nPlease report unexpected behaviour to\nlutz@pi-sync.net\n","\nBitte melde fehlerhaftes Verhalten an\nlutz@pi-sync.net\n" }, | ||
1072 | { "2) Audio alarm daemon\nfor Zaurus is available!\nas an additional small application\n","2) Ein Audio Alarm Daemon\nfür den Zaurus ist verfügbar\nals zusätzliche Anwendung\n" }, | ||
1073 | { "1) Importing *.vcs or *.ics files from\nother applications may not work properly,\nif there are events with properties\nKO/Pi does not support.\n","1) Importieren von *.vcs oder *.ics Dateien von\nanderen Anwendungen kann möglicherweise\n nicht richtig funktionieren,\nwenn die Termine Eigenschaften haben,\ndie KO/Pi nicht unterstützt.\n" }, | ||
1074 | { "Known Problems in KOrganizer/Pi","Bekannte Probleme in KOrganizer/Pi" }, | ||
1075 | { "KO/Pi FAQ","KO/Pi FAQ" }, | ||
1076 | { "(c) 2004 Lutz Rogowski\nEmail:lutz@pi-sync.net\nKO/Pi is based on KOrganizer\n(c) 2002,2003 Cornelius Schumacher\nEmail: schumacher@kde.org\nKOrganizer/Pi is licensed\nunder the GPL.\nKO/Pi can be compiled for\nLinux, Zaurus-PDA and Windows\nwww.korganizer.org\nwww.pi-sync.net\n","(c) 2004 Lutz Rogowski\nEmail:lutz@pi-sync.net\nKO/Pi basiert auf KOrganizer\n(c) 2002,2003 Cornelius Schumacher\nEmail: schumacher@kde.org\nKOrganizer/Pi ist lizensiert unter der GPL.\nKO/Pi kann kompiliert werden für\nLinux, Zaurus-PDA und Windows\nwww.korganizer.org\nwww.pi-sync.net\n" }, | ||
1077 | { "PDA-Edition\nfor: Zaurus 5x00 / 7x0 / 8x0\n","PDA-Edition\nfür: Zaurus 5x00 / 7x0 / 8x0\n" }, | ||
1078 | { "KOrganizer/Platform-independent\n","KOrganizer/Platform-independent\n" }, | ||
1079 | { "About KOrganizer/Pi","Über KOrganizer/Pi" }, | ||
1080 | { "From: ","Von: " }, | ||
838 | { "","" }, | 1081 | { "","" }, |
839 | { "","" }, | 1082 | { "","" }, |
840 | { "","" }, | 1083 | { "","" }, |
841 | { "","" }, | 1084 | { "","" }, |
842 | { "","" }, | 1085 | { "","" }, |
843 | { "","" }, | 1086 | { "","" }, |
844 | { "","" }, | 1087 | { "","" }, |