summaryrefslogtreecommitdiffabout
authorzautrix <zautrix>2004-10-22 22:49:12 (UTC)
committer zautrix <zautrix>2004-10-22 22:49:12 (UTC)
commit0f0dc54f0edc8c4ec5b320118c82fa5150591fed (patch) (unidiff)
tree2dfc23bdd2fa71ee54a501e5109be6346e9044c3
parent1d8ed9298d8c201184d0a941f0d45e7f42201fd4 (diff)
downloadkdepimpi-0f0dc54f0edc8c4ec5b320118c82fa5150591fed.zip
kdepimpi-0f0dc54f0edc8c4ec5b320118c82fa5150591fed.tar.gz
kdepimpi-0f0dc54f0edc8c4ec5b320118c82fa5150591fed.tar.bz2
VINklumpen
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--Makefile2
-rw-r--r--Makefile.Embedded2
-rw-r--r--bin/kdepim/kaddressbook/germantranslation.txt24
-rw-r--r--bin/kdepim/kaddressbook/usertranslation.txt24
-rw-r--r--bin/kdepim/korganizer/usertranslation.txt25
-rw-r--r--korganizer/wordsgerman.h24
-rw-r--r--version2
7 files changed, 3 insertions, 100 deletions
diff --git a/Makefile b/Makefile
index 8c6110c..da5feba 100644
--- a/Makefile
+++ b/Makefile
@@ -106,257 +106,257 @@ build_sharp_plugin: build_microkde
106 done 106 done
107 endif 107 endif
108 108
109build_ldap_plugin: build_microkde 109build_ldap_plugin: build_microkde
110 ifdef BUILD_NO_LDAP_PLUGIN 110 ifdef BUILD_NO_LDAP_PLUGIN
111 @echo == ldap plugin not build. 111 @echo == ldap plugin not build.
112 else 112 else
113 for i in $(SUBDIRS_LDAP_PLUGIN); do pushd $$i; \ 113 for i in $(SUBDIRS_LDAP_PLUGIN); do pushd $$i; \
114 make -f Makefile$(PLATFORM) || exit 1; popd; \ 114 make -f Makefile$(PLATFORM) || exit 1; popd; \
115 done 115 done
116 endif 116 endif
117 117
118 118
119build_micromail: build_microkde 119build_micromail: build_microkde
120 ifdef BUILD_NO_MICROMAIL 120 ifdef BUILD_NO_MICROMAIL
121 @echo == kmicromail not build. 121 @echo == kmicromail not build.
122 else 122 else
123 for i in $(SUBDIRS_MICROMAIL); do pushd $$i; \ 123 for i in $(SUBDIRS_MICROMAIL); do pushd $$i; \
124 make -f Makefile$(PLATFORM) || exit 1; popd; \ 124 make -f Makefile$(PLATFORM) || exit 1; popd; \
125 done 125 done
126 endif 126 endif
127 127
128build_gammu: variable_test tmake 128build_gammu: variable_test tmake
129 ifdef BUILD_NO_GAMMU 129 ifdef BUILD_NO_GAMMU
130 @echo == gammu not build. 130 @echo == gammu not build.
131 else 131 else
132 for i in $(SUBDIRS_GAMMU); do pushd $$i; \ 132 for i in $(SUBDIRS_GAMMU); do pushd $$i; \
133 make -f Makefile$(PLATFORM) || exit 1; popd; \ 133 make -f Makefile$(PLATFORM) || exit 1; popd; \
134 done 134 done
135 endif 135 endif
136 136
137build_pwmanager: build_microkde 137build_pwmanager: build_microkde
138 ifdef BUILD_NO_PWMANAGER 138 ifdef BUILD_NO_PWMANAGER
139 @echo == pwmanager not build. 139 @echo == pwmanager not build.
140 else 140 else
141 for i in $(SUBDIRS_PWMANAGER); do pushd $$i; \ 141 for i in $(SUBDIRS_PWMANAGER); do pushd $$i; \
142 make -f Makefile$(PLATFORM) || exit 1; popd; \ 142 make -f Makefile$(PLATFORM) || exit 1; popd; \
143 done 143 done
144 endif 144 endif
145 145
146 146
147variable_info: 147variable_info:
148 @echo -------------------------------------- 148 @echo --------------------------------------
149 @echo KDEPIM buildsystem, variableinfo... 149 @echo KDEPIM buildsystem, variableinfo...
150 @echo KDEPIMDIR=$(KDEPIMDIR) 150 @echo KDEPIMDIR=$(KDEPIMDIR)
151 @echo QTDIR=$(QTDIR) 151 @echo QTDIR=$(QTDIR)
152 @echo QPEDIR=$(QPEDIR) 152 @echo QPEDIR=$(QPEDIR)
153 @echo OPIEDIR=$(OPIEDIR) 153 @echo OPIEDIR=$(OPIEDIR)
154 @echo PLATFORM=$(PLATFORM) 154 @echo PLATFORM=$(PLATFORM)
155 @echo RELEASE_DEBUG=$(RELEASE_DEBUG) 155 @echo RELEASE_DEBUG=$(RELEASE_DEBUG)
156 @echo BUILD_NO_MICROMAIL=$(BUILD_NO_MICROMAIL) 156 @echo BUILD_NO_MICROMAIL=$(BUILD_NO_MICROMAIL)
157 @echo BUILD_NO_LDAP_PLUGIN=$(BUILD_NO_LDAP_PLUGIN) 157 @echo BUILD_NO_LDAP_PLUGIN=$(BUILD_NO_LDAP_PLUGIN)
158 @echo BUILD_NO_OPIE_PLUGIN=$(BUILD_NO_OPIE_PLUGIN) 158 @echo BUILD_NO_OPIE_PLUGIN=$(BUILD_NO_OPIE_PLUGIN)
159 @echo BUILD_NO_QTOPIA_PLUGIN=$(BUILD_NO_QTOPIA_PLUGIN) 159 @echo BUILD_NO_QTOPIA_PLUGIN=$(BUILD_NO_QTOPIA_PLUGIN)
160 @echo BUILD_NO_SHARP_PLUGIN=$(BUILD_NO_SHARP_PLUGIN) 160 @echo BUILD_NO_SHARP_PLUGIN=$(BUILD_NO_SHARP_PLUGIN)
161 ifndef BUILD_NO_SHARP_PLUGIN 161 ifndef BUILD_NO_SHARP_PLUGIN
162 @echo SHARPDTMSDK=$(SHARPDTMSDK) 162 @echo SHARPDTMSDK=$(SHARPDTMSDK)
163 endif 163 endif
164 @echo BUILD_NO_GAMMU=$(BUILD_NO_GAMMU) 164 @echo BUILD_NO_GAMMU=$(BUILD_NO_GAMMU)
165 @echo BUILD_NO_PWMANAGER=$(BUILD_NO_PWMANAGER) 165 @echo BUILD_NO_PWMANAGER=$(BUILD_NO_PWMANAGER)
166 @echo -------------------------------------- 166 @echo --------------------------------------
167 167
168variable_test: variable_info 168variable_test: variable_info
169 @echo KDEPIM buildsystem, variablecheck... 169 @echo KDEPIM buildsystem, variablecheck...
170 ifndef KDEPIMDIR 170 ifndef KDEPIMDIR
171 @echo KDEPIMDIR is not defined. 171 @echo KDEPIMDIR is not defined.
172 $(error KDEPIMDIR is not defined) 172 $(error KDEPIMDIR is not defined)
173 endif 173 endif
174 ifndef PLATFORM 174 ifndef PLATFORM
175 @echo PLATFORM is not defined. 175 @echo PLATFORM is not defined.
176 $(error PLATFORM is not defined) 176 $(error PLATFORM is not defined)
177 endif 177 endif
178 ifdef BUILD_NO_LDAP_PLUGIN 178 ifdef BUILD_NO_LDAP_PLUGIN
179 @echo LDAP PLUGIN will not be build, because BUILD_NO_LDAP_PLUGIN is set to $(BUILD_NO_LDAP_PLUGIN) 179 @echo LDAP PLUGIN will not be build, because BUILD_NO_LDAP_PLUGIN is set to $(BUILD_NO_LDAP_PLUGIN)
180 endif 180 endif
181 ifdef BUILD_NO_OPIE_PLUGIN 181 ifdef BUILD_NO_OPIE_PLUGIN
182 @echo OPIE PLUGIN will not be build, because BUILD_NO_OPIE_PLUGIN is set to $(BUILD_NO_OPIE_PLUGIN) 182 @echo OPIE PLUGIN will not be build, because BUILD_NO_OPIE_PLUGIN is set to $(BUILD_NO_OPIE_PLUGIN)
183 endif 183 endif
184 ifdef BUILD_NO_QTOPIA_PLUGIN 184 ifdef BUILD_NO_QTOPIA_PLUGIN
185 @echo QTOPIA PLUGIN will not be build, because BUILD_NO__QTOPIA_PLUGIN is set to $(BUILD_NO__QTOPIA_PLUGIN) 185 @echo QTOPIA PLUGIN will not be build, because BUILD_NO__QTOPIA_PLUGIN is set to $(BUILD_NO__QTOPIA_PLUGIN)
186 endif 186 endif
187 ifdef BUILD_NO_MICROMAIL 187 ifdef BUILD_NO_MICROMAIL
188 @echo MICROMAIL will not be build, because BUILD_NO_MICROMAIL is set to $(BUILD_NO_MICROMAIL) 188 @echo MICROMAIL will not be build, because BUILD_NO_MICROMAIL is set to $(BUILD_NO_MICROMAIL)
189 endif 189 endif
190 ifdef BUILD_NO_SHARP_PLUGIN 190 ifdef BUILD_NO_SHARP_PLUGIN
191 @echo SHARP PLUGIN will not be build, because BUILD_NO_SHARP_PLUGIN is set to $(BUILD_NO_SHARP_PLUGIN) 191 @echo SHARP PLUGIN will not be build, because BUILD_NO_SHARP_PLUGIN is set to $(BUILD_NO_SHARP_PLUGIN)
192 else 192 else
193 ifndef SHARPDTMSDK 193 ifndef SHARPDTMSDK
194 @echo SHARP PLUGIN can not be build, because SHARPDTMSDK is set to $(SHARPDTMSDK) 194 @echo SHARP PLUGIN can not be build, because SHARPDTMSDK is set to $(SHARPDTMSDK)
195 $(error SHARPDTMSDK is not defined) 195 $(error SHARPDTMSDK is not defined)
196 endif 196 endif
197 endif 197 endif
198 ifdef BUILD_NO_GAMMU 198 ifdef BUILD_NO_GAMMU
199 @echo GAMMU will not be build, because BUILD_NO_GAMMU is set to $(BUILD_NO_GAMMU) 199 @echo GAMMU will not be build, because BUILD_NO_GAMMU is set to $(BUILD_NO_GAMMU)
200 endif 200 endif
201 ifdef BUILD_NO_PWMANAGER 201 ifdef BUILD_NO_PWMANAGER
202 @echo PWMANAGER will not be build, because BUILD_NO_PWMANAGER is set to $(BUILD_NO_PWMANAGER) 202 @echo PWMANAGER will not be build, because BUILD_NO_PWMANAGER is set to $(BUILD_NO_PWMANAGER)
203 endif 203 endif
204 @echo -------------------------------------- 204 @echo --------------------------------------
205 205
206 206
207objects: 207objects:
208 for i in $(SUBDIRS); do mkdir -p $$i/obj/$(PLATFORM); done 208 for i in $(SUBDIRS); do mkdir -p $$i/obj/$(PLATFORM); done
209 for i in $(SUBDIRS); do mkdir -p $$i/moc/$(PLATFORM); done 209 for i in $(SUBDIRS); do mkdir -p $$i/moc/$(PLATFORM); done
210 mkdir -p libical/lib/$(PLATFORM) 210 mkdir -p libical/lib/$(PLATFORM)
211 mkdir -p pwmanager/libcrypt/$(PLATFORM) 211 mkdir -p pwmanager/libcrypt/$(PLATFORM)
212 212
213clean: 213clean:
214 rm -rf libical/lib/$(PLATFORM)/*; 214 rm -rf libical/lib/$(PLATFORM)/*;
215 rm -rf pwmanager/libcrypt/$(PLATFORM)/*; 215 rm -rf pwmanager/libcrypt/$(PLATFORM)/*;
216 for i in $(SUBDIRS); do pushd $$i; make clean; rm -f *~;\ 216 for i in $(SUBDIRS); do pushd $$i; make clean; rm -f *~;\
217 rm -f obj/$(PLATFORM)/*; rm -f moc/$(PLATFORM)/*; rm Makefile$(PLATFORM); popd; \ 217 rm -f obj/$(PLATFORM)/*; rm -f moc/$(PLATFORM)/*; rm Makefile$(PLATFORM); popd; \
218 done 218 done
219 219
220install: 220install:
221 221
222 cd bin/kdepim; make install 222 cd bin/kdepim; make install
223 cp -r Pim $(QPEDIR)/apps 223 cp -r Pim $(QPEDIR)/apps
224 cp db2file/db2file $(QPEDIR)/bin/db2file 224 cp db2file/db2file $(QPEDIR)/bin/db2file
225 cp korganizer/korganizer.desktop $(QPEDIR)/apps/Pim/korganizer.desktop 225 cp korganizer/korganizer.desktop $(QPEDIR)/apps/Pim/korganizer.desktop
226 cp kaddressbook/kaddressbook.desktop $(QPEDIR)/apps/Pim/kaddressbook.desktop 226 cp kaddressbook/kaddressbook.desktop $(QPEDIR)/apps/Pim/kaddressbook.desktop
227 cp kmicromail/kmicromail.desktop $(QPEDIR)/apps/Pim/kopiemail.desktop 227 cp kmicromail/kmicromail.desktop $(QPEDIR)/apps/Pim/kopiemail.desktop
228 cp pwmanager/pwmanager/pwmanager.desktop $(QPEDIR)/apps/Pim/pwmanager.desktop 228 cp pwmanager/pwmanager/pwmanager.desktop $(QPEDIR)/apps/Pim/pwmanager.desktop
229 229
230dist: 230dist:
231 @echo Dont forget to do "make install" before "make dist" 231 @echo Dont forget to do "make install" before "make dist"
232 rm -f *arm.ipk 232 rm -f *arm.ipk
233 rm -f *~ 233 rm -f *~
234 cd ..; tar czf kdepim.src.tar.gz --exclude=obj --exclude=moc --exclude=CVS --exclude=Makefilezaurus --exclude=Makefileqtopia kdepim 234 cd ..; tar czf kdepimpi-$(KDEPIM_VERSION).tar.gz --exclude=obj --exclude=moc --exclude=CVS --exclude=Makefilezaurus --exclude=Makefileqtopia kdepim
235 mkipks kmicrokdelibs.control 235 mkipks kmicrokdelibs.control
236 mkipks korganizer.control 236 mkipks korganizer.control
237 mkipks kaddressbook.control 237 mkipks kaddressbook.control
238 ifndef BUILD_NO_MICROMAIL 238 ifndef BUILD_NO_MICROMAIL
239 mkipks kopiemail.control 239 mkipks kopiemail.control
240 endif 240 endif
241 mkipks korganizer-alarm.control 241 mkipks korganizer-alarm.control
242 ifndef BUILD_NO_GAMMU 242 ifndef BUILD_NO_GAMMU
243 mkipks phoneaccess.control 243 mkipks phoneaccess.control
244 endif 244 endif
245 ifndef BUILD_NO_PWMANAGER 245 ifndef BUILD_NO_PWMANAGER
246 mkipks pwmanager.control 246 mkipks pwmanager.control
247 endif 247 endif
248 mkipks pim_TAB_icon.control 248 mkipks pim_TAB_icon.control
249 249
250tmake: objects \ 250tmake: objects \
251 qtcompat/Makefile$(PLATFORM) \ 251 qtcompat/Makefile$(PLATFORM) \
252 microkde/Makefile$(PLATFORM) \ 252 microkde/Makefile$(PLATFORM) \
253 libkcal/Makefile$(PLATFORM) \ 253 libkcal/Makefile$(PLATFORM) \
254 libkdepim/Makefile$(PLATFORM) \ 254 libkdepim/Makefile$(PLATFORM) \
255 korganizer/Makefile$(PLATFORM) \ 255 korganizer/Makefile$(PLATFORM) \
256 kalarmd/Makefile$(PLATFORM) \ 256 kalarmd/Makefile$(PLATFORM) \
257 libical/src/libical/Makefile$(PLATFORM) \ 257 libical/src/libical/Makefile$(PLATFORM) \
258 libical/src/libicalss/Makefile$(PLATFORM) \ 258 libical/src/libicalss/Makefile$(PLATFORM) \
259 kabc/Makefile$(PLATFORM) \ 259 kabc/Makefile$(PLATFORM) \
260 kabc/formats/binary/Makefile$(PLATFORM) \ 260 kabc/formats/binary/Makefile$(PLATFORM) \
261 kabc/plugins/file/Makefile$(PLATFORM) \ 261 kabc/plugins/file/Makefile$(PLATFORM) \
262 kabc/plugins/dir/Makefile$(PLATFORM) \ 262 kabc/plugins/dir/Makefile$(PLATFORM) \
263 kabc/plugins/ldap/Makefile$(PLATFORM) \ 263 kabc/plugins/ldap/Makefile$(PLATFORM) \
264 kabc/plugins/opie/Makefile$(PLATFORM) \ 264 kabc/plugins/opie/Makefile$(PLATFORM) \
265 kabc/plugins/qtopia/Makefile$(PLATFORM) \ 265 kabc/plugins/qtopia/Makefile$(PLATFORM) \
266 kabc/plugins/sharpdtm/Makefile$(PLATFORM) \ 266 kabc/plugins/sharpdtm/Makefile$(PLATFORM) \
267 kaddressbook/Makefile$(PLATFORM) \ 267 kaddressbook/Makefile$(PLATFORM) \
268 kmicromail/Makefile$(PLATFORM) \ 268 kmicromail/Makefile$(PLATFORM) \
269 kmicromail/libetpan/Makefile$(PLATFORM) \ 269 kmicromail/libetpan/Makefile$(PLATFORM) \
270 kmicromail/libmailwrapper/Makefile$(PLATFORM) \ 270 kmicromail/libmailwrapper/Makefile$(PLATFORM) \
271 gammu/emb/common/Makefile$(PLATFORM) \ 271 gammu/emb/common/Makefile$(PLATFORM) \
272 gammu/emb/gammu/Makefile$(PLATFORM) \ 272 gammu/emb/gammu/Makefile$(PLATFORM) \
273 pwmanager/pwmanager/Makefile$(PLATFORM) \ 273 pwmanager/pwmanager/Makefile$(PLATFORM) \
274 pwmanager/libcrypt/mpi/Makefile$(PLATFORM) \ 274 pwmanager/libcrypt/mpi/Makefile$(PLATFORM) \
275 pwmanager/libcrypt/error/Makefile$(PLATFORM) \ 275 pwmanager/libcrypt/error/Makefile$(PLATFORM) \
276 pwmanager/libcrypt/cipher/Makefile$(PLATFORM) \ 276 pwmanager/libcrypt/cipher/Makefile$(PLATFORM) \
277 pwmanager/libcrypt/zlib/Makefile$(PLATFORM) 277 pwmanager/libcrypt/zlib/Makefile$(PLATFORM)
278 278
279qtcompat/Makefile$(PLATFORM): qtcompat/qtcompat.pro 279qtcompat/Makefile$(PLATFORM): qtcompat/qtcompat.pro
280 cd qtcompat; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" qtcompat.pro -o Makefile$(PLATFORM) 280 cd qtcompat; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" qtcompat.pro -o Makefile$(PLATFORM)
281 281
282microkde/Makefile$(PLATFORM): microkde/microkdeE.pro 282microkde/Makefile$(PLATFORM): microkde/microkdeE.pro
283 cd microkde; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" microkdeE.pro -o Makefile$(PLATFORM) 283 cd microkde; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" microkdeE.pro -o Makefile$(PLATFORM)
284 284
285libkcal/Makefile$(PLATFORM): libkcal/libkcalE.pro 285libkcal/Makefile$(PLATFORM): libkcal/libkcalE.pro
286 cd libkcal; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" libkcalE.pro -o Makefile$(PLATFORM) 286 cd libkcal; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" libkcalE.pro -o Makefile$(PLATFORM)
287 287
288 288
289libkdepim/Makefile$(PLATFORM): libkdepim/libkdepimE.pro 289libkdepim/Makefile$(PLATFORM): libkdepim/libkdepimE.pro
290 cd libkdepim; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" libkdepimE.pro -o Makefile$(PLATFORM) 290 cd libkdepim; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" libkdepimE.pro -o Makefile$(PLATFORM)
291 291
292kalarmd/Makefile$(PLATFORM): kalarmd/kalarmdE.pro 292kalarmd/Makefile$(PLATFORM): kalarmd/kalarmdE.pro
293 cd kalarmd; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" kalarmdE.pro -o Makefile$(PLATFORM) 293 cd kalarmd; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" kalarmdE.pro -o Makefile$(PLATFORM)
294 294
295korganizer/Makefile$(PLATFORM): korganizer/korganizerE.pro 295korganizer/Makefile$(PLATFORM): korganizer/korganizerE.pro
296 cd korganizer; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" korganizerE.pro -o Makefile$(PLATFORM) 296 cd korganizer; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" korganizerE.pro -o Makefile$(PLATFORM)
297 297
298libical/src/libical/Makefile$(PLATFORM): libical/src/libical/libicalE.pro 298libical/src/libical/Makefile$(PLATFORM): libical/src/libical/libicalE.pro
299 cd libical/src/libical; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" libicalE.pro -o Makefile$(PLATFORM) 299 cd libical/src/libical; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" libicalE.pro -o Makefile$(PLATFORM)
300 300
301libical/src/libicalss/Makefile$(PLATFORM): libical/src/libicalss/libicalssE.pro 301libical/src/libicalss/Makefile$(PLATFORM): libical/src/libicalss/libicalssE.pro
302 cd libical/src/libicalss; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" libicalssE.pro -o Makefile$(PLATFORM) 302 cd libical/src/libicalss; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" libicalssE.pro -o Makefile$(PLATFORM)
303 303
304kabc/Makefile$(PLATFORM): kabc/kabcE.pro 304kabc/Makefile$(PLATFORM): kabc/kabcE.pro
305 cd kabc; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" kabcE.pro -o Makefile$(PLATFORM) 305 cd kabc; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" kabcE.pro -o Makefile$(PLATFORM)
306 306
307kabc/formats/binary/Makefile$(PLATFORM): kabc/formats/binary/kabcformat_binaryE.pro 307kabc/formats/binary/Makefile$(PLATFORM): kabc/formats/binary/kabcformat_binaryE.pro
308 cd kabc/formats/binary; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" kabcformat_binaryE.pro -o Makefile$(PLATFORM) 308 cd kabc/formats/binary; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" kabcformat_binaryE.pro -o Makefile$(PLATFORM)
309 309
310kabc/plugins/file/Makefile$(PLATFORM): kabc/plugins/file/fileE.pro 310kabc/plugins/file/Makefile$(PLATFORM): kabc/plugins/file/fileE.pro
311 cd kabc/plugins/file; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" fileE.pro -o Makefile$(PLATFORM) 311 cd kabc/plugins/file; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" fileE.pro -o Makefile$(PLATFORM)
312 312
313kabc/plugins/dir/Makefile$(PLATFORM): kabc/plugins/dir/dirE.pro 313kabc/plugins/dir/Makefile$(PLATFORM): kabc/plugins/dir/dirE.pro
314 cd kabc/plugins/dir; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" dirE.pro -o Makefile$(PLATFORM) 314 cd kabc/plugins/dir; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" dirE.pro -o Makefile$(PLATFORM)
315 315
316kabc/plugins/ldap/Makefile$(PLATFORM): kabc/plugins/ldap/ldapE.pro 316kabc/plugins/ldap/Makefile$(PLATFORM): kabc/plugins/ldap/ldapE.pro
317 cd kabc/plugins/ldap; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" ldapE.pro -o Makefile$(PLATFORM) 317 cd kabc/plugins/ldap; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" ldapE.pro -o Makefile$(PLATFORM)
318 318
319kabc/plugins/opie/Makefile$(PLATFORM): kabc/plugins/opie/opieE.pro 319kabc/plugins/opie/Makefile$(PLATFORM): kabc/plugins/opie/opieE.pro
320 cd kabc/plugins/opie; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" opieE.pro -o Makefile$(PLATFORM) 320 cd kabc/plugins/opie; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" opieE.pro -o Makefile$(PLATFORM)
321 321
322kabc/plugins/qtopia/Makefile$(PLATFORM): kabc/plugins/qtopia/qtopiaE.pro 322kabc/plugins/qtopia/Makefile$(PLATFORM): kabc/plugins/qtopia/qtopiaE.pro
323 cd kabc/plugins/qtopia; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" qtopiaE.pro -o Makefile$(PLATFORM) 323 cd kabc/plugins/qtopia; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" qtopiaE.pro -o Makefile$(PLATFORM)
324 324
325kabc/plugins/sharpdtm/Makefile$(PLATFORM): kabc/plugins/sharpdtm/sharpdtmE.pro 325kabc/plugins/sharpdtm/Makefile$(PLATFORM): kabc/plugins/sharpdtm/sharpdtmE.pro
326 cd kabc/plugins/sharpdtm; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" sharpdtmE.pro -o Makefile$(PLATFORM) 326 cd kabc/plugins/sharpdtm; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" sharpdtmE.pro -o Makefile$(PLATFORM)
327 327
328kaddressbook/Makefile$(PLATFORM): kaddressbook/kaddressbookE.pro 328kaddressbook/Makefile$(PLATFORM): kaddressbook/kaddressbookE.pro
329 cd kaddressbook; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" kaddressbookE.pro -o Makefile$(PLATFORM) 329 cd kaddressbook; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" kaddressbookE.pro -o Makefile$(PLATFORM)
330 330
331kmicromail/Makefile$(PLATFORM): kmicromail/kmicromailE.pro 331kmicromail/Makefile$(PLATFORM): kmicromail/kmicromailE.pro
332 cd kmicromail; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" kmicromailE.pro -o Makefile$(PLATFORM) 332 cd kmicromail; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" kmicromailE.pro -o Makefile$(PLATFORM)
333 333
334kmicromail/libetpan/Makefile$(PLATFORM): kmicromail/libetpan/libetpanE.pro 334kmicromail/libetpan/Makefile$(PLATFORM): kmicromail/libetpan/libetpanE.pro
335 cd kmicromail/libetpan; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" libetpanE.pro -o Makefile$(PLATFORM) 335 cd kmicromail/libetpan; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" libetpanE.pro -o Makefile$(PLATFORM)
336 336
337kmicromail/libmailwrapper/Makefile$(PLATFORM): kmicromail/libmailwrapper/libmailwrapperE.pro 337kmicromail/libmailwrapper/Makefile$(PLATFORM): kmicromail/libmailwrapper/libmailwrapperE.pro
338 cd kmicromail/libmailwrapper; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" libmailwrapperE.pro -o Makefile$(PLATFORM) 338 cd kmicromail/libmailwrapper; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" libmailwrapperE.pro -o Makefile$(PLATFORM)
339 339
340gammu/emb/common/Makefile$(PLATFORM): gammu/emb/common/commonE.pro 340gammu/emb/common/Makefile$(PLATFORM): gammu/emb/common/commonE.pro
341 cd gammu/emb/common; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" commonE.pro -o Makefile$(PLATFORM) 341 cd gammu/emb/common; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" commonE.pro -o Makefile$(PLATFORM)
342 342
343gammu/emb/gammu/Makefile$(PLATFORM): gammu/emb/gammu/gammuE.pro 343gammu/emb/gammu/Makefile$(PLATFORM): gammu/emb/gammu/gammuE.pro
344 cd gammu/emb/gammu; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" gammuE.pro -o Makefile$(PLATFORM) 344 cd gammu/emb/gammu; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" gammuE.pro -o Makefile$(PLATFORM)
345 345
346pwmanager/pwmanager/Makefile$(PLATFORM): pwmanager/pwmanager/pwmanagerE.pro 346pwmanager/pwmanager/Makefile$(PLATFORM): pwmanager/pwmanager/pwmanagerE.pro
347 cd pwmanager/pwmanager; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" pwmanagerE.pro -o Makefile$(PLATFORM) 347 cd pwmanager/pwmanager; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" pwmanagerE.pro -o Makefile$(PLATFORM)
348 348
349 349
350pwmanager/libcrypt/mpi/Makefile$(PLATFORM): pwmanager/libcrypt/mpi/mpi.pro 350pwmanager/libcrypt/mpi/Makefile$(PLATFORM): pwmanager/libcrypt/mpi/mpi.pro
351 cd pwmanager/libcrypt/mpi;tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" mpi.pro -o Makefile$(PLATFORM) 351 cd pwmanager/libcrypt/mpi;tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" mpi.pro -o Makefile$(PLATFORM)
352 352
353pwmanager/libcrypt/error/Makefile$(PLATFORM): pwmanager/libcrypt/error/error.pro 353pwmanager/libcrypt/error/Makefile$(PLATFORM): pwmanager/libcrypt/error/error.pro
354 cd pwmanager/libcrypt/error;tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" error.pro -o Makefile$(PLATFORM) 354 cd pwmanager/libcrypt/error;tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" error.pro -o Makefile$(PLATFORM)
355 355
356pwmanager/libcrypt/cipher/Makefile$(PLATFORM): pwmanager/libcrypt/cipher/cipher.pro 356pwmanager/libcrypt/cipher/Makefile$(PLATFORM): pwmanager/libcrypt/cipher/cipher.pro
357 cd pwmanager/libcrypt/cipher;tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" cipher.pro -o Makefile$(PLATFORM) 357 cd pwmanager/libcrypt/cipher;tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" cipher.pro -o Makefile$(PLATFORM)
358 358
359pwmanager/libcrypt/zlib/Makefile$(PLATFORM): pwmanager/libcrypt/zlib/zlib.pro 359pwmanager/libcrypt/zlib/Makefile$(PLATFORM): pwmanager/libcrypt/zlib/zlib.pro
360 cd pwmanager/libcrypt/zlib;tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" zlib.pro -o Makefile$(PLATFORM) 360 cd pwmanager/libcrypt/zlib;tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" zlib.pro -o Makefile$(PLATFORM)
361 361
362 362
diff --git a/Makefile.Embedded b/Makefile.Embedded
index 8c6110c..da5feba 100644
--- a/Makefile.Embedded
+++ b/Makefile.Embedded
@@ -106,257 +106,257 @@ build_sharp_plugin: build_microkde
106 done 106 done
107 endif 107 endif
108 108
109build_ldap_plugin: build_microkde 109build_ldap_plugin: build_microkde
110 ifdef BUILD_NO_LDAP_PLUGIN 110 ifdef BUILD_NO_LDAP_PLUGIN
111 @echo == ldap plugin not build. 111 @echo == ldap plugin not build.
112 else 112 else
113 for i in $(SUBDIRS_LDAP_PLUGIN); do pushd $$i; \ 113 for i in $(SUBDIRS_LDAP_PLUGIN); do pushd $$i; \
114 make -f Makefile$(PLATFORM) || exit 1; popd; \ 114 make -f Makefile$(PLATFORM) || exit 1; popd; \
115 done 115 done
116 endif 116 endif
117 117
118 118
119build_micromail: build_microkde 119build_micromail: build_microkde
120 ifdef BUILD_NO_MICROMAIL 120 ifdef BUILD_NO_MICROMAIL
121 @echo == kmicromail not build. 121 @echo == kmicromail not build.
122 else 122 else
123 for i in $(SUBDIRS_MICROMAIL); do pushd $$i; \ 123 for i in $(SUBDIRS_MICROMAIL); do pushd $$i; \
124 make -f Makefile$(PLATFORM) || exit 1; popd; \ 124 make -f Makefile$(PLATFORM) || exit 1; popd; \
125 done 125 done
126 endif 126 endif
127 127
128build_gammu: variable_test tmake 128build_gammu: variable_test tmake
129 ifdef BUILD_NO_GAMMU 129 ifdef BUILD_NO_GAMMU
130 @echo == gammu not build. 130 @echo == gammu not build.
131 else 131 else
132 for i in $(SUBDIRS_GAMMU); do pushd $$i; \ 132 for i in $(SUBDIRS_GAMMU); do pushd $$i; \
133 make -f Makefile$(PLATFORM) || exit 1; popd; \ 133 make -f Makefile$(PLATFORM) || exit 1; popd; \
134 done 134 done
135 endif 135 endif
136 136
137build_pwmanager: build_microkde 137build_pwmanager: build_microkde
138 ifdef BUILD_NO_PWMANAGER 138 ifdef BUILD_NO_PWMANAGER
139 @echo == pwmanager not build. 139 @echo == pwmanager not build.
140 else 140 else
141 for i in $(SUBDIRS_PWMANAGER); do pushd $$i; \ 141 for i in $(SUBDIRS_PWMANAGER); do pushd $$i; \
142 make -f Makefile$(PLATFORM) || exit 1; popd; \ 142 make -f Makefile$(PLATFORM) || exit 1; popd; \
143 done 143 done
144 endif 144 endif
145 145
146 146
147variable_info: 147variable_info:
148 @echo -------------------------------------- 148 @echo --------------------------------------
149 @echo KDEPIM buildsystem, variableinfo... 149 @echo KDEPIM buildsystem, variableinfo...
150 @echo KDEPIMDIR=$(KDEPIMDIR) 150 @echo KDEPIMDIR=$(KDEPIMDIR)
151 @echo QTDIR=$(QTDIR) 151 @echo QTDIR=$(QTDIR)
152 @echo QPEDIR=$(QPEDIR) 152 @echo QPEDIR=$(QPEDIR)
153 @echo OPIEDIR=$(OPIEDIR) 153 @echo OPIEDIR=$(OPIEDIR)
154 @echo PLATFORM=$(PLATFORM) 154 @echo PLATFORM=$(PLATFORM)
155 @echo RELEASE_DEBUG=$(RELEASE_DEBUG) 155 @echo RELEASE_DEBUG=$(RELEASE_DEBUG)
156 @echo BUILD_NO_MICROMAIL=$(BUILD_NO_MICROMAIL) 156 @echo BUILD_NO_MICROMAIL=$(BUILD_NO_MICROMAIL)
157 @echo BUILD_NO_LDAP_PLUGIN=$(BUILD_NO_LDAP_PLUGIN) 157 @echo BUILD_NO_LDAP_PLUGIN=$(BUILD_NO_LDAP_PLUGIN)
158 @echo BUILD_NO_OPIE_PLUGIN=$(BUILD_NO_OPIE_PLUGIN) 158 @echo BUILD_NO_OPIE_PLUGIN=$(BUILD_NO_OPIE_PLUGIN)
159 @echo BUILD_NO_QTOPIA_PLUGIN=$(BUILD_NO_QTOPIA_PLUGIN) 159 @echo BUILD_NO_QTOPIA_PLUGIN=$(BUILD_NO_QTOPIA_PLUGIN)
160 @echo BUILD_NO_SHARP_PLUGIN=$(BUILD_NO_SHARP_PLUGIN) 160 @echo BUILD_NO_SHARP_PLUGIN=$(BUILD_NO_SHARP_PLUGIN)
161 ifndef BUILD_NO_SHARP_PLUGIN 161 ifndef BUILD_NO_SHARP_PLUGIN
162 @echo SHARPDTMSDK=$(SHARPDTMSDK) 162 @echo SHARPDTMSDK=$(SHARPDTMSDK)
163 endif 163 endif
164 @echo BUILD_NO_GAMMU=$(BUILD_NO_GAMMU) 164 @echo BUILD_NO_GAMMU=$(BUILD_NO_GAMMU)
165 @echo BUILD_NO_PWMANAGER=$(BUILD_NO_PWMANAGER) 165 @echo BUILD_NO_PWMANAGER=$(BUILD_NO_PWMANAGER)
166 @echo -------------------------------------- 166 @echo --------------------------------------
167 167
168variable_test: variable_info 168variable_test: variable_info
169 @echo KDEPIM buildsystem, variablecheck... 169 @echo KDEPIM buildsystem, variablecheck...
170 ifndef KDEPIMDIR 170 ifndef KDEPIMDIR
171 @echo KDEPIMDIR is not defined. 171 @echo KDEPIMDIR is not defined.
172 $(error KDEPIMDIR is not defined) 172 $(error KDEPIMDIR is not defined)
173 endif 173 endif
174 ifndef PLATFORM 174 ifndef PLATFORM
175 @echo PLATFORM is not defined. 175 @echo PLATFORM is not defined.
176 $(error PLATFORM is not defined) 176 $(error PLATFORM is not defined)
177 endif 177 endif
178 ifdef BUILD_NO_LDAP_PLUGIN 178 ifdef BUILD_NO_LDAP_PLUGIN
179 @echo LDAP PLUGIN will not be build, because BUILD_NO_LDAP_PLUGIN is set to $(BUILD_NO_LDAP_PLUGIN) 179 @echo LDAP PLUGIN will not be build, because BUILD_NO_LDAP_PLUGIN is set to $(BUILD_NO_LDAP_PLUGIN)
180 endif 180 endif
181 ifdef BUILD_NO_OPIE_PLUGIN 181 ifdef BUILD_NO_OPIE_PLUGIN
182 @echo OPIE PLUGIN will not be build, because BUILD_NO_OPIE_PLUGIN is set to $(BUILD_NO_OPIE_PLUGIN) 182 @echo OPIE PLUGIN will not be build, because BUILD_NO_OPIE_PLUGIN is set to $(BUILD_NO_OPIE_PLUGIN)
183 endif 183 endif
184 ifdef BUILD_NO_QTOPIA_PLUGIN 184 ifdef BUILD_NO_QTOPIA_PLUGIN
185 @echo QTOPIA PLUGIN will not be build, because BUILD_NO__QTOPIA_PLUGIN is set to $(BUILD_NO__QTOPIA_PLUGIN) 185 @echo QTOPIA PLUGIN will not be build, because BUILD_NO__QTOPIA_PLUGIN is set to $(BUILD_NO__QTOPIA_PLUGIN)
186 endif 186 endif
187 ifdef BUILD_NO_MICROMAIL 187 ifdef BUILD_NO_MICROMAIL
188 @echo MICROMAIL will not be build, because BUILD_NO_MICROMAIL is set to $(BUILD_NO_MICROMAIL) 188 @echo MICROMAIL will not be build, because BUILD_NO_MICROMAIL is set to $(BUILD_NO_MICROMAIL)
189 endif 189 endif
190 ifdef BUILD_NO_SHARP_PLUGIN 190 ifdef BUILD_NO_SHARP_PLUGIN
191 @echo SHARP PLUGIN will not be build, because BUILD_NO_SHARP_PLUGIN is set to $(BUILD_NO_SHARP_PLUGIN) 191 @echo SHARP PLUGIN will not be build, because BUILD_NO_SHARP_PLUGIN is set to $(BUILD_NO_SHARP_PLUGIN)
192 else 192 else
193 ifndef SHARPDTMSDK 193 ifndef SHARPDTMSDK
194 @echo SHARP PLUGIN can not be build, because SHARPDTMSDK is set to $(SHARPDTMSDK) 194 @echo SHARP PLUGIN can not be build, because SHARPDTMSDK is set to $(SHARPDTMSDK)
195 $(error SHARPDTMSDK is not defined) 195 $(error SHARPDTMSDK is not defined)
196 endif 196 endif
197 endif 197 endif
198 ifdef BUILD_NO_GAMMU 198 ifdef BUILD_NO_GAMMU
199 @echo GAMMU will not be build, because BUILD_NO_GAMMU is set to $(BUILD_NO_GAMMU) 199 @echo GAMMU will not be build, because BUILD_NO_GAMMU is set to $(BUILD_NO_GAMMU)
200 endif 200 endif
201 ifdef BUILD_NO_PWMANAGER 201 ifdef BUILD_NO_PWMANAGER
202 @echo PWMANAGER will not be build, because BUILD_NO_PWMANAGER is set to $(BUILD_NO_PWMANAGER) 202 @echo PWMANAGER will not be build, because BUILD_NO_PWMANAGER is set to $(BUILD_NO_PWMANAGER)
203 endif 203 endif
204 @echo -------------------------------------- 204 @echo --------------------------------------
205 205
206 206
207objects: 207objects:
208 for i in $(SUBDIRS); do mkdir -p $$i/obj/$(PLATFORM); done 208 for i in $(SUBDIRS); do mkdir -p $$i/obj/$(PLATFORM); done
209 for i in $(SUBDIRS); do mkdir -p $$i/moc/$(PLATFORM); done 209 for i in $(SUBDIRS); do mkdir -p $$i/moc/$(PLATFORM); done
210 mkdir -p libical/lib/$(PLATFORM) 210 mkdir -p libical/lib/$(PLATFORM)
211 mkdir -p pwmanager/libcrypt/$(PLATFORM) 211 mkdir -p pwmanager/libcrypt/$(PLATFORM)
212 212
213clean: 213clean:
214 rm -rf libical/lib/$(PLATFORM)/*; 214 rm -rf libical/lib/$(PLATFORM)/*;
215 rm -rf pwmanager/libcrypt/$(PLATFORM)/*; 215 rm -rf pwmanager/libcrypt/$(PLATFORM)/*;
216 for i in $(SUBDIRS); do pushd $$i; make clean; rm -f *~;\ 216 for i in $(SUBDIRS); do pushd $$i; make clean; rm -f *~;\
217 rm -f obj/$(PLATFORM)/*; rm -f moc/$(PLATFORM)/*; rm Makefile$(PLATFORM); popd; \ 217 rm -f obj/$(PLATFORM)/*; rm -f moc/$(PLATFORM)/*; rm Makefile$(PLATFORM); popd; \
218 done 218 done
219 219
220install: 220install:
221 221
222 cd bin/kdepim; make install 222 cd bin/kdepim; make install
223 cp -r Pim $(QPEDIR)/apps 223 cp -r Pim $(QPEDIR)/apps
224 cp db2file/db2file $(QPEDIR)/bin/db2file 224 cp db2file/db2file $(QPEDIR)/bin/db2file
225 cp korganizer/korganizer.desktop $(QPEDIR)/apps/Pim/korganizer.desktop 225 cp korganizer/korganizer.desktop $(QPEDIR)/apps/Pim/korganizer.desktop
226 cp kaddressbook/kaddressbook.desktop $(QPEDIR)/apps/Pim/kaddressbook.desktop 226 cp kaddressbook/kaddressbook.desktop $(QPEDIR)/apps/Pim/kaddressbook.desktop
227 cp kmicromail/kmicromail.desktop $(QPEDIR)/apps/Pim/kopiemail.desktop 227 cp kmicromail/kmicromail.desktop $(QPEDIR)/apps/Pim/kopiemail.desktop
228 cp pwmanager/pwmanager/pwmanager.desktop $(QPEDIR)/apps/Pim/pwmanager.desktop 228 cp pwmanager/pwmanager/pwmanager.desktop $(QPEDIR)/apps/Pim/pwmanager.desktop
229 229
230dist: 230dist:
231 @echo Dont forget to do "make install" before "make dist" 231 @echo Dont forget to do "make install" before "make dist"
232 rm -f *arm.ipk 232 rm -f *arm.ipk
233 rm -f *~ 233 rm -f *~
234 cd ..; tar czf kdepim.src.tar.gz --exclude=obj --exclude=moc --exclude=CVS --exclude=Makefilezaurus --exclude=Makefileqtopia kdepim 234 cd ..; tar czf kdepimpi-$(KDEPIM_VERSION).tar.gz --exclude=obj --exclude=moc --exclude=CVS --exclude=Makefilezaurus --exclude=Makefileqtopia kdepim
235 mkipks kmicrokdelibs.control 235 mkipks kmicrokdelibs.control
236 mkipks korganizer.control 236 mkipks korganizer.control
237 mkipks kaddressbook.control 237 mkipks kaddressbook.control
238 ifndef BUILD_NO_MICROMAIL 238 ifndef BUILD_NO_MICROMAIL
239 mkipks kopiemail.control 239 mkipks kopiemail.control
240 endif 240 endif
241 mkipks korganizer-alarm.control 241 mkipks korganizer-alarm.control
242 ifndef BUILD_NO_GAMMU 242 ifndef BUILD_NO_GAMMU
243 mkipks phoneaccess.control 243 mkipks phoneaccess.control
244 endif 244 endif
245 ifndef BUILD_NO_PWMANAGER 245 ifndef BUILD_NO_PWMANAGER
246 mkipks pwmanager.control 246 mkipks pwmanager.control
247 endif 247 endif
248 mkipks pim_TAB_icon.control 248 mkipks pim_TAB_icon.control
249 249
250tmake: objects \ 250tmake: objects \
251 qtcompat/Makefile$(PLATFORM) \ 251 qtcompat/Makefile$(PLATFORM) \
252 microkde/Makefile$(PLATFORM) \ 252 microkde/Makefile$(PLATFORM) \
253 libkcal/Makefile$(PLATFORM) \ 253 libkcal/Makefile$(PLATFORM) \
254 libkdepim/Makefile$(PLATFORM) \ 254 libkdepim/Makefile$(PLATFORM) \
255 korganizer/Makefile$(PLATFORM) \ 255 korganizer/Makefile$(PLATFORM) \
256 kalarmd/Makefile$(PLATFORM) \ 256 kalarmd/Makefile$(PLATFORM) \
257 libical/src/libical/Makefile$(PLATFORM) \ 257 libical/src/libical/Makefile$(PLATFORM) \
258 libical/src/libicalss/Makefile$(PLATFORM) \ 258 libical/src/libicalss/Makefile$(PLATFORM) \
259 kabc/Makefile$(PLATFORM) \ 259 kabc/Makefile$(PLATFORM) \
260 kabc/formats/binary/Makefile$(PLATFORM) \ 260 kabc/formats/binary/Makefile$(PLATFORM) \
261 kabc/plugins/file/Makefile$(PLATFORM) \ 261 kabc/plugins/file/Makefile$(PLATFORM) \
262 kabc/plugins/dir/Makefile$(PLATFORM) \ 262 kabc/plugins/dir/Makefile$(PLATFORM) \
263 kabc/plugins/ldap/Makefile$(PLATFORM) \ 263 kabc/plugins/ldap/Makefile$(PLATFORM) \
264 kabc/plugins/opie/Makefile$(PLATFORM) \ 264 kabc/plugins/opie/Makefile$(PLATFORM) \
265 kabc/plugins/qtopia/Makefile$(PLATFORM) \ 265 kabc/plugins/qtopia/Makefile$(PLATFORM) \
266 kabc/plugins/sharpdtm/Makefile$(PLATFORM) \ 266 kabc/plugins/sharpdtm/Makefile$(PLATFORM) \
267 kaddressbook/Makefile$(PLATFORM) \ 267 kaddressbook/Makefile$(PLATFORM) \
268 kmicromail/Makefile$(PLATFORM) \ 268 kmicromail/Makefile$(PLATFORM) \
269 kmicromail/libetpan/Makefile$(PLATFORM) \ 269 kmicromail/libetpan/Makefile$(PLATFORM) \
270 kmicromail/libmailwrapper/Makefile$(PLATFORM) \ 270 kmicromail/libmailwrapper/Makefile$(PLATFORM) \
271 gammu/emb/common/Makefile$(PLATFORM) \ 271 gammu/emb/common/Makefile$(PLATFORM) \
272 gammu/emb/gammu/Makefile$(PLATFORM) \ 272 gammu/emb/gammu/Makefile$(PLATFORM) \
273 pwmanager/pwmanager/Makefile$(PLATFORM) \ 273 pwmanager/pwmanager/Makefile$(PLATFORM) \
274 pwmanager/libcrypt/mpi/Makefile$(PLATFORM) \ 274 pwmanager/libcrypt/mpi/Makefile$(PLATFORM) \
275 pwmanager/libcrypt/error/Makefile$(PLATFORM) \ 275 pwmanager/libcrypt/error/Makefile$(PLATFORM) \
276 pwmanager/libcrypt/cipher/Makefile$(PLATFORM) \ 276 pwmanager/libcrypt/cipher/Makefile$(PLATFORM) \
277 pwmanager/libcrypt/zlib/Makefile$(PLATFORM) 277 pwmanager/libcrypt/zlib/Makefile$(PLATFORM)
278 278
279qtcompat/Makefile$(PLATFORM): qtcompat/qtcompat.pro 279qtcompat/Makefile$(PLATFORM): qtcompat/qtcompat.pro
280 cd qtcompat; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" qtcompat.pro -o Makefile$(PLATFORM) 280 cd qtcompat; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" qtcompat.pro -o Makefile$(PLATFORM)
281 281
282microkde/Makefile$(PLATFORM): microkde/microkdeE.pro 282microkde/Makefile$(PLATFORM): microkde/microkdeE.pro
283 cd microkde; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" microkdeE.pro -o Makefile$(PLATFORM) 283 cd microkde; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" microkdeE.pro -o Makefile$(PLATFORM)
284 284
285libkcal/Makefile$(PLATFORM): libkcal/libkcalE.pro 285libkcal/Makefile$(PLATFORM): libkcal/libkcalE.pro
286 cd libkcal; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" libkcalE.pro -o Makefile$(PLATFORM) 286 cd libkcal; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" libkcalE.pro -o Makefile$(PLATFORM)
287 287
288 288
289libkdepim/Makefile$(PLATFORM): libkdepim/libkdepimE.pro 289libkdepim/Makefile$(PLATFORM): libkdepim/libkdepimE.pro
290 cd libkdepim; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" libkdepimE.pro -o Makefile$(PLATFORM) 290 cd libkdepim; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" libkdepimE.pro -o Makefile$(PLATFORM)
291 291
292kalarmd/Makefile$(PLATFORM): kalarmd/kalarmdE.pro 292kalarmd/Makefile$(PLATFORM): kalarmd/kalarmdE.pro
293 cd kalarmd; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" kalarmdE.pro -o Makefile$(PLATFORM) 293 cd kalarmd; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" kalarmdE.pro -o Makefile$(PLATFORM)
294 294
295korganizer/Makefile$(PLATFORM): korganizer/korganizerE.pro 295korganizer/Makefile$(PLATFORM): korganizer/korganizerE.pro
296 cd korganizer; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" korganizerE.pro -o Makefile$(PLATFORM) 296 cd korganizer; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" korganizerE.pro -o Makefile$(PLATFORM)
297 297
298libical/src/libical/Makefile$(PLATFORM): libical/src/libical/libicalE.pro 298libical/src/libical/Makefile$(PLATFORM): libical/src/libical/libicalE.pro
299 cd libical/src/libical; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" libicalE.pro -o Makefile$(PLATFORM) 299 cd libical/src/libical; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" libicalE.pro -o Makefile$(PLATFORM)
300 300
301libical/src/libicalss/Makefile$(PLATFORM): libical/src/libicalss/libicalssE.pro 301libical/src/libicalss/Makefile$(PLATFORM): libical/src/libicalss/libicalssE.pro
302 cd libical/src/libicalss; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" libicalssE.pro -o Makefile$(PLATFORM) 302 cd libical/src/libicalss; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" libicalssE.pro -o Makefile$(PLATFORM)
303 303
304kabc/Makefile$(PLATFORM): kabc/kabcE.pro 304kabc/Makefile$(PLATFORM): kabc/kabcE.pro
305 cd kabc; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" kabcE.pro -o Makefile$(PLATFORM) 305 cd kabc; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" kabcE.pro -o Makefile$(PLATFORM)
306 306
307kabc/formats/binary/Makefile$(PLATFORM): kabc/formats/binary/kabcformat_binaryE.pro 307kabc/formats/binary/Makefile$(PLATFORM): kabc/formats/binary/kabcformat_binaryE.pro
308 cd kabc/formats/binary; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" kabcformat_binaryE.pro -o Makefile$(PLATFORM) 308 cd kabc/formats/binary; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" kabcformat_binaryE.pro -o Makefile$(PLATFORM)
309 309
310kabc/plugins/file/Makefile$(PLATFORM): kabc/plugins/file/fileE.pro 310kabc/plugins/file/Makefile$(PLATFORM): kabc/plugins/file/fileE.pro
311 cd kabc/plugins/file; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" fileE.pro -o Makefile$(PLATFORM) 311 cd kabc/plugins/file; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" fileE.pro -o Makefile$(PLATFORM)
312 312
313kabc/plugins/dir/Makefile$(PLATFORM): kabc/plugins/dir/dirE.pro 313kabc/plugins/dir/Makefile$(PLATFORM): kabc/plugins/dir/dirE.pro
314 cd kabc/plugins/dir; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" dirE.pro -o Makefile$(PLATFORM) 314 cd kabc/plugins/dir; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" dirE.pro -o Makefile$(PLATFORM)
315 315
316kabc/plugins/ldap/Makefile$(PLATFORM): kabc/plugins/ldap/ldapE.pro 316kabc/plugins/ldap/Makefile$(PLATFORM): kabc/plugins/ldap/ldapE.pro
317 cd kabc/plugins/ldap; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" ldapE.pro -o Makefile$(PLATFORM) 317 cd kabc/plugins/ldap; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" ldapE.pro -o Makefile$(PLATFORM)
318 318
319kabc/plugins/opie/Makefile$(PLATFORM): kabc/plugins/opie/opieE.pro 319kabc/plugins/opie/Makefile$(PLATFORM): kabc/plugins/opie/opieE.pro
320 cd kabc/plugins/opie; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" opieE.pro -o Makefile$(PLATFORM) 320 cd kabc/plugins/opie; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" opieE.pro -o Makefile$(PLATFORM)
321 321
322kabc/plugins/qtopia/Makefile$(PLATFORM): kabc/plugins/qtopia/qtopiaE.pro 322kabc/plugins/qtopia/Makefile$(PLATFORM): kabc/plugins/qtopia/qtopiaE.pro
323 cd kabc/plugins/qtopia; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" qtopiaE.pro -o Makefile$(PLATFORM) 323 cd kabc/plugins/qtopia; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" qtopiaE.pro -o Makefile$(PLATFORM)
324 324
325kabc/plugins/sharpdtm/Makefile$(PLATFORM): kabc/plugins/sharpdtm/sharpdtmE.pro 325kabc/plugins/sharpdtm/Makefile$(PLATFORM): kabc/plugins/sharpdtm/sharpdtmE.pro
326 cd kabc/plugins/sharpdtm; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" sharpdtmE.pro -o Makefile$(PLATFORM) 326 cd kabc/plugins/sharpdtm; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" sharpdtmE.pro -o Makefile$(PLATFORM)
327 327
328kaddressbook/Makefile$(PLATFORM): kaddressbook/kaddressbookE.pro 328kaddressbook/Makefile$(PLATFORM): kaddressbook/kaddressbookE.pro
329 cd kaddressbook; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" kaddressbookE.pro -o Makefile$(PLATFORM) 329 cd kaddressbook; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" kaddressbookE.pro -o Makefile$(PLATFORM)
330 330
331kmicromail/Makefile$(PLATFORM): kmicromail/kmicromailE.pro 331kmicromail/Makefile$(PLATFORM): kmicromail/kmicromailE.pro
332 cd kmicromail; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" kmicromailE.pro -o Makefile$(PLATFORM) 332 cd kmicromail; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" kmicromailE.pro -o Makefile$(PLATFORM)
333 333
334kmicromail/libetpan/Makefile$(PLATFORM): kmicromail/libetpan/libetpanE.pro 334kmicromail/libetpan/Makefile$(PLATFORM): kmicromail/libetpan/libetpanE.pro
335 cd kmicromail/libetpan; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" libetpanE.pro -o Makefile$(PLATFORM) 335 cd kmicromail/libetpan; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" libetpanE.pro -o Makefile$(PLATFORM)
336 336
337kmicromail/libmailwrapper/Makefile$(PLATFORM): kmicromail/libmailwrapper/libmailwrapperE.pro 337kmicromail/libmailwrapper/Makefile$(PLATFORM): kmicromail/libmailwrapper/libmailwrapperE.pro
338 cd kmicromail/libmailwrapper; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" libmailwrapperE.pro -o Makefile$(PLATFORM) 338 cd kmicromail/libmailwrapper; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" libmailwrapperE.pro -o Makefile$(PLATFORM)
339 339
340gammu/emb/common/Makefile$(PLATFORM): gammu/emb/common/commonE.pro 340gammu/emb/common/Makefile$(PLATFORM): gammu/emb/common/commonE.pro
341 cd gammu/emb/common; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" commonE.pro -o Makefile$(PLATFORM) 341 cd gammu/emb/common; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" commonE.pro -o Makefile$(PLATFORM)
342 342
343gammu/emb/gammu/Makefile$(PLATFORM): gammu/emb/gammu/gammuE.pro 343gammu/emb/gammu/Makefile$(PLATFORM): gammu/emb/gammu/gammuE.pro
344 cd gammu/emb/gammu; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" gammuE.pro -o Makefile$(PLATFORM) 344 cd gammu/emb/gammu; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" gammuE.pro -o Makefile$(PLATFORM)
345 345
346pwmanager/pwmanager/Makefile$(PLATFORM): pwmanager/pwmanager/pwmanagerE.pro 346pwmanager/pwmanager/Makefile$(PLATFORM): pwmanager/pwmanager/pwmanagerE.pro
347 cd pwmanager/pwmanager; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" pwmanagerE.pro -o Makefile$(PLATFORM) 347 cd pwmanager/pwmanager; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" pwmanagerE.pro -o Makefile$(PLATFORM)
348 348
349 349
350pwmanager/libcrypt/mpi/Makefile$(PLATFORM): pwmanager/libcrypt/mpi/mpi.pro 350pwmanager/libcrypt/mpi/Makefile$(PLATFORM): pwmanager/libcrypt/mpi/mpi.pro
351 cd pwmanager/libcrypt/mpi;tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" mpi.pro -o Makefile$(PLATFORM) 351 cd pwmanager/libcrypt/mpi;tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" mpi.pro -o Makefile$(PLATFORM)
352 352
353pwmanager/libcrypt/error/Makefile$(PLATFORM): pwmanager/libcrypt/error/error.pro 353pwmanager/libcrypt/error/Makefile$(PLATFORM): pwmanager/libcrypt/error/error.pro
354 cd pwmanager/libcrypt/error;tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" error.pro -o Makefile$(PLATFORM) 354 cd pwmanager/libcrypt/error;tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" error.pro -o Makefile$(PLATFORM)
355 355
356pwmanager/libcrypt/cipher/Makefile$(PLATFORM): pwmanager/libcrypt/cipher/cipher.pro 356pwmanager/libcrypt/cipher/Makefile$(PLATFORM): pwmanager/libcrypt/cipher/cipher.pro
357 cd pwmanager/libcrypt/cipher;tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" cipher.pro -o Makefile$(PLATFORM) 357 cd pwmanager/libcrypt/cipher;tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" cipher.pro -o Makefile$(PLATFORM)
358 358
359pwmanager/libcrypt/zlib/Makefile$(PLATFORM): pwmanager/libcrypt/zlib/zlib.pro 359pwmanager/libcrypt/zlib/Makefile$(PLATFORM): pwmanager/libcrypt/zlib/zlib.pro
360 cd pwmanager/libcrypt/zlib;tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" zlib.pro -o Makefile$(PLATFORM) 360 cd pwmanager/libcrypt/zlib;tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" zlib.pro -o Makefile$(PLATFORM)
361 361
362 362
diff --git a/bin/kdepim/kaddressbook/germantranslation.txt b/bin/kdepim/kaddressbook/germantranslation.txt
index d7e9d0a..a5ba794 100644
--- a/bin/kdepim/kaddressbook/germantranslation.txt
+++ b/bin/kdepim/kaddressbook/germantranslation.txt
@@ -1,217 +1,193 @@
1{ "file","file" }, 1{ "file","file" },
2{ "Choose one file","Choose one file" }, 2{ "Choose one file","Choose one file" },
3{ "dir","dir" }, 3{ "dir","dir" },
4{ "Choose a directory with may files","Choose a directory with may files" }, 4{ "Choose a directory with may files","Choose a directory with may files" },
5{ "ldap","ldap" }, 5{ "ldap","ldap" },
6{ "No description available","No description available" }, 6{ "No description available","No description available" },
7{ "Library files for "%1" not found in paths","Library files for "%1" not found in paths" }, 7{ "Library files for "%1" not found in paths","Library files for "%1" not found in paths" },
8{ "qtopia","qtopia" }, 8{ "qtopia","qtopia" },
9{ "Qtopia PIM Addressbook.","Qtopia PIM Addressbook." }, 9{ "Qtopia PIM Addressbook.","Qtopia PIM Addressbook." },
10{ "vCard","vCard" }, 10{ "vCard","vCard" },
11{ "vCard Format","vCard Format" }, 11{ "vCard Format","vCard Format" },
12{ "microkabcformat_binary","microkabcformat_binary" }, 12{ "microkabcformat_binary","microkabcformat_binary" },
13{ "Binary","Binary" }, 13{ "Binary","Binary" },
14{ "No description available.","No description available." }, 14{ "No description available.","No description available." },
15{ "Department","Department" }, 15{ "Department","Department" },
16{ "Profession","Profession" }, 16{ "Profession","Profession" },
17{ "Assistant's Name","Assistant's Name" }, 17{ "Assistant's Name","Assistant's Name" },
18{ "Manager's Name","Manager's Name" }, 18{ "Manager's Name","Manager's Name" },
19{ "Spouse's Name","Spouse's Name" }, 19{ "Spouse's Name","Spouse's Name" },
20{ "Office","Office" }, 20{ "Office","Office" },
21{ "IM Address","IM Address" }, 21{ "IM Address","IM Address" },
22{ "Anniversary","Anniversary" }, 22{ "Anniversary","Anniversary" },
23{ "Gender","Gender" }, 23{ "Gender","Gender" },
24{ "Children","Children" }, 24{ "Children","Children" },
25{ "FreeBusyUrl","FreeBusyUrl" }, 25{ "FreeBusyUrl","FreeBusyUrl" },
26{ "ExternalID","ExternalID" }, 26{ "ExternalID","ExternalID" },
27{ "Resource loaded: '%1'","Resource loaded: '%1'" }, 27{ "Resource loaded: '%1'","Resource loaded: '%1'" },
28{ "Select View","Select View" }, 28{ "Select View","Select View" },
29{ "Modify View...","Modify View..." }, 29{ "Modify View...","Modify View..." },
30{ "Add View...","Add View..." }, 30{ "Add View...","Add View..." },
31{ "Delete View","Delete View" }, 31{ "Delete View","Delete View" },
32{ "Refresh View","Refresh View" }, 32{ "Refresh View","Refresh View" },
33{ "Edit &Filters...","Edit &Filters..." }, 33{ "Edit &Filters...","Edit &Filters..." },
34{ "Select Filter","Select Filter" }, 34{ "Select Filter","Select Filter" },
35{ "Style:","Style:" }, 35{ "Style:","Style:" },
36{ "HTML table style.","HTML table style." }, 36{ "HTML table style.","HTML table style." },
37{ "Default Table View","Default Table View" }, 37{ "Default Table View","Default Table View" },
38{ "+01:00 Europe/Oslo(CET)","+01:00 Europe/Oslo(CET)" },
39{ "Show Extension Bar","Show Extension Bar" }, 38{ "Show Extension Bar","Show Extension Bar" },
40{ "None","None" }, 39{ "None","None" },
41{ "Name...","Name..." }, 40{ "Name...","Name..." },
42{ "Role:","Role:" }, 41{ "Role:","Role:" },
43{ "Organization:","Organization:" }, 42{ "Organization:","Organization:" },
44{ "Formatted name:","Formatted name:" }, 43{ "Formatted name:","Formatted name:" },
45{ "Edit Phone Numbers...","Edit Phone Numbers..." }, 44{ "Edit Phone Numbers...","Edit Phone Numbers..." },
46{ "Categories","Categories" }, 45{ "Categories","Categories" },
47{ "Public","Public" }, 46{ "Public","Public" },
48{ "Private","Private" }, 47{ "Private","Private" },
49{ "Confidential","Confidential" }, 48{ "Confidential","Confidential" },
50{ "&General","&General" }, 49{ "&General","&General" },
51{ "&Edit Addresses...","&Edit Addresses..." }, 50{ "&Edit Addresses...","&Edit Addresses..." },
52{ "Edit Email Addresses...","Edit Email Addresses..." }, 51{ "Edit Email Addresses...","Edit Email Addresses..." },
53{ "Email:","Email:" }, 52{ "Email:","Email:" },
54{ "URL:","URL:" }, 53{ "URL:","URL:" },
55{ "&IM address:","&IM address:" }, 54{ "&IM address:","&IM address:" },
56{ "&Address","&Address" }, 55{ "&Address","&Address" },
57{ "Department:","Department:" }, 56{ "Department:","Department:" },
58{ "Office:","Office:" }, 57{ "Office:","Office:" },
59{ "Profession:","Profession:" }, 58{ "Profession:","Profession:" },
60{ "Manager's name:","Manager's name:" }, 59{ "Manager's name:","Manager's name:" },
61{ "Assistant's name:","Assistant's name:" }, 60{ "Assistant's name:","Assistant's name:" },
62{ "Nick name:","Nick name:" }, 61{ "Nick name:","Nick name:" },
63{ "Spouse's name:","Spouse's name:" }, 62{ "Spouse's name:","Spouse's name:" },
64{ "Children's names:","Children's names:" }, 63{ "Children's names:","Children's names:" },
65{ "Birthday:","Birthday:" }, 64{ "Birthday:","Birthday:" },
66{ " Local Time"," Local Time" }, 65{ " Local Time"," Local Time" },
67{ "+12:00 Asia/Kamchatka","+12:00 Asia/Kamchatka" },
68{ "+11:00 Asia/Magadan","+11:00 Asia/Magadan" },
69{ "+10:00 Asia/Vladivostok","+10:00 Asia/Vladivostok" },
70{ "+09:00 Asia/Tokyo","+09:00 Asia/Tokyo" },
71{ "+08:00 Asia/Hongkong","+08:00 Asia/Hongkong" },
72{ "+07:00 Asia/Bangkok","+07:00 Asia/Bangkok" },
73{ "+06:00 Indian/Chagos","+06:00 Indian/Chagos" },
74{ "+05:00 Indian/Maldives","+05:00 Indian/Maldives" },
75{ "+04:00 Indian/Mauritius","+04:00 Indian/Mauritius" },
76{ "+03:00 Europe/Moscow","+03:00 Europe/Moscow" },
77{ "+02:00 Europe/Helsinki","+02:00 Europe/Helsinki" },
78{ " 00:00 Europe/London(UTC)"," 00:00 Europe/London(UTC)" },
79{ "-01:00 Atlantic/Azores","-01:00 Atlantic/Azores" },
80{ "-02:00 Brazil/DeNoronha","-02:00 Brazil/DeNoronha" },
81{ "-03:00 Brazil/East","-03:00 Brazil/East" },
82{ "-04:00 Brazil/West","-04:00 Brazil/West" },
83{ "-05:00 US/Eastern","-05:00 US/Eastern" },
84{ "-06:00 US/Central","-06:00 US/Central" },
85{ "-07:00 US/Mountain","-07:00 US/Mountain" },
86{ "-08:00 US/Pacific","-08:00 US/Pacific" },
87{ "-09:00 US/Alaska","-09:00 US/Alaska" },
88{ "-10:00 US/Hawaii","-10:00 US/Hawaii" },
89{ "-11:00 US/Samoa","-11:00 US/Samoa" },
90{ "Mon","Mon" }, 66{ "Mon","Mon" },
91{ "Tue","Tue" }, 67{ "Tue","Tue" },
92{ "Wed","Wed" }, 68{ "Wed","Wed" },
93{ "Thu","Thu" }, 69{ "Thu","Thu" },
94{ "Fri","Fri" }, 70{ "Fri","Fri" },
95{ "Sat","Sat" }, 71{ "Sat","Sat" },
96{ "Sun","Sun" }, 72{ "Sun","Sun" },
97{ "January","January" }, 73{ "January","January" },
98{ "February","February" }, 74{ "February","February" },
99{ "March","March" }, 75{ "March","March" },
100{ "April","April" }, 76{ "April","April" },
101{ "May","May" }, 77{ "May","May" },
102{ "June","June" }, 78{ "June","June" },
103{ "July","July" }, 79{ "July","July" },
104{ "August","August" }, 80{ "August","August" },
105{ "September","September" }, 81{ "September","September" },
106{ "October","October" }, 82{ "October","October" },
107{ "November","November" }, 83{ "November","November" },
108{ "December","December" }, 84{ "December","December" },
109{ "tomorrow","tomorrow" }, 85{ "tomorrow","tomorrow" },
110{ "today","today" }, 86{ "today","today" },
111{ "yesterday","yesterday" }, 87{ "yesterday","yesterday" },
112{ "Monday","Monday" }, 88{ "Monday","Monday" },
113{ "Tuesday","Tuesday" }, 89{ "Tuesday","Tuesday" },
114{ "Wednesday","Wednesday" }, 90{ "Wednesday","Wednesday" },
115{ "Thursday","Thursday" }, 91{ "Thursday","Thursday" },
116{ "Friday","Friday" }, 92{ "Friday","Friday" },
117{ "Saturday","Saturday" }, 93{ "Saturday","Saturday" },
118{ "Sunday","Sunday" }, 94{ "Sunday","Sunday" },
119{ "Anniversary:","Anniversary:" }, 95{ "Anniversary:","Anniversary:" },
120{ "Gender:","Gender:" }, 96{ "Gender:","Gender:" },
121{ "ALIEN (gender undefined)","ALIEN (gender undefined)" }, 97{ "ALIEN (gender undefined)","ALIEN (gender undefined)" },
122{ "female","female" }, 98{ "female","female" },
123{ "male","male" }, 99{ "male","male" },
124{ "&Details","&Details" }, 100{ "&Details","&Details" },
125{ "Note:","Note:" }, 101{ "Note:","Note:" },
126{ "&Notes","&Notes" }, 102{ "&Notes","&Notes" },
127{ "Use geo data","Use geo data" }, 103{ "Use geo data","Use geo data" },
128{ "Latitude:","Latitude:" }, 104{ "Latitude:","Latitude:" },
129{ "Longitude:","Longitude:" }, 105{ "Longitude:","Longitude:" },
130{ "Edit Geo Data...","Edit Geo Data..." }, 106{ "Edit Geo Data...","Edit Geo Data..." },
131{ "Keys:","Keys:" }, 107{ "Keys:","Keys:" },
132{ "Add","Add" }, 108{ "Add","Add" },
133{ "Remove","Remove" }, 109{ "Remove","Remove" },
134{ "Export","Export" }, 110{ "Export","Export" },
135{ "&Misc","&Misc" }, 111{ "&Misc","&Misc" },
136{ "Photo","Photo" }, 112{ "Photo","Photo" },
137{ "Store as URL","Store as URL" }, 113{ "Store as URL","Store as URL" },
138{ "Logo","Logo" }, 114{ "Logo","Logo" },
139{ "&Images","&Images" }, 115{ "&Images","&Images" },
140{ "Home","Home" }, 116{ "Home","Home" },
141{ "Work","Work" }, 117{ "Work","Work" },
142{ "Mobile","Mobile" }, 118{ "Mobile","Mobile" },
143{ "Fax","Fax" }, 119{ "Fax","Fax" },
144{ "Contact Editor","Contact Editor" }, 120{ "Contact Editor","Contact Editor" },
145{ "&Mail...","&Mail..." }, 121{ "&Mail...","&Mail..." },
146{ "&Print...","&Print..." }, 122{ "&Print...","&Print..." },
147{ "&Save","&Save" }, 123{ "&Save","&Save" },
148{ "&New Contact...","&New Contact..." }, 124{ "&New Contact...","&New Contact..." },
149{ "Mail &vCard...","Mail &vCard..." }, 125{ "Mail &vCard...","Mail &vCard..." },
150{ "Selected to phone","Selected to phone" }, 126{ "Selected to phone","Selected to phone" },
151{ "Beam selected v&Card(s)","Beam selected v&Card(s)" }, 127{ "Beam selected v&Card(s)","Beam selected v&Card(s)" },
152{ "&Beam personal vCard","&Beam personal vCard" }, 128{ "&Beam personal vCard","&Beam personal vCard" },
153{ "&Edit Contact...","&Edit Contact..." }, 129{ "&Edit Contact...","&Edit Contact..." },
154{ "&Exit","&Exit" }, 130{ "&Exit","&Exit" },
155{ "&Copy","&Copy" }, 131{ "&Copy","&Copy" },
156{ "Cu&t","Cu&t" }, 132{ "Cu&t","Cu&t" },
157{ "&Paste","&Paste" }, 133{ "&Paste","&Paste" },
158{ "Select &All","Select &All" }, 134{ "Select &All","Select &All" },
159{ "&Undo","&Undo" }, 135{ "&Undo","&Undo" },
160{ "Re&do","Re&do" }, 136{ "Re&do","Re&do" },
161{ "&Delete Contact","&Delete Contact" }, 137{ "&Delete Contact","&Delete Contact" },
162{ "Configure &Resources...","Configure &Resources..." }, 138{ "Configure &Resources...","Configure &Resources..." },
163{ "&Configure %1...","&Configure %1..." }, 139{ "&Configure %1...","&Configure %1..." },
164{ "Configure S&hortcuts...","Configure S&hortcuts..." }, 140{ "Configure S&hortcuts...","Configure S&hortcuts..." },
165{ "Show Jump Bar","Show Jump Bar" }, 141{ "Show Jump Bar","Show Jump Bar" },
166{ "Show Details","Show Details" }, 142{ "Show Details","Show Details" },
167{ "Beam receice enabled","Beam receice enabled" }, 143{ "Beam receice enabled","Beam receice enabled" },
168{ "Set Who Am I","Set Who Am I" }, 144{ "Set Who Am I","Set Who Am I" },
169{ "Set Categories","Set Categories" }, 145{ "Set Categories","Set Categories" },
170{ "Remove "voice"...","Remove "voice"..." }, 146{ "Remove "voice"...","Remove "voice"..." },
171{ "Import from Outlook...","Import from Outlook..." }, 147{ "Import from Outlook...","Import from Outlook..." },
172{ "Licence","Licence" }, 148{ "Licence","Licence" },
173{ "Faq","Faq" }, 149{ "Faq","Faq" },
174{ "What's New?","What's New?" }, 150{ "What's New?","What's New?" },
175{ "Sync HowTo","Sync HowTo" }, 151{ "Sync HowTo","Sync HowTo" },
176{ "&About KAddressBook","&About KAddressBook" }, 152{ "&About KAddressBook","&About KAddressBook" },
177{ "Select Incremental Search Field","Select Incremental Search Field" }, 153{ "Select Incremental Search Field","Select Incremental Search Field" },
178{ "Synchronize","Synchronize" }, 154{ "Synchronize","Synchronize" },
179{ "Configure...","Configure..." }, 155{ "Configure...","Configure..." },
180{ "Enable Pi-Sync","Enable Pi-Sync" }, 156{ "Enable Pi-Sync","Enable Pi-Sync" },
181{ "Multiple sync","Multiple sync" }, 157{ "Multiple sync","Multiple sync" },
182{ "Import CSV List...","Import CSV List..." }, 158{ "Import CSV List...","Import CSV List..." },
183{ "Export CSV List...","Export CSV List..." }, 159{ "Export CSV List...","Export CSV List..." },
184{ "Import KDE 2 Addressbook...","Import KDE 2 Addressbook..." }, 160{ "Import KDE 2 Addressbook...","Import KDE 2 Addressbook..." },
185{ "Import vCard...","Import vCard..." }, 161{ "Import vCard...","Import vCard..." },
186{ "Export vCard 3.0...","Export vCard 3.0..." }, 162{ "Export vCard 3.0...","Export vCard 3.0..." },
187{ "Import Qtopia...","Import Qtopia..." }, 163{ "Import Qtopia...","Import Qtopia..." },
188{ "Export Qtopia...","Export Qtopia..." }, 164{ "Export Qtopia...","Export Qtopia..." },
189{ "Edit Contact","Edit Contact" }, 165{ "Edit Contact","Edit Contact" },
190{ "Ok","Ok" }, 166{ "Ok","Ok" },
191{ "Apply","Apply" }, 167{ "Apply","Apply" },
192{ "Cancel","Cancel" }, 168{ "Cancel","Cancel" },
193{ "KAddressbook/Pi","KAddressbook/Pi" }, 169{ "KAddressbook/Pi","KAddressbook/Pi" },
194{ "No Filter","No Filter" }, 170{ "No Filter","No Filter" },
195{ "Given Name","Given Name" }, 171{ "Given Name","Given Name" },
196{ "Family Name","Family Name" }, 172{ "Family Name","Family Name" },
197{ "Email Address","Email Address" }, 173{ "Email Address","Email Address" },
198{ "All Fields","All Fields" }, 174{ "All Fields","All Fields" },
199{ "Question","Question" }, 175{ "Question","Question" },
200{ "After importing, phone numbers\nmay have two or more types.\n(E.g. work+voice)\nThese numbers are shown as "other".\nClick Yes to remove the voice type\nfrom numbers with more than one type.\n\nRemove voice type?","After importing, phone numbers\nmay have two or more types.\n(E.g. work+voice)\nThese numbers are shown as "other".\nClick Yes to remove the voice type\nfrom numbers with more than one type.\n\nRemove voice type?" }, 176{ "After importing, phone numbers\nmay have two or more types.\n(E.g. work+voice)\nThese numbers are shown as "other".\nClick Yes to remove the voice type\nfrom numbers with more than one type.\n\nRemove voice type?","After importing, phone numbers\nmay have two or more types.\n(E.g. work+voice)\nThese numbers are shown as "other".\nClick Yes to remove the voice type\nfrom numbers with more than one type.\n\nRemove voice type?" },
201{ "No","No" }, 177{ "No","No" },
202{ "Yes","Yes" }, 178{ "Yes","Yes" },
203{ "Synchronization Preferences","Synchronization Preferences" }, 179{ "Synchronization Preferences","Synchronization Preferences" },
204{ "Local device name:","Local device name:" }, 180{ "Local device name:","Local device name:" },
205{ "New profile","New profile" }, 181{ "New profile","New profile" },
206{ "Clone profile","Clone profile" }, 182{ "Clone profile","Clone profile" },
207{ "Delete profile","Delete profile" }, 183{ "Delete profile","Delete profile" },
208{ "Profile:","Profile:" }, 184{ "Profile:","Profile:" },
209{ "Include in multiple ","Include in multiple " }, 185{ "Include in multiple ","Include in multiple " },
210{ "calendar ","calendar " }, 186{ "calendar ","calendar " },
211{ "addressbook ","addressbook " }, 187{ "addressbook ","addressbook " },
212{ "pwmanager","pwmanager" }, 188{ "pwmanager","pwmanager" },
213{ " sync"," sync" }, 189{ " sync"," sync" },
214{ "Ask for preferences before sync","Ask for preferences before sync" }, 190{ "Ask for preferences before sync","Ask for preferences before sync" },
215{ "Sync preferences","Sync preferences" }, 191{ "Sync preferences","Sync preferences" },
216{ "Take local entry on conflict","Take local entry on conflict" }, 192{ "Take local entry on conflict","Take local entry on conflict" },
217{ "Take remote entry on conflict","Take remote entry on conflict" }, 193{ "Take remote entry on conflict","Take remote entry on conflict" },
diff --git a/bin/kdepim/kaddressbook/usertranslation.txt b/bin/kdepim/kaddressbook/usertranslation.txt
index d7e9d0a..a5ba794 100644
--- a/bin/kdepim/kaddressbook/usertranslation.txt
+++ b/bin/kdepim/kaddressbook/usertranslation.txt
@@ -1,217 +1,193 @@
1{ "file","file" }, 1{ "file","file" },
2{ "Choose one file","Choose one file" }, 2{ "Choose one file","Choose one file" },
3{ "dir","dir" }, 3{ "dir","dir" },
4{ "Choose a directory with may files","Choose a directory with may files" }, 4{ "Choose a directory with may files","Choose a directory with may files" },
5{ "ldap","ldap" }, 5{ "ldap","ldap" },
6{ "No description available","No description available" }, 6{ "No description available","No description available" },
7{ "Library files for "%1" not found in paths","Library files for "%1" not found in paths" }, 7{ "Library files for "%1" not found in paths","Library files for "%1" not found in paths" },
8{ "qtopia","qtopia" }, 8{ "qtopia","qtopia" },
9{ "Qtopia PIM Addressbook.","Qtopia PIM Addressbook." }, 9{ "Qtopia PIM Addressbook.","Qtopia PIM Addressbook." },
10{ "vCard","vCard" }, 10{ "vCard","vCard" },
11{ "vCard Format","vCard Format" }, 11{ "vCard Format","vCard Format" },
12{ "microkabcformat_binary","microkabcformat_binary" }, 12{ "microkabcformat_binary","microkabcformat_binary" },
13{ "Binary","Binary" }, 13{ "Binary","Binary" },
14{ "No description available.","No description available." }, 14{ "No description available.","No description available." },
15{ "Department","Department" }, 15{ "Department","Department" },
16{ "Profession","Profession" }, 16{ "Profession","Profession" },
17{ "Assistant's Name","Assistant's Name" }, 17{ "Assistant's Name","Assistant's Name" },
18{ "Manager's Name","Manager's Name" }, 18{ "Manager's Name","Manager's Name" },
19{ "Spouse's Name","Spouse's Name" }, 19{ "Spouse's Name","Spouse's Name" },
20{ "Office","Office" }, 20{ "Office","Office" },
21{ "IM Address","IM Address" }, 21{ "IM Address","IM Address" },
22{ "Anniversary","Anniversary" }, 22{ "Anniversary","Anniversary" },
23{ "Gender","Gender" }, 23{ "Gender","Gender" },
24{ "Children","Children" }, 24{ "Children","Children" },
25{ "FreeBusyUrl","FreeBusyUrl" }, 25{ "FreeBusyUrl","FreeBusyUrl" },
26{ "ExternalID","ExternalID" }, 26{ "ExternalID","ExternalID" },
27{ "Resource loaded: '%1'","Resource loaded: '%1'" }, 27{ "Resource loaded: '%1'","Resource loaded: '%1'" },
28{ "Select View","Select View" }, 28{ "Select View","Select View" },
29{ "Modify View...","Modify View..." }, 29{ "Modify View...","Modify View..." },
30{ "Add View...","Add View..." }, 30{ "Add View...","Add View..." },
31{ "Delete View","Delete View" }, 31{ "Delete View","Delete View" },
32{ "Refresh View","Refresh View" }, 32{ "Refresh View","Refresh View" },
33{ "Edit &Filters...","Edit &Filters..." }, 33{ "Edit &Filters...","Edit &Filters..." },
34{ "Select Filter","Select Filter" }, 34{ "Select Filter","Select Filter" },
35{ "Style:","Style:" }, 35{ "Style:","Style:" },
36{ "HTML table style.","HTML table style." }, 36{ "HTML table style.","HTML table style." },
37{ "Default Table View","Default Table View" }, 37{ "Default Table View","Default Table View" },
38{ "+01:00 Europe/Oslo(CET)","+01:00 Europe/Oslo(CET)" },
39{ "Show Extension Bar","Show Extension Bar" }, 38{ "Show Extension Bar","Show Extension Bar" },
40{ "None","None" }, 39{ "None","None" },
41{ "Name...","Name..." }, 40{ "Name...","Name..." },
42{ "Role:","Role:" }, 41{ "Role:","Role:" },
43{ "Organization:","Organization:" }, 42{ "Organization:","Organization:" },
44{ "Formatted name:","Formatted name:" }, 43{ "Formatted name:","Formatted name:" },
45{ "Edit Phone Numbers...","Edit Phone Numbers..." }, 44{ "Edit Phone Numbers...","Edit Phone Numbers..." },
46{ "Categories","Categories" }, 45{ "Categories","Categories" },
47{ "Public","Public" }, 46{ "Public","Public" },
48{ "Private","Private" }, 47{ "Private","Private" },
49{ "Confidential","Confidential" }, 48{ "Confidential","Confidential" },
50{ "&General","&General" }, 49{ "&General","&General" },
51{ "&Edit Addresses...","&Edit Addresses..." }, 50{ "&Edit Addresses...","&Edit Addresses..." },
52{ "Edit Email Addresses...","Edit Email Addresses..." }, 51{ "Edit Email Addresses...","Edit Email Addresses..." },
53{ "Email:","Email:" }, 52{ "Email:","Email:" },
54{ "URL:","URL:" }, 53{ "URL:","URL:" },
55{ "&IM address:","&IM address:" }, 54{ "&IM address:","&IM address:" },
56{ "&Address","&Address" }, 55{ "&Address","&Address" },
57{ "Department:","Department:" }, 56{ "Department:","Department:" },
58{ "Office:","Office:" }, 57{ "Office:","Office:" },
59{ "Profession:","Profession:" }, 58{ "Profession:","Profession:" },
60{ "Manager's name:","Manager's name:" }, 59{ "Manager's name:","Manager's name:" },
61{ "Assistant's name:","Assistant's name:" }, 60{ "Assistant's name:","Assistant's name:" },
62{ "Nick name:","Nick name:" }, 61{ "Nick name:","Nick name:" },
63{ "Spouse's name:","Spouse's name:" }, 62{ "Spouse's name:","Spouse's name:" },
64{ "Children's names:","Children's names:" }, 63{ "Children's names:","Children's names:" },
65{ "Birthday:","Birthday:" }, 64{ "Birthday:","Birthday:" },
66{ " Local Time"," Local Time" }, 65{ " Local Time"," Local Time" },
67{ "+12:00 Asia/Kamchatka","+12:00 Asia/Kamchatka" },
68{ "+11:00 Asia/Magadan","+11:00 Asia/Magadan" },
69{ "+10:00 Asia/Vladivostok","+10:00 Asia/Vladivostok" },
70{ "+09:00 Asia/Tokyo","+09:00 Asia/Tokyo" },
71{ "+08:00 Asia/Hongkong","+08:00 Asia/Hongkong" },
72{ "+07:00 Asia/Bangkok","+07:00 Asia/Bangkok" },
73{ "+06:00 Indian/Chagos","+06:00 Indian/Chagos" },
74{ "+05:00 Indian/Maldives","+05:00 Indian/Maldives" },
75{ "+04:00 Indian/Mauritius","+04:00 Indian/Mauritius" },
76{ "+03:00 Europe/Moscow","+03:00 Europe/Moscow" },
77{ "+02:00 Europe/Helsinki","+02:00 Europe/Helsinki" },
78{ " 00:00 Europe/London(UTC)"," 00:00 Europe/London(UTC)" },
79{ "-01:00 Atlantic/Azores","-01:00 Atlantic/Azores" },
80{ "-02:00 Brazil/DeNoronha","-02:00 Brazil/DeNoronha" },
81{ "-03:00 Brazil/East","-03:00 Brazil/East" },
82{ "-04:00 Brazil/West","-04:00 Brazil/West" },
83{ "-05:00 US/Eastern","-05:00 US/Eastern" },
84{ "-06:00 US/Central","-06:00 US/Central" },
85{ "-07:00 US/Mountain","-07:00 US/Mountain" },
86{ "-08:00 US/Pacific","-08:00 US/Pacific" },
87{ "-09:00 US/Alaska","-09:00 US/Alaska" },
88{ "-10:00 US/Hawaii","-10:00 US/Hawaii" },
89{ "-11:00 US/Samoa","-11:00 US/Samoa" },
90{ "Mon","Mon" }, 66{ "Mon","Mon" },
91{ "Tue","Tue" }, 67{ "Tue","Tue" },
92{ "Wed","Wed" }, 68{ "Wed","Wed" },
93{ "Thu","Thu" }, 69{ "Thu","Thu" },
94{ "Fri","Fri" }, 70{ "Fri","Fri" },
95{ "Sat","Sat" }, 71{ "Sat","Sat" },
96{ "Sun","Sun" }, 72{ "Sun","Sun" },
97{ "January","January" }, 73{ "January","January" },
98{ "February","February" }, 74{ "February","February" },
99{ "March","March" }, 75{ "March","March" },
100{ "April","April" }, 76{ "April","April" },
101{ "May","May" }, 77{ "May","May" },
102{ "June","June" }, 78{ "June","June" },
103{ "July","July" }, 79{ "July","July" },
104{ "August","August" }, 80{ "August","August" },
105{ "September","September" }, 81{ "September","September" },
106{ "October","October" }, 82{ "October","October" },
107{ "November","November" }, 83{ "November","November" },
108{ "December","December" }, 84{ "December","December" },
109{ "tomorrow","tomorrow" }, 85{ "tomorrow","tomorrow" },
110{ "today","today" }, 86{ "today","today" },
111{ "yesterday","yesterday" }, 87{ "yesterday","yesterday" },
112{ "Monday","Monday" }, 88{ "Monday","Monday" },
113{ "Tuesday","Tuesday" }, 89{ "Tuesday","Tuesday" },
114{ "Wednesday","Wednesday" }, 90{ "Wednesday","Wednesday" },
115{ "Thursday","Thursday" }, 91{ "Thursday","Thursday" },
116{ "Friday","Friday" }, 92{ "Friday","Friday" },
117{ "Saturday","Saturday" }, 93{ "Saturday","Saturday" },
118{ "Sunday","Sunday" }, 94{ "Sunday","Sunday" },
119{ "Anniversary:","Anniversary:" }, 95{ "Anniversary:","Anniversary:" },
120{ "Gender:","Gender:" }, 96{ "Gender:","Gender:" },
121{ "ALIEN (gender undefined)","ALIEN (gender undefined)" }, 97{ "ALIEN (gender undefined)","ALIEN (gender undefined)" },
122{ "female","female" }, 98{ "female","female" },
123{ "male","male" }, 99{ "male","male" },
124{ "&Details","&Details" }, 100{ "&Details","&Details" },
125{ "Note:","Note:" }, 101{ "Note:","Note:" },
126{ "&Notes","&Notes" }, 102{ "&Notes","&Notes" },
127{ "Use geo data","Use geo data" }, 103{ "Use geo data","Use geo data" },
128{ "Latitude:","Latitude:" }, 104{ "Latitude:","Latitude:" },
129{ "Longitude:","Longitude:" }, 105{ "Longitude:","Longitude:" },
130{ "Edit Geo Data...","Edit Geo Data..." }, 106{ "Edit Geo Data...","Edit Geo Data..." },
131{ "Keys:","Keys:" }, 107{ "Keys:","Keys:" },
132{ "Add","Add" }, 108{ "Add","Add" },
133{ "Remove","Remove" }, 109{ "Remove","Remove" },
134{ "Export","Export" }, 110{ "Export","Export" },
135{ "&Misc","&Misc" }, 111{ "&Misc","&Misc" },
136{ "Photo","Photo" }, 112{ "Photo","Photo" },
137{ "Store as URL","Store as URL" }, 113{ "Store as URL","Store as URL" },
138{ "Logo","Logo" }, 114{ "Logo","Logo" },
139{ "&Images","&Images" }, 115{ "&Images","&Images" },
140{ "Home","Home" }, 116{ "Home","Home" },
141{ "Work","Work" }, 117{ "Work","Work" },
142{ "Mobile","Mobile" }, 118{ "Mobile","Mobile" },
143{ "Fax","Fax" }, 119{ "Fax","Fax" },
144{ "Contact Editor","Contact Editor" }, 120{ "Contact Editor","Contact Editor" },
145{ "&Mail...","&Mail..." }, 121{ "&Mail...","&Mail..." },
146{ "&Print...","&Print..." }, 122{ "&Print...","&Print..." },
147{ "&Save","&Save" }, 123{ "&Save","&Save" },
148{ "&New Contact...","&New Contact..." }, 124{ "&New Contact...","&New Contact..." },
149{ "Mail &vCard...","Mail &vCard..." }, 125{ "Mail &vCard...","Mail &vCard..." },
150{ "Selected to phone","Selected to phone" }, 126{ "Selected to phone","Selected to phone" },
151{ "Beam selected v&Card(s)","Beam selected v&Card(s)" }, 127{ "Beam selected v&Card(s)","Beam selected v&Card(s)" },
152{ "&Beam personal vCard","&Beam personal vCard" }, 128{ "&Beam personal vCard","&Beam personal vCard" },
153{ "&Edit Contact...","&Edit Contact..." }, 129{ "&Edit Contact...","&Edit Contact..." },
154{ "&Exit","&Exit" }, 130{ "&Exit","&Exit" },
155{ "&Copy","&Copy" }, 131{ "&Copy","&Copy" },
156{ "Cu&t","Cu&t" }, 132{ "Cu&t","Cu&t" },
157{ "&Paste","&Paste" }, 133{ "&Paste","&Paste" },
158{ "Select &All","Select &All" }, 134{ "Select &All","Select &All" },
159{ "&Undo","&Undo" }, 135{ "&Undo","&Undo" },
160{ "Re&do","Re&do" }, 136{ "Re&do","Re&do" },
161{ "&Delete Contact","&Delete Contact" }, 137{ "&Delete Contact","&Delete Contact" },
162{ "Configure &Resources...","Configure &Resources..." }, 138{ "Configure &Resources...","Configure &Resources..." },
163{ "&Configure %1...","&Configure %1..." }, 139{ "&Configure %1...","&Configure %1..." },
164{ "Configure S&hortcuts...","Configure S&hortcuts..." }, 140{ "Configure S&hortcuts...","Configure S&hortcuts..." },
165{ "Show Jump Bar","Show Jump Bar" }, 141{ "Show Jump Bar","Show Jump Bar" },
166{ "Show Details","Show Details" }, 142{ "Show Details","Show Details" },
167{ "Beam receice enabled","Beam receice enabled" }, 143{ "Beam receice enabled","Beam receice enabled" },
168{ "Set Who Am I","Set Who Am I" }, 144{ "Set Who Am I","Set Who Am I" },
169{ "Set Categories","Set Categories" }, 145{ "Set Categories","Set Categories" },
170{ "Remove "voice"...","Remove "voice"..." }, 146{ "Remove "voice"...","Remove "voice"..." },
171{ "Import from Outlook...","Import from Outlook..." }, 147{ "Import from Outlook...","Import from Outlook..." },
172{ "Licence","Licence" }, 148{ "Licence","Licence" },
173{ "Faq","Faq" }, 149{ "Faq","Faq" },
174{ "What's New?","What's New?" }, 150{ "What's New?","What's New?" },
175{ "Sync HowTo","Sync HowTo" }, 151{ "Sync HowTo","Sync HowTo" },
176{ "&About KAddressBook","&About KAddressBook" }, 152{ "&About KAddressBook","&About KAddressBook" },
177{ "Select Incremental Search Field","Select Incremental Search Field" }, 153{ "Select Incremental Search Field","Select Incremental Search Field" },
178{ "Synchronize","Synchronize" }, 154{ "Synchronize","Synchronize" },
179{ "Configure...","Configure..." }, 155{ "Configure...","Configure..." },
180{ "Enable Pi-Sync","Enable Pi-Sync" }, 156{ "Enable Pi-Sync","Enable Pi-Sync" },
181{ "Multiple sync","Multiple sync" }, 157{ "Multiple sync","Multiple sync" },
182{ "Import CSV List...","Import CSV List..." }, 158{ "Import CSV List...","Import CSV List..." },
183{ "Export CSV List...","Export CSV List..." }, 159{ "Export CSV List...","Export CSV List..." },
184{ "Import KDE 2 Addressbook...","Import KDE 2 Addressbook..." }, 160{ "Import KDE 2 Addressbook...","Import KDE 2 Addressbook..." },
185{ "Import vCard...","Import vCard..." }, 161{ "Import vCard...","Import vCard..." },
186{ "Export vCard 3.0...","Export vCard 3.0..." }, 162{ "Export vCard 3.0...","Export vCard 3.0..." },
187{ "Import Qtopia...","Import Qtopia..." }, 163{ "Import Qtopia...","Import Qtopia..." },
188{ "Export Qtopia...","Export Qtopia..." }, 164{ "Export Qtopia...","Export Qtopia..." },
189{ "Edit Contact","Edit Contact" }, 165{ "Edit Contact","Edit Contact" },
190{ "Ok","Ok" }, 166{ "Ok","Ok" },
191{ "Apply","Apply" }, 167{ "Apply","Apply" },
192{ "Cancel","Cancel" }, 168{ "Cancel","Cancel" },
193{ "KAddressbook/Pi","KAddressbook/Pi" }, 169{ "KAddressbook/Pi","KAddressbook/Pi" },
194{ "No Filter","No Filter" }, 170{ "No Filter","No Filter" },
195{ "Given Name","Given Name" }, 171{ "Given Name","Given Name" },
196{ "Family Name","Family Name" }, 172{ "Family Name","Family Name" },
197{ "Email Address","Email Address" }, 173{ "Email Address","Email Address" },
198{ "All Fields","All Fields" }, 174{ "All Fields","All Fields" },
199{ "Question","Question" }, 175{ "Question","Question" },
200{ "After importing, phone numbers\nmay have two or more types.\n(E.g. work+voice)\nThese numbers are shown as "other".\nClick Yes to remove the voice type\nfrom numbers with more than one type.\n\nRemove voice type?","After importing, phone numbers\nmay have two or more types.\n(E.g. work+voice)\nThese numbers are shown as "other".\nClick Yes to remove the voice type\nfrom numbers with more than one type.\n\nRemove voice type?" }, 176{ "After importing, phone numbers\nmay have two or more types.\n(E.g. work+voice)\nThese numbers are shown as "other".\nClick Yes to remove the voice type\nfrom numbers with more than one type.\n\nRemove voice type?","After importing, phone numbers\nmay have two or more types.\n(E.g. work+voice)\nThese numbers are shown as "other".\nClick Yes to remove the voice type\nfrom numbers with more than one type.\n\nRemove voice type?" },
201{ "No","No" }, 177{ "No","No" },
202{ "Yes","Yes" }, 178{ "Yes","Yes" },
203{ "Synchronization Preferences","Synchronization Preferences" }, 179{ "Synchronization Preferences","Synchronization Preferences" },
204{ "Local device name:","Local device name:" }, 180{ "Local device name:","Local device name:" },
205{ "New profile","New profile" }, 181{ "New profile","New profile" },
206{ "Clone profile","Clone profile" }, 182{ "Clone profile","Clone profile" },
207{ "Delete profile","Delete profile" }, 183{ "Delete profile","Delete profile" },
208{ "Profile:","Profile:" }, 184{ "Profile:","Profile:" },
209{ "Include in multiple ","Include in multiple " }, 185{ "Include in multiple ","Include in multiple " },
210{ "calendar ","calendar " }, 186{ "calendar ","calendar " },
211{ "addressbook ","addressbook " }, 187{ "addressbook ","addressbook " },
212{ "pwmanager","pwmanager" }, 188{ "pwmanager","pwmanager" },
213{ " sync"," sync" }, 189{ " sync"," sync" },
214{ "Ask for preferences before sync","Ask for preferences before sync" }, 190{ "Ask for preferences before sync","Ask for preferences before sync" },
215{ "Sync preferences","Sync preferences" }, 191{ "Sync preferences","Sync preferences" },
216{ "Take local entry on conflict","Take local entry on conflict" }, 192{ "Take local entry on conflict","Take local entry on conflict" },
217{ "Take remote entry on conflict","Take remote entry on conflict" }, 193{ "Take remote entry on conflict","Take remote entry on conflict" },
diff --git a/bin/kdepim/korganizer/usertranslation.txt b/bin/kdepim/korganizer/usertranslation.txt
index a693fa2..0236b92 100644
--- a/bin/kdepim/korganizer/usertranslation.txt
+++ b/bin/kdepim/korganizer/usertranslation.txt
@@ -713,281 +713,256 @@
713{ "Post sync (upload) command:","Nach Sync (upload) Kommando:" }, 713{ "Post sync (upload) command:","Nach Sync (upload) Kommando:" },
714{ "Fill in default values for:","Setze Beispiel Werte ein für:" }, 714{ "Fill in default values for:","Setze Beispiel Werte ein für:" },
715{ "Hint: Use $PWD$ for placeholder of password!","Hinweis: Benutze $PWD$ als Platzhalter für ein Passwort!" }, 715{ "Hint: Use $PWD$ for placeholder of password!","Hinweis: Benutze $PWD$ als Platzhalter für ein Passwort!" },
716{ "Synchronization Preferences","Einstellungen der Synchronisationsprofile"}, 716{ "Synchronization Preferences","Einstellungen der Synchronisationsprofile"},
717{ "Device","Gerät:" }, 717{ "Device","Gerät:" },
718{ "Sync with file \n...%1\nfrom:\n%2\n","Sync mit Datei \n...%1\nvom:\n%2\n" }, 718{ "Sync with file \n...%1\nfrom:\n%2\n","Sync mit Datei \n...%1\nvom:\n%2\n" },
719{ "Synchronization summary:\n\n %d items added to local\n %d items added to remote\n %d items updated on local\n %d items updated on remote\n %d items deleted on local\n %d items deleted on remote\n","Synchronisationsübersicht:\n\n %d items lokal hinzugefügt\n %d items entfernt hinzugefügt\n %d items lokal geändert\n %d items entfernt geändert\n %d items lokal gelöscht\n %d items entfernt gelöscht\n" }, 719{ "Synchronization summary:\n\n %d items added to local\n %d items added to remote\n %d items updated on local\n %d items updated on remote\n %d items deleted on local\n %d items deleted on remote\n","Synchronisationsübersicht:\n\n %d items lokal hinzugefügt\n %d items entfernt hinzugefügt\n %d items lokal geändert\n %d items entfernt geändert\n %d items lokal gelöscht\n %d items entfernt gelöscht\n" },
720{ "Synchronization successful","Synchronisation erfolgreich" }, 720{ "Synchronization successful","Synchronisation erfolgreich" },
721{ "Sync cancelled or failed. Nothing synced.","Sync abgebrochen oder fehlgeschlagen. Nichts wurde gesynced." }, 721{ "Sync cancelled or failed. Nothing synced.","Sync abgebrochen oder fehlgeschlagen. Nichts wurde gesynced." },
722{ "Sync file \n...%1\ndoes not exist!\nNothing synced!\n","Sync Datei \n...%1\nexistiert nicht!\nNichts wurde gesynced!\n" }, 722{ "Sync file \n...%1\ndoes not exist!\nNothing synced!\n","Sync Datei \n...%1\nexistiert nicht!\nNichts wurde gesynced!\n" },
723{ "Sync filename(*.ics/*.vcs)","Sync Dateiname(*.ics/*.vcs)" }, 723{ "Sync filename(*.ics/*.vcs)","Sync Dateiname(*.ics/*.vcs)" },
724{ "Enter password","Passwort eingeben" }, 724{ "Enter password","Passwort eingeben" },
725{ "Do you really want\nto remote sync\nwith profile \n","Wollen Sie wirklich\nmit dem entfernten\nProfil syncen: \n" }, 725{ "Do you really want\nto remote sync\nwith profile \n","Wollen Sie wirklich\nmit dem entfernten\nProfil syncen: \n" },
726{ "Copy remote file to local machine...","Kopiere entfernte Datei auf lokalen Rechner..." }, 726{ "Copy remote file to local machine...","Kopiere entfernte Datei auf lokalen Rechner..." },
727{ "Sorry, the copy command failed!\nCommand was:\n%1\n \nTry command on console to get more\ndetailed info about the reason.\n","Sorry, das Kopierkommando schlug fehl!\nKommando war:\n%1\n \nVersuche Kommando von Kosole um\nDetails für das Fehlschlagen\nzu erfahren.\n" }, 727{ "Sorry, the copy command failed!\nCommand was:\n%1\n \nTry command on console to get more\ndetailed info about the reason.\n","Sorry, das Kopierkommando schlug fehl!\nKommando war:\n%1\n \nVersuche Kommando von Kosole um\nDetails für das Fehlschlagen\nzu erfahren.\n" },
728{ "Writing back file result: ","Resultat des Dateizurückschreibens: " }, 728{ "Writing back file result: ","Resultat des Dateizurückschreibens: " },
729{ "Syncronization sucessfully completed","Synchronisation erfolgreich abgeschlossen" }, 729{ "Syncronization sucessfully completed","Synchronisation erfolgreich abgeschlossen" },
730{ "Edit Calendar Filters","Editiere Kalendar Filter" }, 730{ "Edit Calendar Filters","Editiere Kalendar Filter" },
731{ "Enter filter name:","Neuer Filter Name:" }, 731{ "Enter filter name:","Neuer Filter Name:" },
732{ "Add Filter","Filter hinzufügen" }, 732{ "Add Filter","Filter hinzufügen" },
733{ "Question","Frage" }, 733{ "Question","Frage" },
734{ "Filter position: ","Filter Position: " }, 734{ "Filter position: ","Filter Position: " },
735{ "Month View","Monatsansicht" }, 735{ "Month View","Monatsansicht" },
736{ "This profil cannot be deleted!\n","Dieses Profil kann\nnicht gelöscht werden!" }, 736{ "This profil cannot be deleted!\n","Dieses Profil kann\nnicht gelöscht werden!" },
737{ "KO/Pi config error","KO/Pi Konfig. Fehler" }, 737{ "KO/Pi config error","KO/Pi Konfig. Fehler" },
738{ "Local device name undefined!\nPlease define device name!","Name dieses Gerätes undefiniert!\nBitte Namen angeben!" }, 738{ "Local device name undefined!\nPlease define device name!","Name dieses Gerätes undefiniert!\nBitte Namen angeben!" },
739{ "Multiple profiles with same name!\nPlease use unique profile names!","Mehrere Profile haben denselben Namen!\nBitte unterschiedliche Namen wählen!" }, 739{ "Multiple profiles with same name!\nPlease use unique profile names!","Mehrere Profile haben denselben Namen!\nBitte unterschiedliche Namen wählen!" },
740{ "Access: ","Zugriff: " }, 740{ "Access: ","Zugriff: " },
741{ "Needs Action","Aktion notwendig" }, 741{ "Needs Action","Aktion notwendig" },
742{ "Accepted","Akzeptiert" }, 742{ "Accepted","Akzeptiert" },
743{ "Declined","Abgelehnt" }, 743{ "Declined","Abgelehnt" },
744{ "Tentative","Vorläufig" }, 744{ "Tentative","Vorläufig" },
745{ "Delegated","Beauftragt" }, 745{ "Delegated","Beauftragt" },
746{ "Completed","Vollständig" }, 746{ "Completed","Vollständig" },
747{ "In Process","In Bearbeitung" }, 747{ "In Process","In Bearbeitung" },
748{ "Participant","Teilnehmer" }, 748{ "Participant","Teilnehmer" },
749{ "Optional Participant","Möglicher Teilnehmer" }, 749{ "Optional Participant","Möglicher Teilnehmer" },
750{ "Observer","Beobachter" }, 750{ "Observer","Beobachter" },
751{ "Chair","Vorsitzender" }, 751{ "Chair","Vorsitzender" },
752{ "Not supported \non desktop!\n","" }, 752{ "Not supported \non desktop!\n","" },
753{ "Nothing selected!\n\nThis prints the full width of the Agenda view as you see it!\n\nTo determine the vertical range of the printing, please select\na vertical range (with the left mouse button down) in one column. ","Es ist nichts selektiert!\nDieses druckt die volle Breite der Agenda View, so wie man sie sieht.\nUm die verticale Auswahl zum Drucken zu bestimmen,\nbitte einen verticalen Zeitraum (mit gedrückter linker Maustaste)\nin einer Spalte auswählen. " }, 753{ "Nothing selected!\n\nThis prints the full width of the Agenda view as you see it!\n\nTo determine the vertical range of the printing, please select\na vertical range (with the left mouse button down) in one column. ","Es ist nichts selektiert!\nDieses druckt die volle Breite der Agenda View, so wie man sie sieht.\nUm die verticale Auswahl zum Drucken zu bestimmen,\nbitte einen verticalen Zeitraum (mit gedrückter linker Maustaste)\nin einer Spalte auswählen. " },
754{ "Date range: ","Datums Zeitspanne: " }, 754{ "Date range: ","Datums Zeitspanne: " },
755{ "Not supported \non PDA!\n","Nicht verfügbar\nauf dem PDA. " }, 755{ "Not supported \non PDA!\n","Nicht verfügbar\nauf dem PDA. " },
756{ "Syncing - close to abort!","Syncing-schließe um abzubrechen." }, 756{ "Syncing - close to abort!","Syncing-schließe um abzubrechen." },
757{ "Add / remove events","Add./entferne Termine" }, 757{ "Add / remove events","Add./entferne Termine" },
758{ "File does not exist:\n '%1'.","Datei existiert nicht:\n '%1'." }, 758{ "File does not exist:\n '%1'.","Datei existiert nicht:\n '%1'." },
759{ "Couldn't load calendar\n '%1'.","Kann Kalender nicht laden:\n '%1'." }, 759{ "Couldn't load calendar\n '%1'.","Kann Kalender nicht laden:\n '%1'." },
760{ "\nThe file on disk has changed!\nFile size: %1 bytes.\nLast modified: %2\nDo you want to:\n\n - Save and overwrite file?\n - Sync with file, then save?\n - Cancel without saving? \n","\nDie gepeicherte Datei wurde verändert!\nDatei Grösse: %1 Bytes.\nZuletzt geändert: %2\nMöchten Sie:\n\n - Speichern und die Datei überschreiben?\n - Mit Datei Synchronisieren, dann speichern?\n - Abbrechen ohne zu speichern? \n" }, 760{ "\nThe file on disk has changed!\nFile size: %1 bytes.\nLast modified: %2\nDo you want to:\n\n - Save and overwrite file?\n - Sync with file, then save?\n - Cancel without saving? \n","\nDie gepeicherte Datei wurde verändert!\nDatei Grösse: %1 Bytes.\nZuletzt geändert: %2\nMöchten Sie:\n\n - Speichern und die Datei überschreiben?\n - Mit Datei Synchronisieren, dann speichern?\n - Abbrechen ohne zu speichern? \n" },
761{ "Overwrite","Überschreiben" }, 761{ "Overwrite","Überschreiben" },
762{ "Sync+save","Syncen+speichern" }, 762{ "Sync+save","Syncen+speichern" },
763{ "Default","Standard" }, 763{ "Default","Standard" },
764{ " Categories added to list! "," Kategorien zur Liste hinzugefügt! " }, 764{ " Categories added to list! "," Kategorien zur Liste hinzugefügt! " },
765{ " %d items?"," %d Einträge?" }, 765{ " %d items?"," %d Einträge?" },
766{ "\nThis event recurs\nover multiple dates.\nAre you sure you want\nto delete this event\nand all its recurrences?","\nDieses ist ein\nwiederholender Termin!.\nSind Sie sicher, dass Sie\ndiesen Termin und alle\nWiederholungen löschen möchten?" }, 766{ "\nThis event recurs\nover multiple dates.\nAre you sure you want\nto delete this event\nand all its recurrences?","\nDieses ist ein\nwiederholender Termin!.\nSind Sie sicher, dass Sie\ndiesen Termin und alle\nWiederholungen löschen möchten?" },
767{ " ?\n\nDelete:\n"," ?\n\nLösche:\n" }, 767{ " ?\n\nDelete:\n"," ?\n\nLösche:\n" },
768{ "Current","Aktuelle" }, 768{ "Current","Aktuelle" },
769{ "\nThis event recurs\nover multiple dates.\nDo you want to delete\nall it's recurrences,\nor only the current one on:\n","\nDieses ist ein\nwiederholender Termin!\nMöchten sie alle Wiederholungen\nlöschen, oder nur die aktuelle am:\n" }, 769{ "\nThis event recurs\nover multiple dates.\nDo you want to delete\nall it's recurrences,\nor only the current one on:\n","\nDieses ist ein\nwiederholender Termin!\nMöchten sie alle Wiederholungen\nlöschen, oder nur die aktuelle am:\n" },
770{ "All","Alle" }, 770{ "All","Alle" },
771{ "Data Loss Warning","Datenverlust Warnung" }, 771{ "Data Loss Warning","Datenverlust Warnung" },
772{ "Proceed","Weitermachen" }, 772{ "Proceed","Weitermachen" },
773{ "The journal entries can not be\nexported to a vCalendar file.","Die Journal Einträge können\nnicht in eine vCalendar\nDatei exportiert werden!" }, 773{ "The journal entries can not be\nexported to a vCalendar file.","Die Journal Einträge können\nnicht in eine vCalendar\nDatei exportiert werden!" },
774{ "Filter disabled ","Filter abgeschaltet" }, 774{ "Filter disabled ","Filter abgeschaltet" },
775{ "Filter selected: ","Gewählter Filter: " }, 775{ "Filter selected: ","Gewählter Filter: " },
776{ "Toggle Cancel","Gecancelt ändern" }, 776{ "Toggle Cancel","Gecancelt ändern" },
777{ "&Toggle Cancel","Gecancel&t ändern" }, 777{ "&Toggle Cancel","Gecancel&t ändern" },
778{ "Configure Toolbar","Konfiguriere Toolbar" }, 778{ "Configure Toolbar","Konfiguriere Toolbar" },
779{ "Stretched TB","Gedehnte TB" }, 779{ "Stretched TB","Gedehnte TB" },
780{ "Import file \n...%1\ndoes not exist!\nNothing imported!\n","Import Datei \n...%1\nexistiert nicht!\nNichts importiert!\n" }, 780{ "Import file \n...%1\ndoes not exist!\nNothing imported!\n","Import Datei \n...%1\nexistiert nicht!\nNichts importiert!\n" },
781{ "Import filename(*.ics/*.vcs)","Import Dateiname(*.ics/*.vcs)" }, 781{ "Import filename(*.ics/*.vcs)","Import Dateiname(*.ics/*.vcs)" },
782{ "When importing a calendar twice\nduplicated events will be ignored!\nYou can create a backup file with\nFile - Save Calendar Backup\nto revert importing","Wenn ein Kalender doppelt importiert\nwird, werden doppelte Einträge ignoriert!\nSie können eine Backup Datei anlegen unter\nDatei - Speichere Kalender Backup\num den Import rückgängig machen zu können.\n" }, 782{ "When importing a calendar twice\nduplicated events will be ignored!\nYou can create a backup file with\nFile - Save Calendar Backup\nto revert importing","Wenn ein Kalender doppelt importiert\nwird, werden doppelte Einträge ignoriert!\nSie können eine Backup Datei anlegen unter\nDatei - Speichere Kalender Backup\num den Import rückgängig machen zu können.\n" },
783{ "Not supported \non desktop!\n","Nur verfügbar auf PDA!" }, 783{ "Not supported \non desktop!\n","Nur verfügbar auf PDA!" },
784{ "Imported file successfully","Datei erfolgreich importiert" }, 784{ "Imported file successfully","Datei erfolgreich importiert" },
785{ "Error importing file","Fehler beim Importieren der Datei" }, 785{ "Error importing file","Fehler beim Importieren der Datei" },
786{ "Export vcal filename(*.vcs)","Export vcal Dateiname(*.vcs)" }, 786{ "Export vcal filename(*.vcs)","Export vcal Dateiname(*.vcs)" },
787{ "Save file\nalready exists!\nOld save file from:\n%1\nOverwrite?\n","Zu speichernde Datei\existiert bereits!\nExist. Datei vom:\n%1\nÜberschreiben?\n" }, 787{ "Save file\nalready exists!\nOld save file from:\n%1\nOverwrite?\n","Zu speichernde Datei\existiert bereits!\nExist. Datei vom:\n%1\nÜberschreiben?\n" },
788{ "Overwrite!","Überschreiben!" }, 788{ "Overwrite!","Überschreiben!" },
789{ "Import file \n...%1\nfrom:\n%2\nDuplicated entries\nwill not be imported!\n","Import Datei \n...%1\nvom:\n%2\nDuplizierte Einträge\nwerden nicht importiert!\n" }, 789{ "Import file \n...%1\nfrom:\n%2\nDuplicated entries\nwill not be imported!\n","Import Datei \n...%1\nvom:\n%2\nDuplizierte Einträge\nwerden nicht importiert!\n" },
790{ "Load backup filename","Lade Backup Dateiname" }, 790{ "Load backup filename","Lade Backup Dateiname" },
791{ "Backup file\ndoes not exist!\nNothing loaded!","Backup Datei\nexistiert nicht!\nNichts geladen!" }, 791{ "Backup file\ndoes not exist!\nNothing loaded!","Backup Datei\nexistiert nicht!\nNichts geladen!" },
792{ "KO/Pi:Loaded %1","KO/Pi:Geladen %1" }, 792{ "KO/Pi:Loaded %1","KO/Pi:Geladen %1" },
793{ "Save backup filename","Speichere Backup Dateiname" }, 793{ "Save backup filename","Speichere Backup Dateiname" },
794{ "Backup file\nalready exists!\nOld backup file from:\n%1\nOverwrite?\n","Backup Datei\nexistiert bereits!\nAlte Backup Datei vom:\n%1\nÜberschreiben?\n" }, 794{ "Backup file\nalready exists!\nOld backup file from:\n%1\nOverwrite?\n","Backup Datei\nexistiert bereits!\nAlte Backup Datei vom:\n%1\nÜberschreiben?\n" },
795{ "KO/Pi:Saved %1","KO/Pi:Gespeichert %1" }, 795{ "KO/Pi:Saved %1","KO/Pi:Gespeichert %1" },
796{ "Details of attendee","Teilnehmerdetails" }, 796{ "Details of attendee","Teilnehmerdetails" },
797{ "Work phone:\n","Telefon Arbeit:\n" }, 797{ "Work phone:\n","Telefon Arbeit:\n" },
798{ "Work mobile phone:\n","Mobiltelefon Arbeit:\n" }, 798{ "Work mobile phone:\n","Mobiltelefon Arbeit:\n" },
799{ "Home phone:\n","Telefon privat:\n" }, 799{ "Home phone:\n","Telefon privat:\n" },
800{ "Mobile home phone:\n","Mobiltelefon privat:\n" }, 800{ "Mobile home phone:\n","Mobiltelefon privat:\n" },
801{ "Email:\n","Email:\n" }, 801{ "Email:\n","Email:\n" },
802{ "Alarm disabled","Alarm deaktiviert" }, 802{ "Alarm disabled","Alarm deaktiviert" },
803{ "Audio.Al.: ","Audio Al.: " }, 803{ "Audio.Al.: ","Audio Al.: " },
804{ "Proc.Al.: ","Proc.Al.: " }, 804{ "Proc.Al.: ","Proc.Al.: " },
805{ "No sound set","Kein Sound definiert" }, 805{ "No sound set","Kein Sound definiert" },
806{ "*.wav|Wav Files","*.wav|Wav Dateien" }, 806{ "*.wav|Wav Files","*.wav|Wav Dateien" },
807{ "No program set","Kein Programm definiert" }, 807{ "No program set","Kein Programm definiert" },
808{ "Running '%1'","Ausführen '%1'" }, 808{ "Running '%1'","Ausführen '%1'" },
809{ "Playing '%1'","Abspielen '%1'" }, 809{ "Playing '%1'","Abspielen '%1'" },
810{ "Show Sync Events in WN/Agenda view","Zeige Sync Events in WN/Agenda Ansicht" }, 810{ "Show Sync Events in WN/Agenda view","Zeige Sync Events in WN/Agenda Ansicht" },
811{ "User defined (usertranslation.txt)","File usertranslation.txt loaded" }, 811{ "User defined (usertranslation.txt)","File usertranslation.txt loaded" },
812{ "Load!","Laden!" }, 812{ "Load!","Laden!" },
813{ "Backup file from:\n%1\nLoading backup\nfile will delete\nyour current Data!\n","Backup Datei vom:\n%1\nDas Laden der Backup Datei\nlöscht die aktuellen Daten!\n" }, 813{ "Backup file from:\n%1\nLoading backup\nfile will delete\nyour current Data!\n","Backup Datei vom:\n%1\nDas Laden der Backup Datei\nlöscht die aktuellen Daten!\n" },
814{ "KO/Pi Features and hints","KO/Pi Eigenschaften und Tipps" }, 814{ "KO/Pi Features and hints","KO/Pi Eigenschaften und Tipps" },
815{ "KO/Pi User translation HowTo","KO/Pi Benutzer-Übersetzung HowTo" }, 815{ "KO/Pi User translation HowTo","KO/Pi Benutzer-Übersetzung HowTo" },
816{ "KO/Pi Synchronization HowTo","KO/Pi Synchronisation HowTo" }, 816{ "KO/Pi Synchronization HowTo","KO/Pi Synchronisation HowTo" },
817{ "Features + hints...","Eigenschaften + Tipps..." }, 817{ "Features + hints...","Eigenschaften + Tipps..." },
818{ "User translation...","Benutzer Übersetzung..." }, 818{ "User translation...","Benutzer Übersetzung..." },
819{ "Sync HowTo...","Synchronisation HowTo..." }, 819{ "Sync HowTo...","Synchronisation HowTo..." },
820{ "Print calendar...","Drucke Kalender..." }, 820{ "Print calendar...","Drucke Kalender..." },
821{ "Anniversary","Jahrestag" }, 821{ "Anniversary","Jahrestag" },
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","Anonym" }, 838{ "Anonymous","Anonym" },
839{ "nobody@nowhere","niemand@nirgendwo" }, 839{ "nobody@nowhere","niemand@nirgendwo" },
840{ "calendar.html","calendar.html" }, 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" }, 841{ "Unknown Name","Unbekannter Name" },
867{ "unknown@nowhere","unbekannt@nirgendwo" }, 842{ "unknown@nowhere","unbekannt@nirgendwo" },
868{ "Beam via IR!","Beam via IR!" }, 843{ "Beam via IR!","Beam via IR!" },
869{ "Next Month","Nächster Monat" }, 844{ "Next Month","Nächster Monat" },
870{ "Prio","Prio" }, 845{ "Prio","Prio" },
871{ "Reparent Todo","Mache Sub-Todo" }, 846{ "Reparent Todo","Mache Sub-Todo" },
872{ "tomorrow","morgen" }, 847{ "tomorrow","morgen" },
873{ "today","heute" }, 848{ "today","heute" },
874{ "yesterday","gestern" }, 849{ "yesterday","gestern" },
875{ "Ok","Ok" }, 850{ "Ok","Ok" },
876{ "Ok+Agenda","Ok+Agenda" }, 851{ "Ok+Agenda","Ok+Agenda" },
877{ "Email","Email" }, 852{ "Email","Email" },
878{ "RSVP","RSVP" }, 853{ "RSVP","RSVP" },
879{ "Email:","Email:" }, 854{ "Email:","Email:" },
880{ "Appointment Time ","Termin Zeit " }, 855{ "Appointment Time ","Termin Zeit " },
881{ "2","2" }, 856{ "2","2" },
882{ "3","3" }, 857{ "3","3" },
883{ "4","4" }, 858{ "4","4" },
884{ " 0 %"," 0 %" }, 859{ " 0 %"," 0 %" },
885{ " 20 %"," 20 %" }, 860{ " 20 %"," 20 %" },
886{ " 40 %"," 40 %" }, 861{ " 40 %"," 40 %" },
887{ " 60 %"," 60 %" }, 862{ " 60 %"," 60 %" },
888{ " 80 %"," 80 %" }, 863{ " 80 %"," 80 %" },
889{ "100 %","100 %" }, 864{ "100 %","100 %" },
890{ "Filter","Filter" }, 865{ "Filter","Filter" },
891{ "Configure","Konfiguriere" }, 866{ "Configure","Konfiguriere" },
892{ "What's Next","What's Next" }, 867{ "What's Next","What's Next" },
893{ "Complete calendar...","Kompletten Kalender..." }, 868{ "Complete calendar...","Kompletten Kalender..." },
894{ "Filtered calendar...","Gefilterten Kalender..." }, 869{ "Filtered calendar...","Gefilterten Kalender..." },
895{ "Export to phone","Exportiere zum Handy" }, 870{ "Export to phone","Exportiere zum Handy" },
896{ "Beam receice enabled","Beam Empfang an" }, 871{ "Beam receice enabled","Beam Empfang an" },
897{ "What's new?","Was ist neu?" }, 872{ "What's new?","Was ist neu?" },
898{ "FAQ...","FAQ..." }, 873{ "FAQ...","FAQ..." },
899{ "Licence...","Licence..." }, 874{ "Licence...","Licence..." },
900{ "What's This?","What's This?" }, 875{ "What's This?","What's This?" },
901{ "&Edit...","&Editiere..." }, 876{ "&Edit...","&Editiere..." },
902{ "Oktober","Oktober" }, 877{ "Oktober","Oktober" },
903{ "Title","Titel" }, 878{ "Title","Titel" },
904{ "%1 %","%1 %" }, 879{ "%1 %","%1 %" },
905{ "Enable Pi-Sync","Schalte Pi-Sync an" }, 880{ "Enable Pi-Sync","Schalte Pi-Sync an" },
906{ "Import!","Importiere!" }, 881{ "Import!","Importiere!" },
907{ "inserting birthdays - close to abort!","Burzeltage werden eingefügt - schließe um abzubrechen!" }, 882{ "inserting birthdays - close to abort!","Burzeltage werden eingefügt - schließe um abzubrechen!" },
908{ "Export to phone options","Export ans Handy Optionen" }, 883{ "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." }, 884{ "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: " }, 885{ "I/O device: ","I/O device: " },
911{ "Connection: ","Connection: " }, 886{ "Connection: ","Connection: " },
912{ "Model(opt.): ","Model(opt.): " }, 887{ "Model(opt.): ","Model(opt.): " },
913{ "Write back events in future only","Schreibe nur zukünftige Termine zurück" }, 888{ "Write back events in future only","Schreibe nur zukünftige Termine zurück" },
914{ "Max. weeks in future: ","Max. Wochen in der Zukunft: " }, 889{ "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!" }, 890{ "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!" }, 891{ "Export to mobile phone!","Exportiere auf das Handy!" },
917{ "Export complete calendar","Exportiere kompletten Kalender" }, 892{ "Export complete calendar","Exportiere kompletten Kalender" },
918{ "Writing to phone...","Sende Daten ans Handy..." }, 893{ "Writing to phone...","Sende Daten ans Handy..." },
919{ " This may take 1-3 minutes!"," Das kann 1-3 Minuten dauern!" }, 894{ " This may take 1-3 minutes!"," Das kann 1-3 Minuten dauern!" },
920{ "Retry","Nochmal versuchen" }, 895{ "Retry","Nochmal versuchen" },
921{ "KDE/Pim phone access","KDE/Pim Handy Zugriff" }, 896{ "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!" }, 897{ "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!" }, 898{ "Error exporting to phone!","Fehler beim Export auf das Handy!" },
924{ "Export filtered calendar","Exportiere gefilterten Kalender" }, 899{ "Export filtered calendar","Exportiere gefilterten Kalender" },
925{ "Preferences","Vorlieben" }, 900{ "Preferences","Vorlieben" },
926{ "Global","Global" }, 901{ "Global","Global" },
927{ "Phone","Phone" }, 902{ "Phone","Phone" },
928{ "SMS","SMS" }, 903{ "SMS","SMS" },
929{ "Fax","Fax" }, 904{ "Fax","Fax" },
930{ "Pager","Pager" }, 905{ "Pager","Pager" },
931{ "SIP","SIP" }, 906{ "SIP","SIP" },
932{ "Italian","Italienisch" }, 907{ "Italian","Italienisch" },
933{ "24:00","24:00" }, 908{ "24:00","24:00" },
934{ "12:00am","12:00am" }, 909{ "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)" }, 910{ "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)" }, 911{ "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)" }, 912{ "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" }, 913{ "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" }, 914{ "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" }, 915{ "Add 30 min (+00:30) to selected Timezone","Addiere 30 min zur selektierten Zeitzone" },
941{ "Used Mail Client","Benutzter Mail Client" }, 916{ "Used Mail Client","Benutzter Mail Client" },
942{ "Channel:","Channel:" }, 917{ "Channel:","Channel:" },
943{ "Message:","Message:" }, 918{ "Message:","Message:" },
944{ "Parameters:","Parameter:" }, 919{ "Parameters:","Parameter:" },
945{ "HINT: Delimiter=; Name=%1,Email=%2","Hinweis: Begrenzer=; Name=%1,Email=%2" }, 920{ "HINT: Delimiter=; Name=%1,Email=%2","Hinweis: Begrenzer=; Name=%1,Email=%2" },
946{ "extra Message:","extra Message:" }, 921{ "extra Message:","extra Message:" },
947{ "extra Parameters:","extra Parameter:" }, 922{ "extra Parameters:","extra Parameter:" },
948{ "HINT: Emails=%1,Attachments=%2","Hinweis: Emails=%1,Attachments=%2" }, 923{ "HINT: Emails=%1,Attachments=%2","Hinweis: Emails=%1,Attachments=%2" },
949{ "External Apps.","Externe Appl." }, 924{ "External Apps.","Externe Appl." },
950{ "24 hours","24 Std." }, 925{ "24 hours","24 Std." },
951{ "3 hours","3 Std." }, 926{ "3 hours","3 Std." },
952{ "1 hour","1 Std." }, 927{ "1 hour","1 Std." },
953{ "15 minutes","15 Min." }, 928{ "15 minutes","15 Min." },
954{ "5 minutes","5 Min." }, 929{ "5 minutes","5 Min." },
955{ "1 minute","1 Min." }, 930{ "1 minute","1 Min." },
956{ "23","23" }, 931{ "23","23" },
957{ "Mon 15","Mon 15" }, 932{ "Mon 15","Mon 15" },
958{ "Configure KO","Konfiguriere KO" }, 933{ "Configure KO","Konfiguriere KO" },
959{ "Event text","Termin Text" }, 934{ "Event text","Termin Text" },
960{ "ToDo","ToDo" }, 935{ "ToDo","ToDo" },
961{ "Today","Heute" }, 936{ "Today","Heute" },
962{ "What's Next View","What's Next Ansicht" }, 937{ "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" }, 938{ "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" }, 939{ "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" }, 940{ "Allday Agenda view shows todos","Ganztag Agenda zeigt Todos" },
966{ "Alarm","Alarm" }, 941{ "Alarm","Alarm" },
967{ "Used %1 Client","Benutzter %1 Client" }, 942{ "Used %1 Client","Benutzter %1 Client" },
968{ "No email client installed","Kein Email Klient installiert" }, 943{ "No email client installed","Kein Email Klient installiert" },
969{ "Userdefined email client","Benutzerdef. Email Klient" }, 944{ "Userdefined email client","Benutzerdef. Email Klient" },
970{ "OM/Pi email client","OM/Pi Email Klient" }, 945{ "OM/Pi email client","OM/Pi Email Klient" },
971{ "Include in multiple ","Beziehe in multiple " }, 946{ "Include in multiple ","Beziehe in multiple " },
972{ "calendar ","Kalender " }, 947{ "calendar ","Kalender " },
973{ "addressbook ","Adressbuch " }, 948{ "addressbook ","Adressbuch " },
974{ "pwmanager","PWmanager" }, 949{ "pwmanager","PWmanager" },
975{ " sync"," Sync ein" }, 950{ " sync"," Sync ein" },
976{ "Write back synced data","Schreibe gesyncte Daten zurück" }, 951{ "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" }, 952{ "-- 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" }, 953{ "-- 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: " }, 954{ "---- 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 )" }, 955{ "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)" }, 956{ "Mobile device (cell phone)","Mobiles Gerät (Handy)" },
982{ "Help...","Hilfe..." }, 957{ "Help...","Hilfe..." },
983{ "Local file Cal:","Lokale Datei Kal:" }, 958{ "Local file Cal:","Lokale Datei Kal:" },
984{ "Local file ABook:","Lokale Datei ABuch:" }, 959{ "Local file ABook:","Lokale Datei ABuch:" },
985{ "Local file PWMgr:","Lokale Datei PWMgr:" }, 960{ "Local file PWMgr:","Lokale Datei PWMgr:" },
986{ "Addressbook file (*.vcf) is used by KA/Pi","Adressbuch Datei (*.vcf) wird von KA/Pi genutzt" }, 961{ "Addressbook file (*.vcf) is used by KA/Pi","Adressbuch Datei (*.vcf) wird von KA/Pi genutzt" },
987{ "Calendar:","Kalender:" }, 962{ "Calendar:","Kalender:" },
988{ "AddressBook:","AdressBuch:" }, 963{ "AddressBook:","AdressBuch:" },
989{ "PWManager:","PWManager:" }, 964{ "PWManager:","PWManager:" },
990{ "Addressbook file is used by KA/Pi","Adressbuch Datei wird von KA/Pi genutzt" }, 965{ "Addressbook file is used by KA/Pi","Adressbuch Datei wird von KA/Pi genutzt" },
991{ "ssh/scp","ssh/scp" }, 966{ "ssh/scp","ssh/scp" },
992{ "ftp","ftp" }, 967{ "ftp","ftp" },
993{ "Password for remote access: (could be the same for each)","Passwort für entfernten Zugriff: (kann dasselbe sein für alle)" }, 968{ "Password for remote access: (could be the same for each)","Passwort für entfernten Zugriff: (kann dasselbe sein für alle)" },
diff --git a/korganizer/wordsgerman.h b/korganizer/wordsgerman.h
index 82d3c02..b2651d4 100644
--- a/korganizer/wordsgerman.h
+++ b/korganizer/wordsgerman.h
@@ -713,281 +713,257 @@
713{ "Post sync (upload) command:","Nach Sync (upload) Kommando:" }, 713{ "Post sync (upload) command:","Nach Sync (upload) Kommando:" },
714{ "Fill in default values for:","Setze Beispiel Werte ein für:" }, 714{ "Fill in default values for:","Setze Beispiel Werte ein für:" },
715{ "Hint: Use $PWD$ for placeholder of password!","Hinweis: Benutze $PWD$ als Platzhalter für ein Passwort!" }, 715{ "Hint: Use $PWD$ for placeholder of password!","Hinweis: Benutze $PWD$ als Platzhalter für ein Passwort!" },
716{ "Synchronization Preferences","Einstellungen der Synchronisationsprofile"}, 716{ "Synchronization Preferences","Einstellungen der Synchronisationsprofile"},
717{ "Device","Gerät:" }, 717{ "Device","Gerät:" },
718{ "Sync with file \n...%1\nfrom:\n%2\n","Sync mit Datei \n...%1\nvom:\n%2\n" }, 718{ "Sync with file \n...%1\nfrom:\n%2\n","Sync mit Datei \n...%1\nvom:\n%2\n" },
719{ "Synchronization summary:\n\n %d items added to local\n %d items added to remote\n %d items updated on local\n %d items updated on remote\n %d items deleted on local\n %d items deleted on remote\n","Synchronisationsübersicht:\n\n %d items lokal hinzugefügt\n %d items entfernt hinzugefügt\n %d items lokal geändert\n %d items entfernt geändert\n %d items lokal gelöscht\n %d items entfernt gelöscht\n" }, 719{ "Synchronization summary:\n\n %d items added to local\n %d items added to remote\n %d items updated on local\n %d items updated on remote\n %d items deleted on local\n %d items deleted on remote\n","Synchronisationsübersicht:\n\n %d items lokal hinzugefügt\n %d items entfernt hinzugefügt\n %d items lokal geändert\n %d items entfernt geändert\n %d items lokal gelöscht\n %d items entfernt gelöscht\n" },
720{ "Synchronization successful","Synchronisation erfolgreich" }, 720{ "Synchronization successful","Synchronisation erfolgreich" },
721{ "Sync cancelled or failed. Nothing synced.","Sync abgebrochen oder fehlgeschlagen. Nichts wurde gesynced." }, 721{ "Sync cancelled or failed. Nothing synced.","Sync abgebrochen oder fehlgeschlagen. Nichts wurde gesynced." },
722{ "Sync file \n...%1\ndoes not exist!\nNothing synced!\n","Sync Datei \n...%1\nexistiert nicht!\nNichts wurde gesynced!\n" }, 722{ "Sync file \n...%1\ndoes not exist!\nNothing synced!\n","Sync Datei \n...%1\nexistiert nicht!\nNichts wurde gesynced!\n" },
723{ "Sync filename(*.ics/*.vcs)","Sync Dateiname(*.ics/*.vcs)" }, 723{ "Sync filename(*.ics/*.vcs)","Sync Dateiname(*.ics/*.vcs)" },
724{ "Enter password","Passwort eingeben" }, 724{ "Enter password","Passwort eingeben" },
725{ "Do you really want\nto remote sync\nwith profile \n","Wollen Sie wirklich\nmit dem entfernten\nProfil syncen: \n" }, 725{ "Do you really want\nto remote sync\nwith profile \n","Wollen Sie wirklich\nmit dem entfernten\nProfil syncen: \n" },
726{ "Copy remote file to local machine...","Kopiere entfernte Datei auf lokalen Rechner..." }, 726{ "Copy remote file to local machine...","Kopiere entfernte Datei auf lokalen Rechner..." },
727{ "Sorry, the copy command failed!\nCommand was:\n%1\n \nTry command on console to get more\ndetailed info about the reason.\n","Sorry, das Kopierkommando schlug fehl!\nKommando war:\n%1\n \nVersuche Kommando von Kosole um\nDetails für das Fehlschlagen\nzu erfahren.\n" }, 727{ "Sorry, the copy command failed!\nCommand was:\n%1\n \nTry command on console to get more\ndetailed info about the reason.\n","Sorry, das Kopierkommando schlug fehl!\nKommando war:\n%1\n \nVersuche Kommando von Kosole um\nDetails für das Fehlschlagen\nzu erfahren.\n" },
728{ "Writing back file result: ","Resultat des Dateizurückschreibens: " }, 728{ "Writing back file result: ","Resultat des Dateizurückschreibens: " },
729{ "Syncronization sucessfully completed","Synchronisation erfolgreich abgeschlossen" }, 729{ "Syncronization sucessfully completed","Synchronisation erfolgreich abgeschlossen" },
730{ "Edit Calendar Filters","Editiere Kalendar Filter" }, 730{ "Edit Calendar Filters","Editiere Kalendar Filter" },
731{ "Enter filter name:","Neuer Filter Name:" }, 731{ "Enter filter name:","Neuer Filter Name:" },
732{ "Add Filter","Filter hinzufügen" }, 732{ "Add Filter","Filter hinzufügen" },
733{ "Question","Frage" }, 733{ "Question","Frage" },
734{ "Filter position: ","Filter Position: " }, 734{ "Filter position: ","Filter Position: " },
735{ "Month View","Monatsansicht" }, 735{ "Month View","Monatsansicht" },
736{ "This profil cannot be deleted!\n","Dieses Profil kann\nnicht gelöscht werden!" }, 736{ "This profil cannot be deleted!\n","Dieses Profil kann\nnicht gelöscht werden!" },
737{ "KO/Pi config error","KO/Pi Konfig. Fehler" }, 737{ "KO/Pi config error","KO/Pi Konfig. Fehler" },
738{ "Local device name undefined!\nPlease define device name!","Name dieses Gerätes undefiniert!\nBitte Namen angeben!" }, 738{ "Local device name undefined!\nPlease define device name!","Name dieses Gerätes undefiniert!\nBitte Namen angeben!" },
739{ "Multiple profiles with same name!\nPlease use unique profile names!","Mehrere Profile haben denselben Namen!\nBitte unterschiedliche Namen wählen!" }, 739{ "Multiple profiles with same name!\nPlease use unique profile names!","Mehrere Profile haben denselben Namen!\nBitte unterschiedliche Namen wählen!" },
740{ "Access: ","Zugriff: " }, 740{ "Access: ","Zugriff: " },
741{ "Needs Action","Aktion notwendig" }, 741{ "Needs Action","Aktion notwendig" },
742{ "Accepted","Akzeptiert" }, 742{ "Accepted","Akzeptiert" },
743{ "Declined","Abgelehnt" }, 743{ "Declined","Abgelehnt" },
744{ "Tentative","Vorläufig" }, 744{ "Tentative","Vorläufig" },
745{ "Delegated","Beauftragt" }, 745{ "Delegated","Beauftragt" },
746{ "Completed","Vollständig" }, 746{ "Completed","Vollständig" },
747{ "In Process","In Bearbeitung" }, 747{ "In Process","In Bearbeitung" },
748{ "Participant","Teilnehmer" }, 748{ "Participant","Teilnehmer" },
749{ "Optional Participant","Möglicher Teilnehmer" }, 749{ "Optional Participant","Möglicher Teilnehmer" },
750{ "Observer","Beobachter" }, 750{ "Observer","Beobachter" },
751{ "Chair","Vorsitzender" }, 751{ "Chair","Vorsitzender" },
752{ "Not supported \non desktop!\n","" }, 752{ "Not supported \non desktop!\n","" },
753{ "Nothing selected!\n\nThis prints the full width of the Agenda view as you see it!\n\nTo determine the vertical range of the printing, please select\na vertical range (with the left mouse button down) in one column. ","Es ist nichts selektiert!\nDieses druckt die volle Breite der Agenda View, so wie man sie sieht.\nUm die verticale Auswahl zum Drucken zu bestimmen,\nbitte einen verticalen Zeitraum (mit gedrückter linker Maustaste)\nin einer Spalte auswählen. " }, 753{ "Nothing selected!\n\nThis prints the full width of the Agenda view as you see it!\n\nTo determine the vertical range of the printing, please select\na vertical range (with the left mouse button down) in one column. ","Es ist nichts selektiert!\nDieses druckt die volle Breite der Agenda View, so wie man sie sieht.\nUm die verticale Auswahl zum Drucken zu bestimmen,\nbitte einen verticalen Zeitraum (mit gedrückter linker Maustaste)\nin einer Spalte auswählen. " },
754{ "Date range: ","Datums Zeitspanne: " }, 754{ "Date range: ","Datums Zeitspanne: " },
755{ "Not supported \non PDA!\n","Nicht verfügbar\nauf dem PDA. " }, 755{ "Not supported \non PDA!\n","Nicht verfügbar\nauf dem PDA. " },
756{ "Syncing - close to abort!","Syncing-schließe um abzubrechen." }, 756{ "Syncing - close to abort!","Syncing-schließe um abzubrechen." },
757{ "Add / remove events","Add./entferne Termine" }, 757{ "Add / remove events","Add./entferne Termine" },
758{ "File does not exist:\n '%1'.","Datei existiert nicht:\n '%1'." }, 758{ "File does not exist:\n '%1'.","Datei existiert nicht:\n '%1'." },
759{ "Couldn't load calendar\n '%1'.","Kann Kalender nicht laden:\n '%1'." }, 759{ "Couldn't load calendar\n '%1'.","Kann Kalender nicht laden:\n '%1'." },
760{ "\nThe file on disk has changed!\nFile size: %1 bytes.\nLast modified: %2\nDo you want to:\n\n - Save and overwrite file?\n - Sync with file, then save?\n - Cancel without saving? \n","\nDie gepeicherte Datei wurde verändert!\nDatei Grösse: %1 Bytes.\nZuletzt geändert: %2\nMöchten Sie:\n\n - Speichern und die Datei überschreiben?\n - Mit Datei Synchronisieren, dann speichern?\n - Abbrechen ohne zu speichern? \n" }, 760{ "\nThe file on disk has changed!\nFile size: %1 bytes.\nLast modified: %2\nDo you want to:\n\n - Save and overwrite file?\n - Sync with file, then save?\n - Cancel without saving? \n","\nDie gepeicherte Datei wurde verändert!\nDatei Grösse: %1 Bytes.\nZuletzt geändert: %2\nMöchten Sie:\n\n - Speichern und die Datei überschreiben?\n - Mit Datei Synchronisieren, dann speichern?\n - Abbrechen ohne zu speichern? \n" },
761{ "Overwrite","Überschreiben" }, 761{ "Overwrite","Überschreiben" },
762{ "Sync+save","Syncen+speichern" }, 762{ "Sync+save","Syncen+speichern" },
763{ "Default","Standard" }, 763{ "Default","Standard" },
764{ " Categories added to list! "," Kategorien zur Liste hinzugefügt! " }, 764{ " Categories added to list! "," Kategorien zur Liste hinzugefügt! " },
765{ " %d items?"," %d Einträge?" }, 765{ " %d items?"," %d Einträge?" },
766{ "\nThis event recurs\nover multiple dates.\nAre you sure you want\nto delete this event\nand all its recurrences?","\nDieses ist ein\nwiederholender Termin!.\nSind Sie sicher, dass Sie\ndiesen Termin und alle\nWiederholungen löschen möchten?" }, 766{ "\nThis event recurs\nover multiple dates.\nAre you sure you want\nto delete this event\nand all its recurrences?","\nDieses ist ein\nwiederholender Termin!.\nSind Sie sicher, dass Sie\ndiesen Termin und alle\nWiederholungen löschen möchten?" },
767{ " ?\n\nDelete:\n"," ?\n\nLösche:\n" }, 767{ " ?\n\nDelete:\n"," ?\n\nLösche:\n" },
768{ "Current","Aktuelle" }, 768{ "Current","Aktuelle" },
769{ "\nThis event recurs\nover multiple dates.\nDo you want to delete\nall it's recurrences,\nor only the current one on:\n","\nDieses ist ein\nwiederholender Termin!\nMöchten sie alle Wiederholungen\nlöschen, oder nur die aktuelle am:\n" }, 769{ "\nThis event recurs\nover multiple dates.\nDo you want to delete\nall it's recurrences,\nor only the current one on:\n","\nDieses ist ein\nwiederholender Termin!\nMöchten sie alle Wiederholungen\nlöschen, oder nur die aktuelle am:\n" },
770{ "All","Alle" }, 770{ "All","Alle" },
771{ "Data Loss Warning","Datenverlust Warnung" }, 771{ "Data Loss Warning","Datenverlust Warnung" },
772{ "Proceed","Weitermachen" }, 772{ "Proceed","Weitermachen" },
773{ "The journal entries can not be\nexported to a vCalendar file.","Die Journal Einträge können\nnicht in eine vCalendar\nDatei exportiert werden!" }, 773{ "The journal entries can not be\nexported to a vCalendar file.","Die Journal Einträge können\nnicht in eine vCalendar\nDatei exportiert werden!" },
774{ "Filter disabled ","Filter abgeschaltet" }, 774{ "Filter disabled ","Filter abgeschaltet" },
775{ "Filter selected: ","Gewählter Filter: " }, 775{ "Filter selected: ","Gewählter Filter: " },
776{ "Toggle Cancel","Gecancelt ändern" }, 776{ "Toggle Cancel","Gecancelt ändern" },
777{ "&Toggle Cancel","Gecancel&t ändern" }, 777{ "&Toggle Cancel","Gecancel&t ändern" },
778{ "Configure Toolbar","Konfiguriere Toolbar" }, 778{ "Configure Toolbar","Konfiguriere Toolbar" },
779{ "Stretched TB","Gedehnte TB" }, 779{ "Stretched TB","Gedehnte TB" },
780{ "Import file \n...%1\ndoes not exist!\nNothing imported!\n","Import Datei \n...%1\nexistiert nicht!\nNichts importiert!\n" }, 780{ "Import file \n...%1\ndoes not exist!\nNothing imported!\n","Import Datei \n...%1\nexistiert nicht!\nNichts importiert!\n" },
781{ "Import filename(*.ics/*.vcs)","Import Dateiname(*.ics/*.vcs)" }, 781{ "Import filename(*.ics/*.vcs)","Import Dateiname(*.ics/*.vcs)" },
782{ "When importing a calendar twice\nduplicated events will be ignored!\nYou can create a backup file with\nFile - Save Calendar Backup\nto revert importing","Wenn ein Kalender doppelt importiert\nwird, werden doppelte Einträge ignoriert!\nSie können eine Backup Datei anlegen unter\nDatei - Speichere Kalender Backup\num den Import rückgängig machen zu können.\n" }, 782{ "When importing a calendar twice\nduplicated events will be ignored!\nYou can create a backup file with\nFile - Save Calendar Backup\nto revert importing","Wenn ein Kalender doppelt importiert\nwird, werden doppelte Einträge ignoriert!\nSie können eine Backup Datei anlegen unter\nDatei - Speichere Kalender Backup\num den Import rückgängig machen zu können.\n" },
783{ "Not supported \non desktop!\n","Nur verfügbar auf PDA!" }, 783{ "Not supported \non desktop!\n","Nur verfügbar auf PDA!" },
784{ "Imported file successfully","Datei erfolgreich importiert" }, 784{ "Imported file successfully","Datei erfolgreich importiert" },
785{ "Error importing file","Fehler beim Importieren der Datei" }, 785{ "Error importing file","Fehler beim Importieren der Datei" },
786{ "Export vcal filename(*.vcs)","Export vcal Dateiname(*.vcs)" }, 786{ "Export vcal filename(*.vcs)","Export vcal Dateiname(*.vcs)" },
787{ "Save file\nalready exists!\nOld save file from:\n%1\nOverwrite?\n","Zu speichernde Datei\existiert bereits!\nExist. Datei vom:\n%1\nÜberschreiben?\n" }, 787{ "Save file\nalready exists!\nOld save file from:\n%1\nOverwrite?\n","Zu speichernde Datei\existiert bereits!\nExist. Datei vom:\n%1\nÜberschreiben?\n" },
788{ "Overwrite!","Überschreiben!" }, 788{ "Overwrite!","Überschreiben!" },
789{ "Import file \n...%1\nfrom:\n%2\nDuplicated entries\nwill not be imported!\n","Import Datei \n...%1\nvom:\n%2\nDuplizierte Einträge\nwerden nicht importiert!\n" }, 789{ "Import file \n...%1\nfrom:\n%2\nDuplicated entries\nwill not be imported!\n","Import Datei \n...%1\nvom:\n%2\nDuplizierte Einträge\nwerden nicht importiert!\n" },
790{ "Load backup filename","Lade Backup Dateiname" }, 790{ "Load backup filename","Lade Backup Dateiname" },
791{ "Backup file\ndoes not exist!\nNothing loaded!","Backup Datei\nexistiert nicht!\nNichts geladen!" }, 791{ "Backup file\ndoes not exist!\nNothing loaded!","Backup Datei\nexistiert nicht!\nNichts geladen!" },
792{ "KO/Pi:Loaded %1","KO/Pi:Geladen %1" }, 792{ "KO/Pi:Loaded %1","KO/Pi:Geladen %1" },
793{ "Save backup filename","Speichere Backup Dateiname" }, 793{ "Save backup filename","Speichere Backup Dateiname" },
794{ "Backup file\nalready exists!\nOld backup file from:\n%1\nOverwrite?\n","Backup Datei\nexistiert bereits!\nAlte Backup Datei vom:\n%1\nÜberschreiben?\n" }, 794{ "Backup file\nalready exists!\nOld backup file from:\n%1\nOverwrite?\n","Backup Datei\nexistiert bereits!\nAlte Backup Datei vom:\n%1\nÜberschreiben?\n" },
795{ "KO/Pi:Saved %1","KO/Pi:Gespeichert %1" }, 795{ "KO/Pi:Saved %1","KO/Pi:Gespeichert %1" },
796{ "Details of attendee","Teilnehmerdetails" }, 796{ "Details of attendee","Teilnehmerdetails" },
797{ "Work phone:\n","Telefon Arbeit:\n" }, 797{ "Work phone:\n","Telefon Arbeit:\n" },
798{ "Work mobile phone:\n","Mobiltelefon Arbeit:\n" }, 798{ "Work mobile phone:\n","Mobiltelefon Arbeit:\n" },
799{ "Home phone:\n","Telefon privat:\n" }, 799{ "Home phone:\n","Telefon privat:\n" },
800{ "Mobile home phone:\n","Mobiltelefon privat:\n" }, 800{ "Mobile home phone:\n","Mobiltelefon privat:\n" },
801{ "Email:\n","Email:\n" }, 801{ "Email:\n","Email:\n" },
802{ "Alarm disabled","Alarm deaktiviert" }, 802{ "Alarm disabled","Alarm deaktiviert" },
803{ "Audio.Al.: ","Audio Al.: " }, 803{ "Audio.Al.: ","Audio Al.: " },
804{ "Proc.Al.: ","Proc.Al.: " }, 804{ "Proc.Al.: ","Proc.Al.: " },
805{ "No sound set","Kein Sound definiert" }, 805{ "No sound set","Kein Sound definiert" },
806{ "*.wav|Wav Files","*.wav|Wav Dateien" }, 806{ "*.wav|Wav Files","*.wav|Wav Dateien" },
807{ "No program set","Kein Programm definiert" }, 807{ "No program set","Kein Programm definiert" },
808{ "Running '%1'","Ausführen '%1'" }, 808{ "Running '%1'","Ausführen '%1'" },
809{ "Playing '%1'","Abspielen '%1'" }, 809{ "Playing '%1'","Abspielen '%1'" },
810{ "Show Sync Events in WN/Agenda view","Zeige Sync Events in WN/Agenda Ansicht" }, 810{ "Show Sync Events in WN/Agenda view","Zeige Sync Events in WN/Agenda Ansicht" },
811{ "User defined (usertranslation.txt)","Benutzerdefiniert (usertranslation.txt)" }, 811{ "User defined (usertranslation.txt)","Benutzerdefiniert (usertranslation.txt)" },
812{ "Load!","Laden!" }, 812{ "Load!","Laden!" },
813{ "Backup file from:\n%1\nLoading backup\nfile will delete\nyour current Data!\n","Backup Datei vom:\n%1\nDas Laden der Backup Datei\nlöscht die aktuellen Daten!\n" }, 813{ "Backup file from:\n%1\nLoading backup\nfile will delete\nyour current Data!\n","Backup Datei vom:\n%1\nDas Laden der Backup Datei\nlöscht die aktuellen Daten!\n" },
814{ "KO/Pi Features and hints","KO/Pi Eigenschaften und Tipps" }, 814{ "KO/Pi Features and hints","KO/Pi Eigenschaften und Tipps" },
815{ "KO/Pi User translation HowTo","KO/Pi Benutzer-Übersetzung HowTo" }, 815{ "KO/Pi User translation HowTo","KO/Pi Benutzer-Übersetzung HowTo" },
816{ "KO/Pi Synchronization HowTo","KO/Pi Synchronisation HowTo" }, 816{ "KO/Pi Synchronization HowTo","KO/Pi Synchronisation HowTo" },
817{ "Features + hints...","Eigenschaften + Tipps..." }, 817{ "Features + hints...","Eigenschaften + Tipps..." },
818{ "User translation...","Benutzer Übersetzung..." }, 818{ "User translation...","Benutzer Übersetzung..." },
819{ "Sync HowTo...","Synchronisation HowTo..." }, 819{ "Sync HowTo...","Synchronisation HowTo..." },
820{ "Print calendar...","Drucke Kalender..." }, 820{ "Print calendar...","Drucke Kalender..." },
821{ "Anniversary","Jahrestag" }, 821{ "Anniversary","Jahrestag" },
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" }, 838{ "Anonymous","Anonymo" },
839{ "nobody@nowhere","niemand@nirgendwo" }, 839{ "nobody@nowhere","niemand@nirgendwo" },
840{ "calendar.html","calendar.html" }, 840{ "calendar.html","calendar.html" },
841{ "+01:00 Europe/Oslo(CET)","+01:00 Europa/Oslo(CET)" },
842{ " Local Time"," Locale Zeit" }, 841{ " 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" }, 842{ "Unknown Name","Unbekannter Name" },
867{ "unknown@nowhere","unbekannt@nirgendwo" }, 843{ "unknown@nowhere","unbekannt@nirgendwo" },
868{ "Beam via IR!","Beam via IR!" }, 844{ "Beam via IR!","Beam via IR!" },
869{ "Next Month","Nächster Monat" }, 845{ "Next Month","Nächster Monat" },
870{ "Prio","Prio" }, 846{ "Prio","Prio" },
871{ "Reparent Todo","Mache Sub-Todo" }, 847{ "Reparent Todo","Mache Sub-Todo" },
872{ "tomorrow","morgen" }, 848{ "tomorrow","morgen" },
873{ "today","heute" }, 849{ "today","heute" },
874{ "yesterday","gestern" }, 850{ "yesterday","gestern" },
875{ "Ok","Ok" }, 851{ "Ok","Ok" },
876{ "Ok+Agenda","Ok+Agenda" }, 852{ "Ok+Agenda","Ok+Agenda" },
877{ "Email","Email" }, 853{ "Email","Email" },
878{ "RSVP","RSVP" }, 854{ "RSVP","RSVP" },
879{ "Email:","Email:" }, 855{ "Email:","Email:" },
880{ "Appointment Time ","Termin Zeit " }, 856{ "Appointment Time ","Termin Zeit " },
881{ "2","2" }, 857{ "2","2" },
882{ "3","3" }, 858{ "3","3" },
883{ "4","4" }, 859{ "4","4" },
884{ " 0 %"," 0 %" }, 860{ " 0 %"," 0 %" },
885{ " 20 %"," 20 %" }, 861{ " 20 %"," 20 %" },
886{ " 40 %"," 40 %" }, 862{ " 40 %"," 40 %" },
887{ " 60 %"," 60 %" }, 863{ " 60 %"," 60 %" },
888{ " 80 %"," 80 %" }, 864{ " 80 %"," 80 %" },
889{ "100 %","100 %" }, 865{ "100 %","100 %" },
890{ "Filter","Filter" }, 866{ "Filter","Filter" },
891{ "Configure","Konfiguriere" }, 867{ "Configure","Konfiguriere" },
892{ "What's Next","What's Next" }, 868{ "What's Next","What's Next" },
893{ "Complete calendar...","Kompletten Kalender..." }, 869{ "Complete calendar...","Kompletten Kalender..." },
894{ "Filtered calendar...","Gefilterten Kalender..." }, 870{ "Filtered calendar...","Gefilterten Kalender..." },
895{ "Export to phone","Exportiere zum Handy" }, 871{ "Export to phone","Exportiere zum Handy" },
896{ "Beam receice enabled","Beam Empfang an" }, 872{ "Beam receice enabled","Beam Empfang an" },
897{ "What's new?","Was ist neu?" }, 873{ "What's new?","Was ist neu?" },
898{ "FAQ...","FAQ..." }, 874{ "FAQ...","FAQ..." },
899{ "Licence...","Licence..." }, 875{ "Licence...","Licence..." },
900{ "What's This?","What's This?" }, 876{ "What's This?","What's This?" },
901{ "&Edit...","&Editiere..." }, 877{ "&Edit...","&Editiere..." },
902{ "Oktober","Oktober" }, 878{ "Oktober","Oktober" },
903{ "Title","Titel" }, 879{ "Title","Titel" },
904{ "%1 %","%1 %" }, 880{ "%1 %","%1 %" },
905{ "Enable Pi-Sync","Schalte Pi-Sync an" }, 881{ "Enable Pi-Sync","Schalte Pi-Sync an" },
906{ "Import!","Importiere!" }, 882{ "Import!","Importiere!" },
907{ "inserting birthdays - close to abort!","Burzeltage werden eingefügt - schließe um abzubrechen!" }, 883{ "inserting birthdays - close to abort!","Burzeltage werden eingefügt - schließe um abzubrechen!" },
908{ "Export to phone options","Export ans Handy Optionen" }, 884{ "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." }, 885{ "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: " }, 886{ "I/O device: ","I/O device: " },
911{ "Connection: ","Connection: " }, 887{ "Connection: ","Connection: " },
912{ "Model(opt.): ","Model(opt.): " }, 888{ "Model(opt.): ","Model(opt.): " },
913{ "Write back events in future only","Schreibe nur zukünftige Termine zurück" }, 889{ "Write back events in future only","Schreibe nur zukünftige Termine zurück" },
914{ "Max. weeks in future: ","Max. Wochen in der Zukunft: " }, 890{ "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!" }, 891{ "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!" }, 892{ "Export to mobile phone!","Exportiere auf das Handy!" },
917{ "Export complete calendar","Exportiere kompletten Kalender" }, 893{ "Export complete calendar","Exportiere kompletten Kalender" },
918{ "Writing to phone...","Sende Daten ans Handy..." }, 894{ "Writing to phone...","Sende Daten ans Handy..." },
919{ " This may take 1-3 minutes!"," Das kann 1-3 Minuten dauern!" }, 895{ " This may take 1-3 minutes!"," Das kann 1-3 Minuten dauern!" },
920{ "Retry","Nochmal versuchen" }, 896{ "Retry","Nochmal versuchen" },
921{ "KDE/Pim phone access","KDE/Pim Handy Zugriff" }, 897{ "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!" }, 898{ "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!" }, 899{ "Error exporting to phone!","Fehler beim Export auf das Handy!" },
924{ "Export filtered calendar","Exportiere gefilterten Kalender" }, 900{ "Export filtered calendar","Exportiere gefilterten Kalender" },
925{ "Preferences","Vorlieben" }, 901{ "Preferences","Vorlieben" },
926{ "Global","Global" }, 902{ "Global","Global" },
927{ "Phone","Phone" }, 903{ "Phone","Phone" },
928{ "SMS","SMS" }, 904{ "SMS","SMS" },
929{ "Fax","Fax" }, 905{ "Fax","Fax" },
930{ "Pager","Pager" }, 906{ "Pager","Pager" },
931{ "SIP","SIP" }, 907{ "SIP","SIP" },
932{ "Italian","Italienisch" }, 908{ "Italian","Italienisch" },
933{ "24:00","24:00" }, 909{ "24:00","24:00" },
934{ "12:00am","12:00am" }, 910{ "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)" }, 911{ "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)" }, 912{ "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)" }, 913{ "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" }, 914{ "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" }, 915{ "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" }, 916{ "Add 30 min (+00:30) to selected Timezone","Addiere 30 min zur selektierten Zeitzone" },
941{ "Used Mail Client","Benutzter Mail Client" }, 917{ "Used Mail Client","Benutzter Mail Client" },
942{ "Channel:","Channel:" }, 918{ "Channel:","Channel:" },
943{ "Message:","Message:" }, 919{ "Message:","Message:" },
944{ "Parameters:","Parameter:" }, 920{ "Parameters:","Parameter:" },
945{ "HINT: Delimiter=; Name=%1,Email=%2","Hinweis: Begrenzer=; Name=%1,Email=%2" }, 921{ "HINT: Delimiter=; Name=%1,Email=%2","Hinweis: Begrenzer=; Name=%1,Email=%2" },
946{ "extra Message:","extra Message:" }, 922{ "extra Message:","extra Message:" },
947{ "extra Parameters:","extra Parameter:" }, 923{ "extra Parameters:","extra Parameter:" },
948{ "HINT: Emails=%1,Attachments=%2","Hinweis: Emails=%1,Attachments=%2" }, 924{ "HINT: Emails=%1,Attachments=%2","Hinweis: Emails=%1,Attachments=%2" },
949{ "External Apps.","Externe Appl." }, 925{ "External Apps.","Externe Appl." },
950{ "24 hours","24 Std." }, 926{ "24 hours","24 Std." },
951{ "3 hours","3 Std." }, 927{ "3 hours","3 Std." },
952{ "1 hour","1 Std." }, 928{ "1 hour","1 Std." },
953{ "15 minutes","15 Min." }, 929{ "15 minutes","15 Min." },
954{ "5 minutes","5 Min." }, 930{ "5 minutes","5 Min." },
955{ "1 minute","1 Min." }, 931{ "1 minute","1 Min." },
956{ "23","23" }, 932{ "23","23" },
957{ "Mon 15","Mon 15" }, 933{ "Mon 15","Mon 15" },
958{ "Configure KO","Konfiguriere KO" }, 934{ "Configure KO","Konfiguriere KO" },
959{ "Event text","Termin Text" }, 935{ "Event text","Termin Text" },
960{ "ToDo","ToDo" }, 936{ "ToDo","ToDo" },
961{ "Today","Heute" }, 937{ "Today","Heute" },
962{ "What's Next View","What's Next Ansicht" }, 938{ "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" }, 939{ "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" }, 940{ "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" }, 941{ "Allday Agenda view shows todos","Ganztag Agenda zeigt Todos" },
966{ "Alarm","Alarm" }, 942{ "Alarm","Alarm" },
967{ "Used %1 Client","Benutzter %1 Client" }, 943{ "Used %1 Client","Benutzter %1 Client" },
968{ "No email client installed","Kein Email Klient installiert" }, 944{ "No email client installed","Kein Email Klient installiert" },
969{ "Userdefined email client","Benutzerdef. Email Klient" }, 945{ "Userdefined email client","Benutzerdef. Email Klient" },
970{ "OM/Pi email client","OM/Pi Email Klient" }, 946{ "OM/Pi email client","OM/Pi Email Klient" },
971{ "Include in multiple ","Beziehe in multiple " }, 947{ "Include in multiple ","Beziehe in multiple " },
972{ "calendar ","Kalender " }, 948{ "calendar ","Kalender " },
973{ "addressbook ","Adressbuch " }, 949{ "addressbook ","Adressbuch " },
974{ "pwmanager","PWmanager" }, 950{ "pwmanager","PWmanager" },
975{ " sync"," Sync ein" }, 951{ " sync"," Sync ein" },
976{ "Write back synced data","Schreibe gesyncte Daten zurück" }, 952{ "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" }, 953{ "-- 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" }, 954{ "-- 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: " }, 955{ "---- 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 )" }, 956{ "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)" }, 957{ "Mobile device (cell phone)","Mobiles Gerät (Handy)" },
982{ "Help...","Hilfe..." }, 958{ "Help...","Hilfe..." },
983{ "Local file Cal:","Lokale Datei Kal:" }, 959{ "Local file Cal:","Lokale Datei Kal:" },
984{ "Local file ABook:","Lokale Datei ABuch:" }, 960{ "Local file ABook:","Lokale Datei ABuch:" },
985{ "Local file PWMgr:","Lokale Datei PWMgr:" }, 961{ "Local file PWMgr:","Lokale Datei PWMgr:" },
986{ "Addressbook file (*.vcf) is used by KA/Pi","Adressbuch Datei (*.vcf) wird von KA/Pi genutzt" }, 962{ "Addressbook file (*.vcf) is used by KA/Pi","Adressbuch Datei (*.vcf) wird von KA/Pi genutzt" },
987{ "Calendar:","Kalender:" }, 963{ "Calendar:","Kalender:" },
988{ "AddressBook:","AdressBuch:" }, 964{ "AddressBook:","AdressBuch:" },
989{ "PWManager:","PWManager:" }, 965{ "PWManager:","PWManager:" },
990{ "Addressbook file is used by KA/Pi","Adressbuch Datei wird von KA/Pi genutzt" }, 966{ "Addressbook file is used by KA/Pi","Adressbuch Datei wird von KA/Pi genutzt" },
991{ "ssh/scp","ssh/scp" }, 967{ "ssh/scp","ssh/scp" },
992{ "ftp","ftp" }, 968{ "ftp","ftp" },
993{ "Password for remote access: (could be the same for each)","Passwort für entfernten Zugriff: (kann dasselbe sein für alle)" }, 969{ "Password for remote access: (could be the same for each)","Passwort für entfernten Zugriff: (kann dasselbe sein für alle)" },
diff --git a/version b/version
index 0c43deb..87258cb 100644
--- a/version
+++ b/version
@@ -1 +1 @@
version = "1.9.9"; version = "1.9.10";