author | zautrix <zautrix> | 2004-10-22 22:49:12 (UTC) |
---|---|---|
committer | zautrix <zautrix> | 2004-10-22 22:49:12 (UTC) |
commit | 0f0dc54f0edc8c4ec5b320118c82fa5150591fed (patch) (unidiff) | |
tree | 2dfc23bdd2fa71ee54a501e5109be6346e9044c3 | |
parent | 1d8ed9298d8c201184d0a941f0d45e7f42201fd4 (diff) | |
download | kdepimpi-0f0dc54f0edc8c4ec5b320118c82fa5150591fed.zip kdepimpi-0f0dc54f0edc8c4ec5b320118c82fa5150591fed.tar.gz kdepimpi-0f0dc54f0edc8c4ec5b320118c82fa5150591fed.tar.bz2 |
VINklumpen
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | Makefile.Embedded | 2 | ||||
-rw-r--r-- | bin/kdepim/kaddressbook/germantranslation.txt | 24 | ||||
-rw-r--r-- | bin/kdepim/kaddressbook/usertranslation.txt | 24 | ||||
-rw-r--r-- | bin/kdepim/korganizer/usertranslation.txt | 25 | ||||
-rw-r--r-- | korganizer/wordsgerman.h | 24 | ||||
-rw-r--r-- | version | 2 |
7 files changed, 3 insertions, 100 deletions
@@ -170,129 +170,129 @@ variable_test: variable_info | |||
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 | ||
207 | objects: | 207 | objects: |
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 | ||
213 | clean: | 213 | clean: |
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 | ||
220 | install: | 220 | install: |
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 | ||
230 | dist: | 230 | dist: |
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 | ||
250 | tmake: objects \ | 250 | tmake: 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 | ||
279 | qtcompat/Makefile$(PLATFORM): qtcompat/qtcompat.pro | 279 | qtcompat/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 | ||
282 | microkde/Makefile$(PLATFORM): microkde/microkdeE.pro | 282 | microkde/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 | ||
285 | libkcal/Makefile$(PLATFORM): libkcal/libkcalE.pro | 285 | libkcal/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 | ||
289 | libkdepim/Makefile$(PLATFORM): libkdepim/libkdepimE.pro | 289 | libkdepim/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 | ||
292 | kalarmd/Makefile$(PLATFORM): kalarmd/kalarmdE.pro | 292 | kalarmd/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 | ||
295 | korganizer/Makefile$(PLATFORM): korganizer/korganizerE.pro | 295 | korganizer/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 | ||
298 | libical/src/libical/Makefile$(PLATFORM): libical/src/libical/libicalE.pro | 298 | libical/src/libical/Makefile$(PLATFORM): libical/src/libical/libicalE.pro |
diff --git a/Makefile.Embedded b/Makefile.Embedded index 8c6110c..da5feba 100644 --- a/Makefile.Embedded +++ b/Makefile.Embedded | |||
@@ -170,129 +170,129 @@ variable_test: variable_info | |||
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 | ||
207 | objects: | 207 | objects: |
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 | ||
213 | clean: | 213 | clean: |
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 | ||
220 | install: | 220 | install: |
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 | ||
230 | dist: | 230 | dist: |
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 | ||
250 | tmake: objects \ | 250 | tmake: 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 | ||
279 | qtcompat/Makefile$(PLATFORM): qtcompat/qtcompat.pro | 279 | qtcompat/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 | ||
282 | microkde/Makefile$(PLATFORM): microkde/microkdeE.pro | 282 | microkde/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 | ||
285 | libkcal/Makefile$(PLATFORM): libkcal/libkcalE.pro | 285 | libkcal/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 | ||
289 | libkdepim/Makefile$(PLATFORM): libkdepim/libkdepimE.pro | 289 | libkdepim/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 | ||
292 | kalarmd/Makefile$(PLATFORM): kalarmd/kalarmdE.pro | 292 | kalarmd/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 | ||
295 | korganizer/Makefile$(PLATFORM): korganizer/korganizerE.pro | 295 | korganizer/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 | ||
298 | libical/src/libical/Makefile$(PLATFORM): libical/src/libical/libicalE.pro | 298 | libical/src/libical/Makefile$(PLATFORM): libical/src/libical/libicalE.pro |
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,153 +1,129 @@ | |||
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..." }, |
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,153 +1,129 @@ | |||
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..." }, |
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 | |||
@@ -777,153 +777,128 @@ | |||
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" }, |
diff --git a/korganizer/wordsgerman.h b/korganizer/wordsgerman.h index 82d3c02..b2651d4 100644 --- a/korganizer/wordsgerman.h +++ b/korganizer/wordsgerman.h | |||
@@ -777,153 +777,129 @@ | |||
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" }, |
@@ -1 +1 @@ | |||
version = "1.9.9"; | version = "1.9.10"; | ||