created vym_de.ts
authorinsilmaril
Mon, 28 Feb 2005 16:22:29 +0000
changeset 91855c486b9360
parent 90 10f3d35dcbad
child 92 ec8c73975c1a
created vym_de.ts
Makefile
demos/todo.vym
lang/vym_en.ts
main.cpp
mainwindow.cpp
mapcenterobj.cpp
mapeditor.cpp
version.h
vym.pro
     1.1 --- a/Makefile	Sat Feb 19 17:14:33 2005 +0000
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,781 +0,0 @@
     1.4 -#############################################################################
     1.5 -# Makefile for building: vym
     1.6 -# Generated by qmake (1.07a) (Qt 3.3.1) on: Sat Feb 19 15:28:50 2005
     1.7 -# Project:  vym.pro
     1.8 -# Template: app
     1.9 -# Command: $(QMAKE) -o Makefile vym.pro
    1.10 -#############################################################################
    1.11 -
    1.12 -####### Compiler, tools and options
    1.13 -
    1.14 -CC       = gcc
    1.15 -CXX      = g++
    1.16 -LEX      = flex
    1.17 -YACC     = yacc
    1.18 -CFLAGS   = -pipe -O2 -march=i586 -mcpu=i686 -fmessage-length=0 -Wall -fPIC -Wall -W -O2 -march=i586 -mcpu=i686 -fmessage-length=0 -Wall -fPIC  -DQT_NO_DEBUG -DQT_SHARED -DQT_TABLET_SUPPORT -DQT_THREAD_SUPPORT
    1.19 -CXXFLAGS = -pipe -O2 -march=i586 -mcpu=i686 -fmessage-length=0 -Wall -fPIC -Wall -W -O2 -march=i586 -mcpu=i686 -fmessage-length=0 -Wall -fPIC  -DQT_NO_DEBUG -DQT_SHARED -DQT_TABLET_SUPPORT -DQT_THREAD_SUPPORT
    1.20 -LEXFLAGS = 
    1.21 -YACCFLAGS= -d
    1.22 -INCPATH  = -I/usr/lib/qt3/mkspecs/linux-g++ -I. -I/usr/include -I$(QTDIR)/include
    1.23 -LINK     = g++
    1.24 -LFLAGS   = 
    1.25 -LIBS     = $(SUBLIBS) -L/usr/lib/ -L$(QTDIR)/lib/ -L/usr/X11R6/lib/ -lqt-mt -lXext -lX11 -lm
    1.26 -AR       = ar cqs
    1.27 -RANLIB   = 
    1.28 -MOC      = $(QTDIR)/bin/moc
    1.29 -UIC      = $(QTDIR)/bin/uic
    1.30 -QMAKE    = qmake
    1.31 -TAR      = tar -cf
    1.32 -GZIP     = gzip -9f
    1.33 -COPY     = cp -f
    1.34 -COPY_FILE= $(COPY)
    1.35 -COPY_DIR = $(COPY) -r
    1.36 -INSTALL_FILE= $(COPY_FILE)
    1.37 -INSTALL_DIR = $(COPY_DIR)
    1.38 -DEL_FILE = rm -f
    1.39 -SYMLINK  = ln -sf
    1.40 -DEL_DIR  = rmdir
    1.41 -MOVE     = mv -f
    1.42 -CHK_DIR_EXISTS= test -d
    1.43 -MKDIR    = mkdir -p
    1.44 -
    1.45 -####### Output directory
    1.46 -
    1.47 -OBJECTS_DIR = ./
    1.48 -
    1.49 -####### Files
    1.50 -
    1.51 -HEADERS = branchobj.h \
    1.52 -		exports.h \
    1.53 -		findwindow.h \
    1.54 -		flagobj.h \
    1.55 -		flagrowobj.h \
    1.56 -		floatimageobj.h \
    1.57 -		floatobj.h \
    1.58 -		frameobj.h \
    1.59 -		headingobj.h \
    1.60 -		imageobj.h \
    1.61 -		linkablemapobj.h \
    1.62 -		linkobj.h \
    1.63 -		mainwindow.h \
    1.64 -		mapcenterobj.h \
    1.65 -		mapeditor.h \
    1.66 -		mapobj.h \
    1.67 -		misc.h \
    1.68 -		noteobj.h \
    1.69 -		ornamentedobj.h \
    1.70 -		process.h \
    1.71 -		selection.h \
    1.72 -		texteditor.h \
    1.73 -		version.h \
    1.74 -		xml.h \
    1.75 -		settings.h \
    1.76 -		options.h
    1.77 -SOURCES = branchobj.cpp \
    1.78 -		exports.cpp \
    1.79 -		findwindow.cpp \
    1.80 -		flagobj.cpp \
    1.81 -		flagrowobj.cpp \
    1.82 -		floatimageobj.cpp \
    1.83 -		floatobj.cpp \
    1.84 -		frameobj.cpp \
    1.85 -		headingobj.cpp \
    1.86 -		imageobj.cpp \
    1.87 -		linkablemapobj.cpp \
    1.88 -		linkobj.cpp \
    1.89 -		main.cpp \
    1.90 -		mainwindow.cpp \
    1.91 -		mapcenterobj.cpp \
    1.92 -		mapeditor.cpp \
    1.93 -		mapobj.cpp \
    1.94 -		misc.cpp \
    1.95 -		noteobj.cpp \
    1.96 -		ornamentedobj.cpp \
    1.97 -		process.cpp \
    1.98 -		selection.cpp \
    1.99 -		texteditor.cpp \
   1.100 -		xml.cpp \
   1.101 -		settings.cpp \
   1.102 -		options.cpp
   1.103 -OBJECTS = branchobj.o \
   1.104 -		exports.o \
   1.105 -		findwindow.o \
   1.106 -		flagobj.o \
   1.107 -		flagrowobj.o \
   1.108 -		floatimageobj.o \
   1.109 -		floatobj.o \
   1.110 -		frameobj.o \
   1.111 -		headingobj.o \
   1.112 -		imageobj.o \
   1.113 -		linkablemapobj.o \
   1.114 -		linkobj.o \
   1.115 -		main.o \
   1.116 -		mainwindow.o \
   1.117 -		mapcenterobj.o \
   1.118 -		mapeditor.o \
   1.119 -		mapobj.o \
   1.120 -		misc.o \
   1.121 -		noteobj.o \
   1.122 -		ornamentedobj.o \
   1.123 -		process.o \
   1.124 -		selection.o \
   1.125 -		texteditor.o \
   1.126 -		xml.o \
   1.127 -		settings.o \
   1.128 -		options.o \
   1.129 -		exporthtmldialog.o \
   1.130 -		exportxhtmldialog.o \
   1.131 -		showtextdialog.o \
   1.132 -		extrainfodialog.o
   1.133 -FORMS = exporthtmldialog.ui \
   1.134 -		exportxhtmldialog.ui \
   1.135 -		showtextdialog.ui \
   1.136 -		extrainfodialog.ui
   1.137 -UICDECLS = exporthtmldialog.h \
   1.138 -		exportxhtmldialog.h \
   1.139 -		showtextdialog.h \
   1.140 -		extrainfodialog.h
   1.141 -UICIMPLS = exporthtmldialog.cpp \
   1.142 -		exportxhtmldialog.cpp \
   1.143 -		showtextdialog.cpp \
   1.144 -		extrainfodialog.cpp
   1.145 -SRCMOC   = moc_findwindow.cpp \
   1.146 -		moc_linkablemapobj.cpp \
   1.147 -		moc_mainwindow.cpp \
   1.148 -		moc_mapeditor.cpp \
   1.149 -		moc_ornamentedobj.cpp \
   1.150 -		moc_process.cpp \
   1.151 -		moc_texteditor.cpp \
   1.152 -		moc_exporthtmldialog.cpp \
   1.153 -		moc_exportxhtmldialog.cpp \
   1.154 -		moc_showtextdialog.cpp \
   1.155 -		moc_extrainfodialog.cpp
   1.156 -OBJMOC = moc_findwindow.o \
   1.157 -		moc_linkablemapobj.o \
   1.158 -		moc_mainwindow.o \
   1.159 -		moc_mapeditor.o \
   1.160 -		moc_ornamentedobj.o \
   1.161 -		moc_process.o \
   1.162 -		moc_texteditor.o \
   1.163 -		moc_exporthtmldialog.o \
   1.164 -		moc_exportxhtmldialog.o \
   1.165 -		moc_showtextdialog.o \
   1.166 -		moc_extrainfodialog.o
   1.167 -DIST	   = vym.pro
   1.168 -QMAKE_TARGET = vym
   1.169 -DESTDIR  = 
   1.170 -TARGET   = vym
   1.171 -
   1.172 -first: all
   1.173 -####### Implicit rules
   1.174 -
   1.175 -.SUFFIXES: .c .o .cpp .cc .cxx .C
   1.176 -
   1.177 -.cpp.o:
   1.178 -	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o $@ $<
   1.179 -
   1.180 -.cc.o:
   1.181 -	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o $@ $<
   1.182 -
   1.183 -.cxx.o:
   1.184 -	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o $@ $<
   1.185 -
   1.186 -.C.o:
   1.187 -	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o $@ $<
   1.188 -
   1.189 -.c.o:
   1.190 -	$(CC) -c $(CFLAGS) $(INCPATH) -o $@ $<
   1.191 -
   1.192 -####### Build rules
   1.193 -
   1.194 -all: Makefile $(TARGET)
   1.195 -
   1.196 -$(TARGET):  $(UICDECLS) $(OBJECTS) $(OBJMOC)  
   1.197 -	$(LINK) $(LFLAGS) -o $(TARGET) $(OBJECTS) $(OBJMOC) $(OBJCOMP) $(LIBS)
   1.198 -
   1.199 -mocables: $(SRCMOC)
   1.200 -uicables: $(UICDECLS) $(UICIMPLS)
   1.201 -
   1.202 -$(MOC): 
   1.203 -	( cd $(QTDIR)/src/moc && $(MAKE) )
   1.204 -
   1.205 -Makefile: vym.pro  /usr/lib/qt3/mkspecs/linux-g++/qmake.conf /usr/lib/qt3/lib/libqt-mt.prl
   1.206 -	$(QMAKE) -o Makefile vym.pro
   1.207 -qmake: 
   1.208 -	@$(QMAKE) -o Makefile vym.pro
   1.209 -
   1.210 -dist: 
   1.211 -	@mkdir -p .tmp/vym && $(COPY_FILE) --parents $(SOURCES) $(HEADERS) $(FORMS) $(DIST) .tmp/vym/ && $(COPY_FILE) --parents lang/vym_de.ts .tmp/vym/ && $(COPY_FILE) --parents exporthtmldialog.ui.h exportxhtmldialog.ui.h showtextdialog.ui.h extrainfodialog.ui.h .tmp/vym/ && ( cd `dirname .tmp/vym` && $(TAR) vym.tar vym && $(GZIP) vym.tar ) && $(MOVE) `dirname .tmp/vym`/vym.tar.gz . && $(DEL_FILE) -r .tmp/vym
   1.212 -
   1.213 -mocclean:
   1.214 -	-$(DEL_FILE) $(OBJMOC)
   1.215 -	-$(DEL_FILE) $(SRCMOC)
   1.216 -
   1.217 -uiclean:
   1.218 -	-$(DEL_FILE) $(UICIMPLS) $(UICDECLS)
   1.219 -
   1.220 -yaccclean:
   1.221 -lexclean:
   1.222 -clean: mocclean uiclean
   1.223 -	-$(DEL_FILE) $(OBJECTS)
   1.224 -	-$(DEL_FILE) *~ core *.core
   1.225 -
   1.226 -
   1.227 -####### Sub-libraries
   1.228 -
   1.229 -distclean: clean
   1.230 -	-$(DEL_FILE) $(TARGET) $(TARGET)
   1.231 -
   1.232 -
   1.233 -FORCE:
   1.234 -
   1.235 -####### Compile
   1.236 -
   1.237 -branchobj.o: branchobj.cpp branchobj.h \
   1.238 -		texteditor.h \
   1.239 -		mapeditor.h \
   1.240 -		mainwindow.h \
   1.241 -		floatimageobj.h \
   1.242 -		linkablemapobj.h \
   1.243 -		ornamentedobj.h \
   1.244 -		linkobj.h \
   1.245 -		floatobj.h \
   1.246 -		frameobj.h \
   1.247 -		noteobj.h \
   1.248 -		headingobj.h \
   1.249 -		flagrowobj.h \
   1.250 -		mapobj.h \
   1.251 -		misc.h \
   1.252 -		flagobj.h \
   1.253 -		imageobj.h \
   1.254 -		mapcenterobj.h \
   1.255 -		version.h \
   1.256 -		xml.h \
   1.257 -		findwindow.h
   1.258 -
   1.259 -exports.o: exports.cpp exports.h \
   1.260 -		linkablemapobj.h \
   1.261 -		mapcenterobj.h \
   1.262 -		branchobj.h \
   1.263 -		linkobj.h \
   1.264 -		version.h \
   1.265 -		floatimageobj.h \
   1.266 -		ornamentedobj.h \
   1.267 -		floatobj.h \
   1.268 -		frameobj.h \
   1.269 -		noteobj.h \
   1.270 -		headingobj.h \
   1.271 -		flagrowobj.h \
   1.272 -		mapobj.h \
   1.273 -		misc.h \
   1.274 -		flagobj.h \
   1.275 -		imageobj.h
   1.276 -
   1.277 -findwindow.o: findwindow.cpp findwindow.h
   1.278 -
   1.279 -flagobj.o: flagobj.cpp flagobj.h \
   1.280 -		mapobj.h \
   1.281 -		imageobj.h \
   1.282 -		misc.h
   1.283 -
   1.284 -flagrowobj.o: flagrowobj.cpp flagrowobj.h \
   1.285 -		mapobj.h \
   1.286 -		flagobj.h \
   1.287 -		misc.h \
   1.288 -		imageobj.h
   1.289 -
   1.290 -floatimageobj.o: floatimageobj.cpp floatimageobj.h \
   1.291 -		branchobj.h \
   1.292 -		floatobj.h \
   1.293 -		linkablemapobj.h \
   1.294 -		frameobj.h \
   1.295 -		noteobj.h \
   1.296 -		headingobj.h \
   1.297 -		flagrowobj.h \
   1.298 -		mapobj.h \
   1.299 -		misc.h \
   1.300 -		flagobj.h \
   1.301 -		imageobj.h \
   1.302 -		ornamentedobj.h \
   1.303 -		linkobj.h
   1.304 -
   1.305 -floatobj.o: floatobj.cpp floatobj.h \
   1.306 -		linkablemapobj.h \
   1.307 -		frameobj.h \
   1.308 -		noteobj.h \
   1.309 -		headingobj.h \
   1.310 -		flagrowobj.h \
   1.311 -		mapobj.h \
   1.312 -		misc.h \
   1.313 -		flagobj.h \
   1.314 -		imageobj.h
   1.315 -
   1.316 -frameobj.o: frameobj.cpp frameobj.h \
   1.317 -		mapobj.h \
   1.318 -		misc.h
   1.319 -
   1.320 -headingobj.o: headingobj.cpp headingobj.h \
   1.321 -		mapobj.h \
   1.322 -		misc.h
   1.323 -
   1.324 -imageobj.o: imageobj.cpp imageobj.h \
   1.325 -		mapobj.h \
   1.326 -		misc.h
   1.327 -
   1.328 -linkablemapobj.o: linkablemapobj.cpp linkablemapobj.h \
   1.329 -		branchobj.h \
   1.330 -		mapeditor.h \
   1.331 -		version.h \
   1.332 -		frameobj.h \
   1.333 -		noteobj.h \
   1.334 -		headingobj.h \
   1.335 -		flagrowobj.h \
   1.336 -		mapobj.h \
   1.337 -		misc.h \
   1.338 -		flagobj.h \
   1.339 -		imageobj.h \
   1.340 -		floatimageobj.h \
   1.341 -		ornamentedobj.h \
   1.342 -		linkobj.h \
   1.343 -		floatobj.h \
   1.344 -		mapcenterobj.h
   1.345 -
   1.346 -linkobj.o: linkobj.cpp linkobj.h \
   1.347 -		branchobj.h \
   1.348 -		linkablemapobj.h \
   1.349 -		frameobj.h \
   1.350 -		noteobj.h \
   1.351 -		headingobj.h \
   1.352 -		flagrowobj.h \
   1.353 -		mapobj.h \
   1.354 -		misc.h \
   1.355 -		flagobj.h \
   1.356 -		imageobj.h \
   1.357 -		floatimageobj.h \
   1.358 -		ornamentedobj.h \
   1.359 -		floatobj.h
   1.360 -
   1.361 -main.o: main.cpp settings.h \
   1.362 -		options.h \
   1.363 -		mainwindow.h \
   1.364 -		icons/vym-48x48.xpm \
   1.365 -		icons/vym-editor.xpm \
   1.366 -		flagrowobj.h \
   1.367 -		misc.h \
   1.368 -		xml.h \
   1.369 -		texteditor.h \
   1.370 -		mapeditor.h \
   1.371 -		findwindow.h \
   1.372 -		mapcenterobj.h \
   1.373 -		branchobj.h \
   1.374 -		linkobj.h \
   1.375 -		version.h \
   1.376 -		floatimageobj.h \
   1.377 -		linkablemapobj.h \
   1.378 -		ornamentedobj.h \
   1.379 -		floatobj.h \
   1.380 -		frameobj.h \
   1.381 -		noteobj.h \
   1.382 -		headingobj.h \
   1.383 -		mapobj.h \
   1.384 -		flagobj.h \
   1.385 -		imageobj.h
   1.386 -
   1.387 -mainwindow.o: mainwindow.cpp mainwindow.h \
   1.388 -		version.h \
   1.389 -		icons/filenew.xpm \
   1.390 -		icons/fileopen.xpm \
   1.391 -		icons/filesave.xpm \
   1.392 -		icons/fileprint.xpm \
   1.393 -		icons/editundo.xpm \
   1.394 -		icons/editcopy.xpm \
   1.395 -		icons/editcut.xpm \
   1.396 -		icons/editpaste.xpm \
   1.397 -		icons/editmoveup.xpm \
   1.398 -		icons/editmovedown.xpm \
   1.399 -		icons/formatcoloritem.xpm \
   1.400 -		icons/formatcolorbranch.xpm \
   1.401 -		icons/formatcolorpicker.xpm \
   1.402 -		icons/viewzoomreset.xpm \
   1.403 -		icons/viewzoomin.xpm \
   1.404 -		icons/viewzoomout.xpm \
   1.405 -		icons/modecolor.xpm \
   1.406 -		icons/modelink.xpm \
   1.407 -		icons/vym-48x48.xpm \
   1.408 -		icons/flag-note.xpm \
   1.409 -		icons/flag-url.xpm \
   1.410 -		icons/flag-vymlink.xpm \
   1.411 -		icons/flag-scrolled-right.xpm \
   1.412 -		flagrowobj.h \
   1.413 -		texteditor.h \
   1.414 -		mapeditor.h \
   1.415 -		exporthtmldialog.h \
   1.416 -		exportxhtmldialog.h \
   1.417 -		showtextdialog.h \
   1.418 -		process.h \
   1.419 -		settings.h \
   1.420 -		options.h \
   1.421 -		xml.h \
   1.422 -		findwindow.h \
   1.423 -		mapcenterobj.h \
   1.424 -		branchobj.h \
   1.425 -		linkobj.h \
   1.426 -		floatimageobj.h \
   1.427 -		linkablemapobj.h \
   1.428 -		ornamentedobj.h \
   1.429 -		floatobj.h \
   1.430 -		frameobj.h \
   1.431 -		noteobj.h \
   1.432 -		headingobj.h \
   1.433 -		mapobj.h \
   1.434 -		misc.h \
   1.435 -		flagobj.h \
   1.436 -		imageobj.h
   1.437 -
   1.438 -mapcenterobj.o: mapcenterobj.cpp mapcenterobj.h \
   1.439 -		floatimageobj.h \
   1.440 -		mapeditor.h \
   1.441 -		branchobj.h \
   1.442 -		linkobj.h \
   1.443 -		version.h \
   1.444 -		linkablemapobj.h \
   1.445 -		ornamentedobj.h \
   1.446 -		floatobj.h \
   1.447 -		frameobj.h \
   1.448 -		noteobj.h \
   1.449 -		headingobj.h \
   1.450 -		flagrowobj.h \
   1.451 -		mapobj.h \
   1.452 -		misc.h \
   1.453 -		flagobj.h \
   1.454 -		imageobj.h
   1.455 -
   1.456 -mapeditor.o: mapeditor.cpp mapeditor.h \
   1.457 -		version.h \
   1.458 -		xml.h \
   1.459 -		texteditor.h \
   1.460 -		linkablemapobj.h \
   1.461 -		exports.h \
   1.462 -		misc.h \
   1.463 -		mainwindow.h \
   1.464 -		extrainfodialog.h \
   1.465 -		settings.h \
   1.466 -		icons/flag-note.xpm \
   1.467 -		icons/flag-url.xpm \
   1.468 -		icons/flag-vymlink.xpm \
   1.469 -		icons/flag-scrolled-right.xpm \
   1.470 -		icons/flag-tmpUnscrolled-right.xpm \
   1.471 -		icons/flag-questionmark.xpm \
   1.472 -		icons/flag-exclamationmark.xpm \
   1.473 -		icons/flag-hook-green.xpm \
   1.474 -		icons/flag-cross-red.xpm \
   1.475 -		icons/flag-stopsign.xpm \
   1.476 -		icons/flag-smiley-good.xpm \
   1.477 -		icons/flag-smiley-sad.xpm \
   1.478 -		icons/flag-clock.xpm \
   1.479 -		icons/flag-lamp.xpm \
   1.480 -		icons/flag-arrow-up.xpm \
   1.481 -		icons/flag-arrow-down.xpm \
   1.482 -		icons/flag-thumb-up.xpm \
   1.483 -		icons/flag-thumb-down.xpm \
   1.484 -		icons/flag-heart.xpm \
   1.485 -		icons/flag-flash.xpm \
   1.486 -		icons/flag-lifebelt.xpm \
   1.487 -		mapcenterobj.h \
   1.488 -		branchobj.h \
   1.489 -		linkobj.h \
   1.490 -		floatimageobj.h \
   1.491 -		ornamentedobj.h \
   1.492 -		floatobj.h \
   1.493 -		frameobj.h \
   1.494 -		noteobj.h \
   1.495 -		headingobj.h \
   1.496 -		flagrowobj.h \
   1.497 -		mapobj.h \
   1.498 -		flagobj.h \
   1.499 -		imageobj.h \
   1.500 -		findwindow.h
   1.501 -
   1.502 -mapobj.o: mapobj.cpp mapobj.h \
   1.503 -		misc.h
   1.504 -
   1.505 -misc.o: misc.cpp misc.h
   1.506 -
   1.507 -noteobj.o: noteobj.cpp noteobj.h \
   1.508 -		misc.h
   1.509 -
   1.510 -ornamentedobj.o: ornamentedobj.cpp ornamentedobj.h \
   1.511 -		texteditor.h \
   1.512 -		mapeditor.h \
   1.513 -		linkablemapobj.h \
   1.514 -		frameobj.h \
   1.515 -		noteobj.h \
   1.516 -		headingobj.h \
   1.517 -		flagrowobj.h \
   1.518 -		mapobj.h \
   1.519 -		misc.h \
   1.520 -		flagobj.h \
   1.521 -		imageobj.h \
   1.522 -		mapcenterobj.h \
   1.523 -		branchobj.h \
   1.524 -		linkobj.h \
   1.525 -		version.h \
   1.526 -		floatimageobj.h \
   1.527 -		floatobj.h
   1.528 -
   1.529 -process.o: process.cpp process.h
   1.530 -
   1.531 -selection.o: selection.cpp selection.h \
   1.532 -		linkablemapobj.h \
   1.533 -		frameobj.h \
   1.534 -		noteobj.h \
   1.535 -		headingobj.h \
   1.536 -		flagrowobj.h \
   1.537 -		mapobj.h \
   1.538 -		misc.h \
   1.539 -		flagobj.h \
   1.540 -		imageobj.h
   1.541 -
   1.542 -texteditor.o: texteditor.cpp texteditor.h \
   1.543 -		icons/fileopen.xpm \
   1.544 -		icons/filesave.xpm \
   1.545 -		icons/fileprint.xpm \
   1.546 -		icons/editundo.xpm \
   1.547 -		icons/editredo.xpm \
   1.548 -		icons/editcopy.xpm \
   1.549 -		icons/editcut.xpm \
   1.550 -		icons/editpaste.xpm \
   1.551 -		icons/edittrash.xpm \
   1.552 -		icons/formatfixedfont.xpm \
   1.553 -		icons/formattextbold.xpm \
   1.554 -		icons/formattextitalic.xpm \
   1.555 -		icons/formattextunder.xpm \
   1.556 -		icons/formattextleft.xpm \
   1.557 -		icons/formattextcenter.xpm \
   1.558 -		icons/formattextright.xpm \
   1.559 -		icons/formattextjustify.xpm
   1.560 -
   1.561 -xml.o: xml.cpp xml.h \
   1.562 -		misc.h \
   1.563 -		settings.h \
   1.564 -		version.h \
   1.565 -		mapcenterobj.h \
   1.566 -		mapeditor.h \
   1.567 -		branchobj.h \
   1.568 -		linkobj.h \
   1.569 -		floatimageobj.h \
   1.570 -		linkablemapobj.h \
   1.571 -		ornamentedobj.h \
   1.572 -		floatobj.h \
   1.573 -		frameobj.h \
   1.574 -		noteobj.h \
   1.575 -		headingobj.h \
   1.576 -		flagrowobj.h \
   1.577 -		mapobj.h \
   1.578 -		flagobj.h \
   1.579 -		imageobj.h
   1.580 -
   1.581 -settings.o: settings.cpp settings.h \
   1.582 -		misc.h
   1.583 -
   1.584 -options.o: options.cpp options.h
   1.585 -
   1.586 -exporthtmldialog.h: exporthtmldialog.ui showtextdialog.h
   1.587 -	$(UIC) exporthtmldialog.ui -o exporthtmldialog.h
   1.588 -
   1.589 -exporthtmldialog.cpp: exporthtmldialog.h exporthtmldialog.ui showtextdialog.h
   1.590 -	$(UIC) exporthtmldialog.ui -i exporthtmldialog.h -o exporthtmldialog.cpp
   1.591 -
   1.592 -exportxhtmldialog.h: exportxhtmldialog.ui process.h \
   1.593 -		showtextdialog.h
   1.594 -	$(UIC) exportxhtmldialog.ui -o exportxhtmldialog.h
   1.595 -
   1.596 -exportxhtmldialog.cpp: exportxhtmldialog.h exportxhtmldialog.ui process.h \
   1.597 -		showtextdialog.h
   1.598 -	$(UIC) exportxhtmldialog.ui -i exportxhtmldialog.h -o exportxhtmldialog.cpp
   1.599 -
   1.600 -showtextdialog.h: showtextdialog.ui 
   1.601 -	$(UIC) showtextdialog.ui -o showtextdialog.h
   1.602 -
   1.603 -showtextdialog.cpp: showtextdialog.h showtextdialog.ui 
   1.604 -	$(UIC) showtextdialog.ui -i showtextdialog.h -o showtextdialog.cpp
   1.605 -
   1.606 -extrainfodialog.h: extrainfodialog.ui 
   1.607 -	$(UIC) extrainfodialog.ui -o extrainfodialog.h
   1.608 -
   1.609 -extrainfodialog.cpp: extrainfodialog.h extrainfodialog.ui 
   1.610 -	$(UIC) extrainfodialog.ui -i extrainfodialog.h -o extrainfodialog.cpp
   1.611 -
   1.612 -exporthtmldialog.o: exporthtmldialog.cpp settings.h \
   1.613 -		misc.h \
   1.614 -		icons/flag-url.xpm \
   1.615 -		exporthtmldialog.ui.h \
   1.616 -		exporthtmldialog.h
   1.617 -
   1.618 -exportxhtmldialog.o: exportxhtmldialog.cpp settings.h \
   1.619 -		icons/flag-url.xpm \
   1.620 -		exportxhtmldialog.ui.h \
   1.621 -		exportxhtmldialog.h
   1.622 -
   1.623 -showtextdialog.o: showtextdialog.cpp showtextdialog.ui.h \
   1.624 -		showtextdialog.h
   1.625 -
   1.626 -extrainfodialog.o: extrainfodialog.cpp extrainfodialog.ui.h \
   1.627 -		extrainfodialog.h
   1.628 -
   1.629 -moc_findwindow.o: moc_findwindow.cpp  findwindow.h 
   1.630 -
   1.631 -moc_linkablemapobj.o: moc_linkablemapobj.cpp  linkablemapobj.h frameobj.h \
   1.632 -		noteobj.h \
   1.633 -		headingobj.h \
   1.634 -		flagrowobj.h \
   1.635 -		mapobj.h \
   1.636 -		misc.h \
   1.637 -		flagobj.h \
   1.638 -		imageobj.h
   1.639 -
   1.640 -moc_mainwindow.o: moc_mainwindow.cpp  mainwindow.h xml.h \
   1.641 -		texteditor.h \
   1.642 -		mapeditor.h \
   1.643 -		findwindow.h \
   1.644 -		mapcenterobj.h \
   1.645 -		branchobj.h \
   1.646 -		linkobj.h \
   1.647 -		version.h \
   1.648 -		floatimageobj.h \
   1.649 -		linkablemapobj.h \
   1.650 -		ornamentedobj.h \
   1.651 -		floatobj.h \
   1.652 -		frameobj.h \
   1.653 -		noteobj.h \
   1.654 -		headingobj.h \
   1.655 -		flagrowobj.h \
   1.656 -		mapobj.h \
   1.657 -		misc.h \
   1.658 -		flagobj.h \
   1.659 -		imageobj.h
   1.660 -
   1.661 -moc_mapeditor.o: moc_mapeditor.cpp  mapeditor.h mapcenterobj.h \
   1.662 -		misc.h \
   1.663 -		branchobj.h \
   1.664 -		linkobj.h \
   1.665 -		version.h \
   1.666 -		floatimageobj.h \
   1.667 -		linkablemapobj.h \
   1.668 -		ornamentedobj.h \
   1.669 -		floatobj.h \
   1.670 -		frameobj.h \
   1.671 -		noteobj.h \
   1.672 -		headingobj.h \
   1.673 -		flagrowobj.h \
   1.674 -		mapobj.h \
   1.675 -		flagobj.h \
   1.676 -		imageobj.h
   1.677 -
   1.678 -moc_ornamentedobj.o: moc_ornamentedobj.cpp  ornamentedobj.h linkablemapobj.h \
   1.679 -		frameobj.h \
   1.680 -		noteobj.h \
   1.681 -		headingobj.h \
   1.682 -		flagrowobj.h \
   1.683 -		mapobj.h \
   1.684 -		misc.h \
   1.685 -		flagobj.h \
   1.686 -		imageobj.h
   1.687 -
   1.688 -moc_process.o: moc_process.cpp  process.h 
   1.689 -
   1.690 -moc_texteditor.o: moc_texteditor.cpp  texteditor.h 
   1.691 -
   1.692 -moc_exporthtmldialog.o: moc_exporthtmldialog.cpp  exporthtmldialog.h showtextdialog.h
   1.693 -
   1.694 -moc_exportxhtmldialog.o: moc_exportxhtmldialog.cpp  exportxhtmldialog.h process.h \
   1.695 -		showtextdialog.h
   1.696 -
   1.697 -moc_showtextdialog.o: moc_showtextdialog.cpp  showtextdialog.h 
   1.698 -
   1.699 -moc_extrainfodialog.o: moc_extrainfodialog.cpp  extrainfodialog.h 
   1.700 -
   1.701 -moc_findwindow.cpp: $(MOC) findwindow.h
   1.702 -	$(MOC) findwindow.h -o moc_findwindow.cpp
   1.703 -
   1.704 -moc_linkablemapobj.cpp: $(MOC) linkablemapobj.h
   1.705 -	$(MOC) linkablemapobj.h -o moc_linkablemapobj.cpp
   1.706 -
   1.707 -moc_mainwindow.cpp: $(MOC) mainwindow.h
   1.708 -	$(MOC) mainwindow.h -o moc_mainwindow.cpp
   1.709 -
   1.710 -moc_mapeditor.cpp: $(MOC) mapeditor.h
   1.711 -	$(MOC) mapeditor.h -o moc_mapeditor.cpp
   1.712 -
   1.713 -moc_ornamentedobj.cpp: $(MOC) ornamentedobj.h
   1.714 -	$(MOC) ornamentedobj.h -o moc_ornamentedobj.cpp
   1.715 -
   1.716 -moc_process.cpp: $(MOC) process.h
   1.717 -	$(MOC) process.h -o moc_process.cpp
   1.718 -
   1.719 -moc_texteditor.cpp: $(MOC) texteditor.h
   1.720 -	$(MOC) texteditor.h -o moc_texteditor.cpp
   1.721 -
   1.722 -moc_exporthtmldialog.cpp: $(MOC) exporthtmldialog.h
   1.723 -	$(MOC) exporthtmldialog.h -o moc_exporthtmldialog.cpp
   1.724 -
   1.725 -moc_exportxhtmldialog.cpp: $(MOC) exportxhtmldialog.h
   1.726 -	$(MOC) exportxhtmldialog.h -o moc_exportxhtmldialog.cpp
   1.727 -
   1.728 -moc_showtextdialog.cpp: $(MOC) showtextdialog.h
   1.729 -	$(MOC) showtextdialog.h -o moc_showtextdialog.cpp
   1.730 -
   1.731 -moc_extrainfodialog.cpp: $(MOC) extrainfodialog.h
   1.732 -	$(MOC) extrainfodialog.h -o moc_extrainfodialog.cpp
   1.733 -
   1.734 -####### Install
   1.735 -
   1.736 -install_target: all 
   1.737 -	@$(CHK_DIR_EXISTS) "$(INSTALL_ROOT)/usr/bin/" || $(MKDIR) "$(INSTALL_ROOT)/usr/bin/"
   1.738 -	-$(INSTALL_FILE) "$(QMAKE_TARGET)" "$(INSTALL_ROOT)/usr/bin/$(QMAKE_TARGET)"
   1.739 -
   1.740 -uninstall_target: 
   1.741 -	-$(DEL_FILE) "$(INSTALL_ROOT)/usr/bin/$(QMAKE_TARGET)"
   1.742 -	-$(DEL_DIR) "$(INSTALL_ROOT)/usr/bin/"
   1.743 -
   1.744 -
   1.745 -install_support: all 
   1.746 -	@$(CHK_DIR_EXISTS) "$(INSTALL_ROOT)/usr/share/vym/" || $(MKDIR) "$(INSTALL_ROOT)/usr/share/vym/"
   1.747 -	-$(INSTALL_DIR) "styles" "$(INSTALL_ROOT)/usr/share/vym/"
   1.748 -	-$(INSTALL_DIR) "scripts" "$(INSTALL_ROOT)/usr/share/vym/"
   1.749 -	-$(INSTALL_DIR) "icons" "$(INSTALL_ROOT)/usr/share/vym/"
   1.750 -
   1.751 -
   1.752 -uninstall_support: 
   1.753 -	-$(DEL_FILE) -r "$(INSTALL_ROOT)/usr/share/vym/styles"
   1.754 -	-$(DEL_FILE) -r "$(INSTALL_ROOT)/usr/share/vym/scripts"
   1.755 -	-$(DEL_FILE) -r "$(INSTALL_ROOT)/usr/share/vym/icons"
   1.756 -	-$(DEL_DIR) "$(INSTALL_ROOT)/usr/share/vym/"
   1.757 -
   1.758 -
   1.759 -install_doc: all 
   1.760 -	@$(CHK_DIR_EXISTS) "$(INSTALL_ROOT)/usr/share/doc/packages/vym/" || $(MKDIR) "$(INSTALL_ROOT)/usr/share/doc/packages/vym/"
   1.761 -	-$(INSTALL_DIR) "doc/CVS" "$(INSTALL_ROOT)/usr/share/doc/packages/vym"
   1.762 -	-$(INSTALL_FILE) "doc/vym.pdf" "$(INSTALL_ROOT)/usr/share/doc/packages/vym"
   1.763 -
   1.764 -
   1.765 -uninstall_doc: 
   1.766 -	-$(DEL_FILE) -r "$(INSTALL_ROOT)/usr/share/doc/packages/vym/CVS"
   1.767 -	-$(DEL_FILE) -r "$(INSTALL_ROOT)/usr/share/doc/packages/vym/vym.pdf"
   1.768 -	-$(DEL_DIR) "$(INSTALL_ROOT)/usr/share/doc/packages/vym/"
   1.769 -
   1.770 -
   1.771 -install_demo: all 
   1.772 -	@$(CHK_DIR_EXISTS) "$(INSTALL_ROOT)/usr/share/vym/" || $(MKDIR) "$(INSTALL_ROOT)/usr/share/vym/"
   1.773 -	-$(INSTALL_DIR) "demos" "$(INSTALL_ROOT)/usr/share/vym/"
   1.774 -
   1.775 -
   1.776 -uninstall_demo: 
   1.777 -	-$(DEL_FILE) -r "$(INSTALL_ROOT)/usr/share/vym/demos"
   1.778 -	-$(DEL_DIR) "$(INSTALL_ROOT)/usr/share/vym/"
   1.779 -
   1.780 -
   1.781 -install: install_target install_support install_doc install_demo  
   1.782 -
   1.783 -uninstall: uninstall_target uninstall_support uninstall_doc uninstall_demo  
   1.784 -
     2.1 Binary file demos/todo.vym has changed
     3.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.2 +++ b/lang/vym_en.ts	Mon Feb 28 16:22:29 2005 +0000
     3.3 @@ -0,0 +1,1424 @@
     3.4 +<!DOCTYPE TS><TS>
     3.5 +<context>
     3.6 +    <name>ExportHTMLDialog</name>
     3.7 +    <message>
     3.8 +        <source>Export HTML</source>
     3.9 +        <translation type="unfinished"></translation>
    3.10 +    </message>
    3.11 +    <message>
    3.12 +        <source>Directory:</source>
    3.13 +        <translation type="unfinished"></translation>
    3.14 +    </message>
    3.15 +    <message>
    3.16 +        <source>Browse</source>
    3.17 +        <translation type="unfinished"></translation>
    3.18 +    </message>
    3.19 +    <message>
    3.20 +        <source>Options</source>
    3.21 +        <translation type="unfinished"></translation>
    3.22 +    </message>
    3.23 +    <message>
    3.24 +        <source>Include image of map</source>
    3.25 +        <translation type="unfinished"></translation>
    3.26 +    </message>
    3.27 +    <message>
    3.28 +        <source>create image only</source>
    3.29 +        <translation type="unfinished"></translation>
    3.30 +    </message>
    3.31 +    <message>
    3.32 +        <source>use WIKI style</source>
    3.33 +        <translation type="unfinished"></translation>
    3.34 +    </message>
    3.35 +    <message>
    3.36 +        <source>use heading for URLs (instead of link target)</source>
    3.37 +        <translation type="unfinished"></translation>
    3.38 +    </message>
    3.39 +    <message>
    3.40 +        <source>use image of earth to mark URLs in text</source>
    3.41 +        <translation type="unfinished"></translation>
    3.42 +    </message>
    3.43 +    <message>
    3.44 +        <source>use default CSS file</source>
    3.45 +        <translation type="unfinished"></translation>
    3.46 +    </message>
    3.47 +    <message>
    3.48 +        <source>show output of external scripts</source>
    3.49 +        <translation type="unfinished"></translation>
    3.50 +    </message>
    3.51 +    <message>
    3.52 +        <source>Export</source>
    3.53 +        <translation type="unfinished"></translation>
    3.54 +    </message>
    3.55 +    <message>
    3.56 +        <source>Cancel</source>
    3.57 +        <translation type="unfinished"></translation>
    3.58 +    </message>
    3.59 +    <message>
    3.60 +        <source>VYM - Export HTML to directory</source>
    3.61 +        <translation type="unfinished"></translation>
    3.62 +    </message>
    3.63 +    <message>
    3.64 +        <source>Critcal export error</source>
    3.65 +        <translation type="unfinished"></translation>
    3.66 +    </message>
    3.67 +</context>
    3.68 +<context>
    3.69 +    <name>ExportXHTMLDialog</name>
    3.70 +    <message>
    3.71 +        <source>Export XHTML</source>
    3.72 +        <translation type="unfinished"></translation>
    3.73 +    </message>
    3.74 +    <message>
    3.75 +        <source>Export to directory:</source>
    3.76 +        <translation type="unfinished"></translation>
    3.77 +    </message>
    3.78 +    <message>
    3.79 +        <source>Browse</source>
    3.80 +        <translation type="unfinished"></translation>
    3.81 +    </message>
    3.82 +    <message>
    3.83 +        <source>Options</source>
    3.84 +        <translation type="unfinished"></translation>
    3.85 +    </message>
    3.86 +    <message>
    3.87 +        <source>Include image</source>
    3.88 +        <translation type="unfinished"></translation>
    3.89 +    </message>
    3.90 +    <message>
    3.91 +        <source>Colored headings in text</source>
    3.92 +        <translation type="unfinished"></translation>
    3.93 +    </message>
    3.94 +    <message>
    3.95 +        <source>Save settings in map</source>
    3.96 +        <translation type="unfinished"></translation>
    3.97 +    </message>
    3.98 +    <message>
    3.99 +        <source>showWarnings e.g. if directory is not empty</source>
   3.100 +        <translation type="unfinished"></translation>
   3.101 +    </message>
   3.102 +    <message>
   3.103 +        <source>show output of external scripts</source>
   3.104 +        <translation type="unfinished"></translation>
   3.105 +    </message>
   3.106 +    <message>
   3.107 +        <source>Stylesheets</source>
   3.108 +        <translation type="unfinished"></translation>
   3.109 +    </message>
   3.110 +    <message>
   3.111 +        <source>CSS:</source>
   3.112 +        <translation type="unfinished"></translation>
   3.113 +    </message>
   3.114 +    <message>
   3.115 +        <source>XSL:</source>
   3.116 +        <translation type="unfinished"></translation>
   3.117 +    </message>
   3.118 +    <message>
   3.119 +        <source>Scripts</source>
   3.120 +        <translation type="unfinished"></translation>
   3.121 +    </message>
   3.122 +    <message>
   3.123 +        <source>Before export:</source>
   3.124 +        <translation type="unfinished"></translation>
   3.125 +    </message>
   3.126 +    <message>
   3.127 +        <source>After Export:</source>
   3.128 +        <translation type="unfinished"></translation>
   3.129 +    </message>
   3.130 +    <message>
   3.131 +        <source>Export</source>
   3.132 +        <translation type="unfinished"></translation>
   3.133 +    </message>
   3.134 +    <message>
   3.135 +        <source>Cancel</source>
   3.136 +        <translation type="unfinished"></translation>
   3.137 +    </message>
   3.138 +    <message>
   3.139 +        <source>Warning</source>
   3.140 +        <translation type="unfinished"></translation>
   3.141 +    </message>
   3.142 +    <message>
   3.143 +        <source>The settings saved in the map would like to run scripts:
   3.144 +
   3.145 +</source>
   3.146 +        <translation type="unfinished"></translation>
   3.147 +    </message>
   3.148 +    <message>
   3.149 +        <source>Please check, if you really
   3.150 +want to allow this in your system!</source>
   3.151 +        <translation type="unfinished"></translation>
   3.152 +    </message>
   3.153 +    <message>
   3.154 +        <source>VYM - Export HTML to directory</source>
   3.155 +        <translation type="unfinished"></translation>
   3.156 +    </message>
   3.157 +    <message>
   3.158 +        <source>VYM - Path to CSS file</source>
   3.159 +        <translation type="unfinished"></translation>
   3.160 +    </message>
   3.161 +    <message>
   3.162 +        <source>VYM - Path to XSL file</source>
   3.163 +        <translation type="unfinished"></translation>
   3.164 +    </message>
   3.165 +    <message>
   3.166 +        <source>VYM - Path to pre export script</source>
   3.167 +        <translation type="unfinished"></translation>
   3.168 +    </message>
   3.169 +    <message>
   3.170 +        <source>VYM - Path to post export script</source>
   3.171 +        <translation type="unfinished"></translation>
   3.172 +    </message>
   3.173 +    <message>
   3.174 +        <source> could not be opened!</source>
   3.175 +        <translation type="unfinished"></translation>
   3.176 +    </message>
   3.177 +    <message>
   3.178 +        <source>Critical Error</source>
   3.179 +        <translation type="unfinished"></translation>
   3.180 +    </message>
   3.181 +    <message>
   3.182 +        <source>Couldn&apos;t start </source>
   3.183 +        <translation type="unfinished"></translation>
   3.184 +    </message>
   3.185 +    <message>
   3.186 +        <source>didn&apos;t exit normally</source>
   3.187 +        <translation type="unfinished"></translation>
   3.188 +    </message>
   3.189 +</context>
   3.190 +<context>
   3.191 +    <name>ExtraInfoDialog</name>
   3.192 +    <message>
   3.193 +        <source>VYM - Info</source>
   3.194 +        <translation type="unfinished"></translation>
   3.195 +    </message>
   3.196 +    <message>
   3.197 +        <source>Map:</source>
   3.198 +        <translation type="unfinished"></translation>
   3.199 +    </message>
   3.200 +    <message>
   3.201 +        <source>Author:</source>
   3.202 +        <translation type="unfinished"></translation>
   3.203 +    </message>
   3.204 +    <message>
   3.205 +        <source>Comment:</source>
   3.206 +        <translation type="unfinished"></translation>
   3.207 +    </message>
   3.208 +    <message>
   3.209 +        <source>Statistics:</source>
   3.210 +        <translation type="unfinished"></translation>
   3.211 +    </message>
   3.212 +    <message>
   3.213 +        <source>Cancel</source>
   3.214 +        <translation type="unfinished"></translation>
   3.215 +    </message>
   3.216 +    <message>
   3.217 +        <source>Close</source>
   3.218 +        <translation type="unfinished"></translation>
   3.219 +    </message>
   3.220 +</context>
   3.221 +<context>
   3.222 +    <name>FindWindow</name>
   3.223 +    <message>
   3.224 +        <source>Clear</source>
   3.225 +        <translation type="unfinished"></translation>
   3.226 +    </message>
   3.227 +    <message>
   3.228 +        <source>Cancel</source>
   3.229 +        <translation type="unfinished"></translation>
   3.230 +    </message>
   3.231 +    <message>
   3.232 +        <source>Find</source>
   3.233 +        <translation type="unfinished"></translation>
   3.234 +    </message>
   3.235 +</context>
   3.236 +<context>
   3.237 +    <name>Main</name>
   3.238 +    <message>
   3.239 +        <source>&amp;File</source>
   3.240 +        <translation type="unfinished"></translation>
   3.241 +    </message>
   3.242 +    <message>
   3.243 +        <source>New map</source>
   3.244 +        <comment>File menu</comment>
   3.245 +        <translation type="unfinished"></translation>
   3.246 +    </message>
   3.247 +    <message>
   3.248 +        <source>&amp;New...</source>
   3.249 +        <translation type="unfinished"></translation>
   3.250 +    </message>
   3.251 +    <message>
   3.252 +        <source>Open</source>
   3.253 +        <comment>File menu</comment>
   3.254 +        <translation type="unfinished"></translation>
   3.255 +    </message>
   3.256 +    <message>
   3.257 +        <source>&amp;Open...</source>
   3.258 +        <translation type="unfinished"></translation>
   3.259 +    </message>
   3.260 +    <message>
   3.261 +        <source>Open Recent</source>
   3.262 +        <translation type="unfinished"></translation>
   3.263 +    </message>
   3.264 +    <message>
   3.265 +        <source>Save</source>
   3.266 +        <translation type="unfinished"></translation>
   3.267 +    </message>
   3.268 +    <message>
   3.269 +        <source>&amp;Save...</source>
   3.270 +        <translation type="unfinished"></translation>
   3.271 +    </message>
   3.272 +    <message>
   3.273 +        <source>Save &amp;As</source>
   3.274 +        <translation type="unfinished"></translation>
   3.275 +    </message>
   3.276 +    <message>
   3.277 +        <source>Save &amp;As...</source>
   3.278 +        <translation type="unfinished"></translation>
   3.279 +    </message>
   3.280 +    <message>
   3.281 +        <source>Import directory structure (experimental)</source>
   3.282 +        <translation type="unfinished"></translation>
   3.283 +    </message>
   3.284 +    <message>
   3.285 +        <source>Import Dir</source>
   3.286 +        <translation type="unfinished"></translation>
   3.287 +    </message>
   3.288 +    <message>
   3.289 +        <source>Export</source>
   3.290 +        <translation type="unfinished"></translation>
   3.291 +    </message>
   3.292 +    <message>
   3.293 +        <source>Print</source>
   3.294 +        <translation type="unfinished"></translation>
   3.295 +    </message>
   3.296 +    <message>
   3.297 +        <source>&amp;Print...</source>
   3.298 +        <translation type="unfinished"></translation>
   3.299 +    </message>
   3.300 +    <message>
   3.301 +        <source>Close Map</source>
   3.302 +        <translation type="unfinished"></translation>
   3.303 +    </message>
   3.304 +    <message>
   3.305 +        <source>&amp;Close Map</source>
   3.306 +        <translation type="unfinished"></translation>
   3.307 +    </message>
   3.308 +    <message>
   3.309 +        <source>Exit VYM</source>
   3.310 +        <translation type="unfinished"></translation>
   3.311 +    </message>
   3.312 +    <message>
   3.313 +        <source>E&amp;xit VYM</source>
   3.314 +        <translation type="unfinished"></translation>
   3.315 +    </message>
   3.316 +    <message>
   3.317 +        <source>&amp;Edit</source>
   3.318 +        <translation type="unfinished"></translation>
   3.319 +    </message>
   3.320 +    <message>
   3.321 +        <source>Undo</source>
   3.322 +        <translation type="unfinished"></translation>
   3.323 +    </message>
   3.324 +    <message>
   3.325 +        <source>&amp;Undo</source>
   3.326 +        <translation type="unfinished"></translation>
   3.327 +    </message>
   3.328 +    <message>
   3.329 +        <source>Copy</source>
   3.330 +        <translation type="unfinished"></translation>
   3.331 +    </message>
   3.332 +    <message>
   3.333 +        <source>&amp;Copy</source>
   3.334 +        <translation type="unfinished"></translation>
   3.335 +    </message>
   3.336 +    <message>
   3.337 +        <source>Cut</source>
   3.338 +        <translation type="unfinished"></translation>
   3.339 +    </message>
   3.340 +    <message>
   3.341 +        <source>Cu&amp;t</source>
   3.342 +        <translation type="unfinished"></translation>
   3.343 +    </message>
   3.344 +    <message>
   3.345 +        <source>Paste</source>
   3.346 +        <translation type="unfinished"></translation>
   3.347 +    </message>
   3.348 +    <message>
   3.349 +        <source>&amp;Paste</source>
   3.350 +        <translation type="unfinished"></translation>
   3.351 +    </message>
   3.352 +    <message>
   3.353 +        <source>Move branch up</source>
   3.354 +        <translation type="unfinished"></translation>
   3.355 +    </message>
   3.356 +    <message>
   3.357 +        <source>Move up</source>
   3.358 +        <translation type="unfinished"></translation>
   3.359 +    </message>
   3.360 +    <message>
   3.361 +        <source>Move branch down</source>
   3.362 +        <translation type="unfinished"></translation>
   3.363 +    </message>
   3.364 +    <message>
   3.365 +        <source>Move down</source>
   3.366 +        <translation type="unfinished"></translation>
   3.367 +    </message>
   3.368 +    <message>
   3.369 +        <source>Scroll branch</source>
   3.370 +        <translation type="unfinished"></translation>
   3.371 +    </message>
   3.372 +    <message>
   3.373 +        <source>Unscroll all</source>
   3.374 +        <translation type="unfinished"></translation>
   3.375 +    </message>
   3.376 +    <message>
   3.377 +        <source>Unscroll all scrolled branches</source>
   3.378 +        <translation type="unfinished"></translation>
   3.379 +    </message>
   3.380 +    <message>
   3.381 +        <source>Find</source>
   3.382 +        <translation type="unfinished"></translation>
   3.383 +    </message>
   3.384 +    <message>
   3.385 +        <source>Open URL</source>
   3.386 +        <translation type="unfinished"></translation>
   3.387 +    </message>
   3.388 +    <message>
   3.389 +        <source>Edit URL</source>
   3.390 +        <translation type="unfinished"></translation>
   3.391 +    </message>
   3.392 +    <message>
   3.393 +        <source>Use heading of selected branch as URL</source>
   3.394 +        <translation type="unfinished"></translation>
   3.395 +    </message>
   3.396 +    <message>
   3.397 +        <source>Use heading for URL</source>
   3.398 +        <translation type="unfinished"></translation>
   3.399 +    </message>
   3.400 +    <message>
   3.401 +        <source>Create URL to Bugzilla</source>
   3.402 +        <translation type="unfinished"></translation>
   3.403 +    </message>
   3.404 +    <message>
   3.405 +        <source>Jump to another vym map, if needed load it first</source>
   3.406 +        <translation type="unfinished"></translation>
   3.407 +    </message>
   3.408 +    <message>
   3.409 +        <source>Jump to map</source>
   3.410 +        <translation type="unfinished"></translation>
   3.411 +    </message>
   3.412 +    <message>
   3.413 +        <source>Edit link to another vym map</source>
   3.414 +        <translation type="unfinished"></translation>
   3.415 +    </message>
   3.416 +    <message>
   3.417 +        <source>Edit vym link</source>
   3.418 +        <translation type="unfinished"></translation>
   3.419 +    </message>
   3.420 +    <message>
   3.421 +        <source>Delete link to another vym map</source>
   3.422 +        <translation type="unfinished"></translation>
   3.423 +    </message>
   3.424 +    <message>
   3.425 +        <source>Delete vym link</source>
   3.426 +        <translation type="unfinished"></translation>
   3.427 +    </message>
   3.428 +    <message>
   3.429 +        <source>Edit Map Info</source>
   3.430 +        <translation type="unfinished"></translation>
   3.431 +    </message>
   3.432 +    <message>
   3.433 +        <source>edit Heading</source>
   3.434 +        <translation type="unfinished"></translation>
   3.435 +    </message>
   3.436 +    <message>
   3.437 +        <source>Edit heading</source>
   3.438 +        <translation type="unfinished"></translation>
   3.439 +    </message>
   3.440 +    <message>
   3.441 +        <source>Delete Selection</source>
   3.442 +        <translation type="unfinished"></translation>
   3.443 +    </message>
   3.444 +    <message>
   3.445 +        <source>Add a branch as child of selection</source>
   3.446 +        <translation type="unfinished"></translation>
   3.447 +    </message>
   3.448 +    <message>
   3.449 +        <source>Add branch as child</source>
   3.450 +        <translation type="unfinished"></translation>
   3.451 +    </message>
   3.452 +    <message>
   3.453 +        <source>Add a branch above selection</source>
   3.454 +        <translation type="unfinished"></translation>
   3.455 +    </message>
   3.456 +    <message>
   3.457 +        <source>Add branch above</source>
   3.458 +        <translation type="unfinished"></translation>
   3.459 +    </message>
   3.460 +    <message>
   3.461 +        <source>Add a branch below selection</source>
   3.462 +        <translation type="unfinished"></translation>
   3.463 +    </message>
   3.464 +    <message>
   3.465 +        <source>Add branch below</source>
   3.466 +        <translation type="unfinished"></translation>
   3.467 +    </message>
   3.468 +    <message>
   3.469 +        <source>Add map at selection</source>
   3.470 +        <translation type="unfinished"></translation>
   3.471 +    </message>
   3.472 +    <message>
   3.473 +        <source>Import (add)</source>
   3.474 +        <translation type="unfinished"></translation>
   3.475 +    </message>
   3.476 +    <message>
   3.477 +        <source>Replace selection with map</source>
   3.478 +        <translation type="unfinished"></translation>
   3.479 +    </message>
   3.480 +    <message>
   3.481 +        <source>Import (replace)</source>
   3.482 +        <translation type="unfinished"></translation>
   3.483 +    </message>
   3.484 +    <message>
   3.485 +        <source>Save selction</source>
   3.486 +        <translation type="unfinished"></translation>
   3.487 +    </message>
   3.488 +    <message>
   3.489 +        <source>Save selection</source>
   3.490 +        <translation type="unfinished"></translation>
   3.491 +    </message>
   3.492 +    <message>
   3.493 +        <source>Select upper branch</source>
   3.494 +        <translation type="unfinished"></translation>
   3.495 +    </message>
   3.496 +    <message>
   3.497 +        <source>Select lower branch</source>
   3.498 +        <translation type="unfinished"></translation>
   3.499 +    </message>
   3.500 +    <message>
   3.501 +        <source>Select left branch</source>
   3.502 +        <translation type="unfinished"></translation>
   3.503 +    </message>
   3.504 +    <message>
   3.505 +        <source>Select right branch</source>
   3.506 +        <translation type="unfinished"></translation>
   3.507 +    </message>
   3.508 +    <message>
   3.509 +        <source>Select child branch</source>
   3.510 +        <translation type="unfinished"></translation>
   3.511 +    </message>
   3.512 +    <message>
   3.513 +        <source>Select first branch</source>
   3.514 +        <translation type="unfinished"></translation>
   3.515 +    </message>
   3.516 +    <message>
   3.517 +        <source>Select last branch</source>
   3.518 +        <translation type="unfinished"></translation>
   3.519 +    </message>
   3.520 +    <message>
   3.521 +        <source>Add Image</source>
   3.522 +        <translation type="unfinished"></translation>
   3.523 +    </message>
   3.524 +    <message>
   3.525 +        <source>No link available</source>
   3.526 +        <translation type="unfinished"></translation>
   3.527 +    </message>
   3.528 +    <message>
   3.529 +        <source>&amp;Format</source>
   3.530 +        <translation type="unfinished"></translation>
   3.531 +    </message>
   3.532 +    <message>
   3.533 +        <source>Set Color</source>
   3.534 +        <translation type="unfinished"></translation>
   3.535 +    </message>
   3.536 +    <message>
   3.537 +        <source>Set &amp;Color</source>
   3.538 +        <translation type="unfinished"></translation>
   3.539 +    </message>
   3.540 +    <message>
   3.541 +        <source>Pick color
   3.542 +Hint: You can pick a color from another branch and color using CTRL+Left Button</source>
   3.543 +        <translation type="unfinished"></translation>
   3.544 +    </message>
   3.545 +    <message>
   3.546 +        <source>Pic&amp;k color</source>
   3.547 +        <translation type="unfinished"></translation>
   3.548 +    </message>
   3.549 +    <message>
   3.550 +        <source>Color branch</source>
   3.551 +        <translation type="unfinished"></translation>
   3.552 +    </message>
   3.553 +    <message>
   3.554 +        <source>Color &amp;branch</source>
   3.555 +        <translation type="unfinished"></translation>
   3.556 +    </message>
   3.557 +    <message>
   3.558 +        <source>Color Subtree</source>
   3.559 +        <translation type="unfinished"></translation>
   3.560 +    </message>
   3.561 +    <message>
   3.562 +        <source>Color sub&amp;tree</source>
   3.563 +        <translation type="unfinished"></translation>
   3.564 +    </message>
   3.565 +    <message>
   3.566 +        <source>Line</source>
   3.567 +        <translation type="unfinished"></translation>
   3.568 +    </message>
   3.569 +    <message>
   3.570 +        <source>Linkstyle Line</source>
   3.571 +        <translation type="unfinished"></translation>
   3.572 +    </message>
   3.573 +    <message>
   3.574 +        <source>Linkstyle Parabel</source>
   3.575 +        <translation type="unfinished"></translation>
   3.576 +    </message>
   3.577 +    <message>
   3.578 +        <source>PolyLine</source>
   3.579 +        <translation type="unfinished"></translation>
   3.580 +    </message>
   3.581 +    <message>
   3.582 +        <source>Linkstyle Thick Line</source>
   3.583 +        <translation type="unfinished"></translation>
   3.584 +    </message>
   3.585 +    <message>
   3.586 +        <source>PolyParabel</source>
   3.587 +        <translation type="unfinished"></translation>
   3.588 +    </message>
   3.589 +    <message>
   3.590 +        <source>Linkstyle Thick Parabel</source>
   3.591 +        <translation type="unfinished"></translation>
   3.592 +    </message>
   3.593 +    <message>
   3.594 +        <source>No Frame</source>
   3.595 +        <translation type="unfinished"></translation>
   3.596 +    </message>
   3.597 +    <message>
   3.598 +        <source>Rectangle</source>
   3.599 +        <translation type="unfinished"></translation>
   3.600 +    </message>
   3.601 +    <message>
   3.602 +        <source>Use same color for links and headings</source>
   3.603 +        <translation type="unfinished"></translation>
   3.604 +    </message>
   3.605 +    <message>
   3.606 +        <source>&amp;Use color of heading for link</source>
   3.607 +        <translation type="unfinished"></translation>
   3.608 +    </message>
   3.609 +    <message>
   3.610 +        <source>Set Link Color</source>
   3.611 +        <translation type="unfinished"></translation>
   3.612 +    </message>
   3.613 +    <message>
   3.614 +        <source>Set &amp;Link Color</source>
   3.615 +        <translation type="unfinished"></translation>
   3.616 +    </message>
   3.617 +    <message>
   3.618 +        <source>Set Background Color</source>
   3.619 +        <translation type="unfinished"></translation>
   3.620 +    </message>
   3.621 +    <message>
   3.622 +        <source>Set &amp;Background Color</source>
   3.623 +        <translation type="unfinished"></translation>
   3.624 +    </message>
   3.625 +    <message>
   3.626 +        <source>&amp;View</source>
   3.627 +        <translation type="unfinished"></translation>
   3.628 +    </message>
   3.629 +    <message>
   3.630 +        <source>Zoom reset</source>
   3.631 +        <translation type="unfinished"></translation>
   3.632 +    </message>
   3.633 +    <message>
   3.634 +        <source>reset Zoom</source>
   3.635 +        <translation type="unfinished"></translation>
   3.636 +    </message>
   3.637 +    <message>
   3.638 +        <source>Zoom in</source>
   3.639 +        <translation type="unfinished"></translation>
   3.640 +    </message>
   3.641 +    <message>
   3.642 +        <source>Zoom out</source>
   3.643 +        <translation type="unfinished"></translation>
   3.644 +    </message>
   3.645 +    <message>
   3.646 +        <source>Toggle Note Editor</source>
   3.647 +        <translation type="unfinished"></translation>
   3.648 +    </message>
   3.649 +    <message>
   3.650 +        <source>&amp;Next Window</source>
   3.651 +        <translation type="unfinished"></translation>
   3.652 +    </message>
   3.653 +    <message>
   3.654 +        <source>Next Window</source>
   3.655 +        <translation type="unfinished"></translation>
   3.656 +    </message>
   3.657 +    <message>
   3.658 +        <source>&amp;Previous Window</source>
   3.659 +        <translation type="unfinished"></translation>
   3.660 +    </message>
   3.661 +    <message>
   3.662 +        <source>Previous Window</source>
   3.663 +        <translation type="unfinished"></translation>
   3.664 +    </message>
   3.665 +    <message>
   3.666 +        <source>Modes when using modifiers</source>
   3.667 +        <translation type="unfinished"></translation>
   3.668 +    </message>
   3.669 +    <message>
   3.670 +        <source>Use modifier to color branches</source>
   3.671 +        <translation type="unfinished"></translation>
   3.672 +    </message>
   3.673 +    <message>
   3.674 +        <source>Use modifier to draw links</source>
   3.675 +        <translation type="unfinished"></translation>
   3.676 +    </message>
   3.677 +    <message>
   3.678 +        <source>&amp;Settings</source>
   3.679 +        <translation type="unfinished"></translation>
   3.680 +    </message>
   3.681 +    <message>
   3.682 +        <source>Set application to open pdf files</source>
   3.683 +        <translation type="unfinished"></translation>
   3.684 +    </message>
   3.685 +    <message>
   3.686 +        <source>Set application to open an URL</source>
   3.687 +        <translation type="unfinished"></translation>
   3.688 +    </message>
   3.689 +    <message>
   3.690 +        <source>Edit branch after adding it</source>
   3.691 +        <translation type="unfinished"></translation>
   3.692 +    </message>
   3.693 +    <message>
   3.694 +        <source>Select branch after adding it</source>
   3.695 +        <translation type="unfinished"></translation>
   3.696 +    </message>
   3.697 +    <message>
   3.698 +        <source>Select heading before editing</source>
   3.699 +        <translation type="unfinished"></translation>
   3.700 +    </message>
   3.701 +    <message>
   3.702 +        <source>Select existing heading</source>
   3.703 +        <translation type="unfinished"></translation>
   3.704 +    </message>
   3.705 +    <message>
   3.706 +        <source>Enable pasting into new branch</source>
   3.707 +        <translation type="unfinished"></translation>
   3.708 +    </message>
   3.709 +    <message>
   3.710 +        <source>Enable Delete key for deleting branches</source>
   3.711 +        <translation type="unfinished"></translation>
   3.712 +    </message>
   3.713 +    <message>
   3.714 +        <source>Enable Delete key</source>
   3.715 +        <translation type="unfinished"></translation>
   3.716 +    </message>
   3.717 +    <message>
   3.718 +        <source>&amp;Test</source>
   3.719 +        <translation type="unfinished"></translation>
   3.720 +    </message>
   3.721 +    <message>
   3.722 +        <source>Test Flag</source>
   3.723 +        <translation type="unfinished"></translation>
   3.724 +    </message>
   3.725 +    <message>
   3.726 +        <source>test flag</source>
   3.727 +        <translation type="unfinished"></translation>
   3.728 +    </message>
   3.729 +    <message>
   3.730 +        <source>Show Clipboard</source>
   3.731 +        <translation type="unfinished"></translation>
   3.732 +    </message>
   3.733 +    <message>
   3.734 +        <source>Show clipboard</source>
   3.735 +        <translation type="unfinished"></translation>
   3.736 +    </message>
   3.737 +    <message>
   3.738 +        <source>&amp;Help</source>
   3.739 +        <translation type="unfinished"></translation>
   3.740 +    </message>
   3.741 +    <message>
   3.742 +        <source>Open VYM Documentation (pdf)</source>
   3.743 +        <translation type="unfinished"></translation>
   3.744 +    </message>
   3.745 +    <message>
   3.746 +        <source>Open VYM Documentation (pdf) </source>
   3.747 +        <translation type="unfinished"></translation>
   3.748 +    </message>
   3.749 +    <message>
   3.750 +        <source>Information about VYM</source>
   3.751 +        <translation type="unfinished"></translation>
   3.752 +    </message>
   3.753 +    <message>
   3.754 +        <source>About VYM</source>
   3.755 +        <translation type="unfinished"></translation>
   3.756 +    </message>
   3.757 +    <message>
   3.758 +        <source>Information about QT toolkit</source>
   3.759 +        <translation type="unfinished"></translation>
   3.760 +    </message>
   3.761 +    <message>
   3.762 +        <source>About QT</source>
   3.763 +        <translation type="unfinished"></translation>
   3.764 +    </message>
   3.765 +    <message>
   3.766 +        <source>Save image</source>
   3.767 +        <translation type="unfinished"></translation>
   3.768 +    </message>
   3.769 +    <message>
   3.770 +        <source>Use for Export</source>
   3.771 +        <translation type="unfinished"></translation>
   3.772 +    </message>
   3.773 +    <message>
   3.774 +        <source>Export map as image</source>
   3.775 +        <translation type="unfinished"></translation>
   3.776 +    </message>
   3.777 +    <message>
   3.778 +        <source>Export as ASCII (still experimental)</source>
   3.779 +        <translation type="unfinished"></translation>
   3.780 +    </message>
   3.781 +    <message>
   3.782 +        <source>Export (ASCII)</source>
   3.783 +        <translation type="unfinished"></translation>
   3.784 +    </message>
   3.785 +    <message>
   3.786 +        <source>Export XML</source>
   3.787 +        <translation type="unfinished"></translation>
   3.788 +    </message>
   3.789 +    <message>
   3.790 +        <source>Export HTML</source>
   3.791 +        <translation type="unfinished"></translation>
   3.792 +    </message>
   3.793 +    <message>
   3.794 +        <source>Export XHTML</source>
   3.795 +        <translation type="unfinished"></translation>
   3.796 +    </message>
   3.797 +    <message>
   3.798 +        <source>The directory </source>
   3.799 +        <translation type="unfinished"></translation>
   3.800 +    </message>
   3.801 +    <message>
   3.802 +        <source> is not empty. Do you risk to overwrite its contents?</source>
   3.803 +        <translation type="unfinished"></translation>
   3.804 +    </message>
   3.805 +    <message>
   3.806 +        <source>Overwrite</source>
   3.807 +        <translation type="unfinished"></translation>
   3.808 +    </message>
   3.809 +    <message>
   3.810 +        <source>Cancel</source>
   3.811 +        <translation type="unfinished"></translation>
   3.812 +    </message>
   3.813 +    <message>
   3.814 +        <source>The map </source>
   3.815 +        <translation type="unfinished"></translation>
   3.816 +    </message>
   3.817 +    <message>
   3.818 +        <source>
   3.819 + is already opened.Opening the same map in multiple editors may lead 
   3.820 +to confusion when finishing working with vym.Do you want to</source>
   3.821 +        <translation type="unfinished"></translation>
   3.822 +    </message>
   3.823 +    <message>
   3.824 +        <source>Open anyway</source>
   3.825 +        <translation type="unfinished"></translation>
   3.826 +    </message>
   3.827 +    <message>
   3.828 +        <source>The map</source>
   3.829 +        <translation type="unfinished"></translation>
   3.830 +    </message>
   3.831 +    <message>
   3.832 +        <source> does not exist.
   3.833 + Do you want to create a new one?</source>
   3.834 +        <translation type="unfinished"></translation>
   3.835 +    </message>
   3.836 +    <message>
   3.837 +        <source>Create</source>
   3.838 +        <translation type="unfinished"></translation>
   3.839 +    </message>
   3.840 +    <message>
   3.841 +        <source>Critical Load Error</source>
   3.842 +        <translation type="unfinished"></translation>
   3.843 +    </message>
   3.844 +    <message>
   3.845 +        <source>Couldn&apos;t start unzip to decompress data.</source>
   3.846 +        <translation type="unfinished"></translation>
   3.847 +    </message>
   3.848 +    <message>
   3.849 +        <source>unzip didn&apos;t exit normally</source>
   3.850 +        <translation type="unfinished"></translation>
   3.851 +    </message>
   3.852 +    <message>
   3.853 +        <source>Couldn&apos;t find a map (*.xml) in .vym archive.
   3.854 +</source>
   3.855 +        <translation type="unfinished"></translation>
   3.856 +    </message>
   3.857 +    <message>
   3.858 +        <source>Load vym map</source>
   3.859 +        <translation type="unfinished"></translation>
   3.860 +    </message>
   3.861 +    <message>
   3.862 +        <source>Import: Add vym map to selection</source>
   3.863 +        <translation type="unfinished"></translation>
   3.864 +    </message>
   3.865 +    <message>
   3.866 +        <source>Import: Replace selection with vym map</source>
   3.867 +        <translation type="unfinished"></translation>
   3.868 +    </message>
   3.869 +    <message>
   3.870 +        <source>Save Error</source>
   3.871 +        <translation type="unfinished"></translation>
   3.872 +    </message>
   3.873 +    <message>
   3.874 +        <source>
   3.875 +could not be removed before saving</source>
   3.876 +        <translation type="unfinished"></translation>
   3.877 +    </message>
   3.878 +    <message>
   3.879 +        <source>
   3.880 +did not use the compressed vym file format.
   3.881 +Writing it uncompressed will also write images 
   3.882 +and flags and thus may overwrite files in the given directory
   3.883 +
   3.884 +Do you want to write the map</source>
   3.885 +        <translation type="unfinished"></translation>
   3.886 +    </message>
   3.887 +    <message>
   3.888 +        <source>compressed (vym default)</source>
   3.889 +        <translation type="unfinished"></translation>
   3.890 +    </message>
   3.891 +    <message>
   3.892 +        <source>uncompressed</source>
   3.893 +        <translation type="unfinished"></translation>
   3.894 +    </message>
   3.895 +    <message>
   3.896 +        <source>Critical Save Error</source>
   3.897 +        <translation type="unfinished"></translation>
   3.898 +    </message>
   3.899 +    <message>
   3.900 +        <source>Couldn&apos;t start zip to compress data.</source>
   3.901 +        <translation type="unfinished"></translation>
   3.902 +    </message>
   3.903 +    <message>
   3.904 +        <source>zip didn&apos;t exit normally</source>
   3.905 +        <translation type="unfinished"></translation>
   3.906 +    </message>
   3.907 +    <message>
   3.908 +        <source>Saved</source>
   3.909 +        <translation type="unfinished"></translation>
   3.910 +    </message>
   3.911 +    <message>
   3.912 +        <source>Couldn&apos;t save</source>
   3.913 +        <translation type="unfinished"></translation>
   3.914 +    </message>
   3.915 +    <message>
   3.916 +        <source>The file </source>
   3.917 +        <translation type="unfinished"></translation>
   3.918 +    </message>
   3.919 +    <message>
   3.920 +        <source>
   3.921 +exists already. Do you want to</source>
   3.922 +        <translation type="unfinished"></translation>
   3.923 +    </message>
   3.924 +    <message>
   3.925 +        <source>Export XML to directory</source>
   3.926 +        <translation type="unfinished"></translation>
   3.927 +    </message>
   3.928 +    <message>
   3.929 +        <source> has been modified but not saved yet. Do you want to</source>
   3.930 +        <translation type="unfinished"></translation>
   3.931 +    </message>
   3.932 +    <message>
   3.933 +        <source>Save modified map before closing it</source>
   3.934 +        <translation type="unfinished"></translation>
   3.935 +    </message>
   3.936 +    <message>
   3.937 +        <source>Discard changes</source>
   3.938 +        <translation type="unfinished"></translation>
   3.939 +    </message>
   3.940 +    <message>
   3.941 +        <source>This map is not saved yet. Do you want to</source>
   3.942 +        <translation type="unfinished"></translation>
   3.943 +    </message>
   3.944 +    <message>
   3.945 +        <source>Save map</source>
   3.946 +        <translation type="unfinished"></translation>
   3.947 +    </message>
   3.948 +    <message>
   3.949 +        <source>VYM -Information:</source>
   3.950 +        <translation type="unfinished"></translation>
   3.951 +    </message>
   3.952 +    <message>
   3.953 +        <source>No matches found for </source>
   3.954 +        <translation type="unfinished"></translation>
   3.955 +    </message>
   3.956 +    <message>
   3.957 +        <source>Critical Error</source>
   3.958 +        <translation type="unfinished"></translation>
   3.959 +    </message>
   3.960 +    <message>
   3.961 +        <source>Enter path for pdf reader:</source>
   3.962 +        <translation type="unfinished"></translation>
   3.963 +    </message>
   3.964 +    <message>
   3.965 +        <source>Enter path for application to open an URL:</source>
   3.966 +        <translation type="unfinished"></translation>
   3.967 +    </message>
   3.968 +    <message>
   3.969 +        <source>Critcal error</source>
   3.970 +        <translation type="unfinished"></translation>
   3.971 +    </message>
   3.972 +    <message>
   3.973 +        <source>Couldn&apos;t find the documentation
   3.974 +vym.pdf in various places.</source>
   3.975 +        <translation type="unfinished"></translation>
   3.976 +    </message>
   3.977 +    <message>
   3.978 +        <source>Couldn&apos;t find a viewer to read vym.pdf.
   3.979 +Please use Settings-&gt;</source>
   3.980 +        <translation type="unfinished"></translation>
   3.981 +    </message>
   3.982 +</context>
   3.983 +<context>
   3.984 +    <name>MapEditor</name>
   3.985 +    <message>
   3.986 +        <source>Note</source>
   3.987 +        <translation type="unfinished"></translation>
   3.988 +    </message>
   3.989 +    <message>
   3.990 +        <source>WWW Document (external)</source>
   3.991 +        <translation type="unfinished"></translation>
   3.992 +    </message>
   3.993 +    <message>
   3.994 +        <source>Link to another vym map</source>
   3.995 +        <translation type="unfinished"></translation>
   3.996 +    </message>
   3.997 +    <message>
   3.998 +        <source>subtree is scrolled</source>
   3.999 +        <translation type="unfinished"></translation>
  3.1000 +    </message>
  3.1001 +    <message>
  3.1002 +        <source>subtree is temporary scrolled</source>
  3.1003 +        <translation type="unfinished"></translation>
  3.1004 +    </message>
  3.1005 +    <message>
  3.1006 +        <source>Take care!</source>
  3.1007 +        <translation type="unfinished"></translation>
  3.1008 +    </message>
  3.1009 +    <message>
  3.1010 +        <source>Really?</source>
  3.1011 +        <translation type="unfinished"></translation>
  3.1012 +    </message>
  3.1013 +    <message>
  3.1014 +        <source>ok!</source>
  3.1015 +        <translation type="unfinished"></translation>
  3.1016 +    </message>
  3.1017 +    <message>
  3.1018 +        <source>Not ok!</source>
  3.1019 +        <translation type="unfinished"></translation>
  3.1020 +    </message>
  3.1021 +    <message>
  3.1022 +        <source>This won&apos;t work!</source>
  3.1023 +        <translation type="unfinished"></translation>
  3.1024 +    </message>
  3.1025 +    <message>
  3.1026 +        <source>Good</source>
  3.1027 +        <translation type="unfinished"></translation>
  3.1028 +    </message>
  3.1029 +    <message>
  3.1030 +        <source>Bad</source>
  3.1031 +        <translation type="unfinished"></translation>
  3.1032 +    </message>
  3.1033 +    <message>
  3.1034 +        <source>Time critical</source>
  3.1035 +        <translation type="unfinished"></translation>
  3.1036 +    </message>
  3.1037 +    <message>
  3.1038 +        <source>Idea!</source>
  3.1039 +        <translation type="unfinished"></translation>
  3.1040 +    </message>
  3.1041 +    <message>
  3.1042 +        <source>Important</source>
  3.1043 +        <translation type="unfinished"></translation>
  3.1044 +    </message>
  3.1045 +    <message>
  3.1046 +        <source>Unimportant</source>
  3.1047 +        <translation type="unfinished"></translation>
  3.1048 +    </message>
  3.1049 +    <message>
  3.1050 +        <source>I like this</source>
  3.1051 +        <translation type="unfinished"></translation>
  3.1052 +    </message>
  3.1053 +    <message>
  3.1054 +        <source>I do not like this</source>
  3.1055 +        <translation type="unfinished"></translation>
  3.1056 +    </message>
  3.1057 +    <message>
  3.1058 +        <source>I just love... </source>
  3.1059 +        <translation type="unfinished"></translation>
  3.1060 +    </message>
  3.1061 +    <message>
  3.1062 +        <source>Dangerous</source>
  3.1063 +        <translation type="unfinished"></translation>
  3.1064 +    </message>
  3.1065 +    <message>
  3.1066 +        <source>This will help</source>
  3.1067 +        <translation type="unfinished"></translation>
  3.1068 +    </message>
  3.1069 +    <message>
  3.1070 +        <source>New Map</source>
  3.1071 +        <translation type="unfinished"></translation>
  3.1072 +    </message>
  3.1073 +    <message>
  3.1074 +        <source>Critical Parse Error</source>
  3.1075 +        <translation type="unfinished"></translation>
  3.1076 +    </message>
  3.1077 +    <message>
  3.1078 +        <source>Critical Save Error</source>
  3.1079 +        <translation type="unfinished"></translation>
  3.1080 +    </message>
  3.1081 +    <message>
  3.1082 +        <source>Couldn&apos;t write to </source>
  3.1083 +        <translation type="unfinished"></translation>
  3.1084 +    </message>
  3.1085 +    <message>
  3.1086 +        <source>Critcal save error</source>
  3.1087 +        <translation type="unfinished"></translation>
  3.1088 +    </message>
  3.1089 +    <message>
  3.1090 +        <source>VYM - Export (ASCII)</source>
  3.1091 +        <translation type="unfinished"></translation>
  3.1092 +    </message>
  3.1093 +    <message>
  3.1094 +        <source>The file </source>
  3.1095 +        <translation type="unfinished"></translation>
  3.1096 +    </message>
  3.1097 +    <message>
  3.1098 +        <source> exists already. Do you want to overwrite it?</source>
  3.1099 +        <translation type="unfinished"></translation>
  3.1100 +    </message>
  3.1101 +    <message>
  3.1102 +        <source>Overwrite</source>
  3.1103 +        <translation type="unfinished"></translation>
  3.1104 +    </message>
  3.1105 +    <message>
  3.1106 +        <source>Cancel</source>
  3.1107 +        <translation type="unfinished"></translation>
  3.1108 +    </message>
  3.1109 +    <message>
  3.1110 +        <source>Critical Export Error </source>
  3.1111 +        <translation type="unfinished"></translation>
  3.1112 +    </message>
  3.1113 +    <message>
  3.1114 +        <source>Couldn&apos;t create directory </source>
  3.1115 +        <translation type="unfinished"></translation>
  3.1116 +    </message>
  3.1117 +    <message>
  3.1118 +        <source>Critical Export Error</source>
  3.1119 +        <translation type="unfinished"></translation>
  3.1120 +    </message>
  3.1121 +    <message>
  3.1122 +        <source>MapEditor::exportXML couldn&apos;t open </source>
  3.1123 +        <translation type="unfinished"></translation>
  3.1124 +    </message>
  3.1125 +    <message>
  3.1126 +        <source>Critical Parse Error by reading backupFile</source>
  3.1127 +        <translation type="unfinished"></translation>
  3.1128 +    </message>
  3.1129 +    <message>
  3.1130 +        <source>Critical Error</source>
  3.1131 +        <translation type="unfinished"></translation>
  3.1132 +    </message>
  3.1133 +    <message>
  3.1134 +        <source> used for undo is gone. 
  3.1135 +I will create a new one, but at the moment no undo is available.
  3.1136 +Maybe you want to reload your original data.
  3.1137 +
  3.1138 +Sorry for any inconveniences.</source>
  3.1139 +        <translation type="unfinished"></translation>
  3.1140 +    </message>
  3.1141 +    <message>
  3.1142 +        <source>Enter URL:</source>
  3.1143 +        <translation type="unfinished"></translation>
  3.1144 +    </message>
  3.1145 +    <message>
  3.1146 +        <source>VYM - Link to another map</source>
  3.1147 +        <translation type="unfinished"></translation>
  3.1148 +    </message>
  3.1149 +    <message>
  3.1150 +        <source>vym map</source>
  3.1151 +        <translation type="unfinished"></translation>
  3.1152 +    </message>
  3.1153 +    <message>
  3.1154 +        <source>vym - load image</source>
  3.1155 +        <translation type="unfinished"></translation>
  3.1156 +    </message>
  3.1157 +    <message>
  3.1158 +        <source>Images</source>
  3.1159 +        <translation type="unfinished"></translation>
  3.1160 +    </message>
  3.1161 +    <message>
  3.1162 +        <source>vym - Load image</source>
  3.1163 +        <translation type="unfinished"></translation>
  3.1164 +    </message>
  3.1165 +    <message>
  3.1166 +        <source>vym - save image as</source>
  3.1167 +        <translation type="unfinished"></translation>
  3.1168 +    </message>
  3.1169 +    <message>
  3.1170 +        <source>vym - Save image as </source>
  3.1171 +        <translation type="unfinished"></translation>
  3.1172 +    </message>
  3.1173 +    <message>
  3.1174 +        <source>Critical Import Error</source>
  3.1175 +        <translation type="unfinished"></translation>
  3.1176 +    </message>
  3.1177 +    <message>
  3.1178 +        <source>Cannot find the directory</source>
  3.1179 +        <translation type="unfinished"></translation>
  3.1180 +    </message>
  3.1181 +    <message>
  3.1182 +        <source>VYM - Choose directory structur to import</source>
  3.1183 +        <translation type="unfinished"></translation>
  3.1184 +    </message>
  3.1185 +</context>
  3.1186 +<context>
  3.1187 +    <name>QObject</name>
  3.1188 +    <message>
  3.1189 +        <source>This is not an image.</source>
  3.1190 +        <translation type="unfinished"></translation>
  3.1191 +    </message>
  3.1192 +</context>
  3.1193 +<context>
  3.1194 +    <name>ShowTextDialog</name>
  3.1195 +    <message>
  3.1196 +        <source>VYM - Info</source>
  3.1197 +        <translation type="unfinished"></translation>
  3.1198 +    </message>
  3.1199 +    <message>
  3.1200 +        <source>Close</source>
  3.1201 +        <translation type="unfinished"></translation>
  3.1202 +    </message>
  3.1203 +</context>
  3.1204 +<context>
  3.1205 +    <name>TextEditor</name>
  3.1206 +    <message>
  3.1207 +        <source>&amp;File</source>
  3.1208 +        <translation type="unfinished"></translation>
  3.1209 +    </message>
  3.1210 +    <message>
  3.1211 +        <source>Import</source>
  3.1212 +        <translation type="unfinished"></translation>
  3.1213 +    </message>
  3.1214 +    <message>
  3.1215 +        <source>&amp;Import...</source>
  3.1216 +        <translation type="unfinished"></translation>
  3.1217 +    </message>
  3.1218 +    <message>
  3.1219 +        <source>Export Note (HTML)</source>
  3.1220 +        <translation type="unfinished"></translation>
  3.1221 +    </message>
  3.1222 +    <message>
  3.1223 +        <source>&amp;Export...</source>
  3.1224 +        <translation type="unfinished"></translation>
  3.1225 +    </message>
  3.1226 +    <message>
  3.1227 +        <source>Export Note As (HTML) </source>
  3.1228 +        <translation type="unfinished"></translation>
  3.1229 +    </message>
  3.1230 +    <message>
  3.1231 +        <source>Export &amp;As... (HTML)</source>
  3.1232 +        <translation type="unfinished"></translation>
  3.1233 +    </message>
  3.1234 +    <message>
  3.1235 +        <source>Export Note As (ASCII) </source>
  3.1236 +        <translation type="unfinished"></translation>
  3.1237 +    </message>
  3.1238 +    <message>
  3.1239 +        <source>Export &amp;As...(ASCII)</source>
  3.1240 +        <translation type="unfinished"></translation>
  3.1241 +    </message>
  3.1242 +    <message>
  3.1243 +        <source>Print Note</source>
  3.1244 +        <translation type="unfinished"></translation>
  3.1245 +    </message>
  3.1246 +    <message>
  3.1247 +        <source>&amp;Print...</source>
  3.1248 +        <translation type="unfinished"></translation>
  3.1249 +    </message>
  3.1250 +    <message>
  3.1251 +        <source>&amp;Edit</source>
  3.1252 +        <translation type="unfinished"></translation>
  3.1253 +    </message>
  3.1254 +    <message>
  3.1255 +        <source>Undo</source>
  3.1256 +        <translation type="unfinished"></translation>
  3.1257 +    </message>
  3.1258 +    <message>
  3.1259 +        <source>&amp;Undo</source>
  3.1260 +        <translation type="unfinished"></translation>
  3.1261 +    </message>
  3.1262 +    <message>
  3.1263 +        <source>Redo</source>
  3.1264 +        <translation type="unfinished"></translation>
  3.1265 +    </message>
  3.1266 +    <message>
  3.1267 +        <source>&amp;Redo</source>
  3.1268 +        <translation type="unfinished"></translation>
  3.1269 +    </message>
  3.1270 +    <message>
  3.1271 +        <source>Select and copy all</source>
  3.1272 +        <translation type="unfinished"></translation>
  3.1273 +    </message>
  3.1274 +    <message>
  3.1275 +        <source>Select and copy &amp;all</source>
  3.1276 +        <translation type="unfinished"></translation>
  3.1277 +    </message>
  3.1278 +    <message>
  3.1279 +        <source>Copy</source>
  3.1280 +        <translation type="unfinished"></translation>
  3.1281 +    </message>
  3.1282 +    <message>
  3.1283 +        <source>&amp;Copy</source>
  3.1284 +        <translation type="unfinished"></translation>
  3.1285 +    </message>
  3.1286 +    <message>
  3.1287 +        <source>Cut</source>
  3.1288 +        <translation type="unfinished"></translation>
  3.1289 +    </message>
  3.1290 +    <message>
  3.1291 +        <source>Cu&amp;t</source>
  3.1292 +        <translation type="unfinished"></translation>
  3.1293 +    </message>
  3.1294 +    <message>
  3.1295 +        <source>Paste</source>
  3.1296 +        <translation type="unfinished"></translation>
  3.1297 +    </message>
  3.1298 +    <message>
  3.1299 +        <source>&amp;Paste</source>
  3.1300 +        <translation type="unfinished"></translation>
  3.1301 +    </message>
  3.1302 +    <message>
  3.1303 +        <source>Delete all</source>
  3.1304 +        <translation type="unfinished"></translation>
  3.1305 +    </message>
  3.1306 +    <message>
  3.1307 +        <source>&amp;Delete All</source>
  3.1308 +        <translation type="unfinished"></translation>
  3.1309 +    </message>
  3.1310 +    <message>
  3.1311 +        <source>Convert paragraphs to linebreaks</source>
  3.1312 +        <translation type="unfinished"></translation>
  3.1313 +    </message>
  3.1314 +    <message>
  3.1315 +        <source>&amp;Convert Paragraphs</source>
  3.1316 +        <translation type="unfinished"></translation>
  3.1317 +    </message>
  3.1318 +    <message>
  3.1319 +        <source>Join all lines of a paragraph</source>
  3.1320 +        <translation type="unfinished"></translation>
  3.1321 +    </message>
  3.1322 +    <message>
  3.1323 +        <source>&amp;Join lines</source>
  3.1324 +        <translation type="unfinished"></translation>
  3.1325 +    </message>
  3.1326 +    <message>
  3.1327 +        <source>&amp;Format</source>
  3.1328 +        <translation type="unfinished"></translation>
  3.1329 +    </message>
  3.1330 +    <message>
  3.1331 +        <source>Toggle font hint for the whole text</source>
  3.1332 +        <translation type="unfinished"></translation>
  3.1333 +    </message>
  3.1334 +    <message>
  3.1335 +        <source>&amp;Font hint</source>
  3.1336 +        <translation type="unfinished"></translation>
  3.1337 +    </message>
  3.1338 +    <message>
  3.1339 +        <source>&amp;Color...</source>
  3.1340 +        <translation type="unfinished"></translation>
  3.1341 +    </message>
  3.1342 +    <message>
  3.1343 +        <source>&amp;Bold</source>
  3.1344 +        <translation type="unfinished"></translation>
  3.1345 +    </message>
  3.1346 +    <message>
  3.1347 +        <source>&amp;Italic</source>
  3.1348 +        <translation type="unfinished"></translation>
  3.1349 +    </message>
  3.1350 +    <message>
  3.1351 +        <source>&amp;Underline</source>
  3.1352 +        <translation type="unfinished"></translation>
  3.1353 +    </message>
  3.1354 +    <message>
  3.1355 +        <source>&amp;Left</source>
  3.1356 +        <translation type="unfinished"></translation>
  3.1357 +    </message>
  3.1358 +    <message>
  3.1359 +        <source>C&amp;enter</source>
  3.1360 +        <translation type="unfinished"></translation>
  3.1361 +    </message>
  3.1362 +    <message>
  3.1363 +        <source>&amp;Right</source>
  3.1364 +        <translation type="unfinished"></translation>
  3.1365 +    </message>
  3.1366 +    <message>
  3.1367 +        <source>&amp;Justify</source>
  3.1368 +        <translation type="unfinished"></translation>
  3.1369 +    </message>
  3.1370 +    <message>
  3.1371 +        <source>&amp;Settings</source>
  3.1372 +        <translation type="unfinished"></translation>
  3.1373 +    </message>
  3.1374 +    <message>
  3.1375 +        <source>Set fixed font</source>
  3.1376 +        <translation type="unfinished"></translation>
  3.1377 +    </message>
  3.1378 +    <message>
  3.1379 +        <source>Set &amp;fixed font</source>
  3.1380 +        <translation type="unfinished"></translation>
  3.1381 +    </message>
  3.1382 +    <message>
  3.1383 +        <source>Set variable font</source>
  3.1384 +        <translation type="unfinished"></translation>
  3.1385 +    </message>
  3.1386 +    <message>
  3.1387 +        <source>Set &amp;variable font</source>
  3.1388 +        <translation type="unfinished"></translation>
  3.1389 +    </message>
  3.1390 +    <message>
  3.1391 +        <source>Used fixed font by default</source>
  3.1392 +        <translation type="unfinished"></translation>
  3.1393 +    </message>
  3.1394 +    <message>
  3.1395 +        <source>&amp;fixed font is default</source>
  3.1396 +        <translation type="unfinished"></translation>
  3.1397 +    </message>
  3.1398 +    <message>
  3.1399 +        <source>Export Note to single file</source>
  3.1400 +        <translation type="unfinished"></translation>
  3.1401 +    </message>
  3.1402 +    <message>
  3.1403 +        <source>The file </source>
  3.1404 +        <translation type="unfinished"></translation>
  3.1405 +    </message>
  3.1406 +    <message>
  3.1407 +        <source> exists already. Do you want to overwrite it?</source>
  3.1408 +        <translation type="unfinished"></translation>
  3.1409 +    </message>
  3.1410 +    <message>
  3.1411 +        <source>Overwrite</source>
  3.1412 +        <translation type="unfinished"></translation>
  3.1413 +    </message>
  3.1414 +    <message>
  3.1415 +        <source>Cancel</source>
  3.1416 +        <translation type="unfinished"></translation>
  3.1417 +    </message>
  3.1418 +    <message>
  3.1419 +        <source>Couldn&apos;t export note </source>
  3.1420 +        <translation type="unfinished"></translation>
  3.1421 +    </message>
  3.1422 +    <message>
  3.1423 +        <source>Export Note to single file (ASCII)</source>
  3.1424 +        <translation type="unfinished"></translation>
  3.1425 +    </message>
  3.1426 +</context>
  3.1427 +</TS>
     4.1 --- a/main.cpp	Sat Feb 19 17:14:33 2005 +0000
     4.2 +++ b/main.cpp	Mon Feb 28 16:22:29 2005 +0000
     4.3 @@ -114,7 +114,7 @@
     4.4  
     4.5  	// Initialize translations
     4.6  	QTranslator translator (0);
     4.7 -	translator.load( QString("vym_")+QTextCodec::locale(), shareDir + "/lang");
     4.8 +	translator.load( QString("vym_")+QTextCodec::locale(), shareDir.path() + "/lang");
     4.9      app.installTranslator( &translator );
    4.10  
    4.11  	// Initializing the row of system flags
     5.1 --- a/mainwindow.cpp	Sat Feb 19 17:14:33 2005 +0000
     5.2 +++ b/mainwindow.cpp	Mon Feb 28 16:22:29 2005 +0000
     5.3 @@ -297,12 +297,12 @@
     5.4  	// Keycodes:  /usr/lib64/qt3/include/qnamespace.h
     5.5  
     5.6      QAction *a;
     5.7 -    a = new QAction( tr( "New map" ), QPixmap( filenew_xpm ), tr( "&New..." ), CTRL + Key_N, this, "fileNew" );
     5.8 +    a = new QAction( tr( "New map","File menu" ), QPixmap( filenew_xpm ), tr( "&New..." ), CTRL + Key_N, this, "fileNew" );
     5.9      connect( a, SIGNAL( activated() ), this, SLOT( fileNew() ) );
    5.10      a->addTo( tb );
    5.11      a->addTo( menu );
    5.12  	
    5.13 -    a = new QAction( tr( "Open" ), QPixmap( fileopen_xpm), tr( "&Open..." ), CTRL + Key_O, this, "fileOpen" );
    5.14 +    a = new QAction( tr( "Open","File menu" ), QPixmap( fileopen_xpm), tr( "&Open..." ), CTRL + Key_O, this, "fileOpen" );
    5.15      connect( a, SIGNAL( activated() ), this, SLOT( fileLoad() ) );
    5.16      a->addTo( tb );
    5.17      a->addTo( menu );
    5.18 @@ -698,7 +698,7 @@
    5.19      //menuBar()->insertItem( tr( "&Mode (using modifiers)" ), menu );
    5.20  
    5.21      QToolBar *tb = new QToolBar( this );
    5.22 -    tb->setLabel( "Modes (using modifiers)" );
    5.23 +    tb->setLabel( tr ("Modes when using modifiers") );
    5.24      QAction *a;
    5.25  	actionGroupModModes=new QActionGroup ( this, "formatLinkStyles");
    5.26  	actionGroupModModes->setExclusive (true);
     6.1 --- a/mapcenterobj.cpp	Sat Feb 19 17:14:33 2005 +0000
     6.2 +++ b/mapcenterobj.cpp	Mon Feb 28 16:22:29 2005 +0000
     6.3 @@ -40,10 +40,10 @@
     6.4  	QFont font ("Sans Serif,16,-1,5,50,0,0,0,0,0");		
     6.5  	heading->setFont(font);
     6.6  
     6.7 -	move (absPos.x(), absPos.y() );
     6.8  	depth=0;
     6.9  
    6.10  	frame->setFrameType (Rectangle);
    6.11 +	move (absPos.x(), absPos.y() );
    6.12  }
    6.13  
    6.14  void MapCenterObj::move (double x, double y)
     7.1 --- a/mapeditor.cpp	Sat Feb 19 17:14:33 2005 +0000
     7.2 +++ b/mapeditor.cpp	Mon Feb 28 16:22:29 2005 +0000
     7.3 @@ -307,6 +307,7 @@
     7.4  	#endif
     7.5  
     7.6  	pickingColor=false;
     7.7 +	drawingLink=false;
     7.8  
     7.9      editingBO=NULL;
    7.10      selection=NULL;
    7.11 @@ -2099,6 +2100,7 @@
    7.12  	{		
    7.13  		BranchObj *b=(BranchObj*)(selection);
    7.14  		b->setURL ("http://bugzilla.suse.de/show_bug.cgi?id="+b->getHeading());
    7.15 +		b->setURL ("https://bugzilla.innerweb.novell.com/show_bug.cgi?id="+b->getHeading());
    7.16  		updateActions();
    7.17  		setChanged();
    7.18  	}
     8.1 --- a/version.h	Sat Feb 19 17:14:33 2005 +0000
     8.2 +++ b/version.h	Mon Feb 28 16:22:29 2005 +0000
     8.3 @@ -2,6 +2,6 @@
     8.4  #define VERSION_H
     8.5  
     8.6  #define __VYM_VERSION__ "1.6.2"
     8.7 -#define __BUILD_DATE__ "February 19, 2005"
     8.8 +#define __BUILD_DATE__ "February 28, 2005"
     8.9  
    8.10  #endif
     9.1 --- a/vym.pro	Sat Feb 19 17:14:33 2005 +0000
     9.2 +++ b/vym.pro	Mon Feb 28 16:22:29 2005 +0000
     9.3 @@ -1,5 +1,6 @@
     9.4  TARGET  = vym
     9.5 -TRANSLATIONS += lang/vym_de_DE.UTF-8.ts
     9.6 +TRANSLATIONS += lang/vym_de.ts
     9.7 +TRANSLATIONS += lang/vym_en.ts
     9.8  
     9.9  TEMPLATE	= app
    9.10  LANGUAGE	= C++