summaryrefslogtreecommitdiffabout
path: root/bin/kdepim
authorzautrix <zautrix>2005-02-03 21:29:54 (UTC)
committer zautrix <zautrix>2005-02-03 21:29:54 (UTC)
commit03935a21c9540b12b50290b144cd8a1a30c08caf (patch) (unidiff)
tree906afc4efaa8d7eb11621a767efba6f6b40ea960 /bin/kdepim
parentc8369569b3c5bc7cbec3b56ddca27847f57ca72f (diff)
downloadkdepimpi-03935a21c9540b12b50290b144cd8a1a30c08caf.zip
kdepimpi-03935a21c9540b12b50290b144cd8a1a30c08caf.tar.gz
kdepimpi-03935a21c9540b12b50290b144cd8a1a30c08caf.tar.bz2
alarm fixes
Diffstat (limited to 'bin/kdepim') (more/less context) (ignore whitespace changes)
-rw-r--r--bin/kdepim/WhatsNew.txt7
-rw-r--r--bin/kdepim/korganizer/germantranslation.txt4
2 files changed, 11 insertions, 0 deletions
diff --git a/bin/kdepim/WhatsNew.txt b/bin/kdepim/WhatsNew.txt
index 031c7f2..8af7da2 100644
--- a/bin/kdepim/WhatsNew.txt
+++ b/bin/kdepim/WhatsNew.txt
@@ -1,130 +1,137 @@
1Info about the changes in new versions of KDE-Pim/Pi 1Info about the changes in new versions of KDE-Pim/Pi
2 2
3********** VERSION 2.0.3 ************
4
5KO/Pi:
6Added feature for changing alarm settings for many items at once:
7Open list view (or search dialog), select the desired items and choose in
8the popup menu: Set alarm for selected...
9
3********** VERSION 2.0.2 ************ 10********** VERSION 2.0.2 ************
4 11
5KO/Pi: 12KO/Pi:
6Fixed the layout problem of the day label buttons 13Fixed the layout problem of the day label buttons
7of the agenda view introduced in version 2.0.1. 14of the agenda view introduced in version 2.0.1.
8 15
9Added WhatsThis support for the todo view and the list view. 16Added WhatsThis support for the todo view and the list view.
10 17
11Added a quite useful feature to the montview. 18Added a quite useful feature to the montview.
12Just click on the week numbers on the left. 19Just click on the week numbers on the left.
13And in the top right corner of month view/agenda view 20And in the top right corner of month view/agenda view
14there is now a "week number quick selector". 21there is now a "week number quick selector".
15(Click on the black triangle). 22(Click on the black triangle).
16 23
17Made the quite difficult timezone change in KO/Pi easy. 24Made the quite difficult timezone change in KO/Pi easy.
18 25
19OM/Pi: 26OM/Pi:
20Fixed too small icons on desktop. 27Fixed too small icons on desktop.
21Fixed non visible icons in mainwindow on Z with fastload enabled. 28Fixed non visible icons in mainwindow on Z with fastload enabled.
22Added signature file setting to smtp account config. 29Added signature file setting to smtp account config.
23And the signature can be edited and saved in the edit mail dialog. 30And the signature can be edited and saved in the edit mail dialog.
24That does mean: 31That does mean:
25Simply edit the signature for the selected smtp account in the 32Simply edit the signature for the selected smtp account in the
26edit new mail dialog and press the "save signature" button there. 33edit new mail dialog and press the "save signature" button there.
27Then the signature is saved to the file specified in the smtp account settings. 34Then the signature is saved to the file specified in the smtp account settings.
28If there is no file specified, it is saved automatically to the file 35If there is no file specified, it is saved automatically to the file
29kdepim/apps/kopiemail/<accountname>.sig. 36kdepim/apps/kopiemail/<accountname>.sig.
30 37
31 38
32 39
33********** VERSION 2.0.1 ************ 40********** VERSION 2.0.1 ************
34 41
35Oooops ... I forgot to test on the Zaurus 5500 ... 42Oooops ... I forgot to test on the Zaurus 5500 ...
36 43
37Fixed many problems of new (english) strings (and german translations) 44Fixed many problems of new (english) strings (and german translations)
38introduced in the latest versions, where the text was not fitting on the 45introduced in the latest versions, where the text was not fitting on the
39240x320 display of the Zaurus 5500. 46240x320 display of the Zaurus 5500.
40 47
41KO/Pi: 48KO/Pi:
42Added a popup menu ( press pen and hold to get popup ) to the agenda view 49Added a popup menu ( press pen and hold to get popup ) to the agenda view
43with many useful items (add event/todo, show next week, two weeks, month, journal). 50with many useful items (add event/todo, show next week, two weeks, month, journal).
44 51
45Added items to the todolist popup menu for: 52Added items to the todolist popup menu for:
46Display all opened, all closed or all todos flat. 53Display all opened, all closed or all todos flat.
47The "flat" view makes is possible to sort all todos after ,e.g., prio or date. 54The "flat" view makes is possible to sort all todos after ,e.g., prio or date.
48Made the reparenting of todos on the desktop possible via Drag&Drop. 55Made the reparenting of todos on the desktop possible via Drag&Drop.
49Fixed several bugs in setting the completed datetime for todos. 56Fixed several bugs in setting the completed datetime for todos.
50Added info about completed datetime of todos to the todo viewer. 57Added info about completed datetime of todos to the todo viewer.
51Now displaying a completed todo (with completed datetime set) in the agenda view 58Now displaying a completed todo (with completed datetime set) in the agenda view
52at the time of the completion. Such that now it is possible to see in the agenda view 59at the time of the completion. Such that now it is possible to see in the agenda view
53when what todo was completed. 60when what todo was completed.
54Fixed behaviour of automatic setting completion of todos with sub-todos/parent todos. 61Fixed behaviour of automatic setting completion of todos with sub-todos/parent todos.
55Now the behaviour is: 62Now the behaviour is:
56Setting a parent to complete sets all (sub)childs to complete. 63Setting a parent to complete sets all (sub)childs to complete.
57Setting a parent to uncomplete does not change the childs. 64Setting a parent to uncomplete does not change the childs.
58Setting a child to uncomplete sets all parent to uncomplete. 65Setting a child to uncomplete sets all parent to uncomplete.
59Setting a child to complete does not change the parents. 66Setting a child to complete does not change the parents.
60 67
61Smart updating and double buffering of the daymatrix. 68Smart updating and double buffering of the daymatrix.
62Showing holidays in the day matrix. 69Showing holidays in the day matrix.
63Many other small performance updates. 70Many other small performance updates.
64 71
65Made day labels in agenda clickable. By clicking a label, the day is displayed in single day mode. 72Made day labels in agenda clickable. By clicking a label, the day is displayed in single day mode.
66 73
67Now the translation file usertranslation.txt is supposed to be in utf8 format. 74Now the translation file usertranslation.txt is supposed to be in utf8 format.
68If you want to translate a language from western europe, just change the germantranslation.txt file. Please read the updated Usertranslation HowTo in KO/Pi Help menu. 75If you want to translate a language from western europe, just change the germantranslation.txt file. Please read the updated Usertranslation HowTo in KO/Pi Help menu.
69 76
70 77
71********** VERSION 2.0.0 ************ 78********** VERSION 2.0.0 ************
72 79
73Stable release 2.0.0! 80Stable release 2.0.0!
74 81
75KO/Pi: 82KO/Pi:
76Fixed problem in edit dialog recreation at startup. 83Fixed problem in edit dialog recreation at startup.
77Made "toggle view*" menu items enabled context sensitive. 84Made "toggle view*" menu items enabled context sensitive.
78Changed agenda size menu to items 1-10. 85Changed agenda size menu to items 1-10.
79Made it possible to change agenda size quickly by pressing mouse on timelabels in agenda view and move mouse up/down. 86Made it possible to change agenda size quickly by pressing mouse on timelabels in agenda view and move mouse up/down.
80Usebility enhancements in the KO/Pi menus. 87Usebility enhancements in the KO/Pi menus.
81Birthday import now adds year to summary. 88Birthday import now adds year to summary.
82What's Next view shows age in years for birthday. 89What's Next view shows age in years for birthday.
83 90
84OM/Pi: 91OM/Pi:
85Added three info lines to display subject, from and to of selected mails. 92Added three info lines to display subject, from and to of selected mails.
86 93
87KA/Pi: 94KA/Pi:
88Fixed jump bar behaviour on Zaurus. 95Fixed jump bar behaviour on Zaurus.
89Now KA/Pi search field supports searching for a range of starting characters. 96Now KA/Pi search field supports searching for a range of starting characters.
90E.g. to search for all contact beginning with b to n, type 97E.g. to search for all contact beginning with b to n, type
91b-n 98b-n
92in the search field. 99in the search field.
93 100
94********** VERSION 1.9.20 ************ 101********** VERSION 1.9.20 ************
95 102
96KO/Pi: 103KO/Pi:
97Added for the "dislplay one day" agenda mode 104Added for the "dislplay one day" agenda mode
98info in the caption and in the day lables: 105info in the caption and in the day lables:
99Now it is displayed, if the selected day is from "day before yesterday" 106Now it is displayed, if the selected day is from "day before yesterday"
100to "day after tomorrow". 107to "day after tomorrow".
101Made it possible to delete a Todo, which has sub-todos. 108Made it possible to delete a Todo, which has sub-todos.
102Fixed two small problems in the todo view. 109Fixed two small problems in the todo view.
103Added missing German translation for filter edit and print dialog. 110Added missing German translation for filter edit and print dialog.
104Made search dialog closeable by cancel key. 111Made search dialog closeable by cancel key.
105 112
106Made it possible to select in the date picker the (ligt grey ) 113Made it possible to select in the date picker the (ligt grey )
107dates of the prev./next month with the mouse. 114dates of the prev./next month with the mouse.
108 115
109OM/Pi: 116OM/Pi:
110"Delete mail" icon in main window now deletes all selected mails. 117"Delete mail" icon in main window now deletes all selected mails.
111Fixed the problem, that the state flag of imap mails was ignored. 118Fixed the problem, that the state flag of imap mails was ignored.
112Now mails with "FLAG_SEEN" on the imap server get no icon in the list view 119Now mails with "FLAG_SEEN" on the imap server get no icon in the list view
113to indecate that they are already seen. 120to indecate that they are already seen.
114Fixed the problem that the body of some mails was not displayed in the 121Fixed the problem that the body of some mails was not displayed in the
115mail viewer when fetching them from the imap server directly to read them. 122mail viewer when fetching them from the imap server directly to read them.
116Made it (configurable) possible to show the "To:" field in the list view. 123Made it (configurable) possible to show the "To:" field in the list view.
117Added to the mail viewer the option "View Source" to make it possible to see the raw mail data. 124Added to the mail viewer the option "View Source" to make it possible to see the raw mail data.
118Added a "Download Mail" button to the mail viewer to quickly download the viewed mail to the 125Added a "Download Mail" button to the mail viewer to quickly download the viewed mail to the
119local storage folder (specified in account settings) of the account of the mail. 126local storage folder (specified in account settings) of the account of the mail.
120Removed some memory leaks in OM/Pi. 127Removed some memory leaks in OM/Pi.
121 128
122 129
123********** VERSION 1.9.19 ************ 130********** VERSION 1.9.19 ************
124 131
125Added a lot of missing translations to KA/Pi, 132Added a lot of missing translations to KA/Pi,
126Added some missing translations to KO/Pi and OM/Pi. 133Added some missing translations to KO/Pi and OM/Pi.
127 134
128Fixed some minor problems in KA/Pi + KO/Pi. 135Fixed some minor problems in KA/Pi + KO/Pi.
129 136
130Fixed a crash when closing PwM/Pi. 137Fixed a crash when closing PwM/Pi.
diff --git a/bin/kdepim/korganizer/germantranslation.txt b/bin/kdepim/korganizer/germantranslation.txt
index 6abf802..12b70a0 100644
--- a/bin/kdepim/korganizer/germantranslation.txt
+++ b/bin/kdepim/korganizer/germantranslation.txt
@@ -1089,128 +1089,132 @@
1089{ "New dirs are created automatically","Neue Verzeichnisse werden aut. erstellt" }, 1089{ "New dirs are created automatically","Neue Verzeichnisse werden aut. erstellt" },
1090{ "Save settings","Speichere Einstellungen" }, 1090{ "Save settings","Speichere Einstellungen" },
1091{ "Save standard","Speichere Standard" }, 1091{ "Save standard","Speichere Standard" },
1092{ "<b>New settings are used\nafter a restart</b>","<b>Neue Einstellungen werden nach\neinem Neustart genutzt</b>" }, 1092{ "<b>New settings are used\nafter a restart</b>","<b>Neue Einstellungen werden nach\neinem Neustart genutzt</b>" },
1093{ "Settings are stored in\n%1","Einstellungen werden gespeichert in:\n%1" }, 1093{ "Settings are stored in\n%1","Einstellungen werden gespeichert in:\n%1" },
1094{ "Data storage path","Daten Speicherpfad" }, 1094{ "Data storage path","Daten Speicherpfad" },
1095{ "Language","Sprache" }, 1095{ "Language","Sprache" },
1096{ "Show time in agenda items","Zeige Zeit in Agenda Items" }, 1096{ "Show time in agenda items","Zeige Zeit in Agenda Items" },
1097{ "Color for Sundays + category "Holiday"","Farbe für Sonntags + Kategorie "Feiertag"" }, 1097{ "Color for Sundays + category "Holiday"","Farbe für Sonntags + Kategorie "Feiertag"" },
1098{ "Show events, that are done in \nWhat's Next view","Zeige abgelaufene Termine in\nWhat's Next Ansicht" }, 1098{ "Show events, that are done in \nWhat's Next view","Zeige abgelaufene Termine in\nWhat's Next Ansicht" },
1099{ "Hide not running Todos in To-do view","Verstecke nicht laufende Todos" }, 1099{ "Hide not running Todos in To-do view","Verstecke nicht laufende Todos" },
1100{ "+01:00 Europe/Oslo(CET)","+01:00 Europe/Oslo(CET)" }, 1100{ "+01:00 Europe/Oslo(CET)","+01:00 Europe/Oslo(CET)" },
1101{ "KO/Pi","KO/Pi" }, 1101{ "KO/Pi","KO/Pi" },
1102{ "There is nothing to undo!","Es gibt nichts zum\nRückgängigmachen!" }, 1102{ "There is nothing to undo!","Es gibt nichts zum\nRückgängigmachen!" },
1103{ "Recreating edit dialog. Please wait...","Recreating edit dialog. Please wait..." }, 1103{ "Recreating edit dialog. Please wait...","Recreating edit dialog. Please wait..." },
1104{ "Sound.Al.: ","Sound.Al.: " }, 1104{ "Sound.Al.: ","Sound.Al.: " },
1105{ "From: %1 To: %2 %3","Von: %1 Bis: %2 %3" }, 1105{ "From: %1 To: %2 %3","Von: %1 Bis: %2 %3" },
1106{ "Restore","Wiederherstellen" }, 1106{ "Restore","Wiederherstellen" },
1107{ "\nAre you sure you want\nto restore this?","\nMöchten Sie das wirklicht\nwiederherstellen?" }, 1107{ "\nAre you sure you want\nto restore this?","\nMöchten Sie das wirklicht\nwiederherstellen?" },
1108{ "% completed","% komplett" }, 1108{ "% completed","% komplett" },
1109{ "%d item(s) found.","%d Item(s) gefunden." }, 1109{ "%d item(s) found.","%d Item(s) gefunden." },
1110{ "Set complete","Setze auf erledigt" }, 1110{ "Set complete","Setze auf erledigt" },
1111{ "(cancelled)","(gecancelt)" }, 1111{ "(cancelled)","(gecancelt)" },
1112{ "Click on the week number to\nshow week in agenda view","Klicke auf die Wochennummer\num die Woche in der Agenda anzuzeigen" }, 1112{ "Click on the week number to\nshow week in agenda view","Klicke auf die Wochennummer\num die Woche in der Agenda anzuzeigen" },
1113{ " Local time "," Locale Zeit " }, 1113{ " Local time "," Locale Zeit " },
1114{ "Form2","Form2" }, 1114{ "Form2","Form2" },
1115{ "Filter enabled","Filter angeschaltet" }, 1115{ "Filter enabled","Filter angeschaltet" },
1116{ "Edit Filters","Ändere Filter" }, 1116{ "Edit Filters","Ändere Filter" },
1117{ "Print What's Next View...","Drucke What's Next Ansicht..." }, 1117{ "Print What's Next View...","Drucke What's Next Ansicht..." },
1118{ "Agenda","Agenda" }, 1118{ "Agenda","Agenda" },
1119{ " ("," (" }, 1119{ " ("," (" },
1120{ "<p><b>Due on:</b> %1</p>","<p><b>Fällig am:</b> %1</p>" }, 1120{ "<p><b>Due on:</b> %1</p>","<p><b>Fällig am:</b> %1</p>" },
1121{ "Print","Print" }, 1121{ "Print","Print" },
1122{ "&Setup Printer...","Drucker &Setup..." }, 1122{ "&Setup Printer...","Drucker &Setup..." },
1123{ "View Type","Zeige Typ" }, 1123{ "View Type","Zeige Typ" },
1124{ "Page &orientation:","Seiten Ausrichtung:" }, 1124{ "Page &orientation:","Seiten Ausrichtung:" },
1125{ "Use Default of Selected Style","Default des selektierten Stils" }, 1125{ "Use Default of Selected Style","Default des selektierten Stils" },
1126{ "Use Default Setting of Printer","Default Einstellung des Druckers" }, 1126{ "Use Default Setting of Printer","Default Einstellung des Druckers" },
1127{ "Portrait","Portrait" }, 1127{ "Portrait","Portrait" },
1128{ "Landscape","Landschaft" }, 1128{ "Landscape","Landschaft" },
1129{ "Print day","Drucke Tag" }, 1129{ "Print day","Drucke Tag" },
1130{ "CalPrintDay_Base","CalPrintDay_Base" }, 1130{ "CalPrintDay_Base","CalPrintDay_Base" },
1131{ "Date && Time Range","Datum && Zeitspanne" }, 1131{ "Date && Time Range","Datum && Zeitspanne" },
1132{ "&End date:","&Enddatum:" }, 1132{ "&End date:","&Enddatum:" },
1133{ "&Start date:","&Startdatum:" }, 1133{ "&Start date:","&Startdatum:" },
1134{ "Start &time:","Startzeit:" }, 1134{ "Start &time:","Startzeit:" },
1135{ "End ti&me:","Endzeit:" }, 1135{ "End ti&me:","Endzeit:" },
1136{ "E&xtend time range to include all events","Erweitere Zeitspanne um alle Termine einzuschliessen" }, 1136{ "E&xtend time range to include all events","Erweitere Zeitspanne um alle Termine einzuschliessen" },
1137{ "Include to&dos that are due on the printed day(s)","Inclusive To&dos, die an den selektierten Tagen fällig sind" }, 1137{ "Include to&dos that are due on the printed day(s)","Inclusive To&dos, die an den selektierten Tagen fällig sind" },
1138{ "Alt+D","Alt+D" }, 1138{ "Alt+D","Alt+D" },
1139{ "&Use colors","Nutze Farben" }, 1139{ "&Use colors","Nutze Farben" },
1140{ "Alt+U","Alt+U" }, 1140{ "Alt+U","Alt+U" },
1141{ "Print week","Drucke Woche" }, 1141{ "Print week","Drucke Woche" },
1142{ "CalPrintWeek_Base","CalPrintWeek_Base" }, 1142{ "CalPrintWeek_Base","CalPrintWeek_Base" },
1143{ "Use &colors","Nutze Farben" }, 1143{ "Use &colors","Nutze Farben" },
1144{ "Type of View","Typ der Ansicht" }, 1144{ "Type of View","Typ der Ansicht" },
1145{ "Print as &Filofax page","Drucke als &Filofax Seite" }, 1145{ "Print as &Filofax page","Drucke als &Filofax Seite" },
1146{ "Alt+F","Alt+F" }, 1146{ "Alt+F","Alt+F" },
1147{ "Print as &timetable view:","Drucke als Zeittabelle:" }, 1147{ "Print as &timetable view:","Drucke als Zeittabelle:" },
1148{ "Alt+T","Alt+T" }, 1148{ "Alt+T","Alt+T" },
1149{ "Print as split week view","Drucke als gesplittete Wochenansicht" }, 1149{ "Print as split week view","Drucke als gesplittete Wochenansicht" },
1150{ "Print month","Drucke Monat" }, 1150{ "Print month","Drucke Monat" },
1151{ "CalPrintMonth_Base","CalPrintMonth_Base" }, 1151{ "CalPrintMonth_Base","CalPrintMonth_Base" },
1152{ "&Start month:","&Startmonat:" }, 1152{ "&Start month:","&Startmonat:" },
1153{ "&End month:","&Endmonat:" }, 1153{ "&End month:","&Endmonat:" },
1154{ "Print week &numbers","Drucke Wochen Nummer(n)" }, 1154{ "Print week &numbers","Drucke Wochen Nummer(n)" },
1155{ "Print todos","Drucke Todos" }, 1155{ "Print todos","Drucke Todos" },
1156{ "CalPrintTodoConfig_Base","CalPrintTodoConfig_Base" }, 1156{ "CalPrintTodoConfig_Base","CalPrintTodoConfig_Base" },
1157{ "Include &description of the item","Inclusive Itembeschreibung" }, 1157{ "Include &description of the item","Inclusive Itembeschreibung" },
1158{ "Include d&ue date of the item","Inclusive Fälligkeitsdatum des Items" }, 1158{ "Include d&ue date of the item","Inclusive Fälligkeitsdatum des Items" },
1159{ "Include &priority of the item","Inclusive Priorität des Items" }, 1159{ "Include &priority of the item","Inclusive Priorität des Items" },
1160{ "Items to Print","Zu druckende Items" }, 1160{ "Items to Print","Zu druckende Items" },
1161{ "&From:","Von:" }, 1161{ "&From:","Von:" },
1162{ "&To:","Bis:" }, 1162{ "&To:","Bis:" },
1163{ "Print &all todo items","Drucke alle Todo Items" }, 1163{ "Print &all todo items","Drucke alle Todo Items" },
1164{ "Print only &uncompleted items","Drucke nur nicht erledigte Todos" }, 1164{ "Print only &uncompleted items","Drucke nur nicht erledigte Todos" },
1165{ "Only items due in the &range:","Nur Items in dem Zeitraum:" }, 1165{ "Only items due in the &range:","Nur Items in dem Zeitraum:" },
1166{ "Todo List","Todo Liste" }, 1166{ "Todo List","Todo Liste" },
1167{ "&Title:","&Titel:" }, 1167{ "&Title:","&Titel:" },
1168{ "Co&nnect subtodos with its parent","Verbinde Unter-Todos mit ihren Ober-Todos" }, 1168{ "Co&nnect subtodos with its parent","Verbinde Unter-Todos mit ihren Ober-Todos" },
1169{ "Todo list","Todo Liste" }, 1169{ "Todo list","Todo Liste" },
1170{ "&Print...","Drucke..." }, 1170{ "&Print...","Drucke..." },
1171{ "<qt>Printing on printer <b>%1</b></qt>","<qt>Drucke auf Drucker <b>%1</b></qt>" }, 1171{ "<qt>Printing on printer <b>%1</b></qt>","<qt>Drucke auf Drucker <b>%1</b></qt>" },
1172{ "[Unconfigured]","[Unkonfiguriert]" }, 1172{ "[Unconfigured]","[Unkonfiguriert]" },
1173{ "OK","OK" }, 1173{ "OK","OK" },
1174{ "FilterEditor","FilterEditor" }, 1174{ "FilterEditor","FilterEditor" },
1175{ "Include","Inclusive" }, 1175{ "Include","Inclusive" },
1176{ "Exclude","Exclusive" }, 1176{ "Exclude","Exclusive" },
1177{ "Edit Selection...","Editiere Auswahl" }, 1177{ "Edit Selection...","Editiere Auswahl" },
1178{ "recurring events","wiederholende Termine" }, 1178{ "recurring events","wiederholende Termine" },
1179{ "recurr. events","wiederh.Termine" }, 1179{ "recurr. events","wiederh.Termine" },
1180{ "completed to-dos","erledigte Todos" }, 1180{ "completed to-dos","erledigte Todos" },
1181{ "events","Termine" }, 1181{ "events","Termine" },
1182{ "todos","Todos" }, 1182{ "todos","Todos" },
1183{ "journals","Journale" }, 1183{ "journals","Journale" },
1184{ "public","öffentl." }, 1184{ "public","öffentl." },
1185{ "private","privat" }, 1185{ "private","privat" },
1186{ "confidential","vertraul." }, 1186{ "confidential","vertraul." },
1187{ "\nhas sub-todos.\nAll completed sub-todos\nwill be deleted as well!","\nhat Unter-Todos.\nAlle erledigten Unter-Todos\nwerden auch gelöscht!" }, 1187{ "\nhas sub-todos.\nAll completed sub-todos\nwill be deleted as well!","\nhat Unter-Todos.\nAlle erledigten Unter-Todos\nwerden auch gelöscht!" },
1188{ "Yesterday","Gestern" }, 1188{ "Yesterday","Gestern" },
1189{ "Day after tomorrow","Übermorgen" }, 1189{ "Day after tomorrow","Übermorgen" },
1190{ "Tomorrow","Morgen" }, 1190{ "Tomorrow","Morgen" },
1191{ "Day before yesterday","Vorgestern" }, 1191{ "Day before yesterday","Vorgestern" },
1192{ "Size %1","Größe %1" }, 1192{ "Size %1","Größe %1" },
1193{ "New Agendasize: %1","Neue Agendagröße: %1" }, 1193{ "New Agendasize: %1","Neue Agendagröße: %1" },
1194{ " (%1 y.)"," (%1 J.)" }, 1194{ " (%1 y.)"," (%1 J.)" },
1195{ "Allday:","Ganztägig:" }, 1195{ "Allday:","Ganztägig:" },
1196{ "compl.todos","erled.Todos" }, 1196{ "compl.todos","erled.Todos" },
1197{ "Day view","Tagesansicht" }, 1197{ "Day view","Tagesansicht" },
1198{ "Next days","Nächste Tage" }, 1198{ "Next days","Nächste Tage" },
1199{ "Next week","Nächste Woche" }, 1199{ "Next week","Nächste Woche" },
1200{ "Next two weeks","Nächste zwei Wochen" }, 1200{ "Next two weeks","Nächste zwei Wochen" },
1201{ "Next month","Nächster Monat" }, 1201{ "Next month","Nächster Monat" },
1202{ "Journal view","Journal" }, 1202{ "Journal view","Journal" },
1203{ "Display all opened","Zeige alle geöffnet" }, 1203{ "Display all opened","Zeige alle geöffnet" },
1204{ "Display all closed","Zeige alle geschlossen" }, 1204{ "Display all closed","Zeige alle geschlossen" },
1205{ "Display all flat","Zeige alle flach" }, 1205{ "Display all flat","Zeige alle flach" },
1206{ "<p><i>Completed on %1</i></p>","<p><i>Erledigt am %1</i></p>" }, 1206{ "<p><i>Completed on %1</i></p>","<p><i>Erledigt am %1</i></p>" },
1207{ "Default todo done color:","Standard Todo erledigt Farbe" }, 1207{ "Default todo done color:","Standard Todo erledigt Farbe" },
1208{ "Select week %1-%2","Selektiere Woche %1-%2" }, 1208{ "Select week %1-%2","Selektiere Woche %1-%2" },
1209{ "Select Week","Selektiere Woche" }, 1209{ "Select Week","Selektiere Woche" },
1210{ "Set alarm for selected...","Setze Alarm für Selekt..." }, 1210{ "Set alarm for selected...","Setze Alarm für Selekt..." },
1211{ "Set reminder offset to:","Setze Alarm Offset auf:" }, 1211{ "Set reminder offset to:","Setze Alarm Offset auf:" },
1212{ "Set Alarm!","Setze Alarm!" }, 1212{ "Set Alarm!","Setze Alarm!" },
1213{ "Canged alarm for %1 items","Alarm für %1 Items geändert" }, 1213{ "Canged alarm for %1 items","Alarm für %1 Items geändert" },
1214{ "","" }, 1214{ "","" },
1215{ "","" }, 1215{ "","" },
1216{ "","" }, 1216{ "","" },
1217{ "","" },
1218{ "","" },
1219{ "","" },
1220{ "","" },